/* 
Theme Name: Architect Theme
Theme URL: http://ithemes.com
Description: Architect Theme is a custom theme created for WordPress.
Author: iThemes
Author URI: http://ithemes.com
Version: 1.0

Version History
    0.1 - 2009-01-09
        Initial version
    0.1.1 - 2009-01-12
        Updated lib/theme-options/theme-options.php and lib/tutorials/tutorials.php
		in order to add support for wp_tutorial_var
	0.1.2 - 2009-01-12
		Updated functions.php and footer.php to standardize the tracking code action
	0.1.3 - 2009-01-13
		Updated footer.php to include credits
		Updated /lib/theme-options/theme-options.php to take out category checkboxes
		Updated 404.php to call sidebar correctly
		Updated README.txt to latest version from Jesse
	0.1.4 - 2009-01-13
		Updated lib/featured-images/featured-images.php to 1.1.0
		Updated functions.php to disable the Featured Images height
	1.0 - 2009-01-13
		Updated style.css to fix style issues
		Updated /lib/custom-header.php to fix RSS icon bg issue
		Updated /lib/theme-options/theme-options.php to remove remnant categories reference
		Updated header.php to restructure the wrap div
*/

* {margin: 0; padding: 0;}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, 
blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, 
img, ins, kbd, q, s, samp, small, strike, strong, sub, tt, var, b, u, i, 
center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, 
tbody, tfoot, thead, tr, th, td { margin: 0; padding: 0; border: 0; outline: 0; 
font-size: 100%; vertical-align: baseline; background: transparent; } body { 
line-height: 1; } ol, ul { list-style: none; } blockquote, q { quotes: none; } 
blockquote:before, blockquote:after, q:before, q:after { content: ''; content: 
none; } :focus { outline: 0; } ins { text-decoration: none; } del { text-decoration: line-through; }
table { border-collapse: collapse; border-spacing: 0; }


body {
	background: #333;
	width: 1000px;
	color: #454545;
	font-size: 13px;
	font-family:'Comic Sans MS', Geneva, sans-serif;
	margin: 0px auto 0px;
	padding: 0px;
	}
	
#wrap {
	background: #FFFFFF;
	width: 1000px;
	margin: 0px auto 0px;
	padding: 0px;
	float: left;
	}

/************************************************
*	Hyperlinks									*
************************************************/

a, a:visited {
	color: #C4290B;
	text-decoration: underline;
	}
	
a:hover {
	text-decoration: none;
	}
	
/************************************************
*	Header  									*
************************************************/

#header {
	background: url(images/header.jpg) no-repeat;
	width: 880px;
	height: 100px;
	color: #FFFFFF;
	margin: 0px auto 0px;
	padding: 0px 0px 0px 0px;
	overflow: hidden;
	}
	
#header a {
	font-family: Arial, Tahoma, Verdana;
	font-size: 24px;
	color: #000000;
	text-decoration: none;
	padding: 0px;
	margin: 0px;
	text-transform: uppercase;
	}

#header a:hover{
	color: #C4290B;
	}
	
#header a img {
	border: none;
	margin: 0px;
	padding: 0px;
	}

#headerleft {
	width: 664px;
	float: left;
	font-size: 14px;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	overflow: hidden;
	}

#headerleft a {
	display: block;
	text-indent: -99999px;
	height: 100px;
}
#headerright {
	width: 186px;
	float: left;
	font-size: 12px;
	text-align: right;
	margin: 0px 0px 0px 0px;
	padding: 10px 22px 0px 0px;
	overflow: hidden;
	}

#headerright p {
	color: #FFFFFF;
	font-size: 12px;
	margin: 0px;
	padding: 0px 25px 0px 0px;
	}

#headerright h2 {
	width: 200px;
        color: #FFFFFF;
	float: left;
	font-size: 23px;
	font-weight: normal;
	text-align: right;
	margin: 0px 0px 0px 0px;
	padding: 6px 0px 0px 0px;
        }

/************************************************
*	Navbar      								*
************************************************/

#navbar {
	background: url(images/navbg.gif);
	width: 880px;
	height: 42px;
	color: #FFFFFF;
	margin: 0px auto 0px;
	padding: 0px 0px 0px 0px;
	}

