/* 
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
*/

body {
	background: #333;
	width: 880px;
	color: #454545;
	font-size: 12px;
	font-family: Arial, Tahoma, Verdana;
	margin: 0px auto 0px;
	padding: 0px;
  	font: 85%/0.9 arial, helvetica, sans-serif;
  	line-height: 130%;
  	width: 100%;
  	min-width: 970px;
  	color: black;
	
	
	
	}
	
#wrap {
	background: #FFFFFF;
	width: 880px;
	margin: 0px auto;
	padding: 0px;
	float: left;
	}

#centrewrap {
	margin:0px auto;
	width:880px;
	}	
	
	
/************************************************
*	Hyperlinks									*
************************************************/

a, a:visited {
	color: #333; /* #C4290B; */
	}
	
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 {
	margin-top:10px;
	}	
#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: 400px; /* 815px */
	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: 400px;
	float: right;
	font-size: 12px;
	text-align: right;
	margin: 0px;
	padding: 45px 0px 0px 0px;
	overflow: hidden;
	}
	
#headerright p {
	color: #FFFFFF;
	font-size: 12px;
	margin: 0px;
	padding: 0px 20px 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 25px 0px 0px;
	padding: 13px 10px 13px 10px;
	}
	
#nav a:hover {
	background: #6A1906 url(images/navhov.gif);
	color: #FFFFFF;
	display: block;
	text-decoration: none;
    margin: 0px 25px 0px 0px;
	padding: 13px 10px 13px 10px;
	}
.current_page_item {
	text-decoration:underline;
	}
#nav li {
	float: left;
	margin: 0px;
	padding: 0px;
	}
	
#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;
	}
	
/************************************************
*	Homepage 					     		    * 
************************************************/

#homepage {
	width: 880px;
	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:Georgia, "Times New Roman", "Bitstream Charter", Times, serif;

/*	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 0px 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-black.png);
	width: 222px;
	height: 70px;
	display: block;
	color: #FFFFFF;
	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:hover {
	background: #FFFFFF url(images/hp-orange.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;
	}
#menu ul li {
	font-size:20px;

	}
#menu h2 {
	font-size:16px;
	text-indent:50px;
	}	
#menu img {
	padding:0 0 10px 0;
	}	
.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: 585px;
	height: 254px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	}
	
/************************************************
*	Homepage Bottom					     		* 
************************************************/

#homebottom {
	width: 880px;
	margin: 0px auto 0px;
	padding: 20px 0px 0px 0px;
	line-height: 18px;
	}
	
#homebottom p {
	color: #454545;
	font-size: 11px;
	font-family: Verdana, Arial, Tahoma;
	padding: 0px 0px 0px 0px;
	margin: 0px;
	}
	
#homebottom h2 {
	color: #063C5D;
	font-size: 18px;
	font-family: Georgia, "Times New Roman", "Bitstream Charter", Times, serif;
/*	font-family: Trebuchet MS, Times New Roman, Georgia;
*/	font-weight: normal;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 10px 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: 280px;
	height: 132px;
	margin: 0px 18px 15px 15px;
	padding: 15px 15px 0px 15px;
	display: inline;
	}
#homebottomleft p img, #homebottommiddle p img {
	padding:0 5px 0 0;
	}	
#homebottommiddle {
	background: #FFFFFF url(images/homebottom.png);
	float: left;
	width: 280px;
	height: 132px;
	margin: 0px 0px 15px 0px;
	padding: 15px 15px 0px 15px;
	display: inline;
	}
	
#homebottomright {
	background: #FFFFFF url(images/subscribe.png);
	float: right;
	width: 160px;
	height: 132px;
	margin: 0px 18px 15px 0px;
	padding: 15px 15px 0px 15px;
	display: inline;
	}
#homebottomright li {
	background:  url(images/listButton.png) no-repeat;
	height:26px;
	list-style:none;
	padding:4px 0 2px 0 ;
	text-indent:30px;
	}
#homebottomright li a {
	text-decoration:none;
	color:#FFFFFF;
	}	
#homebottomright li a:hover {
	text-decoration:underline;
	color:#FFFFFF
	}		
	

/************************************************
*	Content 					     		    * 
************************************************/
.eCycle {
	display:none;
}
#content {
	float: left;
	width: 880px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	line-height: 20px;
	}

