/*
Theme Name: West Of
Theme URI: 
Description: West Of is a custom theme developed for WestOf sites.
Author: BMauch
Author URI: http://migratingeye.com/
Version: 1.0
Tags: custom

*/

/* Google Fonts Import
--------------------------------------------- */
@import url(http://fonts.googleapis.com/css?family=Droid+Sans:regular,bold|Droid+Serif:regular,italic,bold,bolditalic&subset=latin);

/* Reset
--------------------------------------------- */
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, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	font-size: 100%;
	vertical-align: baseline;
	border: 0;
	outline: 0;
	background: transparent;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* General Structure and Styles
--------------------------------------------- */
body {
	font-family: 'Droid Serif',Times,serif;
	color: #4C4C4C;
	background-color:#fff;
	background-image:url(images/seamlesstexture19_1200.jpg);
}
#wrap {
	width: 938px;
	margin: 20px auto 0 auto;
	padding: 0px 0px 0px 0px;
	z-index: 0;
	
}
#header {
	width: 960px;
	margin: 0 auto 0 auto;
	padding: 0px 0px 0px 0px;
	z-index: 1;
}
.logo{
	
	background: none repeat scroll 0 0 #FFFFFF;
    border-radius: 5px 5px 5px 5px;
    box-shadow: 0 1px 2px 2px #555;
    margin: 5px 5px 10px 0;
    max-width: 354px;
    padding: 4px 3px 3px 7px;
	float:left;
	
	}
.headerAd{
	
    background: none repeat scroll 0 0 #FFFFFF;
    border-radius: 5px 5px 5px 5px;
    box-shadow: 0 1px 2px 2px #555555;
    float: left;
    min-height: 95px;
    margin: 5px 0 10px 1px;
    padding: 10px 3px 3px 7px;
    width: 558px;
	text-align:center;
	max-height:95px;
	overflow:hidden;
	
	}	
.menu {
    width: 960px;
	margin: 0 auto 10px 2px;
	padding: 0px;
	z-index: 1;
	clear:both;
}
.menu .sub-menu {
	display: none;
	margin-top: 6px;
	position:relative;
	left: 0;
	float: left;
	width: 180px;
	z-index: 99999;
}
.menu li:hover > .sub-menu {
	display: block;
}
.menu .sub-menu li {
    background-image: none;
    float: left;
    height: auto;
    margin-right: 1px;
    padding: 5px 0;
    text-align: center;
    
    z-index: 1000;
	border: 1px solid #333333;
    border-radius: 3px 3px 3px 
}
.menu .sub-menu a {
	
	line-height: 1em;
	padding: 10px;
	
	height: auto;
	
}
.menu .sub-menu a:hover {}
.menu .sub-menu li:hover{
	background-color: #333;
	background-image:none;
	}
#innerMain {
	
	margin: 10px auto 0 auto;
	padding: 15px;
	z-index: 0;
	background-color:#fff;
	border-radius: 5px 5px 5px 5px;
    box-shadow: 0 1px 2px 3px #888;
	min-height: 700px;
}
.menu li{
	float:left;
	width:153px;
	padding: 5px 0px 0px 0px;
	height:24px;
	z-index: 1;
	text-align:center;
	margin-right: 1px;
	background-color: #AD1315;
	margin-top: 1px;
	border: 1px solid #333333;
    border-radius: 3px 3px 3px 
}
.menu li:hover{
	background-color: #333;
	
	}
.menu li a{
	
	color:#fff;
	display:block;
	text-decoration:none;
	
	}
.menu li a:hover{	
	color:#ccc;
	display:block;
	text-decoration:none;}
	
.menu .current-menu-item{
	
	background-color: #333;
	
	}	
	
	
	
	
	
#menu-footer-menu{padding:5px;}	
	