#nav {
	margin: 0px 0px 0px 15px;
	padding: 0px;
	list-style: none;
	}
	
#nav ul {
	z-index: 10000;
	margin: 0px;
	padding: 0px;
	list-style: none;
	}

#nav a {
	color: #FFFFFF;
	display: block;
	font-size: 14px;
    font-weight: normal;
    text-decoration: none;
    margin: 0px 0px 0px 0px;
	padding: 13px 15px 13px 15px;
	}
	
#nav a:hover {
	background: #006EBD url(images/navhov.gif);
	color: #FFFFFF;
	display: block;
	text-decoration: none;
        margin: 0px 0px 0px 0px;
	padding: 13px 15px 13px 15px;
	}

#nav li {
	float: left;
	margin: 0px;
	padding: 0px;
border-right: 1px solid #093994;
border-left: 1px solid #006EBD;

	}
	
#nav li li {
	float: left;
	margin: 0px;
	padding: 0px;
	width: 180px;
	}
	
#nav li li a, #nav li li a:link, #nav li li a:visited {
	background: #07456D;
	width: 180px;
	float: none;
	margin: 0px;
	padding: 8px 10px 8px 10px;
	border-top: 1px solid #FFFFFF;

	}
	
#nav li li a:hover, #nav li li a:active {
	background: #6A1906;
	margin: 0px;
	padding: 8px 10px 8px 10px;
	}

#nav li ul {
	position: absolute;
	width: 10em;
	left: -999em;
	}

#nav li:hover ul {
	left: auto;
	display: block;
	}
	
#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
	}


li.page-item-209 {background-color:#AE2B0C;}
	
/************************************************
*	Homepage 					     		    * 
************************************************/

#homepage {
	width: 1000px;
	margin: 0px auto 0px;
	padding: 15px 0px 0px 0px;
	line-height: 15px;
	}

#homepage p {
	color: #454545;
	padding: 0px 0px 0px 0px;
	margin: 0px;
	}
	
#homepage h1 {
	color: #98250A;
	font-size: 22px;
	font-family: Trebuchet MS, Times New Roman, Georgia;
	font-weight: normal;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
	}
	
#homepage h1 a, #homepage h1 a:visited  {
	color: #98250A;
	text-decoration: none;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
	}

#homepage h1 a:hover {
	color: #98250A;
	text-decoration: none;
	}
	
#homepage h3 {
	color: #202020;
	font-size: 22px;
	font-family: Trebuchet MS, Times New Roman, Georgia;
	font-weight: normal;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
	}
	
#homepage img {
	float: left;
	border: none;
	margin: 0px 20px 0px 0px;
	}
	
#homepage ul {
	margin: 0px 0px 20px 0px;
	padding: 0px 0px 0px 0px;
	}
	
#homepage ul li {
    list-style: square;
	margin: 0px 0px 0px 20px;
	padding: 0px 0px 0px 0px;
	}	
	
#homepageleft {
	float: left;
	width: 262px;
	margin: 0px 0px 0px 0px;
	padding: 0px 36px 0px 15px;
	}
	
#homepageleft ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	}

#homepageleft ul li {
	display: inline;
	padding: 0px;
	margin: 0px;
	}
	
#homepageleft ul li a {
	background: #FFFFFF url(images/hp-green.png);
	width: 262px;
	height: 82px;
	display: block;
	color: #000000;
	font-size: 11px;
	font-family: Verdana, Arial, Tahoma;
	font-weight: normal;
	padding: 15px 0px 0px 40px;
	margin: 0px;
	text-decoration: none;
	}

#homepageleft ul li a.lefttab1 {
	background: #FFFFFF url(images/hp-yellow.png);
}
#homepageleft ul li a.lefttab2 {
	background: #FFFFFF url(images/hp-pink.png);
}

#homepageleft ul li a:hover {
	background: #FFFFFF url(images/hp-newblue.png);
	color: #FFFFFF;
	}
	
#menu span {
	color: #C7D3DF;
	font-size: 22px;
	font-family: Trebuchet MS, Times New Roman, Georgia;
	font-weight: normal;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 5px 0px;
	display: block;
	}
	
.homeleft1 {
	margin: 0px 0px 0px 0px;
	padding: 20px 0px 0px 0px;
	}
	
