/*
Theme Name: Tallrice
Theme URI: http://tallrice.com/
Version: 1.0
Description: Tallrice Widget Theme
Author: Mike Edie
Author URI: http://tallrice.com/
*/

/* standard elements */
* {
	margin: 0;
	padding: 0;
}
a {color: #000000;
text-decoration:none;}
a:hover {color: #003366;}
body {
	background: #EBF7FD;
	color: #333;
	font: normal 65% "Helvetica",sans-serif;
	background:#EBF7FD url('img/bg-content.gif') repeat-y center;
	
}
input {
	color: #555;
	font: normal 1.1em "Lucida Sans Unicode",sans-serif;
}
p, cite, code, ul {
	font-size: 1.2em;
	padding-bottom: 1.2em;
}
ul {margin-left: 1.2em;}
.content ul li {list-style-image: url('img/li.gif');}

.content ol li {
margin-left:15px;}

blockquote {
	background: #FFF;
	border-bottom: 1px solid #EEE;
	border-top: 1px solid #EEE;
	color: #333;
	display: block;
	font-size: 0.9em;
	margin-bottom: 1.2em;
	padding: 6px 12px;
}
blockquote p {padding: 3px 0;}
h2, h3 {color: #654;}

/* misc */
.clearer {clear: both; font-size: 0;}
.left {float: left;}
.right {float: right;}

/* structure */
.container {
	margin: 0 auto;
	width: 792px;
}

/* header */

#header { position:relative; float:left; width:792px; height:97px; }
#infos-header { width:792px; height:97px; background:#002a44 url('img/bg-header.jpg'); }
#description { position:absolute; right:50px; bottom:20px; font-size:0.8em; color:#FFFFFF;}
#title { position:absolute; right:15px; top:15px; font-size:1em; text-transform:uppercase; color:#FFFFFF; font-weight:bold; text-decoration:none;}
#title a:link, #title a:visited { color:#CCC; text-decoration:none; }
#title a:hover { color:#FFF; text-decoration:none; }


/* navigation */

#rss { position:absolute; right:15px; top:50px; font-size:1em; text-transform:uppercase; color:#003366; font-weight:bold; text-decoration:none }
#rss a:link, #rss a:visited{ color:#CCC; }
#rss a:hover { color:#FFF}


/* item */
.item {clear: both;}
.item .date {
	background-color:#000000;
	color: #FFFFFF;
	float: left;
	height: 40px;
	text-align: center;
	width: 40px;
	margin-left:-40px;
}

.date_empty {
	
	color: #FFFFFF;
	float: left;
	height: 40px;
	text-align: center;
	width: 40px;
	margin-left:-40px;
}
.item .date div {padding-top: 4px;}
.item .date span {font: normal 1.6em serif;}
.item .content { float: left; width: 555px; border-right:1px solid #111111; }
.item h1 { background: #002a44; color: #FFF; line-height: 40px; padding-left: 16px; border-bottom:1px solid #111111; font-size:1.8em }
.item h1 a { color: #FFF; text-decoration:none; }
.item h1 a:visited{ color: #FFF; text-decoration:none; }
.item h1 a:hover{ color: #FFF; }
.item .body {padding: 12px 18px; font-size: 1.2em;}

/* main */
#main {
   position:relative;
   float:left;
   width:792px;
   background-color:#9fb7c3;
}

#main-content {
   position:relative;
   float:left;
   width:556px;   
   display:inline;
   background-color:#FFFFFF;
}

/* sub navigation */
.navigation { float: left; width: 236px; background-color:#2a4d62}
.navigation h1 {
	color: #FFFFFF;
	font-size: 1.5em;
	line-height: 40px;
	padding-left: 12px;
	border-bottom:1px solid #111111; 
}
.navigation ul {margin: 0; padding: 0;}
.navigation li {

	
	list-style: none;
	font-weight:bold;
}
.navigation li a {
	background-color:#a3b7c2;
	color: #002157;
	display: block;
	padding: 8px 4px 8px 20px;
	text-decoration: none;
	border-bottom:1px solid #111111;
}
.navigation li a:hover { color: #FFF; }

/* footer */

.footer a {color: #FFF;}
.footer a:hover {color: #FAFCB0;}
.footer .left, .footer .right {padding: 0 10px;}
#footer {
   position:relative;
   float:left;
   width:792px;
   height:100px;
   color:#aaa;
   padding:10px 0;
   font-size:1.0em;
   text-align:center;
}

#footer a:link, #footer a:visited {
   color:#CCC;
   font-weight:bold;
   text-decoration:none;
}

#footer a:hover {
   color:#FFF;
   
}

/*post stylng*/
.item{ margin:0 0 25px 0;}

.item .info{
	border-top: 1px dashed #DDD;
	padding: 6px 5px 12px;
	color: #505050;
	margin: 0 12px;
}

/* Comments Styling */
ul.commentlist {margin: 5px;}
.comment_author {font: bold 12px sans-serif; margin-bottom: 2px;}
.comment_metadata {margin-bottom: 4px;}

.graybox { font-size:10px; color:#CCCCCC; }

#commentlist li {
margin-bottom: 1.5em;
padding-bottom: 1em;
border-bottom: 1px solid #700000;
}
#commentform {
margin: 0px;
background: #f7fbf3;
width: 220px;
padding:8px;
}
.comment_author { text-align:right; margin-top:-12px; font-weight:normal;}
.comment_comment { font-weight:normal; }
li.graybox a { margin:0px; padding:0px; background-color:003366;}

#commentform textarea {
background: #f7fbf3;
border: 1px solid #d6d3d3;
width: 214px;
}
#commentform textarea:hover {
background: #f7fbf3;
border: 1px solid #d6d3d3;
}
#commentform textarea:focus {
background: #f7fbf3;
border: 1px solid #939793;
}

#commentform #email, #commentform #author, #commentform #url {
font-size: 1.1em;
background: #f7fbf3;
border: 1px solid #d6d3d3;
width: 214px;
}
#commentform #email:hover, #commentform #author:hover, #commentform #url:hover {
font-size: 1.1em;
background: #f7fbf3;
border: 1px solid #d6d3d3;
width: 214px;
}
#commentform #email:focus, #commentform #author:focus, #commentform #url:focus {
font-size: 1.1em;
background: #f7fbf3;
border: 1px solid #939793;
width: 214px;
}
#commentform input{
margin-bottom: 3px;
}