/* Begin Typography & Colors */

body {
margin:0;
padding:0;
width: 100%;
}

pre {
font-size:1.2em;	
}

body {
	font-size: 67.5%; /* Resets 1em to 10px */
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', Verdana, Arial, Sans-Serif;
	background-color: white;
	color: #333;
	text-align: center;
	}

#page {
	background-color: white;
	border: 1px solid #959596;
	text-align: left;
	}

#header {
	background-color: black;
	}

#content {
	font-size: 1.3em
	}

.widecolumn .entry p {
	font-size: 1.05em;
	}

.narrowcolumn .entry, .widecolumn .entry {
	line-height: 1.4em;
	}

.widecolumn {
	line-height: 1.6em;
	}
	
.narrowcolumn {
/* 	text-align: center; */
	}

.postmetadata {
	text-align: left;
	}

.alt {
	background-color: #f8f8f8;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	}

.postmetadata_table{
	background-color: #f8f8f8;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;	
	color: #777;
	font-size:0.9em;
   line-height:1.5em;
}	

small {
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', Verdana, Arial, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}

h1, h2, h3 {
	font-family: 'Lucida Grande', Tahoma;
	font-weight: normal;
   text-align: left;   
	}

h1 {
	font-size: 4em;
	text-align: center;
	display: none;
	}

.description {
	font-size: 1.2em;
	text-align: center;
	display: none;
	}

h2 {
	font-size: 1.4em;
   text-transform: uppercase;
	}

h2.pagetitle {
	font-size: 1.4em;
	}

#sidebar h2 {
	font-family: 'Lucida Grande', Tahoma;
	font-size: 1.2em;
   color: #E5819B;
	}

h3 {
	font-size: 1.3em;
	}

h1, h1 a, h1 a:hover, h1 a:visited, .description {
	text-decoration: none;
	color: white;
	}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #E5819B;      
	}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
	}

.entry p a:visited {
	color: #b85b5a;
	}

.commentlist li, #commentform input, #commentform textarea {
	font: 1em 'Lucida Grande', 'Lucida Sans Unicode', Verdana, Arial, Sans-Serif;
	}
	
.commentlist li {
	font-weight: bold;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}

#sidebar {
	font: 1em 'Lucida Grande', 'Lucida Sans Unicode', Verdana, Arial, Sans-Serif;
	}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

a, h2 a:hover, h3 a:hover {
	color: #FF0579;   
	text-decoration: none;
	}

a:hover {
	color: maroon;
	text-decoration: underline;
	}
	
#wp-calendar #prev a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', 'Lucida Sans Unicode', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */



/* Begin Structure */
body {
	margin: 0;
	padding: 0; 
	}

#page {
	background-color: white;
	margin: 20px auto;
	padding: 0;
	width: 960px;
	border: 0px solid #959596;
	}
	
#header {
	padding: 1px;
	margin: 10px 10px 0px 10px;
	height: 98px;
	width: 738px;
	background-color: white;
	background: url("header.jpg") no-repeat center left;
	}

#headerimg {
	margin: 0;
	height: 100px;
	width: 100%
}

#headerlink {
position:absolute;
top:30px;
margin-left:180px;
text-align: right;
}

#sidebar #navmenu ul {
	margin: 0px 10px 5px 0px;
	padding: 10px 0px 10px 0px; 
	list-style-type: none;
	list-style-image: none;
	background: white;
	}
#sidebar #navmenu li {
	color: black;
	display: inline;
	text-transform: uppercase;
	}
#sidebar #navmenu ul li a,
#sidebar #navmenu ul li a:link,
#sidebar #navmenu ul li a:visited,
#sidebar #navmenu ul li a:hover,
#sidebar #navmenu ul li a:active
 {
   font-size: 1.3em;
	text-decoration:none;
	margin: 0px;
	padding: 5px 10px 5px 10px;
	color: #E5819B;
	background: white;
	}
#sidebar #navmenu ul li a:hover {
	text-decoration:none;
	color: #fff;
	background: #E5819B;
	}
.narrowcolumn {
	float: left;
	padding: 0 0 20px 45px;
	margin: 0px 0 0;
	width: 560px;
	}

.widecolumn {
	padding: 10px 0 20px 0;
	margin: 5px 0 0 150px;
	width: 560px;
	}
	
.post {
	margin: 0 0 80px 0;
	text-align: justify;
	}

.widecolumn .post {
	margin: 0;
	}

.narrowcolumn .postmetadata {

	padding-top: 5px;
	}

.widecolumn .postmetadata {
	margin: 30px 0;
	}
	

#footer {
border-top: 1px solid #FF0033;
background:#FF0776;
background:#E5819B;
color:#fff;	
clear:both;
font-size:12px;
width:100%;
margin:5px 0 0;
padding:0px 0 0 0px;
position:relative;
}

