/*  
Theme Name: Vivus Architecture
Theme URI: http://vivusarchitecture.com
Description: Vivus Architecture 2 
Version: 2.2
Author: Michael Blaha
Author URI: http://organicarts.net
*/

body{
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	background-color: #F47C30;
	background-repeat: repeat-y;
	background-position: left top;
	background-image: url(images/backlong.jpg);
}
#wrapper{
	background-image: url(images/background_back.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	text-align: left;
	vertical-align: top;
	margin-left: 1%;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
}
#toplogo{
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#header{
	background-image: url(images/top_strip.jpg);
	margin: 0px;
	padding: 0px;
	height: 88px;
	background-color: #ECECEC;
}
#subwrap{
	}
#content{
	width: 550px;
	float: left;
	line-height: 1.4 em;
	height: 100%;
	padding-top: 15px;
	padding-right: 15px;
	padding-left: 35px;
	margin: 0px;
	padding-bottom: 25px;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#splash{
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
 }
.post{
	width: 500px;
	margin-bottom: 40px;
}
#rightcol{
	font-size: 0.8em;
	float: left;
	width: 235px;
	color: #FFFFFF;
	margin-left: 10px;
	padding: 0px 4px;
	margin-top: 0px;
	background-repeat: no-repeat;	
}

#footer{
	background-color: #F57D2F;
	clear:both;
	color: #FFFFFF;
	font-size: 11px;
	padding-top: 10px;
	background-repeat: no-repeat;
	padding-right: 12px;
	padding-left: 35px;
	padding-bottom: 10px;
	border-top: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	border-left: 0px solid #FFFFFF;
}
#footer a{
	color: #FFFFFF;
}
#footer ul{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#footer ul li{
	display:inline;
	padding-right: 4px;
}
#mainheight{
	height: 550px;

}	
#mainwidth{
	width: 900px;

}	
/* Global Menu  : 
	=gm =global =gmlink
---------------------------------------------- */
#globalmenu{
	background-color: #6F6F6F;
	margin: 0px;
	height: 25px;
	border-bottom: 1px solid #666666;
	font-size: 13px;
}
#globalmenu ul{
	margin: 0px;
	padding-top: 5px;
	padding-left: 30px;
}
#globalmenu ul li{
	display:inline;
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 0px;
}
#globalmenu ul li:hover {
	display:inline;
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 0px;
	border: 1px none #CCCCCC;
}
#globalmenu a:link{
	color: #FFFFFF;
	text-decoration: none;
}
#globalmenu a:visited{
	color: #FFFFFF;
	text-decoration: none;
}
#globalmenu a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
#globalmenu a:active{
	color: #FF6621;
	
}

#globalmenu ul li a.currentglobal{
	color: #333333;
	background-color: #ECECEC;
	padding: 6px;
	border-top: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	-moz-border-radius: 2px;
}


/* Submenu Menu  : 
	=sm =global =smlink
---------------------------------------------- */
#submenu{
	background-color: #ECECEC;
	height: 25px;
	margin: 0px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #999999;
	border-left-color: #666666;
	
}
#submenu ul{
	margin: 0px;
	padding-top: 1px;
	padding-left: 35px;
}
#submenu ul li{
	display: inline;
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 0px;
	font-size: 11px;
}
#submenu ul li ul li{
	display: inline;
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 0px;
	font-size: 12px;
}

#submenu a:link{
	color: #333333;
	text-decoration: none;
}
#submenu a:visited{
	color: #333333;
	text-decoration: none;
}
#submenu a:hover {
	color: #333333;
	text-decoration: underline;
}
#submenu a:active{
	color: #FF6621;
}
#submenuul li a.currentpage{ color: #333333; }
#submenu ul li a.currentpage:visited { color: #000; }
blockquote{
	font-family: "Times New Roman", Times, serif;
	color: #666666;
	padding: 4px;
	font-size: 14px;
}

/* Headings : 
	=p =h 
---------------------------------------------- */
h1{}

h2{
	color: #F47C30;
	font-family: Arial, Helvetica, sans-serif;
}


h3{
	font-family: Arial, Helvetica, sans-serif;
	color: #6F6F6F;
}
h4{}
h5{}
h6{}