#menu-footer-menu li{
display:inline;
	width:auto;
	padding: 5px 12px 0px 12px;
	height:24px;
	z-index: 1;
	text-align:center;
	margin-right: 1px;
	background-color: transparent;
	font-family: 'Droid Serif',Times,serif;
	font-size:14px;
	text-transform:uppercase;
	float:left;
	border:0px;
}
#menu-footer-menu  li:hover{
	
	
	}
#menu-footer-menu  li a{
	
	color:#000;
	display:block;
	text-decoration:none;
	
	}
#menu-footer-menu  li a:hover{	
	color:#333;
	display:block;
	text-decoration:none;}	
	


#sidebar-primary {
    border-right: 1px solid #000000;
    float: left;
    margin: 0 0 60px;
    position: relative;
    width: 170px;
}

#main {
	width:80%;
	margin-top:0px;
	float:left;
	margin-left:10px;
}
#content {
	width: 71.5%;
	margin:0px 0px 60px 0px;
	padding:0px 0px 0px 0px;
	float:left;
	font-size: 14px;
}
#sidebar-secondary {
    border-left: 1px solid #000000;
    float: right;
    margin: 0 0 60px;
    padding-left: 10px;
    width: 180px;
}
#footer {
    background-image: url("http://westof.net/wordpress/assets/footerPattern.png");
    background-repeat: no-repeat;
    clear: both;
    font-size: 12px;
    
    margin: 0 auto 20px;
    overflow: hidden;
    padding: 25px 0 0;
    text-align: center;
    width: 97.2%;
	
}
/* Alignment
--------------------------------------------- */
.alignleft {
	display: inline;
	float:left;
	margin-right: 10px;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 10px;
}
.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignleft,
img.alignright,
img.aligncenter {
    margin-bottom: 10px;
}

#content .featureThumb {
    float: left;
    height: 133px;
    margin: 5px 15px 5px 0 !important;
    padding: 0;
    width: 210px;
}
#content .listThumb {
    float: left;
    height: 80px;
    margin: 5px 15px 5px 0 !important;
    padding: 0;
    width: 120px;
}



/* Headings
--------------------------------------------- */
#content .post h1 {
    font-size: 24px;
    font-weight: normal;
    line-height: 28px;
    padding: 10px 0 0;
}
#content h2 {
	padding:0px 0px 0px 0px;
	font-size: 24px;
	line-height:32px;
	font-weight:normal;
}
#content h3 {
	padding:20px 0px 12px 0px;
	font-size: 16px;
	line-height:24px;
}
#content h4 {
	padding:20px 0px 10px 0px;
	font-size: 15px;
	line-height:21px;
}
#content h5 {
	padding:16px 0px 8px 0px;
	font-size: 14px;
	line-height:20px;
}
#content h6 {
	padding:10px 0px 5px 0px;
	font-size: 13px;
	line-height:19px;
}
.redblock{ 
    background-color: #990000;
    border-radius: 3px 3px 3px 3px;
    color: #FFFFFF;
    font-size: 16px;
    margin: 10px auto;
    padding: 10px;
}
/* Links
--------------------------------------------- */

li.cat-item{
	display:inline;
	
	
	}
li.cat-item a text{	
color:#fff;
}
.current-cat{
	background-image:url();
	
	
	
	}
.myicons {
  vertical-align: middle;
}

#content h2 a {
	color:#4C4C4C;
}
a, #content h2 a:hover{
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
/* --- Link Colors --- */
a, ul.sidebar li.widget_text a {
	color:#666666;
}
ul.sidebar a, p.meta a, .comment-meta a, p.logged-in-as a, a.post-edit-link, #footer a {
	color:#999;
}
#content h2 a:hover, ul.sidebar a:hover, .comment-meta a:hover, p.logged-in-as a:hover, p.meta a:hover, a.post-edit-link:hover, #footer a:hover {
	color:#B01F22;
}
#searchsubmit:hover, form#commentform p.form-submit input#submit:hover, input.wpcf7-submit:hover  {
	background:#B01F22;
}