.homeleft2 {
	background: #DDDDDD;
	width: 300px;
	height: 80px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	}
	
.homeleft3 {
	background: #EEEEEE;
	width: 300px;
	height: 80px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	}
	
#homepageleft p {
	padding: 0px 0px 10px 0px;
	margin: 0px;
	}
	
#homepageright {
	background: #FFFFFF;
	float: left;
	width: 666px;
	height: 254px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	}
	
/************************************************
*	Homepage Bottom					     		* 
************************************************/

#homebottom {
	width: 1000px;
	margin: 0px auto 0px;
	padding: 20px 0px 0px 0px;
	line-height: 18px;
	}
	
#homebottom p {
	color: #454545;
	font-size: 13px;
		font-family:'Comic Sans MS', Geneva, sans-serif;
	padding: 0px 0px 0px 0px;
	margin: 0px;
	}
	
#homebottom h2 {
	color: #063C5D;
	font-size: 16px;
	font-family: Trebuchet MS, Times New Roman, Georgia;
	font-weight: normal;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 5px 0px;
	}

#homebottom img {
	float: left;
	border: none;
	margin: 0px 0px 10px 0px;
	}
	
#homebottom ul {
	list-style-type: square;
	margin: 0px 0px 15px 0px;
	padding: 0px 0px 0px 0px;
	}
	
#homebottom ul li {
	list-style-type: square;
	margin: 0px 0px 0px 20px;
	padding: 0px 0px 0px 0px;
	}	
	
#homebottomleft {
	background: #FFFFFF url(images/homebottom.png);
	float: left;
	width: 428px;
	height: 263px;
	margin: 0px 18px 15px 15px;
	padding: 15px 10px 0px 15px;
	display: inline;
	}
	
#homebottommiddle {
	background: #FFFFFF url;
	float: left;
	width: 280px;
	height: 175px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 5px;
	display: inline;
	}
	
#homebottomright {
	background: #FFFFFF url;
	float: right;
	width: 160px;
	height: 175px;
	margin: 0px 18px 15px 0px;
	padding: 15px 0px 0px 15px;
	display: inline;
	}

/************************************************
*	Content 					     		    * 
************************************************/

#content {
	float: left;
	width: 910px;
	margin: 0px 0px 0px 30px;
	padding: 0px 0px 0px 0px;
	line-height: 20px;
	}

#content p {
	padding: 0px 0px 15px 0px;
	margin: 0px;
	}
	
#content h1 {
	color: #063C5D;
	font-size: 18px;
	font-family: Trebuchet MS, Times New Roman, Georgia;
	font-weight: normal;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 10px 0px;
	}
	
#content h1 a, #content h1 a:visited  {
	color: #063C5D;
	font-size: 18px;
	font-family: Trebuchet MS, Times New Roman, Georgia;
	font-weight: normal;
	text-decoration: none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 5px 0px;
	}

#content h1 a:hover {
	color: #C4290B;
	text-decoration: none;
	}
	
#contentleft h2 {
	color: #063C5D;
	font-size: 18px;
	font-family: Trebuchet MS, Times New Roman, Georgia;
	font-weight: normal;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 5px 0px;
	border-bottom: 0px dotted #C0C0C0;
	}
	
#content h3 {
	color: #063C5D;
	font-size: 18px;
	font-family: Trebuchet MS, Times New Roman, Georgia;
	font-weight: normal;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 5px 0px;
	}
	
#content h4 {
	color: #063C5D;
	font-size: 16px;
	font-family: Trebuchet MS, Times New Roman, Georgia;
	font-weight: normal;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 5px 0px;
	}

#content img.wp-smiley {
	float: none;
	border: none;
	padding: 0px;
	margin: 0px;
	}

#content img.wp-wink {
	float: none;
	border: none;
	padding: 0px;
	margin: 0px;
	}
	
#contentleft {
	float: left;
	width: 650px;
	margin: 0px 0px 0px 0px;
	padding: 20px 10px 20px 10px;
	}

#contentleft p img {
	border: none;
	margin: 0px 10px 0px 0px;
	}
	
#contentleft ol {
	margin: 0px 0px 0px 5px;
	padding: 0px 0px 15px 0px;
	}
	