/* Links : 
	=links =a 
---------------------------------------------- */
a:link{
	color: #FF6633;
	text-decoration: none;
}
a:visited{
	color: #FF6633;
	text-decoration: none;
}
a:hover {
	color: #333333;
	text-decoration: underline;
}
a:active{
	color: #FF6621;
}
#sidebar a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
/* Lists : 
	=list
---------------------------------------------- */
ul{}
ol{}
li{
	list-style-position: inside;
	list-style-type: square;
	padding-top: 2px;
	padding-bottom: 2px;
}
/* Images : =images 
---------------------------------------------- */

img{border: 0;}
img a{ border: 0;}

/* All image class control here  */
.imgborder, .imgborderleft, .imgborderright, .alignleft, .alignright,.aligncenter {
	margin: 10px;}
	
/* Align   */
.alignleft{ float: left; display: inline;}	 
.alignright{float: right; display: inline;}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}
	
/* Image Border  */

.imgborder, .imgborderleft, .imgborderright{
	border: 1px solid #333333;
	}

.imgborder{}
.imgborderleft{ float: right;}
.imgborderright{float: left;
}

.clear{
	clear:both;}
.current{
	font-weight: bold;
}

#sidebar ul, #sidebar ul ol {
	margin: 5px 0;
	padding: 0;
	list-style-type: none;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	list-style-type: none;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	list-style-type: none;
	}

ol li, #sidebar ul ol li {
	list-style-type: none;
		}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 4px;
	padding: 0;
	list-style-type: none;
	}
#sidebar h2 {
	color: #FFFFFF;
	margin: 5px 0 0;
	padding: 0;
	font-size: 1em;
	}
/* End Entry Lists */


.entry form { /* This is mainly for password protected http://artorg.info/?page_id=60/s, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 100%;
	padding: 2px;
	}

#commentform #submit {
	margin: 0;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
	}

.commentlist p {
	margin: 10px 5px 10px 0;
	}

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */



/* Begin Sidebar */
#sidebar
{
	padding-top: 12px;
	padding-left: 25px;
	}

#sidebar form {
	margin: 0;
	}
/* End Sidebar */



/* Begin Calendar */
#wpcal{
	float:left}
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}
#today{
	border: 1px solid #FFFFFF;
	}
#wp-calendar td.pad:hover { /* Doesn't work in IE */
}
/* End Calendar */
/*Search   */

#searchsubmit{
	font-size: 12px;
	color: #F57D2F;
	border: 1px solid #CCCCCC;
	margin-right: 2px;
	margin-left: 2px;
	background-color: #9A4E2A;
}
#searchform{
	margin-left: 21px;
}
#s{
	font-size:11px;
	border: 1px solid #CCCCCC;
	padding: 2px;
	width: 120px;
	background-color: #9A4E2A;
	color: #FFFFFF;
}



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
/* End Various Tags & Classes*/



/* Begin Contact Form CSS */
		.contactform {
			width: 375; 
			position: relative;
			float: left;
			}
		
		.contactleft {
			width: 25%; 
			clear: both; 
			float: left; 
			display: inline; 
			padding: 4px; 
			margin: 5px 0; 
			}
		
		.contactright {
			width: 70%;  
			float: right; 
			display: inline; 
			padding: 4px; 
			margin: 5px 0; 
			}

        .contacterror {
            border: 1px solid #ff0000;
        	}
		
		
/* B Box */

.bbox0{
	margin: 5px;
	padding: 10px;
	min-width: 200px;
	font-size: 12px;
	font-family: "Times New Roman", Times, serif;
	float: right;
}
.bbox1{
	background-color: #EFFED3;
	float: left;
	margin: 4px;
	padding: 10px;
	border: 1px solid #CCCCCC;
	min-width: 200px;
	-moz-border-radius: 15px;
	font-size: 12px;
	font-family: "Times New Roman", Times, serif;
}
.bbox2{
	background-color: #ECECEC;
	float: right;
	margin: 4px;
	padding: 10px;
	border: 1px solid #CCCCCC;
	min-width: 200px;
	-moz-border-radius: 15px;
	font-size: 12px;
	font-family: "Times New Roman", Times, serif;
}
.related li{
	list-style-position: inside;
	list-style-type: none;
}
#content .minipost ul {
	margin: 1px;
	padding: 0px;
	list-style-type: none;
}
#content .minipost li{
	list-style-type: none;
	margin: 2px 2px 3px;
	padding: 0px;
}