/* Lists
--------------------------------------------- */
#content #page ul, #content .post ul {

}
#content #page ul li, #content .post ul li {
	padding:0px 0px 10px 0px;
	line-height:21px;
	list-style: none !important;
}
#content #page ol, #content .post ol {
	padding:20px 0px 0px 30px;
}
#content #page ol li, #content .post ol li {
	padding:0px 0px 20px 0px;
	line-height:21px;
	list-style: decimal;
}
#content  #page ol ol li, #content .post ol li ol li {
	list-style: upper-alpha !important;
}
#content  #page ol ol ol li, #content .post ol li ol ol li{
	list-style: lower-roman !important;
}

/* Sidebars
--------------------------------------------- */
ul.sidebar {
	font-size: 12px;
	line-height:18px;
}
ul.sidebar li.widget-container, ul.sidebar li.pagenav, ul.sidebar li.categories {
	margin:0px 0px 30px 0px;
	padding:0px 0px 10px 0px;
	border-bottom:1px solid #4C4C4C;
	overflow:hidden;
	line-height:23px;
}
ul.sidebar h3.widget-title {
	padding:0px 0px 5px 0px;
	font-size: 12px;
	font-weight:bold;
	text-transform:uppercase;
}

/* Sidebar Primary
--------------------------------------------- */
/* --- Theme Logo --- */
#sidebar-primary .logo {
	margin:0px 0px 30px 0px;
	overflow:hidden;
}
#sidebar-primary .logo h1 {
	padding:5px 0px 0px 0px;
	font-size:30px;
	line-height:35px;
}
#sidebar-primary .logo h1 a:hover {
	text-decoration:none;
}
#sidebar-primary .logo p {
	font-family:'Droid Serif',  Times, serif;
	font-style:italic;
	font-size:13px;
}
#sidebar-primary .logo img {
	max-width:100%;
	margin:0;
	padding:0;
}
/* --- Text Widget --- */
ul.sidebar li.widget_text p {
	line-height:1.6 !important;
}
#sidebar-primary ul.sidebar li.widget_text img {
	margin:3px 10px 0px 0px;
	float:left;
}

/* Sidebar Secondary
--------------------------------------------- */
#sidebar-secondary img {
	max-width: 100%;
	display: block;
	
	padding: 0;
}
#sidebar-secondary img.banner {
	max-width: 100%;
	display: block;
	margin:0px 0px 10px 0px;
	padding: 0;
}

/* Sidebar Widgets (can be used for both Sidebars)
--------------------------------------------- */
ul.sidebar li.widget_archive ul li, ul.sidebar li.widget_pages ul li.page_item, ul.sidebar li.widget_categories ul li.cat-item, ul.sidebar li.widget_links ul.blogroll li, ul.sidebar li.widget_nav_menu ul#menu-navigation li.menu-item, ul.sidebar li.widget_meta ul li {
	line-height:23px;
}
/* --- Text Widget --- */
ul.sidebar li.widget_text img {
	margin:3px 10px 0px 0px;
	float:left;
}
/* --- Custom Menu Widget --- */

