/*
Theme Name: IFD1
Theme URI: http://ironfoxdesigns.com/
Description: IFD1 theme
Version: 1.0
Author: Iron Fox Designs, LLC
Author URI: http://ironfoxdesigns.com/
*/

body, h1, h2, h3, h4, h5, h6, blockquote, p, form {
	margin: 0;
	padding: 0;
}
body{
	margin: 0;
	font-family: Arial, Helvetica, Georgia, Sans-serif;
	font-size: 12px;
	text-align: left;
	vertical-align: top;
	background:#826f60 url(images/back_herringbone_structure.jpg) repeat-x;
	color: #000000;
	text-align:center;
}

a:link, a:visited{
	text-decoration: underline;
	color: #336699;
}

a:hover{
	text-decoration: none;
	color:#ff0000;
}

p{
	padding: 10px 0 0 0;
}

.icon {
	padding-left: 20px;
	background-position:left 6px;
	background-repeat:no-repeat;
	display:inline-block;
	min-height:20px;
}
.twitter { background-image: url(http://ironfoxdesigns.com/images/twitter_icon.gif);}
.facebook { background-image: url(http://ironfoxdesigns.com/images/icon_facebook.gif);}
.fave { background-image: url(http://ironfoxdesigns.com/images/fave_icon.gif);}
.linkedin { background-image: url(../images/icon_linkedin.gif);}
.pdf { background-image: url(http://ironfoxdesigns.com/images/pdf.gif);}
.top { background-image: url(http://ironfoxdesigns.com/images/arrow_up.png);background-position:left 0.7em;}

#wrapper{
	margin: 0 auto;
	width: 900px;
	text-align: left;
}

#header{
	position:relative;
	float: left;
	width: 900px;
	background:#ebebeb url(images/back_herringbone_structure_fade.jpg) repeat-x;
	height:144px;
}

#header h1 {
	position:absolute;
	top:10px;
	left:20px;
	margin:0;
	padding:0;
	color:#999;
	font-family:"Trebuchet MS", inherit;
	font-size:16px;
}

#header #logoWrapper{
	position:relative;
	margin:50px 0 0 20px;
}

#header #logoWrapper #logo {
	position:absolute;
	top:10px;
	left:0;
	width:152px;
	height: 50px;
	background:url(images/fox_rust.jpg) no-repeat;
}
#header #logoWrapper #logo a{
	display:block;
	width:152px;
	height: 50px;
}
#header #logoWrapper #bizName {
	position:absolute;
	top:0;
	left:170px;
	width:260px;
	height: 42px;
	background:url(images/ironfoxdesigns_name.jpg) no-repeat;
}

#header #logoWrapper #bizName a{
	display:block;
	width:260px;
	height: 42px;
}

#header #logoWrapper #blogDescription{
	position:absolute;
	top:42px;
	left:170px;
	color:#fff;
	font-family:"Trebuchet MS", inherit;
	font-size:12px;
	font-weight:bold;
}

#header #logoWrapper #blogDescription h2 {
	display:inline;
	margin:0;
	padding:0;
	color:#666;
	font-family:"Trebuchet MS", inherit;
	font-size:12px;
}

#header #search {
	position:absolute;
	bottom:10px;
	right:0;
	text-align:right;
	padding-right:15px;
}

#header #row3 {
position:relative;
	margin:5px 0 0 0;
	/*
	position:absolute;
	top:118px;
	left:0;
	width:100%;
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	*/
}

#box1 {
	background:#eee;
}
#container{
	float: left;
	width: 610px;
	background:#ebebeb;
	padding:20px;
}

#container .dateline {
	background-color:#eee;
	/* border:1px solid #666; */
	padding:0.2em 0;
}

.post{
	padding: 10px 0 10px 0;
}

.post h2{
	font-family: Georgia, Sans-serif;
	font-size: 18px;
}

.entry{
	line-height: 18px;
}

p.postmetadata{
	border-top: 1px solid #ccc;
	margin: 10px 0 0 0;
}

.navigation{
	padding: 10px 0 0 0;
	font-size: 14px;
	font-weight: bold;
	line-height: 18px;
}

.sidebar{
	float: left;
	width: 240px;
	background: #eeeeee;
	margin: 0 0 0 10px;
	padding-top:20px;
	display:inline;
}

.sidebar ul{
	list-style-type: none;
	margin: 0;
	padding: 0 10px;
}

.sidebar ul li{
	padding: 10px 0;
}

.sidebar ul li h2{
	font-family: Georgia, Sans-serif;
	font-size: 14px;
}

.sidebar ul ul li{
	padding: 0;
	line-height: 18px; 
}

.sidebar ul li#calendar table#wp-calendar {
	width: 100%;
	background-color:#fff;
}

table#wp-calendar thead {
	
}

#footer{
	clear: both;
	float: left;
	width: 750px;
	padding: 10px 0;
}

#footer p {
	line-height: 18px; 
}

#footer a {
	color:#000;
	text-decoration:none;
}
#footer a:hover {
	color:#ccc;
	text-decoration:underline;
}

/* Comments */
.comments-template{
	margin: 10px 0 0;
	border-top: 1px solid #ccc;
	padding: 10px 0 0;
}

.comments-template ol{
	margin: 0;
	padding: 0 0 15px;
	list-style: none;
}

.comments-template ol li{
	margin: 10px 0 0;
	line-height: 18px;
	padding: 0 0 10px;
	border-bottom: 1px solid #ccc;
}

