/*
Theme Name: CrossWords
Theme URI: http://www.idsg.it/
Description: A customized theme for Duncan Cross, aspiring scribbler, in which he showcases his excreta. 
Author: Duncan Cross
Author URI: http://duncancross.net
Tags: three columns, widgets, fixed width, white, blue
*/

/**
* RESET
*/

html, body, div, span, applet,
object, iframe, h1, h2, h3, h4,
h5, h6, p, blockquote, pre, a,
abbr, acronym, address, big,
cite, code, del, dfn, em, font,
ins, img, kbd, q, s, samp,
small, strike, strong, sub, sup,
tt, var, b, u, i, center, dl, dt,
dd, ol, ul, li, fieldset, form,
label, legend, table, caption,
tbody, tfoot, thead, tr, th, td 	{ margin:0; padding:0; border:0; outline:0; font-size:100%; vertical-align:baseline; background:transparent; }
body 					{ line-height:1; }
ol, ul 					{ list-style:none; }
blockquote, q 				{ quotes:none; }
del 					{ text-decoration:line-through; }
table 					{ border-collapse:collapse; border-spacing:0; }
p,ol,ul,table, form 			{ margin-bottom:20px; }

/**
* BODY
*/

body 					{ font-size:14px; line-height:150%; font-family:arial,helvetica,tahoma,sans-serif; color:#fff; background:#FFF; }

/**
* BLOCKS
*/

#wrapper 				{ background:#fff url(images/wrapper.jpg) repeat-y left top; color:#333; width:960px; margin-left:auto; margin-right:auto; }
#title 					{ height: 117px; background:#fff url(images/title2.jpg) no-repeat left top; padding:0px; }
#main 					{ width:490px; padding:10px 10px 10px 0; float:left; clear:both; }
#left_side              { width:200px; padding:10px; float:left; }
#right_side 		{ width:220px; padding:10px; float:right; }
#footer 				{ padding:10px; clear:both; height:100px; background:#0000FF url() no-repeat left bottom; }
#mortals                {width:960px; background:#FFF; margin-left:auto; margin-right:auto;}

#mortalstext 				{ width: 500px; padding: 10px 20px 0px 50px;  background:#fff; margin-left:auto; float:left; clear:both; }  
#chapterbar        {width: 180px; background:#0000FF; float:right; padding: 5px; } 

/**
* GENERAL HEADERS
*/

h1        {font-size:2em; text-align:center; font-family:"Trebuchet ms",tahoma,arial,verdana,sans-serif; margin-bottom:10px; font-weight:normal; }

h2, h3, h4, h5, h6 			{ font-family:"Trebuchet ms",tahoma,arial,verdana,sans-serif; margin-bottom:10px; font-weight:normal; }

/**
* TITLE
*/

#title h1 				{ margin-bottom:0; font-size:24px; padding-top:30px; }
#title p 				{ color:#c30; }
#title h1 a 				{ color:#fff; text-decoration:none; letter-spacing:-1px; text-transform:uppercase; }

/**
* MAIN
*/

#main a 				{ text-decoration:none; color:#1167B8; }
#main a:hover 				{ text-decoration:underline; }
#main div.post h2 			{ font-size:18px; color:#0000CC; font-weight:bold; margin-bottom:5px; padding-bottom:5px; }
#main div.post h2 a 			{ color:#0000CC; }
#main div.post h3 			{ font-size:16px; font-weight:bold; }
#main div.post h4 			{ font-size:12px; font-weight:lighter; color:#1167B8; }
#main div.post 				{ margin-left:10px; }
#main p.details 			{ margin-top:20px; margin-bottom:40px; font-size:0.85em; padding:3px 0 3px 10px; background:#fff; color:#1167B8; }
#main p.details a 			{ color:#fff; }
#main ul li 				{ margin-left:40px; list-style-type:square; }
#main ol li 				{ margin-left:40px; list-style-type:decimal; }
#main blockquote 			{ padding-left:30px; font-style:italic; color:#707070; font-family:georgia,serif; }
#main code 				{ background:#fffe56; }
#main p.post_tags 			{ font-size:0.85em; clear:both; }
#main img { margin:10px; padding:0; border:0; outline:0; font-size:100%; vertical-align:baseline; background:transparent; }

/**
* Mortals specific formatting
*/

#mortals a       {text-decoration:none; color:#1167B8;}
#mortals p	 {text-align:left;  font-size: 1.0em; font-family: georgia, times new roman, serif; margin-top: 1px; margin-bottom: 0px; text-indent: 40px;   }
#mortals h1				{text-align: center; font-size: 2em; font-family: Georgia, "Times New Roman", Times, serif; margin-top: 10px;}  
#mortals blockquote 	{padding-left:30px; font-family: georgia, times new roman, serif; font-size: 0.8em;}

#chapterbar            {color:#fff;}
#chapterbar a		{color:#fff;}
#chapterbar a:hover 	{ text-decoration:underline; }   
#chapterbar a:visited    {color:#F5A9A9}


/**
* NAVIGATION
*/

div.navigation 				{ height:80px; padding-top:10px; padding-bottom:20px;}
div.navigation span.alignleft 		{ display:block; margin-left:10px; width:210px; float:left; }
div.navigation span.alignright 		{ display:block; width:210px; float:right; text-align:right; }

/**
* COMMENTS
*/

#main ol.commentlist li 		{ font-size:13px; margin-left:0; list-style-type:none; padding:10px 10px 0 10px; border-bottom:1px dashed #aaa; }
#main ol.commentlist big 		{ font-size:16px; font-weight:bold; }
#main ol.commentlist span.date 		{ display:block; margin-bottom:20px; font-size:12px; }
#main ol.commentlist li ul li 		{ margin-left:40px; list-style-type:square; margin-bottom:0; padding:0; border:0; }
#main ol.commentlist li ol li 		{ margin-left:40px; list-style-type:decimal; margin-bottom:0; padding:0; border:0; }
#main ol.commentlist li.alt 		{ background:#fafafa; }
#main ol.commentlist li.author 		{ background:#ffda73; }
#main ol.commentlist img.avatar 	{ float:right; margin-left:10px; }
#main ol.commentlist p,
#main ol.commentlist ul,
#main ol.commentlist ol 		{ margin-bottom:10px; }

/**
* COMMENT FORM
*/

#commentform label 			{ font-size:12px; }
#commentform input 			{ display:block; }
#commentform textarea 			{ width:90%; height:140px; }
#commentform p 				{ margin-bottom:10px; }

/**
* LEFT SIDE
*/

#left_side 				{ font-size:12px; color:#333; }
#left_side h2 				{ color:#333; font-size:16px; padding-bottom:7px; padding-top:3px; margin-bottom:7px; border-bottom:1px dashed #333; }
#left_side ul li ul li ul		{ margin-bottom:0; }
#left_side table 			{ width:90%; }
#left_side table td,
#left_side table th 			{ text-align:center; }
#left_side a 				{ color:#fff; text-decoration:none; }


/**
* RIGHT SIDE
*/

#right_side 				{ font-size:12px; }
#right_side h2 				{ font-size:16px; padding-bottom:7px; padding-top:3px; margin-bottom:7px; }
#right_side ul li ul li ul 		{ margin-bottom:0; }
#right_side table 			{ width:90%; }
#right_side table td,
#right_side table th 			{ text-align:center; }
#right_side a 				{ color:#1167B8; text-decoration:none; }
#right_side a:hover 			{ text-decoration:underline; }

/**
* LEFT RIGHT COMMON CLASSES
*/

#tag_cloud a 				{ line-height:30px; }
#searchform br 				{ display:none; }
#searchform 				{ margin-bottom:20px; }
select#cat 				{ margin-bottom:20px; }

/**
* FOOTER
*/

#footer p 				{ padding-top:40px; font-size:12px; ; }
#footer a 				{ color:#FFF; text-decoration:none; margin-left:5px; margin-right:5px; }
#footer a.omega 			{ margin-right:0; }

/**
* WP REQ STYLE
*/

.aligncenter,
div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}

.alignleft {
   float: left;
}

.alignright {
   float: right;
}

.wp-caption {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #f3f3f3;
   padding-top: 4px;
   margin: 10px;
   /* optional rounded corners for browsers that support it */
   -moz-border-radius: 3px;
   -khtml-border-radius: 3px;
   -webkit-border-radius: 3px;
   border-radius: 3px;
}

.wp-caption img {
   margin: 0;
   padding: 0;
   border: 0 none;
}

.wp-caption p.wp-caption-text {
   font-size: 11px;
   line-height: 17px;
   padding: 0 4px 5px;
   margin: 0;
}