#content p {
	padding: 0px 0px 15px 0px;
	margin: 0px;
	}
	
#content h1, #contentleftNSB h1 {
	color: #063C5D;
	font-size: 18px;
	font-family:Georgia, "Times New Roman", "Bitstream Charter", Times, serif;
	
/*	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:Georgia, "Times New Roman", "Bitstream Charter", Times, serif;
	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: 22px;
	font-family:Georgia, "Times New Roman", "Bitstream Charter", Times, serif;
/*	font-family: Trebuchet MS, Times New Roman, Georgia;
*/	font-weight: normal;
	margin: 0px 0px 20px 0px;
	padding: 15px 0px 5px 0px;
	border-bottom: 1px dotted #C0C0C0;
	}
	
#content h3 {
	color: #063C5D;
	font-size: 18px;
	font-family:Georgia, "Times New Roman", "Bitstream Charter", Times, serif;
	font-weight: normal;
	margin: 0px 0px 20px 0px;
	padding: 0px 0px 5px 0px;
	border-bottom: 1px dotted #C0C0C0;	
	}
	
#content h4 {
	color: #063C5D;
	font-size: 16px;
	font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, serif;	
	font-weight: normal;
	margin: 0px 0px 20px 0px;
	padding: 0px 0px 5px 0px;
	border-bottom: 1px dotted #C0C0C0;	
	}

#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: 560px; /*------- 540px ------*/
	margin: 0px 0px 0px 0px;
	padding: 20px 0px 20px 20px;
	}

#contentleft p img {
	border: none;
	margin: 0px 10px 0px 0px;
	}
#content img.border, {
	padding:2px;
	border:#999999 solid thin;
	background-color:#666666;
	margin:0px;
}	

.GMborder {
	padding:2px;
	border:#999999 solid thin;
	background-color:#666666;
	margin:0px 0px 0px 25px;
}	

#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: 250px;
	margin: 0px;
	padding: 20px 20px 20px 0px;
	line-height: 20px;
	display: inline;
	}
	
#sidebar p {
	padding: 0px 15px 0px 15px;
	margin: 0px;
	}
	
#sidebar h2 {
	color: #063C5D;
	font-size: 18px;
/*	font-family: Trebuchet MS, Times New Roman, Georgia;
*/	font-family:Georgia, "Times New Roman", "Bitstream Charter", Times, serif;
	font-weight: normal;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 5px 15px;
	}
	
#sidebar li {
	list-style-image:url(images/bullet.png);
	margin:  0px;
	padding: 0 0 0 0px;
	}
	
#sidebar ul {
	list-style-type: none;
	margin: 0px 0px 20px 35px;
	padding: 0px 0px 0px 0px;
	border-left:#003399 thin solid;
	}
	
#sidebar ul li {
	list-style-type:square
	padding: 10px 5px 5px 0px;
	margin: 5px 0px 0px 0px;
	height:28px;
	width:183px;
	text-indent:10px;
	}
#sidebar ul li a, #sidebar ul li a:visited {
	color:#000000;
	}	
#sidebar ul li a:hover {
	color:#000000;
	text-decoration:underline;
	}		
.sideblock {
	background: #FFFFFF url(images/sidebar.png) no-repeat;
	width: 250px;
	min-height: 175px;
	padding: 15px 0px 0px 0px;
	margin: 0px 0px 5px 0px;
	}
.sideblockflyer {
	background: #FFFFFF url(images/sidebar-flyer.jpg) no-repeat;
	width: 250px;
	min-height: 175px;
	padding: 15px 0px 0px 0px;
	margin: 0px 0px 5px 0px;
	}
.group{
	background: #FFFFFF url(images/sidebar_group.png) no-repeat;
	}	
.ewaste{
	background: #FFFFFF url(images/sidebar_ewaste.png) no-repeat;
	}	
.remarketing{
	background: #FFFFFF url(images/sidebar_remarketing.png) no-repeat;
	}	
.konica{
	background: #FFFFFF url(images/kmsidebar.jpg) no-repeat;
	}		
.logistics{
	background: #FFFFFF url(images/sidebar_logistics.png) no-repeat;
	}			
.sideblock .textwidget {
	padding: 0px 15px 0px 15px;
	margin: 0px;
	}
	
