/* @override http://test.inside-real-estate.com/joel-jenkins/wp-content/themes/Agent%20Blog%20theme/stylesheets/barryweaver.css */

/*
IRE Agent Theme Custom CSS-Only Skin
No need for Photoshop export
or adding in extra images, only need
to duplicate and change the CSS for
each new skin created, and link to the 
correct logo file in images/logos.

Works fine in IE, looks better in newer
browsers. All CSS3 declarations are 
at the bottom separated from the normal
CSS. You will need to update both sections

 - Joel Jenkins
 - jenkins@omniaalliance.com
*/

/* @group Logo */

#hd_middle a.left img {
	display: none;
}

#hd_middle a.left {
	display: block;
	float: left;
	height: 87px;
	width: 202px;
	background-image: url(../images/logos/logo_barryweaver.png);
	position: relative;
	top: -9px;
}



/* @end */

html {
	background-color: #7ca63f;
	background-image: none;
}

#bggrad {
	width: 100%;
	height: 500px;
	background-color: #7ca63f;
	position: absolute;
	z-index: -1;
	top: 155px;
}

#hd {
	background-image: none;
}

#topstripe {
	background-color: #5d5d5d;
	width: 100%;
	position: absolute;
	top: 0;
	z-index: 0;
	height: 28px;
	background-image: url(../images/45-stripes.png);
}

.topstripe {
	height: 28px;
	width: 2px;
}

#logostripe {
	width: 100%;
	height: 88px;
	position: absolute;
	top: 28px;
	z-index: 0;
	background-color: #ececec;
}

#breadcrumbstripe {
	background-color: #fbfbfb;
	width: 100%;
	height: 35px;
	position: absolute;
	top: 116px;
	border-top: 4px solid #595859;
	border-bottom: 2px solid #595859;
}

#hd_content {
	position: relative;
	z-index: 10000;
}

#hd_middle {
	margin-top: 0;
	padding-top: 5px;
	height: 88px;
}

#search #s {
	border-top: 1px solid white;
	border-left: 1px solid white;
	border-bottom: 1px solid white;
}

#search #searchsubmit, #wp-submit, #question_box input[type="submit"], input#submit.green_submit {
	background-color: #7ca63f;
	background-image: none;
	text-indent: 0;
	font: bold 17px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	border: 1px solid white;
	color: white;
	margin-left: -1px;
}

#wp-submit {
	font: bold 13px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	text-indent: 3px;
}

#question_box input[type="submit"] {
	font-size: 15px;
}

input#submit.green_submit {
	font-size: 13px;
}

#search #searchsubmit:hover, #wp-submit:hover, #question_box input[type="submit"]:hover, input#submit.green_submit:hover {
	background-color: #3e3e3e;
	color: white;
}

div#si_tab {
	margin-top: 52px;
}

#si_tab_mid {
	background-image: none;
	color: white;
	background-color: #595859;
}

#si_tab_left, #si_tab_right {
	background-image: none;
	background-color: #595859;
}

#ft {
	background-image: none;
	background-color: #5b7e4a;
	border-top: 2px solid silver;
	height: 32px;
	border-bottom: 2px solid silver;
	margin-top: 10px;
}

#disclaimer {
	padding-top: 10px;
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	font-size: 11px;
}

#ft .copyright {
	color: white;
}

#helvetica h3 {
	color: white;
}

#cat_box #right_side {
	background-color: #e1e1e1;
	background-image: none;
}

#cat_box #right_side #cat_title h4 {
	background: url(../images/hot-topics-flame.png) no-repeat 236px 3px;
	margin-top: 0;
	padding-top: 10px;
}

#headmessage {
	color: #595859;
}

#search h4 {
	color: #7ca63f;
}

/* HOVER AND ANCHORS
	includes fixing all orange hover
	states carried over from the root
	style.css document
 */

#topbottom-nav li a:hover {
	color: white;
	text-decoration: underline;
}

#cat_title h4, .post h3 a, a, #agent_panel .my_links a {
	color: #7ca63f;
}

.post h3 a:hover, a:hover, #agent_panel .my_links a:hover, #main_left a:hover, #post_info a:hover, .post small a:hover, .navigation a:hover, #subscribe-email a hover, #subscribe-tab-txt a:hover, #breadcrumbs a:hover, #real-estate-tools a:hover, #real-estate-tools span:hover, .widget_blogroll a:hover, .widget_archive a:hover, #recap_mid a:hover {
	color: #7ca63f;
	text-decoration: underline;
}

#recap_mid a:hover {
	color: white;
}

#cat_list li.cat-item a {
	color: #464646;
}

#cat_list li.cat-item a:hover {
	color: black;
	text-decoration: underline;
}

h3 {
	color: #7ca63f;
}

/* CSS3 DECLARATIONS */

#logostripe {
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgb(225, 225, 225)), to(rgb(255,255,255)));
	background: -moz-linear-gradient(100% 100% 90deg, #ffffff, #e1e1e1);
}

#breadcrumbstripe {
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgb(255, 255, 255)), to(rgb(225,225,225)));
	background: -moz-linear-gradient(100% 100% 90deg, #e1e1e1, #ffffff);
}

/*#si_tab_mid, #si_tab_left, #si_tab_right {
	background: -webkit-gradient(linear, 0% 0%, 0% 85%, from(rgb(240, 240, 240)), to(rgb(255,255,255)));
	background: -moz-linear-gradient(100% 100% 90deg, #ffffff, #e1e1e1);
}*/

#search #searchsubmit {
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomright: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
}

#si_tab_left {
	-webkit-border-top-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	border-top-left-radius: 5px;
}

#si_tab_right {
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topright: 5px;
	border-top-right-radius: 5px;
}

#cat_box #right_side {
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgb(255, 255, 255)), to(rgb(225,225,225)));
	background: -moz-linear-gradient(100% 100% 90deg, #e1e1e1, #ffffff);
}