#post_thumbs {
margin:0;
padding:10px;
}

#post_thumbs h2 {
color:#fff;	
}

#post_thumbs li, #post_thumbs ul {
list-style: none;
margin: 0;
}

#post_thumbs li {
display: inline;
padding-left: 2px;
}
	
	
	
#footer p {
	margin: 0;
	padding: 20px 0;
	text-align: center;
	}

#footer a,
#footer a:link,
#footer a:visited,
#footer a:hover,
#footer a:active  {
	color:#fff;
	}	
/* End Structure */



/*	Begin Headers */
h1 {
	padding-top: 30px;
	margin: 0;
	}

.description {
	text-align: center;
	}

h2 {
	margin: 30px 0 0;
	}

h2.pagetitle {
	margin-top: 30px;
	text-align: center;
}

#sidebar h2 {
	margin: 5px 0 0;
	padding: 0;
	}

h3 {
	padding: 0;
	margin: 30px 0 0;
	}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
/* End Headers */



/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */
	
img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}
	
img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}
	
.alignleft {
	float: left
	}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	} 

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}
	
#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}
/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px; 
	text-align: center;
	}

#sidebar #searchform #s {
	width: 115px;
	padding: 2px;
	font: 1em 'Lucida Grande', 'Lucida Sans Unicode', Verdana, Arial, Sans-Serif;
	}

#sidebar #searchsubmit {
	padding: 1px;
	font: 1em 'Lucida Grande', 'Lucida Sans Unicode', Verdana, Arial, Sans-Serif;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	font: 1em 'Lucida Grande', 'Lucida Sans Unicode', Verdana, Arial, Sans-Serif;
	}

#commentform textarea {
	width: 100%;
	padding: 2px;
	font: 1.2em 'Lucida Grande', 'Lucida Sans Unicode', Verdana, Arial, Sans-Serif;
   height:100px;
	}

#commentform textarea,
#commentform input {
   border:1px solid #999;
   background: #fbfbfb;   
}   
   
   
#commentform #submit {
	margin: 0;
	float: right;
	font: 1em 'Lucida Grande', 'Lucida Sans Unicode', Verdana, Arial, Sans-Serif;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
	}

.commentlist p {
	margin: 10px 5px 10px 0;
	}

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */



/* Begin Sidebar */
#sidebar
{
	padding: 20px 0 10px 0;
	margin-left: 645px;
	width: 290px;
	}

#sidebar form {
	margin: 0;
	}
/* End Sidebar */



/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
margin-top: 10px;
margin-bottom: 0px;
background-color:#F8F8F8;
border-bottom:1px solid #DDDDDD;
border-top:1px solid #DDDDDD;	
clear:both;
float: none;
}

.navigation2{
text-align: right;	
}

.navigation_header{
margin-top: 5px;
}
.navigation_marker1 {
float:left;
padding:3px;
font-family: Sans-Serif ,Verdana, Arial,  'Lucida Grande', 'Lucida Sans Unicode';
font-size:47px;
line-height:40px;
vertical-align: top;
color: #999;
}	

.navigation_marker2 {
float:right;
padding:3px;
font-family: Sans-Serif ,Verdana, Arial,  'Lucida Grande', 'Lucida Sans Unicode';
font-size:47px;
line-height:40px;
vertical-align: top;
color: #999;
}		
  
.spacer {
width:1px;
height:1px;
line-height: 0px;
clear:both;
float: none;
font-size:0px;
}
  
/* End Various Tags & Classes*/
.apl_author_block {
background-color: #f8f8f8;
color:#777777;
border:1px solid #DDDDDD;
padding:3px;
margin:5px;
margin-left:15px;
display: block;
float: left;
}

.apl_author_name {
font-size:1.2em;
}

.apl_author_avatar {
padding:3px;
}