#contentleft ol li {
	margin: 0px 0px 0px 20px;
	padding: 0px 0px 0px 0px;
	}
	
#contentleft ul {
	list-style-type: square;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 15px 0px;
	}
	
#contentleft ul li {
	list-style-type: square;
	margin: 0px 0px 0px 20px;
	padding: 0px 0px 0px 0px;
	}

blockquote {
	margin: 0px 20px 15px 20px;
	padding: 5px 0px 5px 15px;
	border-left: 5px solid #C0C0C0;
	}
	
#content blockquote p {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	}
	
.postmeta {
	width: 500px;
	font-size: 12px;
	padding: 5px 0px 50px 0px;
	margin: 0px;
	border-top: double #C0C0C0;
	}
	
/************************************************
*	Sidebar 		    	        	        * 
************************************************/

#sidebar {
	float: right;
	width: 220px;
	margin: 0px;
	padding: 30px 0px 10px 20px;
	line-height: 20px;
	display: inline;
	}
	
#sidebar p {
	padding: 8px;
	margin: 0px;
	}
	
#sidebar h2 {
	color: #063C5D;
	font-size: 14px;
	font-family: Trebuchet MS, Times New Roman, Georgia;
	font-weight: normal;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 5px 0px;
	}
	
#sidebar li {
	list-style-type: none;
	margin:  0px;
	padding: 0px;
	}
	
#sidebar ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px 8px 0 8px;
	}
	
#sidebar ul li {
	list-style-type: square;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	}
	
.sideblock {
	width: 190px;
	padding: 5px 15px 5px 15px;
	margin: 0px 0px 10px 0px;
border: 1px solid #d9d9d9;
	}
	
.sideblock .textwidget {
padding: 5px 15px 0px 15px;
	margin: 0px;
	}
	
/************************************************
*	Footer      								*
************************************************/

#footer {
	background: url(images/footer.gif) top no-repeat;
	width: 1000px;	
	color: #666;
	height: 40px;
	margin: 0px auto 0px;
	padding: 20px 0px 0px 0px;
	text-align: center;
	float: left;
	}
	
#footer p {
	color: #666;
	font-size: 11px;
	font-family: Arial, Tahoma, Verdana;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	}
	
#footer a, #footer a:visited {
	color: #666;
	text-decoration: none;
	}
	
#footer a:hover {
	text-decoration: underline;
	}

/************************************************
*	Search Form									*
************************************************/

#searchdiv {
	margin: 0px;
	padding: 0px;
	}
	
#searchform {
	margin: 0px;
	padding: 0px;
	overflow: hidden;
	}
	
#subscribe {
	background: #EFEFEF;
	width: 150px;
	color: #333333;
	font-size: 10px;
	font-family: Verdana, Arial, Tahoma;
	font-weight: bold;
	padding: 3px;
	margin: 10px 0px 0px 0px;
	border-top: 1px solid #666666;
	border-right: 1px solid #DDDDDD;
	border-left: 1px solid #666666;
	border-bottom: 1px solid #DDDDDD;
	display: inline;
	}
	
#subscribe-sidebar {
	background: #EFEFEF;
	width: 200px;
	color: #333333;
	font-size: 10px;
	font-family: Verdana, Arial, Tahoma;
	font-weight: bold;
	padding: 3px;
	margin: 10px 0px 0px 0px;
	border-top: 1px solid #666666;
	border-right: 1px solid #DDDDDD;
	border-left: 1px solid #666666;
	border-bottom: 1px solid #DDDDDD;
	display: inline;
	}
	
#subbutton {
	background: #07456D url(images/navbar.gif);
	color: #FFFFFF;
	font-size: 11px;
	font-family: Arial, Tahoma, Verdana;
	padding: 2px;
	margin: 10px 0px 0px 0px;
	border: 1px solid #234B69;
	font-weight: bold;
	}
	
#search {
	background: #EEEEEE;
	width: 150px;
	color: #202020;
	font-size: 11px;
	font-family: Arial, Tahoma, Verdana;
	padding: 3px;
	margin: 0px 5px 0px 0px;
	border-top: 1px solid #666666;
	border-right: 1px solid #DDDDDD;
	border-left: 1px solid #666666;
	border-bottom: 1px solid #DDDDDD;
	}
	