ul.sidebar li.widget_categories ul li.cat-item ul.children {
	margin:0px 0px 0px 15px;
}
/* --- Pages Widget --- */
ul.sidebar li.widget_pages ul li.page_item ul.children {
	margin:0px 0px 0px 15px;
}
/* --- Search Widget --- */
.search-input {
	max-width: 100%;
	width: 95%;
	margin:0px 0px 4px 0px;
	font-size:12px;
	float:left;
}
#searchsubmit {
	margin:0px 4px 0px 0px;
	padding:4px 7px 4px 7px;
	
	background:#4C4C4C;
	border:none;
	font-family:'Droid Sans', arial, sans-serif;
	font-size:12px;
	color:#fff;
	cursor:pointer;
}
/* --- Recent Post Widget --- */
ul.sidebar li.widget_recent_entries ul li {
	padding: 0px 0px 12px 0px;
	line-height:16px;
}
ul.sidebar li.widget_recent_entries ul li a {
	line-height:16px;
}
/* --- Recent Comments --- */
ul.sidebar li.widget_recent_comments ul#recentcomments li.recentcomments {
	padding: 0px 0px 12px 0px;
	line-height:16px;
}
ul.sidebar li.widget_recent_comments ul#recentcomments li.recentcomments a {
	padding: 0px 0px 12px 0px;
}
/* --- Calendar Widget --- */
table#wp-calendar caption {
	font-family:'Droid Serif',  Times, serif;
	font-size:12px;
	line-height:18px;
	font-style:italic;
	text-align:left;
	padding:0px 0px 3px 0px;
}
table#wp-calendar td {
	padding:3px;
}
/* --- Social Links Custom Widget --- */
ul.sidebar li.widget_sociallinks a {
	padding:0px 20px 0px 20px;
	line-height:23px;
}
ul.sidebar li.widget_sociallinks a.rss {
	background:url(images/rss-icon.png) 0 0 no-repeat;
}
ul.sidebar li.widget_sociallinks a.twitter {
	background:url(images/twitter-icon.png) 0 0 no-repeat;
}
ul.sidebar li.widget_sociallinks a.facebook {
	background:url(images/fb-icon.png) 0 0 no-repeat;
}
ul.sidebar li.widget_sociallinks a.googleplus {
	background:url(images/googleplus-icon.png) 0 0 no-repeat;
}
ul.sidebar li.widget_sociallinks a.flickr {
	background:url(images/flickr-icon.png) 0 0 no-repeat;
}
ul.sidebar li.widget_sociallinks a.vimeo {
	background:url(images/vimeo-icon.png) 0 0 no-repeat;
}
ul.sidebar li.widget_sociallinks a.xing {
	background:url(images/xing-icon.png) 0 0 no-repeat;
}
ul.sidebar li.widget_sociallinks a.linkedin {
	background:url(images/linkedin-icon.png) 0 0 no-repeat;
}
ul.sidebar li.widget_sociallinks a.delicious {
	background:url(images/delicious-icon.png) 0 0 no-repeat;
}

