/*
Theme Name: SFMade
Theme URI: http://sfmade.org
Version: 1.0
Description: Customized theme for SFMade
Author: Mission Minded
Author URI: http://www.mission-minded.com
*/

/*------------------------------------------------*/
/*-----------------[RESET]------------------------*/
/*------------------------------------------------*/

/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {quotes: none;
}blockquote:before, blockquote:after,q:before, q:after {
	content: '';
	content: none;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/*------------------------------------------------*/
/*-----------------[BASIC STYLES]-----------------*/
/*------------------------------------------------*/

/* @license
 * MyFonts Webfont Build ID 2331860, 2012-07-27T16:39:42-0400
 * 
 * The fonts listed in this notice are subject to the End User License
 * Agreement(s) entered into by the website owner. All other parties are 
 * explicitly restricted from using the Licensed Webfonts(s).
 * 
 * You may obtain a valid license at the URLs below.
 * 
 * Webfont: Agency Gothic Bold by CastleType
 * URL: http://www.myfonts.com/fonts/castletype/agency-gothic-ct/agency-gothic-bold/
 * Copyright: Copyright (c) 1993 by CastleType. All rights reserved.
 * Licensed pageviews: 10,000
 * 
 * 
 * License: http://www.myfonts.com/viewlicense?type=web&buildid=2331860
 * 
 * © 2012 Bitstream Inc
*/
@font-face {
	font-family: 'AgencyGothicCT-Bold';
	src: url('webfonts/2394D4_0_0.eot');
	src: url('webfonts/2394D4_0_0.eot?#iefix') format('embedded-opentype'),
		url('webfonts/2394D4_0_0.woff') format('woff'),
		url('webfonts/2394D4_0_0.ttf') format('truetype');
}
/*
@font-face {
	font-family: 'AgencyGothicCT-Bold';
	src: url('fonts/AGENCYB.eot');
	src: url('fonts/AGENCYB.woff') format('woff'),
		url('fonts/AGENCYB.ttf') format('truetype'),
		url('fonts/AGENCYB.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
*/
@font-face {
	font-family: 'AGENCYB';
	src: url('webfonts/AGENCYB.eot');
	src: local('AGENCYB'), url('webfonts/AGENCYB.woff') format('woff'), url('webfonts/AGENCYB.ttf') format('truetype');
}
/* use this class to attach this font to any element i.e. <p class="fontsforweb_fontid_5118">Text with this font applied</p> */
.fontsforweb_fontid_5118 {
	font-family: 'AGENCYB' !important;
}

/* Font downloaded from FontsForWeb.com */

html {
	height: 100%;
}
body {
	line-height: 20px;
	font-family: Arial, sans-serif;
	font-size: 13px;
	color: #222222;
	background: #666666;
	min-width: 960px;
	height: 100%
}a {
	text-decoration: none;
	color: #369;
}
a:hover {
	text-decoration: underline;
}
.clear {
	clear: both;
}
.ui-tabs-hide {
	display: none;
}
br.clear {
	margin: 0px;
	padding: 0px;
}
h1, h2, h3, h4, h5, h6 {
	padding-bottom: 10px;
	color: #999;
	line-height: 1em;
	font-weight: normal;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	color: #336699 !important;
}
h1 {
	font-size: 30px;
}
h2 {
	font-size: 24px;
}
h3 {
	font-size: 22px;
}
h4 {
	font-size: 18px;
}
h5 {
	font-size: 16px;
}
h6 {
	font-size: 14px;
}
p {
	padding-bottom: 10px;
	line-height: 20px;
}
strong {
	font-weight: bold;
}
cite, em, i {
	font-style: italic;
}
pre, code {
	font-family: Courier New, monospace;
	margin-bottom: 10px;
}
ins {
	text-decoration: none;
}
sup, sub {
	height: 0;
	line-height: 1;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 0.8em;
}
sub {
	top: 0.3em;
}
dl {
	margin: 0 0 1.5em 0;
}
dl dt {
	font-weight: bold;
}
dd  {
	margin-left: 1.5em;
}
blockquote  {
	margin: 1.5em;
	padding: 1em;
	color: #666666;
	background: #e6e6e6;
	font-style: italic;
	border: 1px solid #dcdcdc;
}
blockquote p {
	padding-bottom: 0px;
}input[type=text],input.text, input.title, textarea, select {
	background-color:#fff;
	border:1px solid #bbb;
	padding: 2px;
	color: #4e4e4e;
}
input[type=text]:focus, input.text:focus, input.title:focus, textarea:focus, select:focus {
	border-color:#2D3940;
	color: #3e3e3e;
}
input[type=text], input.text, input.title, textarea, select {
	margin:0.5em 0;
}
textarea {
	padding: 4px;
}
img#about-image {
	float: left;
	margin: 3px 8px 8px 0px;
}
hr {
	border: 0;
	color: #ccc;
	background-color: #ccc;
	height: 1px;
	margin: 5px 0 20px;
}
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
* html .clearfix             {
	zoom: 1;
} /* IE6 */
*:first-child+html .clearfix {
	zoom: 1;
} /* IE7 */