.postspermonth li{
	margin: 2px 0 5px;
	list-style: none;
	padding: 0px;
	color: #9A4E2A;
}

*  CFORM      --------   */

/*                                                    */
/*  main 'top-level' form elements                    */
/*                                                    */
@import "calendar.css";

.cform { 
	margin:10px auto 0 auto; 
	width: 99%; 
}

.cform fieldset	{
	margin-top:10px;
	padding:0px;
	border:none;
	margin-bottom: 1px;
}

.cform .cf_hidden {
	display:none; 
	border:none!important;
	background:none!important;
	padding:0!important;
	margin:0!important;
}

.cform legend { 
	font-size: 1.2em;
	font-weight: normal;
	color: #D0603E;
	text-decoration: none;
	display:block;
}

ol.cf-ol { 
	margin:0; 
	padding:0px; 
	border-top:1px solid #f2f2f2;
}
.cform ol.cf-ol li	{
	list-style:none;
	text-align:left;
	margin: 0px;
	padding:0px;
}


/*                                                    */
/* just for text-only fields (no input)               */
/*                                                    */

ol.cf-ol li.textonly {
	font-size:1em;

}


/*                                                    */
/* global definitions for field labels                */
/*                                                    */

.cform label {
	padding: 4px 2px 4px 4px;
	display: block;	
}
.cform label span {
	/* must be the same as above!*/
	margin: 0px;
	padding: 2px;	
}

label.cf-before {
	margin:4px 10px 0 0; 
}

label.cf-after 	{
	text-align:left;
}

label.cf-after span {
	display:block;
}

label.cf-group-after {
	text-align:left;
}
label.cf-group-after span {

}

/*                                                    */
/*   FORM FIELDS general formatting                   */
/*                                                    */

.cform input,
.cform textarea,
.cform select { 
	padding:3px;
	border:1px solid #aaa;
	vertical-align:top;
}
.cform input:hover,
.cform textarea:hover,
.cform select:hover	{
	border: 1px solid #EB8C35;
}

.cform input:focus,
.cform textarea:focus,
.cform select:focus	{ 
}

.cform textarea,
.cform input {
	width:298px; 
}
.cform .cf-box-b input {
	width:5px; 
}
.cform select {
	width:306px; /* attempt to have equal length */
}  

.cform select.cfselectmulti	{ 
	height:7.5em; 
}

.cform textarea {
	font-family: "Lucida Grande", Verdana;
	font-size: 1em;
	overflow:auto;
}

/*                                                    */
/* formatting for text:  "(required)"  & other        */
/*                                                    */

span.reqtxt,
span.emailreqtxt {
	margin:0px 5px 7px;
	vertical-align:top;
	font-size:0.7em;
	line-height:1.2em;
	color: #999999;
}


/*                                                    */
/*   radio button title                               */
/*                                                    */

ol.cf-ol li.cf-box-title {
	margin:2px 0pt 0!important;
	padding:0pt 0pt 0pt 5px;
}

/*                                                    */
/*   check boxes                                      */
/*                                                    */

input.cf-box-a,
input.cf-box-b 	{ 
	margin:1px 0 0 0; 
	width:16px; 
	height:22px;
	border:none!important;
	background:none!important;
}

input.cf-box-a 	{ 

} 


/*                                                    */
/* check box groups                                   */
/*                                                    */

ol.cf-ol li.cf-box-group {
} 


/*                                                    */
/*   FORM submit button                               */
/*                                                    */

p.cf-sb {
	margin: 4 0;
	padding:5pt 3px 5pt 0pt!important;
}
.cform input.sendbutton	{
	width:150px;
	padding:4px;
	font-size:1em;
	border:1px solid #999999!important;
}