/* Posts
--------------------------------------------- */
#content .post, #content .page {

}
#content .post p, #content .page p {
    font-size: 13px;
    line-height: 16px;
    padding: 10px 0 5px 0;
}
#content .post p small {
	font-size:13px;
}
#content blockquote {
	margin:10px 0px 30px 0px;
	padding:0px 0px 0px 16px;
	background:url(images/blockquote-border.jpg) 0 0 repeat-y;
	font-family:'Droid Serif',  Times, serif;
	line-height:21px;
	font-style:italic;
}
#content blockquote p {
	padding:0 !important;
}
#content blockquote p cite {
	padding:5px 0px 0px 0px;
	font-size:12px;
	font-weight:bold;
}
#content address {
	padding:0px 0px 20px 0px;
	line-height:20px;
}
#content pre {
	padding:0px 0px 20px 0px;
}
#content table {
	margin:10px 0px 30px 0px;
}
#content table tr {
	border-bottom:1px solid #4C4C4C;
}
#content table tr th {
	padding: 10px 20px 10px 20px;
	border-top:1px solid #4C4C4C;
	border-left:1px solid #4C4C4C;
	border-right:1px solid #4C4C4C;
}
#content table tr td {
	padding: 10px 20px 10px 20px;
	border-left:1px solid #4C4C4C;
	border-right:1px solid #4C4C4C;
}
#content img {
	max-width: 100%;
	width: auto;
	height: auto;
	vertical-align: middle;
}
#content img.wp-post-image {
	margin: 5px 15px 5px 0 !important;
	padding: 0;
	float: left;
}
#content img.wp-smiley {
	display: inline;
}
#content img.alignleft {
	margin: 5px 10px 10px 0px;
}
#content img.alignright {
	margin: 5px 0px 5px 10px;
}
#content img.alignnone {
	margin: 10px 0px 10px 0px;
}
#content .wp-caption {
	max-width: 100%;
	display: block;
}
#content p.wp-caption-text {
	font-family:'Droid Serif',  Times, serif;
	font-size:12px;
	font-style:italic;
	line-height:18px;
	padding:7px 0px 10px 0px;
}
#content object,
#content embed,
#content iframe {	
	display: block;
	max-width: 100%;
	margin: 3px 0 10px 0;
}
#content .post p.meta, #content .page p.meta {
	margin:0px 0px 0px 0px;
	padding:5px 0px 5px 0px;
	background:url(images/meta-border.jpg) 0 0 no-repeat;
	font-size:10px;
	line-height:19px;
	
}
#content .post p.meta span, #content .page p.meta span {
	padding:0px 0px 0px 0px;
	font-family:'Droid Serif',  Times, serif;
	font-size:12px;
	line-height:19px;
	font-style:italic;
}
a.post-edit-link {
	font-family:'Droid Serif',  Times, serif;
	font-size:12px;
	font-style:italic;
}
#content p.previous {
	float:left;
	font-size:14px;
}
#content p.next {
	float:right;
	font-size:14px;
}
#content .sticky h3.sticky-label  {
	font-size:10.5px;
	font-weight:normal;
	padding:0;
	text-transform:uppercase;
	letter-spacing:2px;
}
/* Single Post
--------------------------------------------- */
#content .post #author-info {
	margin:20px 0px 30px 0px;
	padding:10px 0px 0px 0px;
	border-top:1px dotted #4C4C4C;
	border-bottom:1px dotted #4C4C4C;
	overflow:hidden;
}
#content .post #author-avatar {
	margin:5px 15px 0px 0px;
	float:left;
}
#content .post #author-description {
	overflow:hidden;
}
#content .post #author-description h2 {
	padding:0px;
	font-family:'Droid Serif',  Times, serif;
	font-size:12px;
	font-weight:normal;
}
#content .post #author-description h2 span {
	font-weight:bold;
	text-transform:uppercase;
	letter-spacing:0.1em;
}
#content .post #author-description p, .page-link  {
	font-family:'Droid Serif',  Times, serif;
	font-size:13px;
	line-height:18px;
	font-style:italic;
}
.addthis_toolbox {
    font-size: 9px;
    text-align: left;
}
/* --- Comments --- */
.post .comments-content {
	margin:6px 0px 0px 0px;
	border-top:1px dotted #4C4C4C;
}
#content .post #comments-content h3#comments {
	padding:80px 0px 8px 0px;
	border-bottom:1px dotted #4C4C4C;
	font-size:16px;
}
#comments-content .comment-body p {
	padding:0px 0px 10px 0px;
	font-size:13px;
	line-height:19px;
}
#comments-content p.moderation {
	font-family:'Droid Serif',  Times, serif;
	font-size:12px;
	font-style:italic;
	color:#999;
}
#content .post #comments-content ol,
#content #page #comments-content ol {
	padding:0px;
}
#content .post #comments-content ol li ul.children,
#content #page #comments-content ol li ul.children  {
	padding:0px;
}
#content .post #comments-content ol li.depth-1 {
	padding:25px 0px 10px 0px;
	border-bottom:1px dotted #4C4C4C;
	overflow:hidden;
}
#comments-content ol li.depth-2,
#content #page #comments-content ol li.depth-2,
#comments-content ol li.depth-3,
#content #page #comments-content ol li.depth-3,
#comments-content ol li.depth-4,
#content #page #comments-content ol li.depth-4,
#comments-content ol li.depth-5,
#content #page #comments-content ol li.depth-5 {
	margin:10px 0px 0px 30px;
	padding:25px 0px 0px 0px;
	border-top:1px dotted #4C4C4C;
	border-bottom:none;
	overflow:hidden;
}
.comment-meta {
	padding:0px 0px 10px 0px;
	font-family:'Droid Serif',  Times, serif;
	font-size:12px;
	font-style:italic;
}
.comment-gravatar {
	margin:1px 15px 0px 0px;
	float:left;
}
#comments-content .comment-body {
	padding:0px;
	overflow:hidden;
}
.reply {
	margin:10px 0px 0px 0px;
	float:right;
}
a.comment-reply-link {
	font-size:12px;
	font-weight:bold;
}
p.logged-in-as {
	font-family:'Droid Serif',  Times, serif;
	font-size:12px;
	font-style:italic;
}
#comments-content ol li.post.pingback {
	margin:0px;
	padding: 20px 0px 10px 20px;
	list-style:none;
}
#content #comments-content .comment-body ol {
	padding:6px 0 6px 30px;
	line-height: 1.3;
}
#content #comments-content .comment-body ol li {
	list-style: decimal !important;
}
#content #comments-content .comment-body ol li ol li {
	list-style: upper-alpha !important;
}
#content #comments-content .comment-body ol li ol ol li{
	list-style: lower-roman !important;
}
.bypostauthor {
}
/* --- Comment Reply --- */
a#cancel-comment-reply-link {
	padding:3px 0px 0px 0px;
	float:right;
	font-size:12px;
}
#content .post #comments-content #respond h3#reply-title {
	padding:80px 0px 6px 0px;
	border-bottom:1px dotted #4C4C4C;
	font-size:16px;
}
#content .post form#commentform p {
	font-size:13px;
}
form#commentform p.comment-notes {
	padding:5px 0px 15px 0px;
	font-family:'Droid Serif',  Times, serif;
	font-size:12px;
	font-style:italic;
}
form#commentform input#author, form#commentform input#email, form#commentform input#url {
	font-family:'Droid Sans', arial, sans-serif;
	height:22px;
	display: block;
}
form#commentform textarea#comment {
	width:90%;
	padding:3px;
	font-family:'Droid Sans', arial, sans-serif;
}
form#commentform p.comment-form-author, form#commentform p.comment-form-email, form#commentform p.comment-form-url, form#commentform p.comment-form-comment {
	padding:10px 0px 0px 0px;
}
form#commentform p.form-submit input#submit {
	margin:8px 0px 10px 1px;
	padding:6px 8px 6px 8px;
	background:#4C4C4C;
	border:none;
	font-family:'Droid Sans', arial, sans-serif;
	font-size:12px;
	color:#fff;
	cursor:pointer;
}
/* --- Comments Navigation --- */
.nav-previous {
	float:left;
	margin:20px 0 0 0;
}
.nav-next {
	float:right;
	margin:20px 0 0 0;
}