/************************************************
*	Footer      								*
************************************************/

#footer {
	background: url(images/footer.gif) top no-repeat;
	width: 880px;	
	color: #666;
	height: 60px;
	margin: 0px auto 0px;
	padding: 20px 0px 0px 0px;
	text-align: center;
	float: left;
	font-weight:bold;
	}

#footer .word {
	float:left;
	color:#CCCCCC;
	font-size:1em;
	padding-left:10px;
	padding-right:10px;
	}

#footer .text {
	float:left;
	text-align:left;
	color:#CCCCCC;
	font-size:1em;
	height:30px;
	width:200px;
	border-left:thin;
	border-left-color:#FFFFFF;
	border-left-style:solid;
	padding-left:15px;
	}		
	
#footer2 {
	text-align: center;
	color:#FFFFFF;
	width: 880px;	
	color: #666;
	height: 60px;
	margin: 0px auto 0px;
	padding: 20px 0px 0px 0px;
	text-align: center;	
	}
		
#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;
	}
	
	
/************************************************
*    Footer 3    including search and contact   *
************************************************/	


#footer3 .search input,#footer3 .search button{border:none;float:left;}

#footer3 .search input.box{font-size:1.2em;width:230px;height:36px;background:url(/wp-content/themes/Architect/images/search-sprite.png) no-repeat;margin-right:0;/*color:#000;*/padding:10px 0 0 25px;}
#footer3 .search input.box:focus{background:/*#616161 */url(/wp-content/themes/Architect/images/search-sprite.png) no-repeat left -46px;outline:none;}

.search button.btn{width:36px;height:46px;/*margin-top:1px*/;cursor:pointer;text-indent:-9999px;background:url(/wp-content/themes/Architect/images/search-sprite.png) no-repeat top right;}
.search button.btn:hover{background:url(/wp-content/themes/Architect/images/search-sprite.png) no-repeat bottom right;}	


#footer3 fieldset {
	border:none;
	width:310px;
	}
div.search {
	width:310px;
	float:left
	}


	
#footerForms, #footerLegal {
	width:180px;
	float:left;
	padding-top:0px;
	margin-top:-10px;
	}	
#footerContact {
	width:210px;
	float:left;
	padding-top:0px;
	margin-top:-10px;		
	}		
	
	
#footerContact ul, #footerForms ul, #footerLegal ul {
	list-style:none;
	padding:00px;
	}	
#footer3 h4 {
	margin:0px;
	padding:0px;
}	
.listTitle {
	color:#CCCCCC;
	}

	

#footer3 .contactType {
    margin-left:25px;
    float:left;
    width:20px;
    font-family: "Times New Roman", Times, serif;
    font-size:1.2em;
    color:#FFFFFF;
    }    
#footer3 .contactInfo  {
    float:left;
    font-style:italic;
    font-family: "Times New Roman", Times, serif;
    font-size:1.2em;
    color:#6a6a6a;
    }	
	
.phoneNumber {
	font-style:italic;
	padding-left:25px;
	padding-top:-10px;
	padding-bottom:5px;
	}	
.networking {
	padding-left:25px;
	}	
	
	

#footer3 {
	color:#6a6a6a;
}	
#footer3 a:link {
	color:#6a6a6a;
}
#footer3 a:visited {
	color:#6a6a6a;
}
#footer3 a:active {
	color:#6a6a6a;
}
#footer3 a:hover {
	color:#FFFFFF;
}		
	
	
/************************************************
*	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;
	}
	
.url {
	padding:0 0 0 25px;
	margin:0 0 0 25px;
	}
.date {
	padding:0 0 25px 25px;
	margin-left:25px;
	font-size:small;
	color:#999999;
	}		
	
/************************************************
*	Comments									*
************************************************/

	
#commentblock {
	width: 440px;
	color: #000000;
	float: left;
	padding: 20px 0px 10px 0px;
	margin: 0px 0px 0px 0px;
	}
	
#commentblock ol {
	list-style-type: square;
	margin: 0px 0px 0px 0px;
	padding: 10px 0px 0px 0px;
	}
	
.commentdate {
	font-weight: bold;
	font-size: 12px;
	}

.commentname {
	color: #000000;
	font-weight: bold;
	margin: 0px;
	padding: 5px 0px 0px 0px;
	}

