/*
Theme Name:		Service Industry Association
Theme URI: 		http://www.servicenetwork.org/
Version: 		1.0.4
Description: 	Custom WordPress theme for Service Industry Association
Author: 		Gecko Designs
Author URI:		http://www.geckodesigns.com
*/

/* fonts */

@import url(http://fonts.googleapis.com/css?family=Titillium+Web:400,700,700italic,400italic);

/* general */

body {
	margin: 0px;
	background-image: url(images/bg-body.gif);
	background-repeat: repeat;
	font-family: 'Titillium Web', sans-serif;
	font-size: 16px;
}

a img {
	border-style: none;
}

/* layout */

div.wrapper {
	width: 960px;
	margin: 0px auto;
}

/* header */

#header {
	margin: 0px 0px 20px 0px;
}

#banner {
	padding: 10px 0px 0px 0px;
	height: 30px;
	background-image: url(images/bg-banner.gif);
	background-repeat: repeat-x;
	font-size: 14px;
	font-weight: bold;
}

#banner a {
	text-decoration: none;
	text-transform: uppercase;
}

#banner a:hover {
	text-decoration: underline;
}

#banner #member-nav {
	float: left;
}

#banner #member-nav a {
	display: inline-block;
	margin: -5px 20px 0px 0px;
	color: #fae288;
	/* height: 25px; */
	background-repeat: no-repeat;
	background-position: right center;
}

#banner #member-nav a.icon-login {
	padding: 5px 50px 5px 0px;
	background-image: url(images/icon-login.png);
}

#banner #member-nav a.icon-register {
	padding: 5px 38px 5px 0px;
	background-image: url(images/icon-register.png);
}

#banner #banner-nav {
	float: right;
}

#banner #banner-nav ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

#banner #banner-nav ul li {
	display: inline;
	margin: 0px 0px 0px 25px;
}

#banner #banner-nav ul li a {
	color: #ccc;
}

#banner #social {
	float: right;
	margin: 0px 0px 0px 20px;
}

#banner #social img {
	margin: 0px 0px 0px 5px;
}

#announcements {
	/* height: 105px; */
	background-image: url(images/bg-announcements.gif);
	background-repeat: repeat-x;
	background-position: center top;
	background-color: #640000;
}

#announcements div.wrapper {
	padding: 25px 20px;
	width: 920px;
	font-size: 14px;
	font-style: italic;
	line-height: 20px;
	color: #ccc;
}

#announcements div.wrapper strong {
	margin: 0px 10px 0px 0px;
	font-size: 30px;
	color: #fae288;
	text-transform: uppercase;
}

#announcements div.wrapper div.textwidget {
	display: inline;
}

#logo {
	height: 168px;
}

#logo div.wrapper {
	position: relative;
}

#logo div.wrapper img {
	position: absolute;
	top: 10px;
	left: 25px;
}

#logo div.wrapper #slogan {
	position: absolute;
	top: 45px;
	left: 330px;
	text-transform: uppercase;
	font-size: 39px;
	font-weight: bold;
	font-style: italic;
	line-height: 40px;
	color: #999;
}

#nav {
	height: 42px;
	background-image: url(images/bg-nav.gif);
	background-repeat: repeat-x;
	text-align: right;
}

#nav ul {
	margin: 0px 10px 0px 0px;
	padding: 7px 0px 0px 0px;
	list-style-type: none;
}

#nav ul li {
	position: relative;
	display: inline;
	margin: 0px 0px 0px 25px;
}

#nav ul li#menu-item-261 {

}

/*
#nav ul li#menu-item-261 a {
	padding: 8px 15px 8px 5px;
	background-image: url(images/bg-nav-arrow-off.png);
	background-repeat: no-repeat;
	background-position: right center;
}

#nav ul li#menu-item-261 a:hover {
	background-image: url(images/bg-nav-arrow-on.png);
}
*/

#nav ul li a {
	font-size: 18px;
	color: #000;
	text-transform: uppercase;
	text-decoration: none;
	padding: 8px 5px;
}

#nav ul li a:hover,
#nav ul li.current-menu-item a,
#nav ul li.current_page_item a {
	color: #660000;
	background-image: url(images/bg-nav-marker.png);
	background-repeat: no-repeat;
	background-position: center bottom;
}

#nav ul li ul {
	display: none;
}

#nav ul li:hover ul {
	display: block;
	position: absolute;
	z-index: 99;
	top: 33px;
	left: -20px;
	width: 276px;
	text-align: left;
	background-image: url(images/bg-subnav.png);
	background-repeat: repeat;
}

