/*
Theme Name: Nature's Highlight
Theme URI: http://refueled.net/wordpress-themes/
Description: A simple, two column theme for Wordpress.
Author: refueled
Author URI: http://refueled.net
version: 1.0
*/



/* basics */

*{margin:0; padding:0;}

body {
	background: #f3f3f3;
	font-family: arial, verdana, tahoma, serif;
	font-size: 10pt;
	margin: 10px;
}
	
h1 {font-size: 18pt;}
h2 {font-size: 14pt; margin-top:10px;}
h3 {font-size: 10pt; margin-top:10px;}
h4 {font-size: 9pt;}

h3.date {
float: right;
padding-left: 30px;
padding-bottom: 10px;
}

/* images and misc. */

img{border: none; padding: 6px;}
img a{border:none;}

img.left{ float: left; border: none; padding: 0 15px 10px 0; }
img.right{ float: right; border: none; padding: 0 0 10px 15px; }

blockquote{
	border-left:1px solid #A5ABAB;
	margin:15px;
	padding:0 12px 0 12px;
	}

code{
	margin:10px;
	font-family:"Courier New", Courier, monospace;}


/* links */

a{
	color:#74796C;
	text-decoration:none;
	border: none;
	}

a:hover{color:#333;text-decoration: underline; border: none;}



/* container */


#container {
	width: 1000px;
	margin: 0 auto;
	padding: 0;
	/*background:#fff url(images/bg.jpg);*/
	background-color:#fff;
	color:#000;
	overflow: hidden;
	border: 6px solid #fff;
	}
	
/* header */

#header {
	background: #FFFFFF;
	width: 100%; 
	color: #fff; 
	height: 74px;
	text-align:right;
	}
	
#header h1{
	font-family: palatino linotype,  arial, georgia,times;
	font-size: 22pt;
	font-weight: 300;
	letter-spacing: 1px;
	margin:12px 15px 0 15px;
	padding:4px 15px 10px 0;
	border-right:1px solid #C1C4BC;
	float:left;
	}

#header p{
	font-family: georgia, verdana, palatino linotype, arial, times;
	font-size: 10pt;
	font-weight: 300;
	color: #fff;
	padding:30px 0;
	margin:0;
	}
	

/* mid header */
	
#midheader{
	width: 100%; 
	height: 200px; 
	overflow: hidden;
	margin:0;
	padding:0;
	}

.leftcontent{ 
	width: 354px;
	height: 200px;
	float: right;
	font-size: 8pt;
	background:#EAEFF8 url(http://www.jmarois.com/dossiers.gif) no-repeat scroll 0% 0%;
	}

.leftcontent h2{
  font-family: palatino linotype, georgia, arial, times;
  font-size: 14pt;
  font-weight: 300;
  margin: 10px 0 0 15px;
  }

.leftcontent ul{ 
	margin: 10px 10px 10px 15px;
	overflow: auto;
	height: 146px;
	}
	
.leftcontent ul li{ 
  padding: 4px 0 4px 0;
  border-top: 1px dotted #B2B2AA;
  list-style-type: none;
	}
	
.leftcontent ul li a{color: #292C2F;}
.leftcontent ul li a:hover{color: #767C6F; text-decoration: none;}

.rightimg{ 
  background:#FFFFFF url(http://www.jmarois.com/Header-PRDSA.png) no-repeat scroll 0 0;
  height:200px;
  width:646px;
  position:relative;
}

/* main menu */

#nav {
	padding: 0;
	margin: 0;
	width: 100%;
	height: 25px;
	background: #838D54;
	font-family: verdana, arial, tahoma;
	font-size: 8pt;
	list-style: none;
	line-height: 1;
}

#nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
}

#nav a {
	display: block;
	line-height: 14pt;
	padding: 4px 9px 2px 9px;
	color:#fff;
	text-decoration: none;
}

#nav a:hover {
	background-color:#CAD49A;
	color: #0B1316;
}

#nav li { /* all list items */
	float: left;
	position: relative;
}

/* submenu */

#nav li ul {
  background: #838D54;
  position: absolute;
  top: 25px;
}

#nav li ul li {
  display:none;
  left:-11px;
  line-height:14pt;
  margin-left:11px;
  padding:4px 9px 2px;
}

/* content */


#content {
	/*float: right;*/
	overflow: hidden;
	font-family:"Georgia",Arial,Helvetica,sans-serif;
  font-size:1.2em;
  line-height:1.5;
  clear: both;
	}	

.post {
	margin: 0 10px;
	padding:10px 10px 10px 5px;
/*	line-height: 14pt; */
	text-align: justify;
	}
	
.post h2{
	font-family: baskerville, georgia, times, serif;
	font-size: 18pt;
	font-weight: 300;
	color: #31342C;
	}
	
.post h2 a{
	color: #31342C;
	text-decoration: none;
	border: none;
	}
	
.post h2 a:hover{
	color: #666;
	text-decoration: none;
	}
	