.commentinfo {
	clear: both;
	}

.commenttext {
	width: 440px;
	color: #000000;
	font-size: 12px;
	font-family: Arial, Tahoma, Verdana;
	padding: 0px 0px 0px 0px;
	margin: 5px 0px 20px 0px;
	border-bottom: 1px dotted #C0C0C0;
	}

.commenttext-admin {
	width: 440px;
	color: #000000;
	font-size: 12px;
	font-family: Arial, Tahoma, Verdana;
	padding: 0px 0px 0px 0px;
	margin: 5px 0px 20px 0px;
	border-bottom: 1px dotted #C0C0C0;
	}
.aligncenter,
div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}

.alignleft {
   float: left;
}

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

.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;
}
#contacttext {
	padding:0 0 0 25px;
	}
#contacttext h2 {
	padding:0 0 25px 0;
	}	
.CF7 {
	margin:0 0 0 15px;
	padding:0 0 0 15px;
	border-left:dotted thin #999999;
	}
	
/*---------------------------------------old css -------------------------------*/
.required {
color:#FF0000;
font-weight:bold;
}
#SWF-Container {
	padding:0 0 25px 0;
}








.center{text-align:center;}
.bold{font-weight:bold;}

.clear{clear:both;}
.hide{display:none;}
/*.ewasteContact{
width:80%;
}*/
/*.greyBackground{
background-color:#F5F5DC;
}*/

.submittedDetails {
font-size:0.8em;
}
.priceTable {
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	background-color:#F5F5DC;
}
.pl-border {
border:1px solid #bababa;
margin-bottom:10px;
text-align:left;
}
.pricelistTitle {
	font-size: 16px;
	font-weight: bold;
}
.pricelistPrice {
	font-weight: bold;
	color: #FF0000;
	font-size: 16px;
	
}
.col-id {
	color:#FF0000;
	font-size: 1.4em;
}
.collectionDetails {
font-size:0.8em;
}
.collectionBar {
border-left:dotted;
border-left-color:#000000;
}
#returnAddress {
	font-size: 9em;
	width:400px;
}	

.p-box {
	border:#000000 thin solid;
	background:#CCCCCC;
	background:url(images/p-box-grad.jpg) repeat-x;
	margin:5px 25px 25px 25px;
	padding:5px;
}
.hr {
	border-bottom:thin #D8D8D8 solid;
	margin:0 0 25px 0;
}







/*------------------ Nifty cube ------------------*/


#vision {background: url(images/NC-Grad.jpg) repeat-x; color:#FFFFFF /*#E4E7F2*/}
#vision {float:right;width: 250px;   padding: 10px 10px 10px 10px;   margin:0px 8px 0 8px;}

#rounded {background: url(images/NC-Grad.jpg) repeat-x; color:#FFFFFF /*#E4E7F2*/}
#rounded {float:right;width: 250px;   padding: 10px 10px 10px 10px;   margin:-20px 8px 0 0;}

#CR-Round1,
#CR-Round2,
#CR-Round3,
#CR-Round4,
#CR-Round5,
#CR-Round6,
#RMAform .greyBackground,#quote-form .greyBackground {
	width:520px;
	padding:10px;
}

/*--------------------- vTip -------------------*/
p#vtip { display: none; position: absolute; padding: 10px; left: 5px; font-size: 0.8em; background-color: white; border: 1px solid #a6c9e2; -moz-border-radius: 5px; -webkit-border-radius: 5px; z-index: 9999 }
p#vtip #vtipArrow { position: absolute; top: -10px; left: 5px }

/*------------------------ Grey box redux ----------------------*/
#GB_overlay {
  background-image: url(http://210.48.108.131/~admin106/wp-content/themes/Architect/js/overlay.png); 
  position: absolute;
  margin: auto;
  top: 0;
  left: 0;
  z-index: 100;
  width:  100%;
  height: 100%;
}

* html #GB_overlay {
  background-color: #000;
  background-color: transparent;
  background-image: url(http://210.48.108.131/~admin106/wp-content/themes/Architect/js/blank.gif);
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="wp-content/themes/Architect/js/overlay.png", sizingMethod="scale");
}

#GB_window {
  top: 50px;
  left: 0px;
  position: absolute;
  background: #000;  
