/*  
Theme Name: Jodie's Theme
Description: A  simple and quickloading custom theme developed by Digital Coffee for Jodie Bricout based on retrocore-012 by Nullflow. 
Version: 0.1.0
Author: Peter Lugg
Author URI: http://www.digitalcoffee.com.au
*/

/*************************************
 +Containers
 *************************************/

body{
	background:#fff;
	color:#333;
	font-family: 'century gothic', Verdana, Arial Narrow, Helvetica, sans-serif;
	font-size:60%;
	line-height:1.5;
	margin:0;
	padding:0;
	text-align:center;
}

#wrap{
	margin:0 auto;
	padding:0 15px;
	text-align:left;	
	width:800px;
}

#header, #content, #box, #footer{
	width:800px;
}

#header{
	background: url('images/logo-jodie-bricout.gif') no-repeat 0px 5px;
	min-height:135px;
	padding:5px 0;
	/*border:#000 solid 1px;*/
	border-bottom: 3px solid #a2c816;
}

#content{
	font-size:1.4em;
	float:left;
	clear: both;
	padding:5px 0px 5px 0px;
	margin:0px;
}

#box {
	clear:both; 
	position:relative; 
	float:left; 
	padding:5px 0 15px 0; 
	min-height:180px;}
	
#footer{
	background:#fff;
	color:#888;
	clear:both;
	border-top: 3px solid #a2c816;
	margin: 5px 0 20px 0;
	padding: 1em 0;

}

/*************************************
 +Header
 *************************************/
 
#website-title, #header h1, #header .description, .language, #menu  {
	/*border:#000 solid 1px;*/
} 

#website-title {
	float:left;
	font-size: 1em;
	clear: none;
	width:590px;
	color: #e4c402;
	margin: 0em 0px 10px 0px;
	padding: 0px 0px 0em 125px;

	display: block;
	
	/*border:#000 solid 1px;*/
}

#header h1{
	font-size:3.5em;
	
	float: left;
}
#header h1 a{
     color:#a2c816;
		
}
#header h1 a:hover{
	color:#7dc1ef;
}

#header .description{
	color:#e4c402;
	font-size:1.8em;
	float: left;
	width:350px;
	/*border:#000 solid 1px;*/

	margin: 20px 0px 0px 20px;
}


.language {
	font-size:1.1em;
	float:right;
	width:80px;
	text-align:left;
	margin: 0px 0px 0px 0px;
	padding-top: 2em;
}

.language ul {	
	list-style-type:none;
	margin:0;
	padding:0;
}


/*************************************
 Menu
 *************************************/

#menu {
	float:left;
	font-size: 1em;
	text-transform:uppercase;
	clear: both;
	width:650px;
	color: #e4c402;
	margin: 1em 0px 10px 0px;
	padding: 0px 0px 1em 125px;

	display: block;
	
	/*border:#000 solid 1px;*/
}
#menu ul {	
	list-style-type:none;
	margin:0;
	padding:0;
}
#menu li  {
    display:inline; 
}
#menu li a  {
	font-size: 1.4em;
	padding: 0px 15px 0px 0px;
	text-decoration: none;
}

#menu .current_page_item a {
	text-decoration: underline;	
}
#menu .current_page_item a:hover {
	text-decoration: underline;
	color:#00C6FF;
}

/*************************************
 Breadcrumb
 *************************************/

.breadcrumb {
	font-size: .8em;
	text-decoration: underline;
	clear: left;
	float: left;
	display: none;
	overflow: hidden;
	visibility: hidden;
}
.breadcrumb a {
	text-decoration: none;
}
.breadcrumb a {
	text-decoration: underline;
}

/*************************************
 Footer
 *************************************/


#footer .left {
	float: left;
}

#footer .right {
	float: right;
}

.navigation{

	padding:5px;
	text-align:center;
}



/*************************************
 Entries/Content
 *************************************/

.entry entry-1  table{
	
	}

.entrytitle h2{
	font-size:2.25em;
	color: #a2c816;
	
}
.entrytitle h2 a
{
	color: #a2c816;
}

.entrytitle h3{
	font-size:1.6em;
	color: #a2c816;

}
.entrytitle .date h3{
	font-size:1em;
	color: #a2c816;
}
.entrytitle h2 a:hover{
	color: #a2c816;
}

.entrybody h2{
	font-size:1.8em;
	color: #a2c816;
	
}
.entrybody h3{
	font-size:1.8em;
	color: #a2c816;
	background-color: #a2c816;
	height: 8px;
	overflow: hidden;
}

/*************************************
 +Entry
 *************************************/
.entry{
	padding-bottom:1em;
	margin-bottom:1em;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #669933;
}

.entrymeta{
	font-size:0.9em;
}
.entry img {
	padding: 5px;
	border: 1px solid #ccc;
	margin: 5px;
}
.postedby{
	background:#fff url(./images/user.png) no-repeat;
	padding:3px;
	padding-left:20px;
}
.filedto{
	background:#fff url(./images/folder.png) no-repeat;
	padding:3px;
	padding-left:20px;
}
.commentslink{
	background:#fff url(./images/pencil_add.png) no-repeat;
	padding:3px;
	padding-left:20px;
}
.sec-a{
	background:#eff2ef;
        float:left; 
	width:775px;
	padding:0 15px;
	}

.print {
	margin-top: 10px;
}
.print a {
	padding-left: 30px;
	background-image: url(images/printer_famfamfam.gif);
	background-repeat: no-repeat;
}