#sbutt {
	background: #E5E5E5;
	color: #333333;
	font-size: 11px;
	font-family: Arial, Tahoma, Verdana;
	padding: 2px;
	margin: 0px 0px 0px 0px;
	border: 2px solid #999999;
	font-weight: bold;
	}
	
#s {
	background: #FFFFFF;
	width: 220px;
	color: #333333;
	font-size: 12px;
	font-family: Arial, Tahoma, Verdana;
	padding: 4px;
	margin: 5px 0px 20px 0px;
	border-top: 1px solid #666666;
	border-right: 1px solid #DDDDDD;
	border-left: 1px solid #666666;
	border-bottom: 1px solid #DDDDDD;
	}
	
#signup {
	background: #F5F5F5;
	width: 240px;
	color: #333333;
	font-size: 12px;
	font-family: Arial, Tahoma, Verdana;
	padding: 4px;
	margin: 0px;
	border-top: 1px solid #666666;
	border-right: 1px solid #DDDDDD;
	border-left: 1px solid #666666;
	border-bottom: 1px solid #DDDDDD;
	}

#name, #email, #url, #submit {
	background: #FFFFFF;
	color: #333333;
	font-size: 12px;
	font-family: Arial, Tahoma, Verdana;
	padding: 4px;
	margin: 0px 0px 0px 0px;
	border-top: 1px solid #666666;
	border-right: 1px solid #DDDDDD;
	border-left: 1px solid #666666;
	border-bottom: 1px solid #DDDDDD;
	}
	
#words {
	background: #FFFFFF;
	width: 380px;
	color: #333333;
	font-size: 12px;
	font-family: Arial, Tahoma, Verdana;
	padding: 4px;
	margin: 0px 0px 0px 0px;
	border-top: 1px solid #666666;
	border-right: 1px solid #DDDDDD;
	border-left: 1px solid #666666;
	border-bottom: 1px solid #DDDDDD;
	}
	
/************************************************
*	Comments									*
************************************************/

.aligncenter,
div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}

.alignleft {
   float: left;
}

.alignright {
   float: right;
}

.wp-caption {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #f3f3f3;
   padding-top: 4px;
   margin: 10px;
   /* optional rounded corners for browsers that support it */
   -moz-border-radius: 3px;
   -khtml-border-radius: 3px;
   -webkit-border-radius: 3px;
   border-radius: 3px;
}

.wp-caption img {
   margin: 0;
   padding: 0;
   border: 0 none;
}

.wp-caption p.wp-caption-text {
   font-size: 11px;
   line-height: 17px;
   padding: 0 4px 5px;
   margin: 0;
}


/* =============== REALM EDITS ===============*/


comments-block { padding: 0 0 25px 25px;}

#commentlist li {
  margin-bottom: 1.5em;
  padding-bottom: 1em;
  border-bottom: 1px solid #d9d9d9;
}

#commentform {
  margin: 1em 0;
  width: 98%;
}

textarea.styled {width: 95%;}

.styled {
  font-size: 12px;
  background: #FFFFF;
  border: 1px solid #D9D9D9;
  padding: 2px;
}

.styled:hover {
  background: #FFFFFF;
  border: 1px solid #D9D9D9;
}

.styled:focus {
  background: #FFF;
  border: 1px solid #D9D9D9;
}

#commentform input {margin-bottom: 3px;}
.commentmetadata a {font-size: 1em; color: #d9d9d9; text-decoration:none;}

input.btn {background:url(img/btn-submit.png) no-repeat; width:109px; height:45px; border:0; cursor: pointer; color:#FFFFFF; padding:0px; font-size:14px; display:block; text-align:center; float:right; margin-right:5px;}

/* SHOPPING CART */
.product_grid_item {background: #FFFFFF;}
input {border:1px solid #D9D9D9; padding:5px; margin: 5px 0 5px 0; }
textarea {border:1px solid #D9D9D9; padding:5px; margin: 5px 0 5px 0; }
.productcart table {margin-bottom:15px; margin-top:15px}
input.button {background:#AE2B0C; border:0; color:#FFFFFF; font-size:15px; padding:5px;}
.pricedisplay {font-weight:bold;}

