/*
		Theme Name: Open
		Theme URI: http://www.alteredstudio.com
		Description: Open Theme John MacMenamin
		Version: 1.0
		Author: John MacMenamin
		Author URI: http://www.alteredstudio.com
		Tags: clean,open,web 2.0
*/

@import 'css/dropdown.css';
	
body {
	margin: 0px 0px 0px 0px;
	padding: 0px;
	background: #145588 url(images/bg.gif) repeat center top;
	background-attachment:fixed;
	color: #fff;
	font-size: 15px;
	font-family: Arial, Helvetica, sans-serif;
	}

a {
	color: #626b8f;
	text-decoration: underline;
	}

p {
	margin: 0 0 10px 0;
	font-size:18px;
	}

ul, ol {
	margin-bottom: 20px;
	}

blockquote {
	margin: 0 0 0 10px;
	padding: 0 0 0 10px;
	border-left: 5px solid #e7ded4;
	}

.content_img img {
	padding: 8px;
	background-color: #e7ded4;
	border: #80c9ff solid 1px;
	}
	
.imb {
	padding: 8px;
	background-color: #e7ded4;
	border:none;
	}

/***************************************************** Basic layout *****************************************************/

	
#page {
	width: 990px;
	margin:0 auto;
	}
#header {
	position: relative;
	height: 266px;
}
#header_title {
	padding: 80px 0 0 40px;
}

#header_title h1 {
	padding:  0;
	margin:  0;
	}

#rss {
	position: absolute;
	right: 20px;
	top: 217px;
	z-index:1000;
	}	

#content {
	padding: 5px 0 0 0;
	background: url(images/contenttop_bg.png) top no-repeat;
	}

#content-left {
	float: left;
	width: 640px;
	}

#content-right {
	float: right;
	width: 350px;
	}

/***************************************************** Headings *****************************************************/

	
h1 {
	color: #e7ded4;
	margin: 0 0 20px 0;
	font-size: 30px;
	font-weight: normal;
	line-height: 38px;
	}

h1 a {
	color: #e7ded4;
	text-decoration: none;
	}

h2 {
	color: #e7ded4;
	margin: 0 0 20px 0;
	font-size: 26px;
	font-weight: normal;
	line-height: 38px;
	}

h3 {
	color: #e7ded4;
	margin: 0 0 10px 0;
	font-size: 18px;
	font-weight: normal;
	line-height: 18px;
	}

h3 a {
	text-decoration: none;
	color: #e7ded4;
	}

h3 a:hover {
	text-decoration: underline;
	color: #e7ded4;
	}

h4 {
	margin: 0 0 10px 0;
	font-size: 16px;
	color: #626b8f;
	}

/***************************************************** Tabs sidebar *****************************************************/


#tabs_nav ul{
	margin: 0px;
	padding: 0px;
	}

.tabcontent ul {
	margin: 0px;
	padding: 20px;
	}

.tabs {
	width: 310px;
	overflow: hidden;
	}

.tabs li {
	display: inline;
	text-align: center;
	overflow: hidden;
	}

.tabs li a {
	float: right;
	display: block;
	color: #626b8f;
	font-weight:bold;
	text-decoration: none;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 20px;
	height: 40px;
	background: #444a63;
	margin: 0px;
	}

.tabs li a:hover {
	display: block;
	background: #80c9ff;
	color: #626b8f;
	text-decoration: none;
	}

.tabs li a.selected {
	display: block;
	color: #626b8f;
	text-decoration: none;
	background-color: #80c9ff;
	}

.tabs li a.selected:hover {
	display: block;
	color: #626b8f;
	text-decoration: none;
	}

small {
	color: #fff;
	}

/***************************************************** Tab content *****************************************************/

.tabcontent {
	display: none;
	border-top: 0;
	overflow: hidden;
	background: #80c9ff;
	}

.tabcontent a, .tabcontent a strong {
	color: #e7ded4;
	}

.tabcontent a:hover, .tabcontent a:hover strong {
	color: #e7ded4;
	}

.tabcontent li {
	list-style: none;
	padding: 5px;
	}

.tabcontent ul li a {
	color: #e7ded4;
	text-decoration: none;
	}

