/*
Theme Name: Jim Reimann
Theme URI: http://www.jimreimann.cm
Description: Custom Theme for Jim Reimann
Version: 1.1
Author: Aaron Reimann
Author URI: http://www.sideways8.net
Tags: 
*/
* { 
	margin:0;
	padding:0;
}


body {
   text-align: left;
   font-family: 'Myriad Pro', Verdana, Geneva, Arial, Helvetica, sans-serif;
   font-size: 75.01%;
}
div {
   font-size: 1em;
}
img {
   border: 0;
}
img.alignleft {
	float:left;
	padding: 0px 10px 10px 0;
}

img.alignright {
	float:right;
	padding: 0px 0 10px 10px;
}


.alignleft {
	float:left;
}

.alignright {
	float:right;
}

/*****************
basic layout 
*****************/
body {
	color: #376762;
	margin:0;
	background: #f8e7b2 url('images/site_bg.jpg') repeat-x scroll top left;
	
}
/* center wrapper, min max width */
div#pagewrapper {
	color: black;
	width:960px; margin-left: auto; margin-right: auto; border: 0px;
}


div#header {
	background: url('images/header_bg.jpg') no-repeat scroll top left;
	width: 960px;
	height: 78px;
	float: left;
	padding: 0 0 0px 0;
}

div#logo h1 {
	background: url('images/logo_bg.jpg') no-repeat scroll top left;
	width: 338px;
	height: 78px;
	margin: 0;
}

div#logo h1 a {
	width: 338px;
	height: 78px;
	display: block;
	text-indent: -999em;
}

div#menu { 
	width: 960px;
	padding: 0;
	float: left;
	list-style-type:none;
	padding: 10px 0 10px 0;
}

div#menu li {display:inline;}
/*
div#menu li a {
	font-size: 18px;
	color: #776b3c;	
	font-weight: normal;
	text-decoration: none;
	line-height: 18px;
	text-transform: uppercase;
	border: 1px solid transparent;
	padding: 4px 4px 2px 4px;
}

div#menu li a:hover {
	color: #ecdca7;	
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 1px solid #bdae7b;
	background: #bdae7b;
}
*/

/* http://www.catswhocode.com/blog/wordpress-magazine-style-horizontal-dropdown-menu */
/* http://www.darrenhoyt.com/2008/02/12/creating-two-tiered-conditional-navigation-in-wordpress/ */
#nav {
	width: 960px;
	height: 27px;
	padding: 0;
	float: left;
	list-style-type:none;
}

#nav li {
	margin-right:15px;
	}

#nav li, #subnav li {
	float:left;
	list-style:none
	}

#nav a {
	color: #776b3c;	
	font-size: 18px;
	font-weight: normal;
	text-decoration: none;
	line-height: 18px;
	text-transform: uppercase;
	border: 1px transparent;
	padding: 4px 4px 2px 4px;
	}

#nav a:hover, li.current_page_parent a, li.current_page_parent a:visited
	{
	color: #ecdca7;	
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 1px solid #bdae7b;
	background: #bdae7b;
	border: 1px transparent;
	padding: 4px 4px 2px 4px;
	}
#nav li.current_page_item a {
	color: #fff;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 1px solid #bdae7b;
	background: #bdae7b;
	padding: 4px 4px 2px 4px;
}
#nav a:active {
	color: #fff;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 1px solid #bdae7b;
	background: #bdae7b;
	padding: 4px 4px 2px 4px;
}

#subnav {
	height:48px;
	line-height: 24px;
	}

#subnav li {
	padding: 0;
	margin: 0;
	}	

#subnav a, #subnav a:visited {
	color:#776b3c;
	text-decoration:none;
	font-weight:normal;
	padding: 5px;
	margin: 5px;
	border: 0;
	}

#subnav a:hover, #subnav a:active,
#subnav li.current_page_item a,
#subnav li.current_page_item a:visited {
	color: #fff;
	text-decoration:none;
	font-weight:normal;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 0;
	background: #bdae7b;
	padding: 5px;
	margin: 5px
	}




div#content-left {
	float: left;
}

div#main {
	float: left;
	width: 720px;
	color: #524508;
	font-size: 13px;
}
div#main p {
	color: #524508;
	font-size: 13px;
	padding: 0px 10px 0 10px;
}

div#hp-box {
	float: left;
	width: 220px;
	padding: 0 9px 0 10px;
}

div#sidebar {
   float: left;        /* set sidebar on the left side. Change to right to float it right instead. */
   width: 220px;     /* sidebar width, if you change this please also change #main margins */
   display: inline;  /* FIX IE double margin bug */
   margin-left: 0px; /* aaron fix this */
	padding: 0 0 14px 0;
}
div#sidebar ul li {
	list-style-type: none;
	border: 0 0 1px 0;
	line-height: 12px;
	font-size: 12px;
}
ul.twitter {
	
}
li.twitter-item {
	margin: 8px 0 0 0;
	padding: 5px;
}
a.twitter-link {
	color: #776B3C;
}
#sidebar li.widget_text {
	list-style-type: none;
	padding: 0 0 10px 0;
}
#sidebar h2.widgettitle {
	display: none;
}


div#footer-container {
	background: #d3bf7f url('images/footer_bg.jpg') repeat-x scroll top left;
	width: 100%;
	min-height: 100px;
}
div#footer {
	clear: both;
	width: 960px;
	min-height: 100px;
	margin-left: auto;
	margin-right: auto;
	padding: 0; 
	color: #524508;
	padding-top: 26px;
	text-align: center;
	line-height: 22px;
}