/*************************************
 Sidebar
 *************************************/

#sidebar{
	font-size:1.1em;
	float:right;
	width:120px;
	text-align:left;
	padding-top:2em;
	padding-bottom:2em;
}
#sidebar .sec-a{
	background:#00C6FF;
        float:left; 
	width:150px;
	padding:0 15px;
	border-left: 1px solid #aaa;
	border-right: 1px solid #aaa;
	}
#sidebar .sec-b{
	float:left;
	width:205px;
	padding:0 15px;
	border-left: 1px solid #aaa;
}
#sidebar ul{
	list-style-type:none;
	margin:0;
	padding:0;
}
#sidebar ul li{
	margin-bottom:0.3em;
	padding:0.3em;
}

/*************************************
 +Nav
 *************************************/
#nav{
	background:#333;
	border:5px solid #222;
	border-top:none;
	font-size:0.9em;
	margin-bottom:30px;
	padding:0;
	width:400px;
	margin-top:-60px;
}

#nav ul{
	list-style-type:none;
}
#nav ul li{
	font-weight:bold;	
	float:left;
	letter-spacing:1px;
        margin-bottom:-3px;
	margin-right:10px;
	padding:2px 5px;
}
#nav ul li a{
	color:#fff;
	font-family: 'century gothic', Verdana, Arial Narrow, Helvetica, sans-serif;
}
#nav ul li a:hover{
	color:#E0EEE5;
}

/*************************************
 +3 Column Footer
 *************************************/



.box1 {width:42%; min-height:218px;  float:left; margin:0 5% 0 0; padding:15px 15px 5px 15px; background:url(images/box3-bg.gif) repeat-x top left #FFFFFF; border:#666666 dashed 1px; }
.box2 {width:48%; padding:15px 0 5px 0; margin:0 0 0 0; min-height:218px;  float:right; clear: none; background:url(images/box3-bg.gif) repeat-x top left #FFFFFF; border:#666666 dashed 1px; }
.box3 {margin:0 0 0 0;}
.box1 p ,.box2 p ,.box3 p {	padding:5px 0 5px 0;}
.box1 h3,.box2 h3 ,.box3 h3  {padding:5px 0 15px 0; font-size:1.8em; /*color: #a2c816;*/ }
.box2 h3  {padding:5px 15px 15px 15px;}

.box1 ul {
	margin: 15px;
	padding: 0px;
	}
.box1 ul li {
	font-size: 1.1em;
	margin: 8px 0 0 0;
	padding: 0 0 8px 0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	}

#recent-comments-ul {padding:0 5px 0 5px;}
#recent-comments-ul li {padding:12px 0 12px 0; line-height:15px; border-bottom:1px dashed #CCCCCC; min-height:20px; list-style:none;}
.kjgrcGravatar {float:left; padding:3px 6px 0 0;}
.readmore-btn {font-family:Verdana; padding:6px; background:#990033; color:#CCCCCC; float:right;} 





/*************************************
 +Comments
 *************************************/
.commentsblock{
	margin:0.5em;

}
.commentsblock textarea{
	width:435px;
}
.commentsblock input, .commentsblock textarea{
	border:1px solid #d1d1d1;
}
.commentsblock textarea:focus{
	background:#eee;
	border:1px solid #a1a1a1;
}
.commentsblock textarea:focus, .commentsblock input:focus{
	background:#eee;
	border:1px solid #a1a1a1;
}
.commentauthor{
	display:block;
	font-size:1.5em;
}
ol.commentlist{
	color:#777;
	font-size:0.9em;
	list-style-type:none;
	margin:0;
	margin-top:1.5em;
	padding:0;
}
.commentlist li{
	margin-bottom:0.5em;
	padding:0.5em 1em;
}
.alt{
	background:#f3f5e9;
	border:1px dotted #d1d1d1;
	padding:0.5em;
}
h3#comments{
font-size:1.6em;
}

/*************************************
 +Misc
 *************************************/

h1      {
	font-family: 'century gothic', Verdana, Arial Narrow, Helvetica, sans-serif;	
	font-weight:normal;
	letter-spacing: -1px;
	margin:0;
    font-size:1.75em;
}
h2      {
	font-family: 'century gothic', Verdana, Arial Narrow, Helvetica, sans-serif;	
	font-weight:normal;
	letter-spacing: -1px;
	margin:0;
    font-size:18px;
    color: a2c816;
}
h3      {
	font-family: 'century gothic', Verdana, Arial Narrow, Helvetica, sans-serif;	
	font-weight:normal;
	letter-spacing: -1px;
	margin:0;
        font-size:12px;
        color:#aaa;
}

ul{


}

img { border: 0; }

a{
	color:#666666;
	text-decoration:underline;
}
strong, b{
	/*color: #a2c816;*/
}
a:hover{
	color:#00C6FF;
	text-decoration: underline;
}
.clearfix:after{ 
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility:hidden; 
}
* html .clearfix {height: 1%;}

blockquote {
    margin: 20px 0;
	padding: 0 20px 0 50px;
	color: #333;
	border: none;
    background: #fff url('images/quote.gif') no-repeat 10px 0;
}

.whites_links_table a{
	color: #FFFFFF;
}

.whites_links_table a:hover{
	text-decoration: underline;
}

.whites_links_table p{
	color: #FFFFFF;
}
.whites_links_table span{
	color: #FFFFFF;
}