/*------------------------------------------------*/
/*---------------[MAIN LAYOUT INFO]---------------*/
/*------------------------------------------------*/

#header {
	text-align: left;
	margin: 10px auto;
	width: 960px;
	position: relative;
}
.container {
	text-align: left;
	margin: 9px auto 0 auto;
	padding-top: 1px;
	width: 960px;
	position: relative;
	background: #fff;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}
#logo {
	float: left;
}
#search {
	/*float: right;*/
}
#socialIcons {
	float: right;
	margin: 14px 0 0 0;
}
#socialIcons img {
	padding-left: 6px;
}
div#search-form {
	position: relative;
	float: right;
}
#searchform {
	background:url(images/search-form.png) no-repeat;
	height: 49px;
	width: 218px;
	position: absolute;
	top: -56px;
	left: -50px;
	display: none;
}
#searchinput {
	background: none;
	border: none;
	width: 170px;
	font-size: 12px;
	color: #555555;
	margin: 14px 0 0 0;
	padding: 0 0 0 17px;
}
/*
#main-area, #footer-widgets {
	background: #e9e8e8 url(images/main-area.png) repeat-x top left;
	border-bottom: 1px solid #cdcccc;
}
*/

#homeColumns {
	padding-top: 20px;
}
#homeLeft, #homeRight {
	float: left;
	width: 300px;
	margin: 0 10px;
	background: #fff;
}
#homeCenter {
	float: left;
	width: 298px;
	padding: 0 10px;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	background: #fff;
}
#homeLeft p, #homeRight p, #homeCenter p {
	padding: 0 30px;	
}
#homeLeft ul, #homeRight ul, #homeCenter ul {
	padding: 0 50px;	
	color: #666;
}
#homeLeft ul li, #homeRight ul li, #homeCenter ul li {
	list-style: square;
	padding-left: 10px;
}
.eventListing {
	margin: 0 0 15px;
}
a.joinButton {
	font-family: 'AgencyGothicCT-Bold';
	display: block;
	background: #cc3;
	font-size: 30px;
	text-align: center;
	text-transform: uppercase;
	padding: 8px 0 15px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
a.joinButton:hover {
	text-decoration: none;
	background: #369;
	color: #cc3;
}
.membersOnly {
	background: #fdb813;
	color: #ad332c;
	font-size: 10px; 
	font-weight: bold;
	padding: 2px 5px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}
.learnMore, .joinNow, .jobs-applynow, .registerButton, .tribe-events-widget-link a {
	font-size: 10px !important;
	font-weight: bold;
	text-transform: uppercase;
	white-space: nowrap;
}
.tribe-events-widget-link a:before {
	content: "[ ";
}
.tribe-events-widget-link a:after {
	content: " ]";
}
.joinNow {
	color: #ad332c !important;
}
.thumbnail {
	display:block;
	float:left;
	padding:4px;
	position:relative;
	margin-right: 20px;
	margin-top: 4px;
	width: 164px;
	height: 186px;
}
.thumbnail span.overlay2 {
	background:url(images/box-overlay2.png) no-repeat;
	display:block;
	height:186px;
	left:-2px;
	position:absolute;
	top:-1px;
	width:172px;
}
.tab-slide .content-area {
	padding: 0 50px;
}
a.readmore {
	background:url(images/readmore.png) no-repeat right bottom;
	color:#ffffff;
	display:block;
	float:right;
	font-size:12px;
	height:29px;
	line-height:27px;
	padding-right:15px;
	text-shadow:1px 1px 1px rgba(0,0,0,0.4);
	font-weight: bold;
	margin-bottom: 25px;
}
a.readmore span {
	background:url(images/readmore.png) no-repeat;
	display:block;
	height:29px;
	padding-left: 15px;
}
a.readmore:hover {
	color: #f6f6f6;
}
.gallery-area {
	margin-left: -33px;
}
.gallery-area .et_pt_item_image img.portfolio {
	background: #fff !important;
	border: 1px solid #d7d7d7 !important;
	padding: 3px !important;
}
.gallery-area .et_pt_item_image span.overlay {
	top: 4px !important;
	left: 4px !important;
}
.gallery-area .et_pt_gallery_entry {
	padding-bottom: 6px !important;
}
#entries-area {
}
#entries-area-content {
	padding-bottom: 40px;
}
#content-area {
	float: left;
	width: 650px;
	margin-right: 35px;
}
.entry {

}
h1.title {
	font-size: 48px;
	margin: 40px 0 10px;
	text-transform: uppercase;
	color: #ad332c;
}
.entry h2.title, h1.title, h3#comments, h3#reply-title span {
	font-family: 'AgencyGothicCT-Bold';
}
.entry h2.title a, .entry h1.title, h3#comments, h3#reply-title span {

}
.entry h2.title a:hover {
	color: #000;
	text-decoration: none;
}
.post-info {
	background: url(images/postinfo-bg.png) no-repeat;
	padding-top: 5px;
	margin-bottom: 10px;
}
.post-info p.post-meta {
	background: url(images/postinfo-bg.png) no-repeat bottom left;
	padding-bottom: 7px;
	color: #b6b6b6;
	font-style: italic;
	font-family: 'Trebuchet MS', sans-serif;
}
p.post-meta a {
	color: #686868;
}
p.post-meta a:hover {
	color: #000;
	text-decoration: none;
}
#breadcrumbs {
	color: #686868;
	font-family: 'Trebuchet MS', sans-serif;
	font-style: italic;
	font-weight: bold;
}
#breadcrumbs a, #breadcrumbs span.raquo {
	display: block;
	float: left;
}
#breadcrumbs a {
	color: #b6b6b6;
	font-weight: normal;
}
#breadcrumbs a:hover {
	color: #000;
	text-decoration: none;
}
#breadcrumbs span.raquo {
	background: url(images/breadcrumbs-separator.png) no-repeat;
	text-indent: -9999px;
	width: 34px;
	margin: 0 2px;
}
#breadcrumbs-left, #breadcrumbs-content, #breadcrumbs-right {
	float: left;
	height: 35px;
}
#breadcrumbs-left {
	background: url(images/breadcrumbs-left.png) no-repeat;
	width: 33px;
}
#breadcrumbs-content {
	background: url(images/breadcrumbs-bg.png) repeat-x;
	line-height: 32px;
	padding: 0 3px;
}
#breadcrumbs-right {
	background: url(images/breadcrumbs-right.png) no-repeat;
	width: 35px;
}
.fullwidth #entries-area, .fullwidth #entries-area-content {
	background: none;
}
.fullwidth #content-area {
	width: 960px;
	margin-right: 0px;
}
#home-blogstyle {
	margin-top: -72px;
	background: url("images/main-area.png") repeat-x scroll left top #E9E8E8;
	border-bottom: 1px solid #CDCCCC;
	padding-top: 2px;
}
#home-blogstyle #entries-area-content {
	background: none;
}
.et_pad {
	padding-top: 30px;
}
.entry ul, .comment-content ul {
	list-style-type: disc;
	padding: 10px 0px 10px 20px;
}
.entry ol, .comment-content ol {
	list-style-type: decimal;
	list-style-position: inside;
	padding: 10px 0px 10px 2px;
}
.entry ul li ul, .entry ul li ol, .comment-content ul li ul, .comment-content ul li ol {
	padding: 2px 0px 2px 20px;
}
.entry ol li ul, .entry ol li ol, .comment-content ol li ul, .comment-content ol li ol  {
	padding: 2px 0px 2px 35px;
}
.post-edit-link {
	display: block;
	padding: 10px;
	margin-top: 20px;
	color: #ff0;
	background: #f00;
	font-size: 10px;
	text-transform: uppercase;
}
/*------------------------------------------------*/
/*---------------[DROPDOWN MENU]------------------*/ 
/*------------------------------------------------*/