#footer-nav {
	width: 960px;
	height: 27px;
	padding: 0;
	list-style-type:none;
	margin-left: auto;
	margin-right: auto;
}

#footer-nav li {
	margin-right:15px;
	}

#footer-nav li, #subnav li {
	float:left;
	list-style:none
	}

#footer-nav a {
	font-size: 14px;
	color: #524508;	
	font-weight: normal;
	text-decoration: none;
	line-height: 18px;
	text-transform: uppercase;
	padding: 4px 10px 2px 10px;
	}

	
/* as we hid all hr for accessibility we create new hr with extra div element */
div.hr {
   height: 1px;
   padding: 1em;
   border-bottom: 1px dotted black;
   margin: 1em;
}



/********************
CONTENT STYLING
*********************/
div#content {

}

/* HEADINGS */
div#content h1 {
   font-size: 2em; /* font size for h1 */
   line-height: 1em;
   margin: 0;
}
div#content {
	min-height: 400px;
}
div#content h2 {
	font-size: 1.5em; 
	line-height: 1em;
	margin: 0 0 0.5em 0;
}
div#content h3 {
   font-size: 1.3em;
   line-height: 1.3em;
   margin: 0 0 0.5em 0;
}
div#content h4 {
   font-size: 1.2em;
   line-height: 1.3em;
   margin: 0 0 0.25em 0;
}
div#content h5 {
   font-size: 1.1em;
   line-height: 1.3em;
   margin: 0 0 0.25em 0;
}
h6 {
   font-size: 1em;
   line-height: 1.3em;
   margin: 0 0 0.25em 0;
}
/* END HEADINGS */

/* TEXT */
p {
   font-size: 1em;
   margin: 0 0 .6em 0; /* some air around p elements */
   line-height: 1.4em;
   padding: 0;
}

blockquote {
   border-left: 3px solid #ddd;
   margin-left: 20px;
	margin-right:20px;
}
strong, b {
/* explicit setting for these */
   font-weight: bold;
}
em, i {
/* explicit setting for these */
   font-style:italic;
}

/* Wrapping text in <code> tags. Makes CSS not validate */
code, pre {
 white-space: pre-wrap;       /* css-3 */
 white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
 white-space: -pre-wrap;      /* Opera 4-6 */
 white-space: -o-pre-wrap;    /* Opera 7 */
 word-wrap: break-word;       /* Internet Explorer 5.5+ */
 font-family: "Courier New", Courier, monospace;
 font-size: 1em;
}

pre {
   border: 1px solid #000;  /* black border for pre blocks */
   background-color: #ddd;
   margin: 0 1em 1em 1em;
   padding: 0.5em;
   line-height: 1.5em;
   font-size: 90%;


}

/* Separating the divs on the template explanation page, with some bottom-border */
div.templatecode {
  margin: 0 0 2.5em;
}

/* END TEXT */

/* LISTS */
/* lists in content need some margins to look nice */
div#main ul,
div#main ol,
div#main dl {
   font-size: 1.0em;
   line-height: 1.4em;
   margin: 0 0 1.5em 0;
}

div#main ul li,
div#main ol li {
   margin: 0 0 0.25em 3em;
}

/* definition lists topics on bold */
div#main dl dt {
   font-weight: bold;
   margin: 0 0 0 1em;
}
div#main dl dd {
   margin: 0 0 1em 1em;
}

div#main dl {
  margin-bottom: 2em;
  padding-bottom: 1em;
  border-bottom: 1px solid #c0c0c0;
}
/* END LISTS */






div#content-blue-top {
	background: url('images/content_box-blue_top.png') no-repeat scroll top left;
	width: 720px;
	height: 14px;
} 
div#content-blue-repeat {
	background: url('images/content_box-blue_content_re.png') repeat-y scroll top left;
	width: 720px;

} 
div#content-blue-bottom {
	background: url('images/content_box-blue_bottom.png') no-repeat scroll top left;
	width: 720px;
	height: 14px;
	padding: 0 0 14px 0;
}
div#content-blue-repeat h2 {
	color: #33567e;
	font-size: 22px;
	font-weight: normal;
	text-transform: uppercase;
	padding: 0;
	margin: 6px 0 6px 0;
}
div#content-blue-repeat li {
	list-style-type: none;
	padding: 0;
	margin: 0;
	padding: 0;
	color: #33567e;
	font-size: 14px;
	font-weight: normal;
	line-height: 18px;
	padding: 14px 0 0 0;
}
div#content-blue-repeat p {
	margin: 0;
	padding: 0;
	color: #33567e;
	font-size: 14px;
	font-weight: normal;
	line-height: 18px;
	padding: 14px 0 0 0;
}


div#footer-site-by h1 {
	background: url('images/site_by.png') no-repeat scroll top left;
	width: 173px;
	height: 54px;
	margin: 0;
}

div#footer-site-by h1 a {
width: 173px;
height: 54px;
	display: block;
	text-indent: -999em;
}
div#footer-site-by {
	margin: 0 auto 0 auto;
	padding: 0 0 10px 0;
	width: 173px;
	height: 54px;
	border:0;
}





li.widget_twitter {
	list-style-type: none;
}
div.twitter-avatar ul li {
	list-style-type: none;
}
h2.title a {
	color: #776b3c;
}


.flickr-mini-gallery img {
margin:0 8px 8px 0;
}




.wp-caption  {
-moz-border-radius:3px 3px 3px 3px;
background-color:#F3F3F3;
border:1px solid #DDDDDD;
margin:10px;
padding-top:4px;
text-align:center;
}
