/*
Theme Name: Wandy Saas
Theme URI: http://www.tipoos.com
Description: sdf)
Author: Gil Hamer
Author URI: http://www.tipoos.com
Tags: tipoos, web design
*/

/*CSS RESET*/
body,div,pre,form,fieldset,input,textarea,blockquote,th,td { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,th,var {
	font-style:normal;
	font-weight:normal;
}

caption,th {
	text-align:left;
}

q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}

/*GENERAL CSS*/
body{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #6d6e71;
}

p{
	line-height: 20px;
}
#wrapper{
	margin: auto;
	width: 960px;	
}
#header{
	height: 97px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #abd149;
}
#logo {
float:left;
margin-top:20px;
}


/*Navigation*/

#nav {
float:right;
margin-top:50px;
}
#nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
}

#nav a {
	display: block;
	margin: 0px;
	color: #6d6e71;
	text-decoration: none;
	font-size: 14px;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #a6cf39;
	line-height: 18px;
}

#nav a:hover{
	background: #939598;
	color: #ffffff;
}

#nav li { /* all list items */
	float: left;
	
}

#nav li ul { /* second-level lists */
	position: absolute;
	background: #939598;
	width: auto;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	margin-left: -1px;
	display: block;
	border-top: 2px solid #abd149;
	z-index: 3;		
}
#nav li ul li{ /* second-level lists */
float: none;
	
}
#nav li ul li a{ /* second-level lists */
	
	color: #FFFFFF;
	
}
#nav li ul li a:hover{ 
	
	background-color: #333333;
}



#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}



/*SIDEBAR LEFT*/
#sidebar_left{
	background-image: url(images/sidebar_left_bg.jpg);
	background-repeat: no-repeat;
	height: 500px;
	width: 238px;
	float: left;	
}

.sidebar_left2{
	background-image: url(images/sidebar_left_bg2.jpg);
}

.sidebar_left2{
	background-image: url(images/sidebar_left_bg3.jpg);
}


#sidebar_left ul, #sidebar_left li {
list-style-position:inside;
list-style-type:none;
margin:0;
padding-left:8px;
width:140px;
}
#sidebar_left h3 {
color:#7b7979;
list-style-type:none;
margin-left:10px;
}
#sidebar ul li.current_page_item a{
	background-color: #FFFF00;	
}

#sidebar_left ul li{
	padding-left: 10px;
	padding-top: 3px;
	padding-bottom: 3px;
}

#sidebar_left ul li a {
	background-image:url("images/sidebar_bullet_grey.png");
	background-position:left 4px;
	background-repeat:no-repeat;
	color:#7b7979;
	display:block;
	padding-left:10px;
	text-decoration:none;
	font-size: 13px;
}

#sidebar_left ul li a:hover {
background-image:url("images/sidebar_bullet.png");

color:#ffffff;

}

#sidebar_left ul li.current_page_item a{
	background-image:url("images/sidebar_bullet.png");

color:#ffffff;
}

#sidebar_left ul li li{
	
}

/*SIDEBAE RIGHT*/
#sidebar_right {
float:right;
padding-top:28px;
width:222px;
}


/*MAIN CONTENT AREA*/
#content {
float:left;
padding-left:15px;
padding-right:15px;
padding-top:10px;
width:470px;
}

#content h2{
	color: #add249;
}

/*FOOTER*/
#footer{
	color: #b3b4b7;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #bfc1c2;
	padding-top: 15px;
	clear: both;
}
#footer a{
	color: #6d6e71;
	text-decoration: none;
}

#footer_left{
	float: left;
}

#footer_right{
	float: right;
}


/*BREADCRUMBS*/
.breadcrumb a{
	text-decoration: none;
	color: #6d6e71;
	background-image: url(images/bc_arrow.png);
	background-repeat: no-repeat;
	background-position: right center;
	margin-right: 10px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
}



/*HOMEPAGE*/
#flash{
	margin-bottom: 40px;	
}

#popups {
float:left;
margin-right:0;
margin-top:21px;
width:175px;
}

#shadowbox {
background-image:url("images/boxshadow_left.jpg");
background-position:left center;
background-repeat:repeat-y;
float:left;
font-size:11px;
margin-bottom:20px;
margin-right:20px;
width:234px;
}


#shadowbox p {
height:111px;
margin:0;
padding:10px 45px 0 20px;
line-height: 16px;
}