.post p{margin: 4px 0 4px 0;}

.post ul {padding: 2px 2px 2px 19px;}

.post ul li {list-style-type:square; list-style-position: inside;}

.entry p{margin:12px 0;}

.postmetadata{
	clear: both;
	background:#F7F7F7;
	padding:6px;
	margin-top: 16px;
	border-top: 1px dotted #C2C1B9;
	border-bottom: 1px dotted #C2C1B9;
	text-align: center;
	line-height: 15pt;
	}
	
.postmetadata img{display: inline; margin: 0; padding: 4px 2px 0 2px;}
	
.navigation {
	margin: 10px;
	padding:2px;
	font-size:.9em;
	float:left;
	width:98%;
	}

img.centered {
display: block;
margin-left: auto;
margin-right: auto;
}
.alignright {
padding: 4px;
margin: 0 0 2px 7px;
display: inline;
float:right;
}
.alignleft {
float:left;
padding: 4px;
margin: 0 7px 2px 0;
display: inline;
}


.archivetitle{
	font-family: baskerville, georgia, times, serif;
	font-size: 18pt;
	font-weight: 300;
	color: #31342C;
	padding: 0 0 12px 15px;
	}

/* sidebar */

#sidebar {
	font-family: verdana, arial, tahoma;
	font-size:8pt;
	width: 200px;
	float:left;
	margin: 6px 0 24px 0;
	padding: 0;
	border-right: 6px solid fff;
	background: #F8FBFD;
	}

#sidebar h2{
	font-family: georgia, verdana, times;
	font-weight: normal; 
	font-size: 14pt; 
	text-align: left;
	color: #08122E;	
	margin: 0;
	padding: 0 0 0 12px;
}

#sidebar p {margin:0; padding: 0 6px 0 0;}

#sidebar img {padding: 0; margin: 0;}

#sidebar ul {
	margin:12px 0 12px 0;
	padding:0;
	list-style-type: none;
	}

#sidebar ul li {
	margin: 0;
	padding: 0;
	line-height: 14pt;
	list-style-type: none;
	}

#sidebar ul ul {
	margin: 12px 0 12px 0;
	padding: 0;
}

#sidebar ul ul li {
	list-style-type: none;
	list-style-position: inside;
	margin: 0;
	padding: 4px 0 4px 12px;
	border-bottom: 1px solid #CBCBC9;
	}
	
#sidebar ul ul li:hover{
  background: #DEECF4;
  }

#sidebar ul ul li a{color: #767C6F; text-decoration: none; border: none;}
#sidebar ul ul li a:hover{color: #666; text-decoration: none; border: none;}

#sidebar ul ul ul{
	margin: 0;
	padding: 0;
}

#sidebar ul ul ul li{
	padding: 0 0 0 15px;
	list-style-type: square;
	color: #898989;
}

/* comments */

#commentssection{
	clear: both;
	padding: 2px 12px;
	margin: 0;
	}
	
#commentssection h3{
	font-family: georgia, times, verdana;
	font-size: 12pt;
	font-weight: 300;
	font-style: normal;
	color: #000;
	}

#commentform{
	background: #F0F0F0;
	margin: 12px 12px 20px 12px;
	padding:20px;
	}
	
#commentform p{
	color: #000;
	}
	
#commentform a{color: #000; text-decoration: none; border-bottom: 1px dotted #465D71;line-height: 14pt;}
	
#commentform h3{
	font-family: georgia, times, verdana;
	font-size: 10pt;
	font-weight: 300;
	color: #000;
	}
	
#commentbox{
	width:75%;
	min-width:400px;
	margin:5px 5px 0 0;
	}

#author, #email, #url, #commentbox, #submit{
	background: #fff;
	font-family: verdana, arial, times;
	font-size: 8pt;
	margin:5px 5px 0 0;
	padding: 6px;
	border: 1px solid #B2B2B2;
	}
	
#submit{margin:5px 5px 0 0;}

	
ol.commentlist {list-style-type: none;}

ol.commentlist li {
	background: #fff;
	margin:10px 0;
	padding:5px 0 5px 10px;
	overflow: hidden;
	}