#nav ul li ul li {
	display: block;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	border-bottom: solid 1px #ccc;
	background-image: url(images/bg-subnav-arrow-off.png);
	background-repeat: no-repeat;
	background-position: 250px center;
}

#nav ul li ul li:last-child {
	border-bottom-style: none;
}

#nav ul li ul li:hover {
	background-image: url(images/bg-subnav-arrow-on.png);
	background-color: #fff;
}

#nav ul li ul li a {
	display: block;
	margin: 0px;
	padding: 10px 20px !important;
	color: #333;
	background-image: none !important;
}

#nav ul li ul li a:hover {
	background-image: none !important;	
}

/* content */

#content {
	
}

#content div.wrapper {
	width: 940px;
	padding-bottom: 45px;
}

#content div.wrapper hr {
	margin: 25px -10px;
	padding: 0px;
	border-top-style: #8d7474;
	border-right-style: none;
	border-bottom: solid 1px #fff;
	border-left-style: none;
}

#content div.wrapper a {
	font-weight: bold;
	color: #600;
	text-decoration: none;
}

#content div.wrapper a:hover {
	text-decoration: underline;
}

/* internal */

#content div.wrapper #internal {
	float: right;
	width: 620px;
	color: #333;
	font-size: 14px;
	line-height: 20px;
}

#content div.wrapper #social-share {
	padding: 10px 0px;
}

#content div.wrapper #internal h1 {
	margin: 0px -10px 15px 0px;
	padding: 0px 0px 7px 0px;
	font-weight: bold;
	font-size: 26px;
	line-height: 30px;
	text-transform: uppercase;
	color: #bf7a12;
	border-bottom: solid 1px #8e7575;
}

#content div.wrapper #internal blockquote {
/*	margin-top: 50px; */
	margin-top: 10px;
}

/* sidebar */

#content div.wrapper #sidebar {
	width: 300px;
	min-height: 350px;
	background-image: url(images/bg-sidebar.gif);
	background-repeat: repeat-x;
	background-color: #fff;
}

#content div.wrapper #sidebar h3.widget-title {
	margin: 0px;
	padding: 13px 20px;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 24px;
	color: #fae288;
	background-color: #660000;
	border-bottom: solid 1px #3c3c3c;
}

#content div.wrapper #sidebar ul {
	list-style-type: none;
	margin: 0px;
	padding: 10px 20px;
	border-top: solid 1px #fff;
}

#content div.wrapper #sidebar ul li {
	display: block;
	margin: 0px -10px;
}

#content div.wrapper #sidebar ul li.hide {
	display: none;
}

#content div.wrapper #sidebar ul li:hover {
	background-image: url(images/bg-sidebar-nav.gif);
	background-repeat: repeat-x;
}

#content div.wrapper #sidebar ul li a {
	display: block;
	padding: 15px 10px;
	font-size: 18px;
	font-weight: normal;
	text-transform: uppercase;
	color: #bf7a12;
}

#content div.wrapper #sidebar ul li a:hover {
	color: #000;
	text-decoration: none;
	background-image: url(images/bg-sidebar-nav-arrow.png);
	background-repeat: no-repeat;
	background-position: 262px center;
}

/* homepage */

#content div.wrapper #features {
	
}

#content div.wrapper #features div.feature {
	clear: left;
	float: left;
	width: 280px;
	/* height: 120px; */
	margin: 0px 0px 20px 0px;
	padding: 10px;
	background-image: url(images/bg-feature.gif);
	background-repeat: repeat-x;
	background-color: #fefefe;
}

#content div.wrapper #features div.feature.last {
	margin: 0px 0px 0px 0px;
}

#content div.wrapper #features div.feature div.content {
	padding: 5px 10px;
	width: 260px;
	/* height: 110px; */
	background-image: url(images/bg-feature-content.gif);
	background-repeat: repeat-x;
	background-color: #c8c8c8;
	font-size: 14px;
	line-height: 16px;
	color: #666;
}

#content div.wrapper #features div.feature div.content h2 {
	margin: 0px 0px 2px 0px;
	text-transform: uppercase;
	font-size: 29px;
	font-weight: bold;
	line-height: 31px;
	color: #bf7a12;
}

#content div.wrapper #features div.feature div.content p {
	margin: 0px;
}

#content div.wrapper #features div.feature div.content strong {
	display: block;
	margin: 0px 0px 5px 0px;
	font-size: 13px;
	color: #333;
}

#content div.wrapper #features div.feature div.content a {
	display: block;
	margin: 5px 0px 0px 0px;
	text-align: right;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: bold;
	font-style: italic;
}

#content div.wrapper #features #slideshow {
	margin: 0px 0px 0px 320px;
	width: 620px;
	height: 300px;
	background-color: #333;
}