.tabcontent ul li a:hover {
	text-decoration: underline;
	}

.tabcontent ul li span {
	display: block;
	color: #e7ded4;
	}

/***************************************************** Content box left *****************************************************/



.box-left {
	margin: 40px 0px 40px 0px;
	line-height: 21px;
	font-size:18px;
}

.box-left small {
	padding: 10px;
	background: #3b9211;
	color: #fff;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	}

.box-left small a {
	color: #fff;
	}
	
#content-left a {
	color: #fff;
	}

.reactions {
	background-image: url(images/reactions_bg.png);
	float: right;
	font-size: 16px;
	height: 43px;
	padding-top: 9px;
	margin-left: 20px;
	text-align: center;
	text-decoration: none;
	width: 56px;
	}

.reactions a {
	color: #e7ded4;
	text-decoration: none;
	font-size: 18px;
	}


p.tags {
	clear: both;
	}

/***************************************************** Box right *****************************************************/

.box-right-tabs {
	margin: 40px 0px 0px 40px;
	background-color: #80c9ff;
	}

.box-right {
	margin: 30px 0px 0px 40px;
	padding: 20px 20px 10px 20px;
	background-color: #80c9ff;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;}

.box-right a,.box-right p,.box-right h3 {
	}

.box-right a:hover {
	text-decoration: underline;
	}


.box-right ul {
	margin: 0 0 5px 0;
	padding: 0px;
	list-style: none;
	}

.box-right li {
	display: block;
	margin: 0px;
	padding: 5px;
	}

.box-right li a {
	text-decoration: none;
	}



	.ad {
		height:270px;
		padding:10px 0px 10px 0px;}
		
	.ad img {
		border:none;}

	.ad .ad1 {
		float:left;
		padding: 2px;
		background:#cbdce3;
		border:1px solid #aababd;}
		
	.ad .ad2 {
		float:left;
		margin:0 0 5px 5px;
		padding: 2px;
		background:#cbdce3;
		border:1px solid #aababd;}
	
	.ad .ad3 {
		float:left;
		padding: 2px;
		background:#cbdce3;
		border:1px solid #aababd;}
		
	.ad .ad4 {
		float:left;
		margin:0 0 0 5px;
		padding: 2px;
		background:#cbdce3;
		border:1px solid #aababd;}
		
/***************************************************** Comments *****************************************************/

	
#commentform label {
	display: block;
	margin: 0 0 5px 0;
	}	

#commentform input.text, #commentform textarea {
	width: 500px;
	margin: 0 0 0px 0;
	}

#commentform .text {
    margin: 0px 0px 15px 0px;
    color: #301a03;
	font-weight: bold;
    font-size: 16px;
	padding: 10px;
	border: none;
	background-color: #e7ded4;
	width: 210px;
	}

#commentform textarea {
	height: 150px;
	color: #301a03;
	font-weight: bold;
    font-size: 16px;
	padding: 10px;
	border: none;
	background-color: #e7ded4;
	}

#commentform .button {
	width: auto;
	height: 30px;
	margin: 0px;
	padding: 0 20px;
	background: #1c1919;
	border: none;
	color: #e7ded4;
	}

.commentlist {
	margin: 0px;
	padding: 0px;
	list-style: none;
	}

.comment_author {
	margin-top: 30px;
	}

.commentlist .quote {
	padding: 40px;
	vertical-align: top;
	}

.commentlist cite {
	display: block;
	font-style: normal;
	font-size: 10px;
	background-color: #09C;
	}

.avatar {
	float: left;
	margin: 0 20px 10px 0;
	}

/***************************************************** Searchform *****************************************************/
	
#search {
	list-style-type: none;
	}

#search_div {
	width: 270px;
	}

.search_btn {
	border: 0; 
	float: left; 
	margin: -10px 0px 0px -30px;
	}

.input {
    text-align: left;
    margin: 0px 0px 15px 0px;
    color: #301a03;
	font-weight: bold;
    font-size: 16px;
	padding: 10px;
	border: none;
	background-color: #e7ded4;
	width: 210px;
	}