/**********************************************************************/
/***             Quotes Collection                                  ***/
/**********************************************************************/
.quotescollection_randomquote {font-size:1.3em;}
#random-quote{padding-top:40px;	}
.quotescollection_randomquote {margin-bottom:40px;	}
#random-quote h2.widgettitle {font-size:1.7em;	}
.quotescollection_randomquote q {}
.quotescollection_randomquote cite {	display:block; text-align:right; }
.quotescollection_author { /* author */}
.quotescollection_source { /* source */}
.quotescollection_nextquote { /* 'Next Quote »' link */}
.quotescollection_nextquote a { /* use this if you want to change, for example, the color of the 'Next Quote »' link */font-size:1.0em;	color:#999;}
blockquote.quotescollection {border:0;background:none;padding:0;margin:2em;font-size:1em;}
blockquote.quotescollection q {}
blockquote.quotescollection cite {display:inline;	font-size:0.83em;}

/**********************************************************************/
/***             Page Navi                                          ***/
/**********************************************************************/
.wp-pagenavi  {text-align:center;}
.wp-pagenavi a, .wp-pagenavi a:link { padding: 2px 4px 2px 4px; margin: 2px; text-decoration: none; border: 1px solid #FF0099; color: #FF0099; background-color: #FFFFFF; }
.wp-pagenavi a:visited { padding: 2px 4px 2px 4px; margin: 2px; text-decoration: none; border: 1px solid #FF0099; color: #FF0099; background-color: #FFFFFF; }
.wp-pagenavi a:hover { border: 1px solid #000000; color: #000000; background-color: #FFFFFF; }
.wp-pagenavi a:active { padding: 2px 4px 2px 4px; margin: 2px; text-decoration: none; border: 1px solid #FF0099; color: #FF0099; background-color: #FFFFFF; }
.wp-pagenavi span.pages { padding: 2px 4px 2px 4px; margin: 2px 2px 2px 2px; color: #777; border: 1px solid #aaa; background-color: #FFFFFF; }
.wp-pagenavi span.current { padding: 2px 4px 2px 4px; margin: 2px; font-weight: bold; border: 1px solid #aaa; color: #777; background-color: #FFFFFF; }
.wp-pagenavi span.extend { padding: 2px 4px 2px 4px; margin: 2px; border: 1px solid #aaa; color: #777; background-color: #FFFFFF; }
/**********************************************************************/
/***             Pols                                               ***/
/**********************************************************************/
.wp-polls-archive {
	/* background-color: #ffffff; */
}
.wp-polls, .wp-polls-form {
	/* background-color: #ffffff; */
}
.wp-polls ul li, wp-polls-ul li, .wp-polls-ans ul li { text-align: left; background-image: none; display: block; }
.wp-polls ul, .wp-polls-ul, .wp-polls-ans ul  { text-align: left; list-style: none; }
.wp-polls ul li:before, wp-polls-ul li, .wp-polls-ans ul li:before, #sidebar ul ul li:before {	content: '';}
.wp-polls IMG, .wp-polls LABEL , .wp-polls INPUT, .wp-polls-loading IMG, .wp-polls-image IMG { display: inline; border: 0px; padding: 0px; margin: 0px; }
.wp-polls-ul { padding: 0px; margin: 0px 0px 10px 10px; }
.wp-polls-ans {
	width:100%;
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
	/* background-color: #ffffff; */
}
.wp-polls-loading { display: none; text-align: center; height: 16px; line-height: 16px; }
.wp-polls-image {
	border: 0px;
}
.wp-polls .Buttons { border: 1px solid #c8c8c8; background-color: #f3f6f8; }
/* Polls Archive Paging */
.wp-polls-paging a, .wp-polls-paging a:link { padding: 2px 4px 2px 4px; margin: 2px; text-decoration: none; border: 1px solid #0066cc; color: #0066cc; background-color: #FFFFFF; }
.wp-polls-paging a:visited { padding: 2px 4px 2px 4px; margin: 2px; text-decoration: none; border: 1px solid #0066cc; color: #0066cc; background-color: #FFFFFF; }
.wp-polls-paging a:hover { border: 1px solid #000000; color: #000000; background-color: #FFFFFF; }
.wp-polls-paging a:active { padding: 2px 4px 2px 4px; margin: 2px; text-decoration: none; border: 1px solid #0066cc; color: #0066cc; background-color: #FFFFFF; }
.wp-polls-paging span.pages { padding: 2px 4px 2px 4px; margin: 2px 2px 2px 2px; color: #000000; border: 1px solid #000000; background-color: #FFFFFF; }
.wp-polls-paging span.current { padding: 2px 4px 2px 4px; margin: 2px; font-weight: bold; border: 1px solid #000000; color: #000000; background-color: #FFFFFF; }
.wp-polls-paging span.extend { padding: 2px 4px 2px 4px; margin: 2px; border: 1px solid #000000; color: #000000; background-color: #FFFFFF; }
/* Styles Used In WP-Admin */
#wp-polls-pollbar-bg { width: 25px; height: 25px; border: 1px solid #000000; }
#wp-polls-pollbar-border { width: 25px; height: 25px; border: 1px solid #000000; }

/**********************************************************************/
/***             C Forms                                            ***/
/**********************************************************************/


/**********************************************************************/
/***             wp thread comment                                  ***/
/**********************************************************************/
.editComment, .editableComment, .textComment{
	display: inline;
}
.comment-childs{
	border: 1px solid #999;
	margin: 5px 2px 2px 4px;
	padding: 4px 2px 2px 4px;
	background-color: white;
}
.chalt{
	background-color: #E2E2E2;
}
#newcomment{
	border:1px dashed #777;width:90%;
}
#newcommentsubmit{
	color:red;
}
.adminreplycomment{
	border:1px dashed #777;
	width:99%;
	margin:4px;
	padding:4px;
}
.mvccls{
	color: #999;
}

/**********************************************************************/