ul#top-menu {
	clear: both;
	width: 760px;
	float: left;
	margin-top: 10px;
	font-weight: bold;
	background: #fff;
	height: 40px;
	padding: 10px 0 0 0;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
ul#top-menu li {
	margin: 0 6px;
	display:block;
	height: 29px;
	float:left;
	position: relative;
}
ul#top-menu a {
	font-size: 13px;
	color: #416984;
	font-family: 'Trebuchet MS', sans-serif;
	text-decoration: none;
	display: block;
	line-height: 27px;
}
ul#top-menu > li {
	padding:0 4px 0 0;
}
ul#top-menu > li > a {
	padding:0 0 0 4px;
}
ul#top-menu > li.current_page_item > a {
	color: #ad332c;
	display:block;
	height:29px;
	line-height:27px;
}
ul#top-menu .donateLink a {
	background: #cc3;
	padding: 0 8px 0;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}ul.nav ul, .et_mobile_menu {
	width: 198px;
	background: #fff;
	border: 1px solid #e8e8e8;
	top: 34px !important;
	box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.1);
	-moz-box-shadow:1px 1px 5px 0px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 1x 1px 5px 0px rgba(0, 0, 0, 0.1);
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	/*border-top-left-radius: 0px;-moz-border-radius-topleft: 0px;
	border-top-right-radius: 0px;
	-webkit-border-top-left-radius: 0px;
	-moz-border-radius-topright: 0px;
	-webkit-border-top-right-radius: 0px;*/
	padding: 13px 0px 12px;
	z-index: 9999;
	display: none;
}
ul.nav ul li {
	margin: 0px;
	padding: 6px 10px 6px 10px !important;
	 }