ol.commentlist li.alt {background: #E5E5E5;}
ol.commentlist li p {margin: 6px 0 6px 0; padding: 0 12px 0 0; line-height: 14pt;}

ol.commentlist a {color:#000;}

cite {
	font-family: arial, verdana, tahoma;
	font-size: 9pt;
	font-weight: bold;
	font-style: normal;
	}
	
cite a{color: #000; text-decoration: none; border-bottom: 1px dotted #465D71;}

/* footer */

#footer {
	background: #EAEFF8;
	clear: both;
	width: 100%;
	margin-top:15px;
	border-top:solid 1px #DEDEDE;
	font-family: verdana, arial, tahoma;
	font-size: 7pt;
	border-top: 6px solid #fff;
	}
	
#footer p{padding:6px;margin: 0;}
#footer a{color: #000000;text-decoration: none;}
#footer a:hover{color: #5D5D5D;text-decoration: underline;}

p.wp-caption-text {
font-size:8pt;
margin:0;
text-align:center;
}

.clearfix:after {content: "."; display: block; height: 0; clear: both; visibility: hidden;}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

p.post-date {
background:#FFFFFF url(http://www.jmarois.com/date-bg.png) no-repeat scroll left bottom;
border:1px solid #FFFFFF;
display:block;
float:right;
height:38px;
line-height:100%;
margin:2px;
padding:0;
position:relative;
text-align:center;
width:38px;
}

.post-date span.month {
background:#CED4AF none repeat scroll 0 0;
border-bottom:1px solid #FFFFFF;
color:gray;
font-size:85%;
left:0;
padding:2px 0;
position:absolute;
text-transform:uppercase;
top:0;
width:100%;
}

.post-date span.day {
bottom:1px;
left:0;
padding:3px 0;
position:absolute;
width:100%;
font-weight:bold;
}

#morerecentlink {
font-weight:bold;
float:right;
margin-right:12px;
margin-top:19px;
}

  #morerecentlink a {
  cursor:pointer;
  text-decoration:underline;
  }

#morerecentposts {
display:none;
}

.clickable {
  cursor: pointer;
}

div.subpagecontainer {
  background: #EAEFF8;
  clear:right;
  display:inline-block;
  float:right;
  margin-left:10px;
  margin-top:5px;
  padding:3px;
  width:262px;
}

  div.subpagecontainer:hover {
    background: #C8DBFF;
  }

  div.subpagecontainer h2 {
    color: #FFFFFF;
    font-size: 14pt;
    margin:0;
    padding:0 0 7px 3px;
  }

  div.subpagecontainer img {
    padding: 0;
  }

  div.subpagecontainer div {
    width: 256px;
    margin: 3px;
    float: left;
  }

  div.subpagecontainer p {
    font-family:arial,verdana;
    color: #FFFFFF;
    margin-bottom:3px;
  }
  
  div.subpagecontainer div p {
    margin: 0px;
    padding: 4px;
    font-size:11px;
    background: #6A7B9B;
  }
  
#artconf {
  background-color:#D8DFE5;
  float:right;
  height:26px;
  line-height:17pt;
  padding:4px 9px 2px;
  position:static;
  right:0;
  top:0;
}

#artconf a {
  color: #000000;
  text-decoration: underline;
}

#artconf a:hover {
  color: #65686A;
}
  
/* Corner radius */
.ui-corner-tl { -moz-border-radius-topleft: 6px; -webkit-border-top-left-radius: 6px; }
.ui-corner-tr { -moz-border-radius-topright: 6px; -webkit-border-top-right-radius: 6px; }
.ui-corner-bl { -moz-border-radius-bottomleft: 6px; -webkit-border-bottom-left-radius: 6px; }
.ui-corner-br { -moz-border-radius-bottomright: 6px; -webkit-border-bottom-right-radius: 6px; }
.ui-corner-top { -moz-border-radius-topleft: 6px; -webkit-border-top-left-radius: 6px; -moz-border-radius-topright: 6px; -webkit-border-top-right-radius: 6px; }
.ui-corner-bottom { -moz-border-radius-bottomleft: 6px; -webkit-border-bottom-left-radius: 6px; -moz-border-radius-bottomright: 6px; -webkit-border-bottom-right-radius: 6px; }
.ui-corner-right {  -moz-border-radius-topright: 6px; -webkit-border-top-right-radius: 6px; -moz-border-radius-bottomright: 6px; -webkit-border-bottom-right-radius: 6px; }
.ui-corner-left { -moz-border-radius-topleft: 6px; -webkit-border-top-left-radius: 6px; -moz-border-radius-bottomleft: 6px; -webkit-border-bottom-left-radius: 6px; }
.ui-corner-all { -moz-border-radius: 6px; -webkit-border-radius: 6px; }

#fakesearch {
  background:transparent url(images/fakesearch.gif) no-repeat scroll left top;
  float:left;
  height:24px;
  width:173px;
  position:absolute;
  top:7px;
  right:5px;
}

  #fakesearch form{
  
  }
  
  #fakesearch input.field{
    background:transparent none repeat scroll 0 0;
    color:#969696;
    font-family:arial,sans-serif;
    font-size:12px;
    font-size-adjust:none;
    font-stretch:normal;
    font-style:normal;
    font-variant:normal;
    font-weight:normal;
    line-height:normal;
    margin:1px 0 0 4px;
    padding:3px 0 0 3px;
    width:138px;
    border: 0 none;
  }
  
  #fakesearch input.button{
    background:transparent none repeat scroll 0 0;
    cursor:pointer;
    height:22px;
    margin-top:0;
    padding:0;
    width:24px;
    border: 0 none;
  }