/*
Theme Name: Neutra
Theme URI: http://www.csswithcolour.com/blog/246/neutra-theme-for-wordpress/
Description: Grid-based with focus on typography and simplicity - A simple and elegant theme for WordPress 2.8
Version: 0.3.2
Author: CSS WITH COLOUR
Author URI: http://www.csswithcolour.com
Tags: white, light, two-columns, right-sidebar, fixed-width
.
Released under the <a href="http://www.perlfoundation.org/artistic_license_2_0">Artistic License 2.0</a>
.
*/

@import url("css/class.css");

body { font-family:Arial, sans-serif; font-size:12px; background:#EDD4B7 url(images/background.jpg) no-repeat scroll -50px -10px; }

a { color:#C41211; text-decoration:none; }
a:hover { color:#C41211; text-decoration:underline; }
a:visited { color:#C41211; }
a:active { color:#C41211; }
p { color:#3E3E3E; font-size:12px; line-height:18px; }
ul, ol { padding:0; }
ul li, ol li { list-style-position:inside; }
.border-gray { width:100%; height:5px; xbackground:url(images/bg_post_border.png) repeat-x bottom left; }
.padding { padding:0; margin:10px 0; }
.alignleft { text-align:left;  float:left;}
.alignright { text-align:right; }
.aligncenter { text-align:center; }

hr {
border: 0;
color: #3e3e3e;
background-color: #3e3e3e;
height: 1px;
width: 100%;
display:block;
}

/*!!!!!! #container { width:980px; margin:25px; } */
#container { width:1200px; margin:25px; }

/* ----- Header ----- */
#header { width:980px; margin:0 0 40px 0; }
#header #logo { }
#header #menu { float:left; margin:30px 0 0 0; font-size:14px; letter-spacing:-1px; }
#header #menu ul { border-left:solid 2px #c7b29a; float:left; height:30px;}
#header #menu ul li { display: inline; font: bold 14px/14px "Arial", sans; letter-spacing: -1px; float: left; border-right: solid 2px #c7b29a; height: 29px; }
#header #menu ul li a { color:#C41211; float: left; padding: 10px 8px 5px 8px; margin:0 4px; }
#header #menu ul li a:hover { background: #604e3c; color:#fff; text-decoration: none; }
#header #menu ul li.current_page_item a { background:transparent url(images/navItemBack.gif) no-repeat scroll 0 0; color:#fff; }
#header #menu ul li a:visited { text-decoration:none; }
#header #menu ul li ul { /* L1 */ display:none; background:#FFF; border:1px solid red; position:absolute; z-index:1000; top:20px; left:1px; }
#header #menu ul li:hover ul { display:block; width:130px; border-top:1px solid #CCC; border-left:1px solid #CCC; border-right:2px solid #CCC; border-bottom:2px solid #CCC; }
#header #menu ul li ul li { width:120px; padding:5px; margin:0; border-bottom:1px solid #CCC; background:#FFF; }
#header #menu ul li ul li a { display:block; font-size:12px; font-weight:bold; letter-spacing:0; margin:0; }
#header #menu ul li.current_page_item ul li a { color:#777; }
#header #menu ul li.current_page_item ul li a:hover { color:#222; }
#header #menu ul li:hover ul li ul { /* L2 */ display:none; position:absolute; top:0; left:130px; }
#header #menu ul li:hover ul li:hover ul { display:block; width:130px; border-top:1px solid #CCC; border-left:1px solid #CCC; border-right:2px solid #CCC; border-bottom:2px solid #CCC; }
#header #search { float:right; width:120px; margin:15px 0 0 0; }
#header #search form#searchform input.ipt-keywords { width:96px; height:18px; padding:5px 0 3px 25px; background:url(images/bg_search.png) no-repeat; font-size:11px; font-weight:normal; color:#888; border:0; }
#header #search form#searchform input.btt-search { color:#555; font-size:11px; font-weight:bold; background:none; border:0; }

/*!!!!! #page { width:980px; } -----*/

/* ----- Left content ----- */
#left { float:left; width:600px; }
#left .post { margin:0 0 60px 0; font-family:Verdana, Geneva, sans-serif; }
#left h1 { color:#fff; font-size:34px; font-weight:bold; margin:0;  }
#left h2 { font-family:Arial, Helvetica, sans-serif; font-weight:bold; margin:0; padding:20px 0 0 30px; height:80px; background:transparent url(images/articleTitleBack.jpg) no-repeat scroll 0 0; }
#left h2 a { color:#fff; font-size:34px; margin:0; letter-spacing:-1px; }
#left h2 a:hover { color:#C41211; text-decoration:none; }
#left h2 a:visited { color:#fff; text-decoration:none; }
#left h3 a { font-size:21px; color:#666; font-weight:normal; }
#left h4 a {  font-size:18px; color:#666; font-weight:normal; }
#left h3, #left h4, #left h5, #left h6 { color:#666;  font-weight:normal; margin:0; }
#left p { font-size:12px; line-height:18px; }
#left p a.more-link { font-size:12px; font-weight:bold; color:#666; background:url(images/ico-icons.png) no-repeat left -22px; margin:0 0 0 15px; padding:0 0 0 20px; }
#left ul li, #left ol li { padding:0 10px 0 30px; font-size:13px; color:#777; }
#left blockquote { padding:20px; font-style:italic; line-height:18px; }
#left img { max-width:600px; }
#left img.alignleft { border:4px solid #EEEEEE; display:inline; margin:5px 20px 10px 0; padding:1px; }
#left address, #left kbd { font-family:Times New Roman, serif; font-size:15px; line-height:24px; }
#left big { font-size:17px; }
#left cite { font-size:14px; font-style:italic; line-height:24px; }
#left code { font-family:Trebuchet MS, Verdana, Arial, serif; font-size:12px; color:#999; }
#left pre, #left q { font-size:15px; }
#left dl { padding:0; }
#left ul.post-categories { display:inline; margin:0; }
#left ul.post-categories li { list-style:none; display:inline; padding:0 10px 0 0; }
#left .link-pages { margin:10px 0; color:#999; }
#left .link-pages a { padding:5px; background:#EEE; color:#444; }
#left .postmetadata { border-top:2px solid #F1F1F1; padding:20px 0 0 0; margin:20px 0 20px 0; display:none; }
#left .postmetadata .floatleft { width:360px; }
#left .postmetadata p { margin:0 0 10px 0; font-size:11px; color:#777; line-height:18px; }
#left .postmetadata span { display:inline; }
#left .postmetadata span a { font-size:11px; color:#777; font-weight:normal; }
#left .postmetadata span a:hover { text-decoration:underline; }
#left .postmetadata span.date { background:url(images/ico-icons.png) no-repeat left -36px; padding:0 0 0 20px; }
#left .postmetadata span.category { background:url(images/ico-icons.png) no-repeat left -48px; padding:0 0 0 20px; }
#left .postmetadata span.comments { background:url(images/ico-icons.png) no-repeat left -11px; padding:0 0 0 20px; }
#left .postmetadata span.tags { background:url(images/ico-icons.png) no-repeat left -22px; padding:0 0 0 20px; }
#left .navigation { padding:0 0 0 185px; margin:0 0 30px 0; }
#left .navigation a { display:block; background:#F1F1F1; padding:5px; font-size:11px; font-weight:normal; }

/* ----- Right content ----- */
/* !!!!!! #right { float:left; width:340px; margin:0 0 0 30px; padding:25px 0 0 0; font-size:12px; } */
/* !!!!!! #right { float:left; width:680px; margin:0 0 0 30px; padding:25px 0 0 0; font-size:12px; } */
#right { float:left; width:500px; margin:0 0 0 10px; padding:25px 0 0 0; font-size:12px; }
#right h2 { display:inline; font-size:14px; background:url(images/bg_right_title.png) no-repeat center right; padding:0 20px 0 0; }
/* !!!!!! #right ul li { color:#fff; margin:0 0 25px 0; font-size:12px; list-style:none; } */
#right ul li { color:#fff; margin:0 0 25px 10px; font-size:12px; list-style:none; float:left; display:inline; }
#right ul li a { color:#C41211; font-weight:normal; }
#right ul li ul { margin:5px 0; }
#right ul li ul li { margin:0 0 5px 0; }

/* !!!!!! #right .textwidget { margin:0 0 0 20px; padding: 0px 15px 15px 25px; background: url(images/widgetBack.gif) no-repeat; } */
#right .textwidget { margin:0; padding: 0; text-align:center; height:280px; width:220px; background: url(images/widgetback.jpg) no-repeat;}
/* !!!!!!.textwidget #title { margin:0px 0 0 20px; } */
.textwidet #title { margin:0; }
/* !!!!!! #right .sm-icon-container { text-align:right; } */
#right .sm-icon-container { margin:0 0 0 20px; }
#right .breaking {margin:0 0 25px 0; }
#right #sprout {text-align:center; }
#right .textwidget h3 { font-weight: normal; color:#fff; font-size: 15px; margin:15px 0 0 0; text-align:center;}
/* !!!!!!  #right .textwidget #rhino { margin:5px 0 0 45px; } */

/* ----- Comments and trackbacks ----- */
#comment-template { margin:30px 0 0 0; display:none; }
#comment-template h2 { font-size:23px; font-weight:normal; color:#666; margin:0; border-bottom:2px solid #F1F1F1; }
#comment-template h2 span { border-bottom:5px solid #64C1FF; }
#comment-template p.do-you-comment { float:left; color:#CC3366; font-size:17px; }
#comment-template p.do-you-comment a { color:#444; font-weight:normal; }
#comment-template p.trackback { float:right; margin:0; color:#666; font-size:11px; }
#comment-template p.trackback a { color:#777; text-decoration:none; font-size:11px; font-weight:normal; }
#comment-template p.trackback a:hover { text-decoration:underline; }
#comment-template p.comments-closed { font-size:20px; }
#comment-template #comments { margin:40px 0 0 0; }
#comment-template blockquote { margin:0 0 20px 0; line-height:23px; color:#555; padding:20px 0 0 20px; border-bottom:2px solid #F1F1F1; }
#comment-template blockquote.odd { background:#F6F6F6; }
#comment-template blockquote.even { background:#FFF; }
#comment-template blockquote .floatleft { width:100px; text-align:center; }
#comment-template blockquote .floatright { width:420px; text-align:left; }
#comment-template blockquote div.avatar-wrap { text-align:center; }
#comment-template blockquote div.avatar-wrap img.avatar { width:80px; height:80px; }
#comment-template blockquote div.author { font-size:17px; font-weight:normal; }
#comment-template blockquote div.author a { color:#444; }
#comment-template blockquote div.date { color:#444; font-size:11px; text-align:right; }
#comment-template blockquote div.date span { padding:10px 15px 5px 15px; border-bottom:5px solid #E4F1C0; }
#comment-template blockquote div.date a { color:#444; }
#comment-template blockquote div.comment { font-style:normal; padding:0 20px 0 0; }
#comment-template blockquote div.comment a { color:#666; }
form#respond h2 { font-size:23px; font-weight:normal; color:#666; margin:0; border-bottom:2px solid #F1F1F1; }
form#respond h2 span { border-bottom:5px solid #FFA061; }
form#respond p.logged-as { text-align:right; font-size:11px; }
form#respond p.logged-as a { color:#555; }
form#respond .commentform-wrap { }
form#respond label { color:#555; font-size:12px; font-weight:bold; margin:0 0 5px 0; }
form#respond label strong {font-weight:normal; }
form#respond input { width:560px; border-top:1px solid #CCC; border-right:2px solid #CCC; border-bottom:3px solid #CCC; border-left:1px solid #CCC; padding:5px; color:#555; font-size:12px; }
form#respond textarea { width:560px; border-top:1px solid #CCC; border-right:2px solid #CCC; border-bottom:3px solid #CCC; border-left:1px solid #CCC; padding:5px; color:#555; font-size:12px; }
form#respond p.btt-submit-wrap { text-align:right; }
form#respond p.btt-submit-wrap input.btt-submit { width:150px; font-size:14px; background:#FFF; }
#trackbacks { margin:20px 0 0 0; }
#trackbacks h2 { font-size:23px; font-weight:normal; color:#666; margin:0; border-bottom:2px solid #F1F1F1; }
#trackbacks h2 span { border-bottom:5px solid #D7EFFF; }
#trackbacks ul { margin:15px 0 0 0; }
#trackbacks ul li a { color:#555; font-size:12px; font-weight:normal; }

/* ----- Footer ----- */
#footer { text-align:left; margin:70px 0 0 0; }
#footer p { font-size:12px; font-weight:normal;}
#footer p a:visited { text-decoration:none; }

/* ----- Safari ----- */
@media all and (-webkit-min-device-pixel-ratio:0) {
#left .postmetadata span.tags { background:url(images/ico-icons.png) no-repeat left -24px; }
}