ul.nav ul li a {
	line-height: 18px !important;
	width: 150px;
	background-color: #fff;
}
.sub-menu li a {
	font-size: 11px !important;
}
ul.nav li:hover ul ul, ul.nav li.sfHover ul ul {
	top: -16px !important;
	left: 183px !important;
	border-top-right-radius: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-right-radius: 5px;
}span.menu_arrow {
	display: block;
	width: 8px;
	height: 5px;
	background: none;
	position: absolute;
	top: -15px;
	left: 37%;
	display: none;
}span.menu_top_arrow {
	display: block;
	width: 19px;
	height: 10px;
	background: url(images/topmenu_arrow.png) no-repeat;
	position: absolute;
	top: -10px;
	left: 22px;
}
.sf-sub-indicator {
	display: none;
}
/*------------------------------------------------*/
/*--------------[FEATURED SLIDER]-----------------*/
/*------------------------------------------------*/

#featured-content {
	height: 330px;
	position: relative;
}
#featured .description {
	width: 310px;
	height: 330px;
	float: left;
	background: #e50278;
}
#featured .description p.big {
	font-family:'AGENCYB' !important;
	color: #fff;
	font-size: 36px !important;
	line-height: 36px !important;
	margin: 15px 0 0 30px;
	padding: 0 !important;
}
#featured .description h1 {
	font-family:'AGENCYB' !important;
	color: #fff;
	font-size: 100px;
	margin-top: 80px;
}
#featured .description h1.sm {
	font-family:'AGENCYB' !important;
	color: #fff;
	font-size: 64px;
	margin-top: 80px;
}
#featured .description h2 {
	color: #fff;
	font-size: 18px;
	margin: 10px 0 5px 0;
}
#featured .description p {
	color: #000;
	font-size: 14px;
}
#featured .description h1, #featured .description h2, #featured .description p {
	margin-left: 20px;
	margin-right: 20px;
}
.description a.learnMore {
	color: #b1e4ff;
	font-size: 12px;
	font-weight: bold;
	margin-left: 20px;
}
#featured a.join-today {
	background:url(images/jointoday.png) no-repeat;
	display: block;
	width: 115px;
	height: 51px;
	margin-top: 5px;
	padding:14px 18px 0 42px;
	text-decoration:none;
	float: left;
	text-align: left;
}
#featured a.join-today strong {
	text-transform: uppercase;
	color: #fff;
	font-weight: bold;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
	font-size: 18px;
	letter-spacing: -1px;
}
#featured a.join-today span {
	color:#283d55;
	display:block;
	font-size:14px;
	text-shadow:1px 1px 1px rgba(255,255,255,0.3);
	letter-spacing: -1px;
	width:110px;
	font-size: 14px;
}
div#controllers {
	text-align: center;
	padding-top: 40px;
}
div#controllers a {
	background:url(images/controller1.png) no-repeat;
	display:block;
	height:15px;
	margin-right:4px;
	text-indent:-9999px;
	width:15px;
	display: inline-block;
}
div#controllers a.activeSlide {
	background:url(images/controller2.png) no-repeat;
}
#featured_content, #featured_content .slide {
	width: 940px;
	height: 330px;
	margin: 0 10px;
	overflow: hidden;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.slide-img {
	width: 630px;
	float: left;
}
/*------------------------------------------------*/
/*--------------------[SIDEBAR]-------------------*/
/*------------------------------------------------*/