.comments-template h2, .comments-template h3{
	font-family: Georgia, Sans-serif;
	font-size: 16px;
}

.commentmetadata{
	font-size: 12px;
}

.comments-template p.nocomments{
	padding: 0;
}

.comments-template textarea{
	font-family: Arial, Helvetica, Georgia, Sans-serif;
	font-size: 12px;
}

/* Based partially on Matthew Carroll's keyboard accessible flavor of Suckerfish 
 * Dropdowns by Patrick Griffiths and Dan Webb. 
 * http://carroll.org.uk/sandbox/suckerfish/bones2.html
 */

#nav {
	position:absolute;
	top:68px;
	left:0;
	display:block;
	list-style:none;
	margin:0 0 0 0;
	z-index:5;
	text-align: left;
	border:1px solid #996600;
	border-left:0;
	border-right:0;
	/* height:2.8em; */
	width:100%;
}
#nav li {
	text-transform:capitalize;
}
/* ----[ LINKS ]----*/

/* all menu links */
#nav a, #subMenusContainer a{
	text-decoration:none;
	display:block;
	padding:10px 20px;
	background-color:#fff ;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
}

/* Just main menu links --[for non-javascript users this applies to submenu links as well]*/
#nav a{
	margin:0;
	float:left;	
	background:transparent;
	color:#000;
}

/* Just sub menu links */
#subMenusContainer a, #nav li li a{
	text-align:left;
	color:#996600;
}

/* All menu links on hover or focus */
#nav a:hover, #nav a:focus, #subMenusContainer a:hover, #subMenusContainer a:focus, #nav a.mainMenuParentBtnFocused, #subMenusContainer a.subMenuParentBtnFocused{
	background-color:#666666;/*#F6C739 ;*/
	color:#fff;
	opacity: 0.80;
	-moz-opacity: 0.80;
	filter: alpha(opacity=80);
}

/* sub menu links on hover or focus */
#subMenusContainer a:hover, 
#subMenusContainer a:focus, 
#nav a.mainMenuParentBtnFocused, 
#subMenusContainer a.subMenuParentBtnFocused,
#nav li a:hover,
#nav li a:focus{
	background-color:#666666;/*#F6C739 ;*/
	color:#fff;
	opacity: 0.80;
	-moz-opacity: 0.80;
	filter: alpha(opacity=80);
}

/* Parent Sub Menu Links ---[javascript users only]*/
.subMenuParentBtn{ 
	background: url(../images/arrow_right.gif) right center no-repeat;  
}

/* Parent Sub Menu Links on hover or focus ---[javascript users only]*/
.subMenuParentBtnFocused{ 
	background: url(../images/arrow_right_over.gif) right center no-repeat;  
}

/* Parent Main Menu Links ---[javascript users only]*/
.mainMenuParentBtn{	
	 background: url(../images/arrow_down.gif) right center no-repeat; 
}

/* Parent Main Menu Links on hover or focus ---[javascript users only]*/
.mainMenuParentBtnFocused{	
	background: url(../images/arrow_down_over.gif) right center no-repeat; 
}

/* ----[ OLs ULs, LIs, and DIVs ]----*/

/* Submenu Outer Wrapper - each submenu is inside a div with this class - javascript users only */
.smOW{ 
	display:none; 
	position: absolute; 
	overflow:hidden; 
	/*the 2px left & right padding lets you have a 1px border 
	  on the ul or ol inside since overflow is set to hidden*/
	padding:0 2px;
	margin:0 0 0 -2px;
}


/* All ULs and OLs */
#nav, #nav ul, #nav ol, #subMenusContainer ul, #subMenusContainer ol { 
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1em;
}

/* All submenu OLs and ULs */
#nav ol, #nav ul, #subMenusContainer ul, #subMenusContainer ol {	
	/*border around submenu goes here*/	 
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	background:#fff;	
	border:1px solid #C3D46A;
	left:0;
}


/* List items in main menu --[for non-javascript users this applies to submenus as well]  */
#nav li { 
	/*great place to use a background image as a divider*/
	display:block;
	list-style:none;
	position:relative;
	float:left;
}

#subMenusContainer li{
	list-style: none;
}

#subMenusContainer{	display:block; 	position:absolute;	top:0;	left:0;	width:100%;	height:0;	overflow:visible;	z-index:1000000000; }


/* --------------------------[ The below is just for non-javscript users ]--------------------------*/
#nav li li{	float:none; }

#nav li li a{ /* Just submenu links*/	
	position:relative;
	float:none;
}

#nav li ul { /* second-level lists */
	position: absolute;
	width: 10em;
	margin-left: -1000em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	margin-top:2.2em;
}

/* third-and-above-level lists */
#nav li ul ul { margin: -1em 0 0 -1000em; }
#nav li:hover ul ul {	margin-left: -1000em; }

 /* lists nested under hovered list items */
#nav li:hover ul{	margin-left: 0; }
#nav li li:hover ul {	margin-left: 10em; margin-top:-2.5em;}

/* extra positioning rules for limited noscript keyboard accessibility */
#nav li a:focus + ul {  margin-left: 0; margin-top:2.2em; }
#nav li li a:focus + ul { left:0; margin-left: 1010em; margin-top:-2.2em;}
#nav li li a:focus {left:0;  margin-left:1000em; width:10em;  margin-top:0;}
#nav li li li a:focus {left:0; margin-left: 2010em; width: 10em;  margin-top:-1em;}
#nav li:hover a:focus{ margin-left: 0; }
#nav li li:hover a:focus + ul { margin-left: 10em; }