/* WordPress Image Gallery
--------------------------------------------- */
.gallery {
	margin: auto;
	padding:5px 0px 5px 0px;
}
.gallery .gallery-item {
	float: left;
	margin: 10px 5px 0px 5px;
	text-align: center;
	width: 30%;
	vertical-align: top;
}
.gallery img {
	border: 1px solid #cfcfcf;
}
.gallery .gallery-caption {
	margin-left: 0;
	padding: 5px 0px 8px 0px;
	font-family:'Droid Serif',  Times, serif;
	font-size: 12px;
	font-style: italic;
	line-height: 18px;
}

/* Footer
--------------------------------------------- */
#footer p {
	line-height:19px;
	clear:both;
}

/* Archives 
--------------------------------------------- */
h1.archive {
	margin:0px 0px 5px 0px;
	padding: 0px 0px 10px 0px;
	border-bottom:1px dotted #4C4C4C;
	font-family:'Droid Serif',  Times, serif;
	font-size:12px;
	font-weight:normal;
	font-style:italic;
	letter-spacing:0.1em;
	text-align:center;
}
h1.archive strong {
	font-style:normal;
	text-transform:uppercase;
}
#s, #submit {
    border: 1px solid #B52D2D;
    border-radius: 5px 5px 5px 5px;
    font-size: 12px;
    letter-spacing: 1px;
    margin-right: 5px;
    margin-top: 0;
    padding: 4px;
    width: 110px;
}
/* Pages 
--------------------------------------------- */
#page {
	margin-bottom:50px;
	padding:0px 0px 6px 0px;
	border-bottom:1px dotted #4C4C4C;
}
.titleArea{    
    display: block;

    list-style: none outside none;
    margin: 0 auto ;
	text-align: center;
}
.titleArea li{display:inline;}
.titleArea li h2{	
    font-size: 24px;
	line-height:42px;
	text-align:center;
	display:inline;
	
	margin-top: 6px;
	font-family: 'Droid Serif',Times,serif;
	text-transform:uppercase;
	}
	.titleArea li img{margin-top: -5px;}