#sidebar {
	float: left;
	padding-top: 60px;
	width: 260px;
	margin-right: 15px;
}
#sidebar, #footer-widgets {
	font-family: 'Trebuchet MS', sans-serif;
}
h3.widgettitle {
	font-family:'AgencyGothicCT-Bold' !important;
	text-transform: uppercase;
	font-size: 24px;
	margin: 0 10px 10px;
}
h3.widgettitle a {
	text-decoration: none;
}
#homeColumns h3.widgettitle {
	font-size: 36px !important;
}
#homeLeft h3.widgettitle {
	color: #cc3;
}
#php_widget-3 h3.widgettitle {
	color: #f60;
}
#smartslideshowwidget-2 h3.widgettitle {
	color: #adb9c1;
}
.ssw_main img {
	margin-left: 30px;
}
#php_widget-4 h3.widgettitle {
	color: #e50278;
}
#sidebar .widget {
	padding: 0px 5px 20px 30px;
}
#sidebar h3.widgettitle {
	background: url(images/sidebar-separator.png) no-repeat bottom left;
	padding-bottom: 14px;
	margin-left: -29px;
	padding-left: 29px;
	margin-bottom: 10px;
}
.widget {
	margin: 0 0 10px;
}
.widget ul ul {
	margin: 0px 0px 0px 15px;
}
.widget ul li {
	padding: 4px 0px 4px 13px;
	font-weight: bold;
}
.widget ul li ul {
	padding:5px 0px 0px 7px;
	margin: 0px 0px -4px;
}
.widget_subpages .current_page_item, .widget_nav_menu .current_page_item {
	background: url(images/widget-li.png) no-repeat 0px 10px;
}
.widget_subpages .current_page_item a, .widget_nav_menu .current_page_item a {
	color: #ad332c;
}
/*------------------------------------------------*/
/*---------------------[FOOTER]-------------------*/
/*------------------------------------------------*/

#footer {
	margin-top: 20px;
	background: #adb9c1;
	 }
p#copyright {
	float:right;
	font-size:12px;
	color:#555555;
	padding: 85px 0 0;
	text-align: right;
}
p#copyright a {
	font-weight: bold;
	color:#000;
}
#footer-widgets#widgets-wrapper {
	padding-bottom: 40px;
}
#footer-widgets.widget {
	float: left;
	width: 220px;
	margin-right: 26px;
	padding-top: 45px;
}
#footer-widgets .last {
	margin-right: 0px;
}
#footer-widgets h3.widgettitle {
	background: url(images/footer-separator.png) no-repeat bottom left;
	padding-bottom: 14px;
	 margin-bottom: 10px;
}
#footLogo {
	float: right;
	margin: 30px 20px;
}p#MM {
	float: left;
	font-size: 10px;
	color: #777777;
	padding: 85px 0 0;
	margin-left: 20px;
	text-align: left;
}
p#MM a {
	font-weight: normal !important;
	color:#777777 !important;
}
/*------------------------------------------------*/
/*-----------------[BLOG SECTION]-----------------*/
/*------------------------------------------------*/