/*  background: #fff;
*/  border: 5px solid #aaa;
  overflow: auto;
  width: 400px;
  height: 400px;
  z-index: 150;
}

#GB_frame {
  border: 0;
  overflow: auto;
  width: 100%;
  height: 378px;
}

#GB_caption {
  font: 12px bold helvetica, verdana, sans-serif;
  color: #fff;
  background: #888;
  padding: 2px 0 2px 5px;
  margin: 0;
  text-align: left;
}

#GB_window img {
  position: absolute;
  top: 2px;
  right: 5px;
  cursor: pointer;
  cursor: hand;
}

/*------------------------ IE6 Detect Styles ----------------------*/

.error {
	background:#FBE3E4;
	color:#8a1f11;
	border-color:#FBC2C4;
	padding:20px;
	border:dashed 2px red;
/*	width:880px;*/
	margin:0px auto;
	font-family:Arial, Arial, Helvetica, sans-serif;
	font-size:1em;
	line-height:1.3em;
}

.error a, .error a:hover{
	color:#8a1f11;
}

.kickRight {
	text-align:right;
}
/*-------------------------- Collection form ------------------------*/
#Collection_request h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-bottom-style: dotted;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	color: #000099;
}
#Collection_request .greyBackground, #RMAform .greyBackground {
/*	background-color: #CCCCCC;
*/	background:url(images/greyBackground.jpg) no-repeat top left;
}
#Collection_request h3, #RMAform h3{
	padding:10px 0 0 0;
}
#SWF-Container { width:555px; height:180px; margin:0;padding:0 }
/*---------------- / ------------------------*/
td.pricingTitle { font-size:1.2em; font-weight:bold; }


/*---------------- / ------------------------*/
/* EB: Clean */
/*------------------------------------------------------------------------------------------------------------------------------------
Fixes
------------------------------------------------------------------------------------------------------------------------------------*/
button.simpleBTN::-moz-focus-inner, input.simpleBTN::-moz-focus-inner{border:none; padding:0}/*Remove extra padding in firefox*/
/*------------------------------------------------------------------------------------------------------------------------------------
UNIVERSAL PROPERTIES
------------------------------------------------------------------------------------------------------------------------------------*/
.simpleBTN{
	/*Prepare Button*/
	cursor:pointer;
	display:block; /*Compatability*/
	display:inline-block;
	margin:0px;
	outline:none;
	position:relative;
	padding:6px 12px;
	text-align:center;
	text-decoration:none;
	overflow:visible; /*IE 6,7  padding fix*/
	white-space:nowrap;

/*------------------------------------------------------------------------------------------------------------------------------------
BUTTON STYLE (Normal)
------------------------------------------------------------------------------------------------------------------------------------*/
	/*Text*/
	color:#FFF; /*Compatability*/
	font-size:14px;
	font-family:Verdana, Geneva, sans-serif;
	font-weight:normal;
	text-shadow:#555 -1px -1px 0px; /*rgba color causes chrome to have jagged text*/
	
	/*Round Corners*/
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px; /*More than 4px will make chrome bug visible*/
	border-radius: 4px;
	
	/*Border*/
	border:1px solid;
	border-color:#333; /*Compatability*/
	border-color:rgba(0, 0, 0, .3);
	
	/*Shadow and Highlights*/	
	-moz-box-shadow:
		0px 1px 1px rgba(0, 0, 0, .2), /*Shadow*/
		0px 1px 0px rgba(255, 255, 255, .75) inset, /*Highlight*/
		0px -1px 1px rgba(255, 255, 255, .2) inset /*Highlight*/
	;
	-webkit-box-shadow:	0px 1px 1px rgba(0, 0, 0, .2); /*Safari 4 & Chrome 5 compatability issue ('inset')*/
	-webkit-box-shadow:
		0px 1px 1px rgba(0, 0, 0, .2), /*Shadow*/
		0px 1px 0px rgba(255, 255, 255, .75) inset, /*Highlight*/
		0px -1px 1px rgba(255, 255, 255, .2) inset /*Highlight*/
	;
	box-shadow:
		0px 1px 1px rgba(0, 0, 0, .2), /*Shadow*/
		0px 1px 0px rgba(255, 255, 255, .75) inset, /*Highlight*/
		0px -1px 0px rgba(255, 255, 255, .2) inset /*Highlight*/
	;
	
	/*IE Gradient*/
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#55ffffff', endColorstr='#00ffffff');
	
	/*Gradient*/
	background:	-moz-linear-gradient(top, rgba(255, 255, 255, .35), rgba(0, 0, 0, .2)) no-repeat;
	background:	-webkit-gradient(linear, center top, center bottom, from(rgba(255, 255, 255, .35)), to(rgba(0, 0, 0, .1))) no-repeat;
}
/*------------------------------------------------------------------------------------------------------------------------------------
BUTTON COLOR
------------------------------------------------------------------------------------------------------------------------------------*/