#page h1 {
	padding:0px 0px 20px 0px;
	font-size: 20px;
	line-height:26px;
	text-align:center;
	font-family: 'Droid Serif',Times,serif;
	text-transform:uppercase;
}


#page p {
	padding:0px 0px 15px 0px;
	font-size: 13px;
	line-height:23px;
}
#page p small {
	font-size: 13px;
}

/* Plugin Styles
--------------------------------------------- */
/* --- Contact Form 7 --- */
#content .wpcf7 {
	padding:20px 0px 20px 0px;
}
#content #page .wpcf7 p {
	padding:0px 0px 10px 0px;
	font-size:13px;
}
input.wpcf7-text {
	height:22px;
}
.wpcf7 textarea {
	font-family:'Droid Sans', arial, sans-serif;
	font-size:14px;
}
input.wpcf7-submit {
	margin:0px;
	padding:6px 8px 6px 8px;
	background:#4C4C4C;
	border:none;
	font-family:'Droid Sans', arial, sans-serif;
	font-size:12px;
	color:#fff;
	cursor:pointer;
}
.wpcf7-response-output, .wpcf7-not-valid-tip {
	margin:0px;
	font-family:'Droid Serif',  Times, serif;
	font-size:12px;
	line-height:18px;
	font-style:italic;
}
/* --- jQuery Thickbox --- */
#TB_window img#TB_Image {
	border-bottom:none ! important;
	border-left:none ! important;
	border-right: none ! important;
	border-top: none ! important;
	margin: 15px 0px 0px 15px;
}
#TB_caption {
	height: 30px ! important;
	padding: 7px 15px 15px 15px ! important;
}
#TB_secondLine {
	padding: 4px 0px 0px 0px;
}
#TB_closeWindow {
	height: 30px ! important;
	padding: 11px 15px 10px 0px ! important;
}
#TB_window a {
	color: #4C4C4C ! important;
}

/* Responsiveness
--------------------------------------------- */
@media screen and (max-width: 870px) {
/*#wrap {
	max-width: 870px;
	margin: 25px auto 0 auto;
	padding: 0px 15px 0px 15px;
	overflow:hidden;
}
#sidebar-primary {
	width:170px;
	position: relative;
}
#main {
	width: 69%;
	float:left;
	overflow:hidden;
}
#content {
	width: 99.2%;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	float:none;
}
#sidebar-secondary {
	width: 87.2%;
	margin:0px 0px 50px 0px;
	padding:50px 0px 0px 80px;
	float:none;
	overflow:hidden;
	border-left:0px;
}/*
/* --- Secondary Sidebar Widgets --- */
/*#sidebar-secondary img.banner {
	max-width: 100%;
	display: block;
	margin:0px 10px 10px 0px;
}
#sidebar-secondary ul.sidebar li.widget-container {
	width:100%;
	margin:0px 20px 30px 0px;
	padding:0px 0px 10px 0px;
	float:left;
	border-bottom:1px dotted #4C4C4C;
	overflow:hidden;
}
#sidebar-secondary ul li.widget_sociallinks ul li, #sidebar-secondary ul.sidebar li.widget_pages ul li, #sidebar-secondary ul.sidebar li.widget_archive ul li, #sidebar-secondary ul.sidebar li.widget_categories ul li, #sidebar-secondary ul.sidebar li.widget_links ul li {
	float:left;
	margin:0px 22px 5px 0px;
}
#sidebar-secondary ul .search-input {
	width:50%;
	margin:0px 0px 4px 0px;
	padding:2px 3px 3px 3px;
	border:1px solid #999;
	font-size:12px;
}
#searchsubmit {
	margin:0px 0px 0px 5px;
	padding:4px 7px 4px 7px;
	float:none;
	background:#4C4C4C;
	border:none;
	font-family:'Droid Sans', arial, sans-serif;
	font-size:12px;
	color:#fff;
	cursor:pointer;
}/*
/* --- Footer --- 
#footer {
	
	
	overflow:hidden;
}*/
}