#shadowbox .more {
background-image:url("images/read_more_bullet.png");
background-position:right center;
background-repeat:no-repeat;
color:#A6CE39;
display:inline-block;
margin-left:115px;
margin-top:145px;
position:absolute;
text-decoration:none;
width:70px;
}
#shadowbox h2 {
	background-image:url("images/home_h2_green_blue.jpg");
	background-position:10px bottom;
	background-repeat:no-repeat;
	color:#6D6E71;
	font-size:16px;
	margin:0;
	line-height: 30px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 20px;
}

#shadowbox h3 {
	color:#6D6E71;
	margin:0px;
		padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 20px;
}

#shadowbox span{
	width: 203px;
	background-image: url(images/boxshadow_bottom.jpg);
	background-repeat: no-repeat;
	height: 22px;
	display: block;
	margin: 0px;
	padding: 0px;
	background-position: left;
}

#shadowbox h2.news{
	background-image: url(images/home_h2_news.png);
	background-repeat: no-repeat;
	color: #FFFFFF;
}


#ticker {
background-color:transparent;
background-image:none;
height:111px;
margin:0;
/*overflow:hidden;*/
padding:10px 10px 0 3px;
}
#ticker span, #ticker ul, #ticker ul li{
	background-color: transparent;
	background-image: none;
	margin: 0px;
	padding: 0px;	
}

#ticker ul li{
	background-color: transparent;
	background-image: none;
	margin: 0px;
	padding: 10px;	
}


#ticker .tickerDate{
	margin-top: 15px;	
}

#ticker .tickerText{
	width: 180px;
	
}
#ticker a{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	color: #A6CE39;
	padding-left: 20px;
	
}

#ticker ul li p a {
background-image:url("images/read_more_bullet.png");
background-position:56px center;
background-repeat:no-repeat;
color:#A6CE39;
display:block;
margin:48px 91px 0;
padding:0;
position:absolute;
text-decoration:none;
width:70px;
}


.news_read {
background-image:url("images/read_more_bullet.png");
background-position:77px center;
background-repeat:no-repeat;
color:#A6CE39;
display:block;
margin:105px 91px 0;
padding:0;
position:absolute;
text-decoration:none;
width:70px;
}

#ticker .tickerLink a{
	color: #a6ce39;
	
}

.chat_home{
	margin-top: 15px;
}	

/*Form Styling*/



#post-582 div.wpcf7{
	border: 1px solid #CCCCCC;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 15;
	margin-left: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 26px;
	position: relative;
	background: #eeeeee;
}

.red{
	color: #FF0000;
}

.wpcf7-form input{
	width: 120px;
}

.interest2 input{
	width: 10px;
}
.interest2 span {
    margin-bottom: 2px;
    width: 240px;
}

.interest2 span.wpcf7-list-item {
    margin-left: 0;
	display: block;
}

.sub input{
	width: 80px;
}

/*TABLE*/
table {border-collapse:collapse;border-spacing:0;width:100%; margin-bottom:18px;}
table,td,th {vertical-align:top;}
th{padding:10px;color:#666;border-top:1px solid #fff;text-transform:uppercase;}
td{
	padding:5px;
	color:#888;
	
}
tfoot td{border:0px;}
/*th,tr:hover{background-color:#f5f5f5;}*/















#chatbox {
    background-image: url("images/bg_chat.jpg");
    background-position: left top;
    background-repeat: no-repeat;
    float: left;
    font-size: 11px;
    height: 170px;
    margin-bottom: 20px;
    margin-right: 20px;
    width: 234px;
}
#chatbox .chat_bubbles {
    margin-left: 7px;
    margin-top: 9px;
    position: absolute;
}

#chatbox form {
    margin: 17px 0 0 25px;
    padding: 0;
}

#chatbox form .submit {
    background-image: url("images/submit.png");
    background-repeat: no-repeat;
    border-style: none;
    height: 19px;
    margin: 7px 0 0 85px;
    padding: 0;
    width: 61px;
}
#chatbox .req {
    color: #7ec722;
	font-weight: bold;
}


#chatbox form input {
    border: 2px solid #D9D9D9;
    height: 18px;
    line-height: 18px;
	margin-bottom: 3px;
}


#chatbox label {
	margin: 0px;
	padding: 0;
	display: block;
	font-weight: bold;
	color: #6d6e71;
}

#chatbox p {
margin:0;
padding: 0px;
line-height: 16px;
}


#chatbox h2 {
    background-position: 10px bottom;
    background-repeat: no-repeat;
    color: #6D6E71;
    font-size: 16px;
    line-height: 30px;
    margin: 0;
    padding: 0 10px 0 38px;
}
#chatbox h3 {
	color:#6D6E71;
	margin:0px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 20px;
}

#post-59 img{
	margin-bottom: 20px;
    margin-right: 8px;	
}