.simpleBTN{	

	/*Button Color*/
	background-color:#008ad2;
	
}

.simpleBTN:hover{
	
	/*Button Color*/
	background-color:#009dee;
	
}

.simpleBTN:active{
	
	/*Button Color*/
	background:#005682;
	
}

/*------------------------------------------------------------------------------------------------------------------------------------
BUTTON STYLE (Hover / Active)
------------------------------------------------------------------------------------------------------------------------------------*/
.simpleBTN:hover{
	/*Text*/
	color:#FFF; /*Compatability*/
	
	/*Border*/
	border-color:#111; /*Compatability*/
	border-color:rgba(0, 0, 0, .5);

	/*Shadow and Highlights*/	
	-moz-box-shadow:
		0px 1px 1px rgba(0, 0, 0, .2), /*Shadow*/
		0px 1px 0px rgba(255, 255, 255, .75) inset, /*Highlight*/
		0px -1px 1px rgba(255, 255, 255, .2) inset /*Highlight*/
	;
	-webkit-box-shadow:	0px 1px 1px rgba(0, 0, 0, .2); /*Safari 4 & Chrome 5 compatability issue ('inset')*/
	-webkit-box-shadow:
		0px 1px 1px rgba(0, 0, 0, .2), /*Shadow*/
		0px 1px 0px rgba(255, 255, 255, .75) inset, /*Highlight*/
		0px -1px 1px rgba(255, 255, 255, .2) inset /*Highlight*/
	;
	box-shadow:
		0px 1px 1px rgba(0, 0, 0, .2), /*Shadow*/
		0px 1px 0px rgba(255, 255, 255, .75) inset, /*Highlight*/
		0px -1px 0px rgba(255, 255, 255, .2) inset /*Highlight*/
	;
}
.simpleBTN:active{
	/*Position*/
	top:1px;

	/*Text*/
	color:#EEE; /*Compatability*/	
	text-shadow:none;
	
	/*Border*/
	border-color:#111 #222 #444 #222; /*Compatability*/
	border-color:rgba(0, 0, 0, .8) rgba(0, 0, 0, .6) rgba(255, 255, 255, .2) rgba(0, 0, 0, .6);
	
	/*Shadow*/
	-moz-box-shadow: 0px 2px 4px rgba(0, 0, 0, .6) inset;
	-webkit-box-shadow: 0px 2px 4px rgba(0, 0, 0, .6) inset; /*Safari 4 issue('inset')*/
	box-shadow: 0px 2px 4px rgba(0, 0, 0, .6) inset;
	
	/*IE Gradient*/
	filter:none;
}
/*------------------------------------------------------------------------------------------------------------------------------------
Round Corner Adjust / Chrome 5 ['inset' + round corner] fix
------------------------------------------------------------------------------------------------------------------------------------*/
.simpleBTN.round{
	/*OVERWRITE Round Corners*/
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
	border-radius: 30px;
	
	-webkit-box-shadow:	0px 1px 1px rgba(0, 0, 0, .2);
}
.simpleBTN.round:hover{
	-webkit-box-shadow:	0px 1px 3px 1px rgba(0, 0, 0, .7);
}
.simpleBTN.round:active{
	-webkit-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
}
/*------------ Page Widget ----------*/
#pageWidget1 h2, #pageWidget2 h2, #pageWidget3 h2 {
	display:none;
}
/*--------------- Price List -------------*/
.PL_item {
	height: 85px;
	width: 560px;
	padding: 10px 0 0 10px;
	background-image: url(http://www.rcn.co.nz/wp-content/themes/Architect/images/PL_background.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.PL_title {
	width:380px;
	float:left;
	font-size:1.2em;
	font-weight:bold;
	padding:0 0 5px 0;
	border-bottom:#999999 solid thin;
	height:15px;
}
.PL_title span {
		float:right;
		height:10px;
		display:inline;
		margin-top:-20px;
}
.PL_info {
	width:380px;
	float:left;
	padding:5px 0 0 0;	
	font-size:0.9em;
}
.PL_price {
	width:160px;
	float:right;
	font-size:1.2em;
	font-weight:bold;
	padding:0 0 5px 0;	
	color:#990000;
	text-align:center;
}
.PL_email {
	width:160px;
	float:right;
	text-align:center;
}
.PL_email a:visited {	color: #CCCCCC;}

.PL_infowrap {
	width:400px;
	float:left;
}
.PL_comments {
	width:380px;
	font-size:0.9em;
	color:#666666;
}

.customerDisplay a {
	color:#333;
}
.kmaddress .vtip {
	color:#900;
}


/*----------------- Split UI ----------------------*/

.splitui
{
	display: -moz-inline-stack;
    display: inline-block;
    zoom: .99;
    *display: inline;
	position: relative;
	z-index: 10;
}

	.splitui:hover { z-index: 10000 !important; }
	*:first-child+html .splitui:hover { zoom: 1 !important;  }

	.splitui .splitui-tab
	{
		background: url(/wp-content/themes/Architect/images/button-gradient.png) repeat-x right -400px;	
		font-weight: bold;
		color: #222;	
		text-decoration: none;
		line-height: 0;	
		display: block;
		padding: 15px 35px 15px 10px;	
		-webkit-border-radius: 4px;
		-moz-border-radius: 4px;
		border-radius: 4px;	
		cursor: pointer;	
		position: relative;	
		z-index: 2;	
	}
	
	@media screen and (-webkit-min-device-pixel-ratio:0) {
	    .splitui .splitui-tab { padding-top: 16px; padding-bottom: 12px !important; }
	}
		
	.splitui .splitui-content 
	{ 
		background: #FFF;
		width: 165px;
		display: none; 
		-webkit-border-radius: 4px;
		-webkit-border-top-right-radius: 0;
		-moz-border-radius: 4px;
		-moz-border-radius-topright: 0;
		border-radius: 4px;
		border-top-right-radius: 0;	
		padding: 10px 15px 0px 0px;
		position: absolute;
		top: 100%;	
		right: -80px;
		border: 3px solid #aaa;
		text-align: left;
		color: #222;
		font-size: 11px;
		z-index: 1;
	}
	
	*+html .splitui-content { padding-bottom: 5px !important; } /* Fix padding in IE7 */

	.splitui-trigger { background: transparent; width: 28px; height: 27px; position: absolute; right: 0; top: 2px; z-index: 10; cursor: pointer; }
	.splitui-trigger:hover .splitui-content { display: block; }

/* Drop Menu Styling */

.splitui ul.splitui-menu { list-style-type: none; }
	
	.splitui ul.splitui-menu li { margin-bottom: .5em; }
	
		.splitui ul.splitui-menu li a
		{			 
			background: #F1F1F1 url(/wp-content/themes/Architect/images/link-menu-arrow.png) no-repeat 4px 50%;  
			display: block;
			padding: 5px 10px 5px 18px;
			margin-bottom:5px;
			color: #358;
			text-decoration: none;
			font-weight: bold;
			-moz-border-radius: 4px; 
			-webkit-border-radius: 4px; 
			border-radius: 4px;
		}
		
			.splitui ul.splitui-menu li a:hover { background-color: #DDD; }
			

/* Set default colors */
.splitui .splitui-tab { background-color: #999; color: #FFF; background-position: right top;  border: 1px solid #888;}
.splitui:hover .splitui-tab { background-color: #888;  background-position: right -100px; }
.splitui:hover .splitui-content { border-color: #888; }
.splitui .splitui-content { background-color: #888 !important; }


.splitui-black .splitui-tab { background-color: #222; color: #FFF; background-position: right top; border: 1px solid #111; }
.splitui-black:hover .splitui-tab { background-color: #111; background-position: right -100px; }
.splitui-black:hover .splitui-content { border-color: #111; }
.splitui-black .splitui-content { background-color: #111 !important; }