@media screen and (max-width: 770px) {
/*#wrap {
	max-width: 770px;
	margin: 25px auto 0 auto;
	padding: 0px 15px 0px 15px;
	overflow:hidden;
}
#sidebar-primary {
	width:170px;
	position: relative;
}*/
/*#main {
	width: 67.8%;
	float:left;
	overflow:hidden;
}
  #main {  float: left;
    margin-left: 10px;
    margin-top: 0;
    width: 80%;
  }
#content {
	width: 98.5%;
	margin:0px 0px 0px 5px;
	padding:0px 0px 0px 0px;
	float:none;
}
#sidebar-secondary { 
	width: 88.5%;
	margin:0px 0px 50px 0px;
	padding:50px 0px 0px 60px;
	float:none;
	overflow:hidden;
}*/
}

@media screen and (max-width: 620px) {
/*#wrap {
	max-width: 620px;
	margin: 25px auto 0 auto;
	padding: 0px 10px 0px 10px;
	overflow:hidden;
	position:relative;
}
#sidebar-primary {
	width: auto;
	position:relative;
	float: none;
	clear: both;
	border-right: 0 none;
}
#sidebar-primary ul li.widget_social_links ul li {
	float:left;
}
#main {
	width: auto;
	margin: 0;
	padding: 0;
	float: none;
	clear: both;
}
#content {
	width: auto;
	margin:0px 0px 50px 0px;
	padding:0;
	float: none;
	clear: both;
}
#sidebar-secondary {
	width: auto;
	padding:50px 0px 0px 0px;
	margin:0px 0px 50px 0px;
	float: none;
	clear: both;
}
#content img.wp-post-image {
	width: 100px;
	margin: 3px 10px 5px 0 !important;
}/*
/* --- Secondary Sidebar Widgets --- */
/*#sidebar-secondary ul.sidebar li.widget-container {
	width:100%;
	margin:0px 20px 30px 0px;
	padding:0px 0px 10px 0px;
	float:left;
	border-bottom:1px dotted #4C4C4C;
	overflow:hidden;
}
form#searchform {
	width:99%;
}
#sidebar-secondary ul .search-input {
	width:60%;
	margin:0px 0px 4px 0px;
	padding:2px 3px 3px 3px;
	border:1px solid #999;
	font-size:12px;
}


#content h2 {
	padding:0px 0px 20px 0px;
	font-size: 17px;
	line-height:24px;
}
#content .post p {
	padding:0px 0px 15px 0px;
	font-size: 13px;
	line-height:22px;
}
#content p.previous {
	float:left;
	font-size:13px;
}
#content p.next {
	float:right;
	font-size:13px;
}/*
/* --- Comments Reply --- */
/*#content .post #comments-content #respond h3#reply-title {
	padding:80px 0px 3px 0px;
	border-bottom:1px dotted #4C4C4C;
	font-size:16px;
	clear:both;
}
a#cancel-comment-reply-link {
	display:block;
	padding:0;
	float:none;
	font-size:12px;
}/*
/* --- Footer --- 
#footer {
	width: 100%;
	float:none;
}*/
}

/* FLOATS CLEARING
--------------------------------------------- */
.clear {
	clear:both;
	display:block;
	overflow:hidden;
	visibility:hidden;
	width:0;
	height:0;
}
.clearfix:after {
	clear:both;
	content:' ';
	display:block;
	font-size:0;
	line-height:0;
	visibility:hidden;
	width:0;
	height:0
}