.blogpost {
	padding: 20px;
}
h1.blogtitle {
	font-size: 48px;
	text-transform: uppercase;
	color: #ad332c;
	margin-bottom: 10px;
	font-family:'AgencyGothicCT-Bold' !important;
}
.blogmain {
	width: 650px;
	float: left;
	margin-top: 10px;
}
.blogsidebar {
	width: 230px;
	margin: 20px 0 0 20px;
	float: left;
}
.blogsidebar h3.widgettitle {
	background: url(images/sidebar-separator.png) no-repeat bottom right;
	padding: 14px 0;
	margin: 0;
}
.blogsidebar .intro {
	font-size: 16px;
	color: #666;
}
.blogthumb {
	float: left;
	margin: 0 20px 20px 0;
}
.blogstory {
	margin: 10px 0 20px;
 }
.blogmeta {
	font-size: 10px;
	color: #999;
	text-transform: uppercase;
	font-style: italic;
}

/*------------------------------------------------*/
/*-------------[SFMADE WEEK SECTION]--------------*/
/*------------------------------------------------*/

h2.sfmw {
	padding: 0 0 20px !important;
	font: bold 20px Arial, sans-serif !important;
	color: #999 !important;
}
.sfmw {
	/*color: #ef3883 !important; pink */
	color: #4aa3c1 !important;
	margin: 0 0 10px !important;
}

/*------------------------------------------------*/
/*-------------------[COMMENTS]-------------------*/
/*------------------------------------------------*/

div.avatar {
	position: relative;
	padding: 8px 0 0 8px;
	height: 66px;
}
div.avatar span.avatar-overlay {
	position: absolute;
	top: 1px;
	left: 1px;
	background: url(images/avatar-overlay.png) no-repeat;
	display: block;
	width: 69px;
	height: 74px;
}
#comment-wrap {
	width: 650px;
	margin-top: 65px;
}
#comment-wrap div.authordata {
	width: 69px;
	margin-right: 18px;
}
.commentmetadata {
	font-style: italic;
	font-family: 'Trebuchet MS', sans-serif;
	font-size: 12px;
	text-align: center;
}
.comment-wrap {
	float: left;
	width: 559px;
	background: #fff;
	border: 1px solid #d9d9d9;
	-moz-box-shadow: 1px 1px 0 0 #E9E9E9;
	-webkit-box-shadow: 1px 1px 0 0 #E9E9E9;
	box-shadow: 1px 1px 0 0 #E9E9E9;
}
.comment-wrap-inner {
	border: 1px solid #fff;
	background: url(images/comment-inner-bg.png) repeat-x bottom left;
	padding: 22px 13px 10px 26px;
	position: relative;
}
.comment-arrow {
	position: absolute;
	top: 24px;
	left: -12px;
	width: 11px;
	height: 20px;
	background: url(images/comment-arrow.png) no-repeat;
}
.comment-wrap, .comment-wrap-inner {
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}
.comment-body {
	margin-bottom: 22px;
}
.reply-container {
	background:url(images/readmore.png) no-repeat right bottom;
	display:block;
	float:right;
	font-size:12px;
	height:29px;
	line-height:27px;
	padding-right:15px;
	text-shadow:1px 1px 1px rgba(0,0,0,0.4);
	font-weight: bold;
}
.reply-container a {
	background:url(images/readmore.png) no-repeat;
	display:block;
	height:29px;
	padding-left: 15px;
	color:#ffffff;
}
.reply-container a:hover {
	color: #f6f6f6;
	text-decoration: none;
}
span.fn, span.fn a {
	color: #555;
	font-size: 24px;
}
span.fn a:hover {
	color: #000;
	text-decoration: none;
}
.comment-content {
	padding-top: 9px;
}
.depth-2 .comment-wrap {
	width: 472px;
}
.depth-3 .comment-wrap {
	width: 385px;
}
.depth-4 .comment-wrap {
	width: 298px;
}
.depth-5 .comment-wrap {
	width: 211px;
}
.fullwidth #comment-wrap {
	width: 960px;
}
.fullwidth .comment-wrap {
	width: 871px;
}
.fullwidth .depth-2 .comment-wrap {
	width: 784px;
}
.fullwidth .depth-3 .comment-wrap {
	width: 697px;
}
.fullwidth .depth-4 .comment-wrap {
	width: 610px;
}
.fullwidth .depth-5 .comment-wrap {
	width: 523px;
}
.depth-1 ul {
	margin-left: 87px;
}
#commentform textarea#comment {
	width: 96%;
}
#commentform input[type=text] {
	width: 38%;
}
li.comment #respond textarea {
	width: 94% !important;
}
li.comment #respond input[type=text] {
	width: 48% !important;
}
#commentform textarea#comment, #commentform input[type=text], li.comment #respond textarea, li.comment #respond input[type=text] {
	background: #fbfbfb url("images/comment-inner-bg.png") repeat-x left bottom;
	border: 1px solid #d9d9d9;
	-moz-box-shadow: 1px 1px 0 0 #E9E9E9;
	-webkit-box-shadow: 1px 1px 0 0 #E9E9E9;
	box-shadow: 1px 1px 0 0 #E9E9E9;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	padding: 10px;
}
#comment-wrap p#submit-container {
	text-align: right;
}
#comment-wrap p#submit-container input#submit {
	background: url("images/submit.png") no-repeat scroll 0 0 transparent !important;
	border: medium none !important;
	color: #FFFFFF;
	font-size: 12px;
	padding: 3px 0 7px;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
	width: 66px;
	font-weight: bold;
}
/*------------------------------------------------*/
/*------------[CAPTIONS AND ALIGNMENTS]-----------*/
/*------------------------------------------------*/