/***************************************************** Footer *****************************************************/

#footer {
	background-color: #80c9ff;
	width: 930px;
	margin: 30px 0;
	padding: 30px;
	font-size: 13px;
	font-weight: bold;
	color: #50312a;	
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;}

#footer a, #footer p { font-size: 13px; color: #50312a; }
#footer a:hover { color: #a58927; }

#footer p {
	margin: 0 0 10px 0;
	}

#legal {
	float: left;
	width: 300px;
	}

#webdemar {
	float: right;
	width: 600px;
	text-align: right;
	}

/***************************************************** Usefull *****************************************************/

.clear {
	clear:both;
	}

.aligncenter, div.aligncenter {
   	display: block;
   	margin: 0 auto;
	}

.aligncenter {
	margin-bottom: 20px!important;
	}

.alignleft {
   	float: left;
   	margin: 0 20px 20px 0;
	}

.alignright {
   	float: right;
   	margin: 0 0 20px 20px;
	}

.wp-caption {
	margin-bottom: 20px;
	padding-top: 4px;
   	border: 1px solid #ccc;
   	text-align: center;
   	background-color: #f7f7f7;
	}

.wp-caption img {
   	float: none;
   	margin: 0px;
   	padding: 0px;
   	border: none;
	}
	
.wp-caption p.wp-caption-text {
   	padding: 0px;
  	margin: 0px;
	}

/***************************************************** widgets *****************************************************/

#calendar_wrap table {
	width: 100%;
	}

#calendar_wrap td {
	text-align: center;
	}

#wp-calendar caption {
	margin: 0 0 10px 0;
	background: #dedede;
	}
	
/*	Menu CSS ------------------------------------------------ */

ul#nav {
	width:990px;
	background:url(images/button-bar.png) repeat;
	margin:0px 0px 0px 0px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;}
	
	




/* Ajax Form Template CSS ------------------------------------------------ */
.thanks { background: url(images/newletter-success.png) no-repeat; padding:11px 8px 11px 45px; z-index:999999; }

/*****Forms*****/
ol.forms { float: left; list-style: none; margin: 0; padding:0px; width: 100%; }
ol.forms li { 
	clear: both; 
	float: left; 
	margin-bottom: 18px; 
	position: relative;
	width: 100%;
}
ol.forms label {
	cursor: pointer;
	display: block;
	float: left;
	font-weight: bold;
	padding-right: 10px;
	width:50px;
}
ol.forms input:focus, ol.forms textarea:focus { background-color: #f2f3f6; border-color: #ff9800; }
.error { color: #f00; }
ol.forms li .error { font-size: 12px; margin-left: 20px; }
ol.forms li.textarea .error {
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	width: 100px;
}

.newsletter-form {
	float:both;
	padding:0px;
	height:48px;
	width:300px;
	margin:0px;
	padding:0px;
	position:relative;
}

.newsletter-form a { color:#FFF;}

.newsletter-form input#email {
	margin:0 0 0 -5px;
	float:left;
	width:158px;
	padding: 6px 8px;}

.newsletter-form ol.forms li.buttons {
	color:#fff;
	position:absolute;
	top:3px;
	right:34px;
	float:right;
	width:78px;
	padding:0px;
}

.newsletter-form ol.forms li.buttons button {
	float:right;
	font-size:15px;
	font-weight: bold;
	background:url(images/button-bar.png) repeat-x;
	background-position:0 -160px;
	padding: 6px 8px;
	border-bottom: 1px solid #cef;
	color:#80c9ff;
	cursor: pointer;
	overflow: hidden;
	width: 80px;
	border:none;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
}
.newsletter-form ol.forms li.buttons button:hover { color: #fff; }
.newsletter-form ol.forms li.buttons button:active { color: #fff; }

.newsletter-form ol.forms li.buttons button:hover {
	float:right;
	font-size:15px;
	font-weight: bold;
	background:url(images/button-bar.png) repeat-x;
	background-position:0 -160px;
	padding: 6px 8px;
	border-bottom: 1px solid #cef;
	color:#80c9ff;
	cursor: pointer;
	overflow: hidden;
	width: 80px;
	border:none;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
}