#content div.wrapper #teasers {
	
}

#content div.wrapper #teasers div.teaser {
	float: left;
	width: 300px;
	margin: 0px 20px 0px 0px;
	font-size: 14px;
	line-height: 18px;
	color: #333;
}

#content div.wrapper #teasers div.teaser.last {
	margin: 0px 0px 0px 0px;
}

#content div.wrapper #teasers div.teaser h4 {
	margin: 0px 0px 17px 0px;
	text-transform: uppercase;
	font-size: 18px;
	font-weight: bold;
	line-height: 20px;
	color: #bf7a12;
}

#content div.wrapper #teasers div.teaser img {
	float: left;
	margin: 0px 10px 5px 0px;
	border: solid 1px #330000;
	width: 60px;
	height: auto;
}

#content div.wrapper #teasers div.teaser p {
	margin: 17px 0px 0px 0px;
}

#content div.wrapper #blog {
	
}

#content div.wrapper #blog a.see-all {
	display: block;
	float: right;
	padding: 15px 0px 0px 0px;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: bold;
	font-style: italic;
}

#content div.wrapper #blog h6 {
	margin: 0px 0px 20px 0px;
	font-size: 30px;
	font-weight: bold;
	text-transform: uppercase;
	color: #333;
}

#content div.wrapper #blog div.latest-blog-post {
	font-size: 14px;
	line-height: 16px;
	color: #333;
}

#content div.wrapper #blog div.latest-blog-post img {
	float: left;
	margin: 0px 20px 5px 0px;
	width: 220px;
	height: auto;
}

#content div.wrapper #blog div.latest-blog-post h3,
#content div.wrapper #blog div.latest-blog-post h3 a {
	margin: 0px 0px 5px 0px;
	text-transform: uppercase;
	font-size: 26px;
	line-height: 27px;
	font-weight: bold;
	color: #bf7a12;
}

#content div.wrapper #blog div.latest-blog-post a.read-more {
	float: right;
	margin: -10px 0px 0px 0px;
	text-transform: uppercase;
	font-weight: bold;
	font-style: italic;
}

#content div.wrapper #blog div.latest-blog-post div.meta {
	font-size: 14px;
	color: #666;
	font-style: italic;
}

#content div.wrapper #blog div.latest-blog-post div.meta span.date {
	margin: 0px 5px 0px 0px;
	color: #999;
}

#content div.wrapper #blog div.latest-blog-post div.meta a {
	margin: 0px 0px 0px 5px;
	color: #600;
}

/* footer */

#footer {
	background-image: url(images/bg-footer.gif);
	background-repeat: repeat-x;
	background-color: #333;
	padding: 20px 0px 25px 0px;
}

#footer div.wrapper {
	font-size: 12px;
	color: #ccc;
	text-align: center;
}

#footer div.wrapper ul {
	margin: 0px 0px 25px 0px;
	padding: 0px 0px 20px 0px;
	list-style-type: none;
	background-image: url(images/bg-footer-nav.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
}

#footer div.wrapper ul li {
	margin: 0px;
	padding: 0px 10px;
	display: inline;
}

#footer div.wrapper ul li a {
	text-decoration: none;
	text-transform: uppercase;
	color: #fff;
}

#footer div.wrapper ul li a:hover {
	text-decoration: underline;
}

#footer div.wrapper #contact {
	
}

#footer div.wrapper #contact a {
	text-decoration: none;
	color: #ccc;
}

#footer div.wrapper #contact img {
	margin: 0px 10px -7px 50px;
}

#footer div.wrapper #contact img.first {
	margin: 0px 10px -7px 0px;
}

#footer div.wrapper #credit {
	float: right;
	padding: 70px 0px 0px 0px;
}

#footer div.wrapper #credit a {
	text-decoration: none;
	color: #ccc;
}

#footer div.wrapper #credit a:hover {
	color: #fff;
}

#footer div.wrapper #legal {
	padding: 70px 0px 0px 0px;
}

#footer #gecko-footer {
	width: auto;
	float: right;
	color: #666666;
	text-decoration: none;
}

/* !classes */

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

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

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

.wp-caption {
	
}

p.wp-caption-text {
	margin: 5px 0px;
	font-size: 12px;
	line-height: 15px;
	color: #000;
	text-align: left;
}

div.navigation-links {
	margin: 25px 0px 0px 0px;
}

div.navigation-links div.nav-previous {
	float: left;
}

div.navigation-links div.nav-next {
	text-align: right;
}

.clear {
	clear: both;
}

div.col {
	float: left;
	width: 290px;
	margin: 0px 20px 0px 0px;
}