div.post .new-post .aligncenter, .aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin-bottom: 10px;
}
.wp-caption.alignleft {
	margin: 0px 10px 10px 0px;
}
.wp-caption.alignright {
	margin: 0px 0px 10px 10px;
}
.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}
.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
.alignright {
	float: right;
}
.alignleft {
	float: left }
img.alignleft {
	display:inline;
	float:left;
	margin-right:15px;
}
img.alignright {
	display:inline;
	float:right;
	margin-left:15px;
}


/*------------------------------------------------*/
/*---------------[DEFAULT DROPDOWN SETTINGS]---*/
/*------------------------------------------------*/

.nav ul {
	position:absolute;
	top:-999em;
	background-position: bottom;
	background-repeat: no-repeat;
	z-index: 10;
}
.nav li {
	float:left;
	position:relative;
}
.nav a {
	display:block;
	float: left;
}
.nav li:hover ul, ul.nav li.sfHover ul {
	left:0px;
	top:50px;
}
.nav li:hover li ul, .nav li.sfHover li ul {
	top:-999em;
}
.nav li li:hover ul, ul.nav li li.sfHover ul {
	left:192px;
	top:0px;
}
.nav li:hover ul, .nav li li:hover ul {
	top: -999em;
}
.nav li li {
	display: block;padding: 0px;
	float: left;
	height: auto !important;
}
.nav li ul {
	width: 191px;
	z-index:1000;
}
.nav li li a:link, .nav li li a:visited {
	display: block;
	height: auto;
	float: left;
}
.nav li:hover {
	visibility: inherit;
	/* fixes IE7 'sticky bug' */ }


/*------------------------------------------------*/
/*-----------------[WP CALENDAR]-----------------*/
/*------------------------------------------------*/
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 240px;
}	
#wp-calendar a {
	display: block;
	text-decoration: none;
	font-weight: bold;
}
#wp-calendar a:hover {
	text-decoration: underline;
}
#wp-calendar caption {
	text-decoration: none;
	font: bold 13px Arial, Sans-Serif;
}
#wp-calendar td {padding: 3px 5px;
	color: #9f9f9f;
}
#wp-calendar td#today {
	color: #000;
}
#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	padding: 3px 5px;
}
#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
}
#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
}
#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
}

/*------------------------------------------------*/
/*-------------------[PAGE NAVI]------------------*/
/*------------------------------------------------*/
.pagination {
	overflow: hidden;
	padding: 15px 12px 0px;
}

.wp-pagenavi {
	position: relative;
	float: right;
	margin-top: 35px;
}
.wp-pagenavi a {
	color: #666;
}
.wp-pagenavi a:hover {
	color: #000;
}


