/* =Reset 
---------------------------------------------------------------------*/
.custom a:focus {
	outline:none;
}


/* =Misc 
---------------------------------------------------------------------*/
.clear {
	clear:both;
}
.left {
	float:left;
}
.right {
	float:right;
}

/* Buttons */
.social_button {
	background:url(images/social-buttons.png) no-repeat left top;
	color:#fff;
	font-size:11px;
	line-height:1;
	text-align:center;
	display:inline-block;
	padding-top:62px;
	width:58px;
	margin-right:20px;
}

.social_button.facebook {
	background-position:right top;
}

.social_button:hover {
	text-decoration:none !important;
}


/* =Main 
---------------------------------------------------------------------*/
.custom #container {
	width:960px;
	padding-top:0px;
}

.custom #content_box {
	background:url(images/sidebar-bg.jpg) no-repeat left top;
	padding-bottom:20px;
}

.custom #content {
	width:670px;
}
.custom #sidebars {
	width:275px;
}

.custom .no_sidebars #content {
	float:none;
	width:auto; 
}


/* =Header 
---------------------------------------------------------------------*/
.custom #header {
	padding:0;
}
.custom #logo {
	background:url(images/logo.jpg) no-repeat left top;
	text-indent:-9999px;
	font-size:0;
	line-height:0;
	display:block;
	height:330px;
	
}


/* =Menu 
---------------------------------------------------------------------*/
#primary_menu a {
	font-weight:bold;
	line-height:60px;
	letter-spacing:0;
	text-transform:none;
	padding:0 15px;
}


/* =Content 
---------------------------------------------------------------------*/
.custom .post_box, 
.custom .teasers_box, 
.custom .full_width #content_box .page,
.custom #archive_intro {
	margin:0;
	padding-left:15px;
	padding-right:15px;
}

.custom .post_box.top  {
	background:url(images/post-bg.jpg) repeat-x left top;
}

.custom .headline_area h1, 
.custom .headline_area h2, 
.custom  #archive_intro h1 {
	text-transform:uppercase;
}

.custom .prev_next {
	padding:20px 15px;
}
.custom .prev_next a {
	color:#fff;
	font-size:15px;
	font-weight:bold;
	letter-spacing:0;
	text-transform:none;
}
.custom .prev_next a:hover {
	color:#fef500;
	text-decoration:none;
}

/* Forms */
.custom .gform_wrapper .gfield {margin-bottom:10px;}
.custom .gform_wrapper .gfield_checkbox input,
.custom .gform_wrapper .gfield_radio input {width:auto;}
.custom .gform_wrapper .button {width:auto; cursor:pointer; padding-left:10px; padding-right:10px;}

.custom .format_text input, 
.custom .format_text select,
.custom #commentform input, 
.custom #commentform textarea {border-width:1px;}


/* =Sidebar 
---------------------------------------------------------------------*/
.custom .sidebar .sidebar_list {
	padding:20px 0 0 15px;
}

.custom .sidebar .widget {
	margin-bottom:40px;
}
.custom .sidebar .widget:last-child {
	margin-bottom:0;
}

.custom .sidebar h3 {
	font-variant:normal;
	letter-spacing:0;
}

/* Twitter widget */
.custom .twtr-widget .twtr-tweet {
	border-bottom:1px solid #000;
}

/* Sidebar Menu Widget */
.custom .sidebar .menu a {
	background:none; 
	font-size:14px; 
	display:inline; 
	text-transform:none; 
	padding:0; 
	letter-spacing:0;
}
.custom .sidebar .menu li {
	float:none;
}
.custom .sidebar .menu ul {
	position:relative; 
	visibility:visible;
}


/* =Comments 
---------------------------------------------------------------------*/


/* =Footer 
---------------------------------------------------------------------*/
.custom #footer {
	text-align:center;
	background-color:#292728;
	padding:10px 0 20px 0;
}
.custom #footer a {
	border:none;
}
.custom #footer a:hover {
	text-decoration:underline;
}

#footer_menu {
	list-style-type:none;
	text-align:center;
	margin-bottom:10px;
}
#footer_menu li {
	display:inline-block;
	
	zoom:1;
	*display:inline;
}
#footer_menu a {
	font-size:13px;
	line-height:26px;
	display:inline-block;
	padding:0 10px;
}