/*                                                    */
/*   FORM FIELDS enhanced error display               */
/*                                                    */
ol.cf-ol li.cf_li_err {

	border-color:#DF7D7D;
	border-style:solid;
	border-width:1px 0pt;
	padding:5px 0!important;
	margin:5px 0!important;
}

ol.cf-ol li ul.cf_li_text_err {
	margin:0 0 0 5px;
	padding:0;
	color:#333;
}

ol.cf-ol ul.cf_li_text_err li {

	list-style:none!important;
	font-weight:bold;
	text-indent:0;
	margin:0 0 2px!important;
	padding-left:15px;
}
ol.cf-ol ul.cf_li_text_err li:before {
	content:'';
}

/*                                                    */
/* 'visitor verification' related styles              */
/*                                                    */
label.secq,
label.seccap {
	vertical-align:text-bottom;
	margin-bottom:4px;
}

input.secinput {
	vertical-align:text-bottom;
}

#cforms_captcha6,
#cforms_captcha5,
#cforms_captcha4,
#cforms_captcha3,
#cforms_captcha2,
#cforms_captcha {
	height:15px;
	width:100px;
	padding: 4px 4px;
	margin: 0;
	vertical-align:text-bottom;
}

img.captcha	{
	vertical-align:text-bottom;
	margin:0 0 0 10px!important;
	padding:0!important;
	border:none!important;
	float:none!important;
}

img.captcha-reset {
	vertical-align:text-bottom;
	margin:0 0 2px 3px;
	width:21px;
	height:21px;
	border:none;
}

img.imgcalendar {
	border:none;
}

/*                                                    */
/* change formatting of response msgs here            */
/*                                                    */

div.cf_info {
	color:#333;
	display:none;
	padding:10px!important;
	line-height:1.3em;
	margin:8px 4px;
}
div.cf_info ol {
	margin:0;
}
div.cf_info ol li {
	padding:1px 0;
	margin:2px 0;
}
div.cf_info a	{
	color:red!important;
	text-decoration:underline!important;
}
div.success {
	background:#FFF8E3;
	color:#336600;
	display:block;
	padding: 12px;
	border: 1px solid #EFBA93;
}
div.failure {
	display:block;
	border-color:#DF7D7D;
	border-style:solid;
	border-width:1px 0pt;
}
div.waiting {
	color:#AAAAAA;
	display:block;
}
/*                                                    */
/*   formatting for invalid user inputs               */
/*                                                    */
.cform .cf_error { 
	color:red; 
	border:1px solid #FF0000; 
}
div.mailerr {
	display:block;
}
.mailerr,
.cform .cf_errortxt {
	color:red; 
}

/*                                                    */
/* change formatting of response msgs here            */
/*                                                    */

p.cf_info 		{
	margin:10px 0;
	text-align:center;
}
p.success 	{
	color:green;
}
p.failure 	{
	color:red;
}

/*                                                    */
/* disabled fields [disabled] does not work on IE!    */
/*                                                    */

[disabled] {
	color:#dddddd;
	border-color:#dddddd!important;
	background:none!important;
}
.disabled {
	border-color:#dddddd!important;
}

/*                                                    */
/* upload box styling                                 */
/*                                                    */

.cform input.cf_upload  {
	width:220px;
	background: #f9f9f9;
	border:1px solid #888888;
}


/*  Other: link love                                  */
.linklove, 
p.linklove
.linklove a,
.linklove a:visited  {
display:none; 
}


/*                                                    */
/*  Other: browser hacks                              */
/*                                                    */
*+html ol.cf-ol,
*+html ol.cf-ol li	{
	display: inline-block;  /*for ie7*/
}
* html ol.cf-ol,
* html ol.cf-ol li,
* html span.reqtxt,
* html span.emailreqtxt { 
	display: inline-block;
}
* html .cform legend { 
	position:absolute; 
	left: -8px; 
	top:0;
	margin-left:0;
}
*+html .cform legend { 
	position:absolute; 
	left: -8px;
	top:0;
	margin-left:0;
}
* html .cform fieldset {
	position: relative; 
}
*+html .cform fieldset {
	position: relative;
}
* html img.captcha	{
	margin-bottom:1px!important;
}
*+html img.captcha	{
	margin-bottom:1px!important;
}