a.readmore:hover, #sidebar div.custom-sidebar-block ul.control li a:hover, 
ul#cats-menu li a:hover, ul#page-menu li a:hover, 
div#slider-control div.featitem h2 a  {
	text-decoration: none;
}

.foursixeight {
	margin: 0px 0px 15px 84px;
}

.js #featured {
	background: url(images/ajax-loader.gif) no-repeat center 30%;
}
.js #featured .container {
	visibility: hidden;
}

div#fancy_title div {
	text-shadow: none !important;
}

.tab-slide ul {
	list-style-type: disc;
	padding: 10px 0px 10px 20px;
}
.tab-slide ol {
	list-style-type: decimal;
	list-style-position: inside;
	padding: 10px 0px 10px 2px;
}
.tab-slide ul li ul, .tab-slide ul li ol {
	padding: 2px 0px 2px 20px;
}
.tab-slide ol li ul, .tab-slide ol li ol {
	padding: 2px 0px 2px 35px;
}

/*
#main-area {
	height: 400px;
}

ul.nav ul li a {
	background-color: #fff;
}
ul#main-tabs li.ui-state-active a span, ul#main-tabs li.ui-state-active a strong {
	background-color: transparent;
}
ul#main-tabs li a span, ul#main-tabs li a strong {
	background-color: #eff0f0;
} */

#comment-wrap .navigation {
	padding: 10px 0;
}
.nav-previous {
	float: left;
}
.nav-next {
	float: right;
}
h3#reply-title small {
	display: block;
}
h3#reply-title small a {
	font-size: 12px;
	letter-spacing: 0px;
}
#commentform input[type=text] {
	width: 40%;
	display: block;
	padding: 5px;
}
#commentform textarea#comment {
	width: 91%;
}
.commentlist li {
	list-style-type: none;
}
.commentlist #respond textarea#comment {
	width: 98% !important;
}
.commentlist #respond input[type=text] {
	width: 40%;
	display: block;
	padding: 5px;
}
.comment_navigation_top, .comment_navigation_bottom {
	padding: 12px 0;
}
.comment_navigation_bottom {
	padding-top: 0;
}
.et_embedded_videos {
	display: none !important;
}

.js .et_cycle #featured_content {
	min-height: 277px;
}
.js .et_cycle #featured_content .slide {
	display: none;
}

ul#main-tabs span {
	line-height: 14px;
}
#et_pt_blog, #et-contact, #et-login, #et-search, #sitemap, #et_pt_gallery, #et_pt_portfolio_gallery {
	clear: both;
}

/* Event Color Coding */

.tribe-events-calendar {
	background: #eeeeee;
}

.cat_members-only {
	background: #eeeeee;
}

.dig-in {
	padding-left: 30px;
}

/* Background Image */

img#bg {
	position:fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* Smart Slideshow Widget */
.ssw_main {
	height: 160px !important;
	width: 260px !important;
	margin: 0 20px !important;
	border: 1px solid #ccc !important;
	padding: 0 !important;
	-webkit-border-radius: 5px !important;
	-moz-border-radius: 5px !important;
	border-radius: 5px !important;
}
.ssw_image_element {
	height: 158px !important;
	width: 258px !important;
	margin: 1px !important;
	padding: 0 !important;
}
.ssw_image_element img {
	padding: 0 !important;
	margin: 0 !important;
}

/* Job Board Styles */
.job-table tr {
	vertical-align: top;
	text-align: left;
}
.job-table th {
	width: 150px !important;
	text-transform: uppercase;
	font-size: 10px;
	padding: 0 10px;
}
div.odd, div.even {
	padding: 20px 0;
}
div.even {
	background: #e5e5e5;	
}
.jobs-applynow td {
	padding: 10px 0 0 0;
	text-align: left;
}
.jobs-applynow a, .registerButton a {
	float: left;
	width: 150px !important;
	background: #cc3;
	font-size: 12px;
	text-align: center;
	text-transform: uppercase;
	padding: 4px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.jobs-applynow a:hover, .registerButton a:hover {
	text-decoration: none;
	background: #369;
	color: #cc3;
}
.registerButton {
	height: 30px;
	display: block !important;
	clear: both !important;
}