/*
Theme Name: Visual Swirl 2
Theme URI: http://www.visualswirl.com/
Description: A custom theme for Visualswirl.com.
Version: 1
Author: Chris Thurman
Author URI: http://www.visualswirl.com/
Tags: community, news, industry, blog
*/

/*=== Setup ===*/

body, div, h1, h2, h3, h4, h5, h6, p, ul, ol, li, dl, dt, dd, img, form, fieldset, blockquote {
	border: 0;
	margin:0;
	padding:0;
}
body {
	background: url(images/bg.jpg) #403F43 repeat-x top;
	color: #333333;
	font-family: Arial, Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
}
a img {
	outline:none;
	border: medium none;
}
a {
	color: #347FF8;
	text-decoration: underline;
	outline:none;
}
a:hover {
	text-decoration: none;
}
input, select, textarea {
	border: #cfcfcf 1px solid;
	color: #404040;
	font-size: 12px;
	padding: 3px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-family:
}
ul {
	padding-left:40px;
}
h1, h2, h3, h4, h5, h6 {
	font-family:Georgia, "Times New Roman", Times, serif;
}
h2 {
	color: #222222;
	border-bottom:1px solid #CCCCCC;
	font-size: 24px;
	font-weight: normal;
	letter-spacing: -1px;
	margin: 0 0 1em;
	clear:both;
}
#rightcol h2 {
	font-size:20px;
	border:none;
}
h3, h3 a {
	font-size: 18px;
	margin: 0 0 .8em;
}
h3 a {
	text-decoration:none;
}

.post-author h3 {
	color:#222222;
	font-size:1.2em;
	font-style:none;
}
h4 {
	font-size: 16px;
	color:#333333;
	margin: 0 0 1em;
}
.content p {
	font-size:13px;
	line-height:22px;
	margin:0 0 14px;
}
/*=== Layout ===*/
#page {
	margin: 0 auto;
	width: 975px;
}

/*=== H eader ===*/
#header_wrap {
	background: url(images/header_bg.png) repeat-x top;
}
#header{
	height: 118px;
	width:975px;
	margin: 0 auto;
	margin-bottom:20px;
	position:relative;
}
/*- Logo -*/
#header #logo {
	background: url(images/logo.png) no-repeat;
	position:absolute;
	left:-3px;
	top:0;
	text-indent: -9999px;
	width: 399px;
	height:118px;
}
#header #logo a {
	display: block;
	height: 118px;
}
#header h1 a:hover {
	text-decoration: none;
}
/*=== Navigation ===*/
/*- Top Nav -*/
.topnav {
	position:absolute;
	right:0;
	top:0;
	margin-left:20px;
	font-size: 14px;
	height: 60px;
	width:550px;
	overflow: hidden;
	font-family:Helvetica, Arial, sans-serif;
	text-transform:uppercase;
}
.topnav ul {
	margin:0;
	padding:0;
	list-style:none;
}
.topnav li {
	float: left;
	line-height: 64px;
}
.topnav li.first {
	background: none;
}
.topnav li.first a {
	padding: 0 7px 0 4px;
}
.topnav li a {
	color: #e9e9e9;
	display: block;
	float: left;
	padding: 0 7px 0 8px;
	text-decoration: none;
}
.topnav li a:hover,
.topnav li.active a {
	text-decoration: underline;
}	
/*- Nav1 -*/
#navbar_shadow {
	background: url(images/navbar_shadow.png) no-repeat center bottom;
	height:65px;
	position:relative;
}
#twitter {
	position:absolute;
	z-index:100;
	top:-47px;
	right:160px;
}
#feed {
	position:absolute;
	top:-47px;
	right:40px;
}
#nav1 {
	background: #111111;
	font-family:Helvetica, Arial, sans-serif;
	clear:both;
	font-size: 15px;
	height:60px;
	width:975px;
}
#nav1 ul.sf-menu li {
	position: relative;
	float: left;
	padding: 0;
	text-align: center;
}
#nav1 ul.sf-menu li a {
	color: #e9e9e9;
	display: block;
	position: relative;	
	float: left;
	text-decoration: none;
	cursor: pointer;
	padding:17px 14px 16px;
	text-transform:uppercase;
}
#nav1 ul li a span {
	color:#999999;
	font-size:80%;
	display:block;
	text-transform:lowercase;
}
#nav1 ul li.first a {
	padding-left:15px;
}
#nav1 ul.sf-menu li a:hover {
	text-decoration: none;
	background:#347FF8;
}
#nav1 ul.sf-menu li a:hover span {
	color:#FFFFFF;
}
/*=== All Columns ===*/
#columns {
	margin: 10px 0 20px;
	display: table-cell;
	display: block;
	height: auto !important;
	height: 900px;
	min-height: 900px;
	background:url(images/content_bg.gif) repeat-y;
	position:relative;
}
#col-bot {
	width:975px;
	height:125px;
	background: url(images/colbot.png) no-repeat bottom center;
}
/*=== Center Column ===*/
#centercol {
	float: left;
	width: 660px;
	clear:left;
}
/*=== Right Column ===*/
#rightcol {
	float: right;
	width: 305px;
}
#rightcol a {
	color: #404040;
	text-decoration: none;
}
/*=== Sub Columns ===*/
.subcols {
	background: url(images/subcols-bgr.gif) repeat-y left;
	height: 1%;
}
.col1 {
	float: left;
	width: 285px;
}
.col1 a {
	display:block;
}
.col2 {
	float: right;
	width:285px;
}
/*=== Post ===*/

.post a {
	color:#347FF8;
	font-weight:500;
	border-bottom:1px dotted #666666;
	text-decoration:none;
	padding:0 0 1px;
}
/*.post a:visited {
	color: #8AA7F8;
}*/
.post a:hover {
	color: #1A1A1A;
	font-weight:500;
	border-bottom:2px solid #347FF8;
}


/*- Post Title -*/
.post-title {
}
.post-title h1 span {
	color: #347FF8;
}
.post-title h1.author {
	color: #888888;
	font-size: 14px;
	padding-top: 2px;
}
.post-title h1, .post-title h1 a, .post-title h1 a:visited  {
	font-size: 30px;
	font-weight: normal;
	letter-spacing: -2px;
	margin-bottom:5px;
	color: #222222;
	text-decoration: none;
	border:none;
}
.post .post-title h1 a:hover {
	color:#666666;
	border:none;
}
/*- Date Box -*/
.date-box {
	background: url(images/date-box.png) no-repeat left top;
	position:absolute;
	left:-94px;
	top:15px;
	width:92px;
	height:76px;
	color:#e9e9e9;
	text-align:left;
	padding-left:30px;
	padding-top:24px;
	font-size:30px;
	font-family:Georgia, "Times New Roman", Times, serif;
	line-height:0.9em;
	text-shadow: 0px 1px 1px #666;
}
.date-box span {
	font-size:24px;
}

/*- Post Info -*/
.post-info {
color:#333333;
font-size:11px;
font-variant:normal;
font-weight:lighter;
letter-spacing:0.1em;
margin-bottom:16px;
text-align:left;
text-transform:uppercase;
font-family:Georgia, "Times New Roman", Times, serif;
}

.post-info em {
	color:#999999;
	text-transform:none;
}
.post .post-info a {
	border:none;
	color:#333333;
}
.post .post-info a:hover {
	color:#666666;
	border:none;
}
.post-pic {
	position:relative;
	margin-bottom:20px;
}
.post-pic img {
	border:5px solid #333;
}
/*- Post Excerpt -*/
.post-excerpt {
	display: table;
	font-size: 13px;
	font-style: italic;
	height: 1%;
 /* margin: 0 0 1em; */
}
/*- Post Lists -*/
.post ul, .post ol {
	margin: 0 0 1.5em;
}
.post ul li {
	margin: 0 0 .5em;
}
.post ol li {
	list-style: decimal;
	list-style-position: inside;
	margin: 0 0 .4em;
}
/*- Post Blockquote -*/
.post blockquote {
	border-left: 3px solid #cfcfcf;
	font-size: 13px;
	font-style: italic;
	margin: 0 0 1.5em;
	padding: 5px 0 0 10px;
}
/*- Post Author -*/
.post-author {
	margin: 0 0 1em;
}
.author-details {
	font-size: .85em;
}
.author-descr {
	display: table;
	height: 1%;
}
/*- Social Links -*/
.social-links {
	background: url(images/box-bgr2.gif) #f1f1f1 repeat-x top;
	height: 42px;
	padding: 0 18px;
}
.social-links .fl {
	line-height: 42px;
}
.social-links .fl span {
	background: url(images/comment_count_bg.gif) no-repeat center left;
	font-weight: bold;
	font-size: 14px;
	text-align: center;
	padding: 4px 0 8px 0;
	width: 33px;
	margin-right: 6px;
	display: inline-block;
	line-height: 32px;
}
.social-links .fr {
	padding: 9px 0 0;
}
.social-links .fr span {
	line-height: 21px;
}
.social-links img {
	margin: 0 0 0 2px;
}
/*- Related Posts -*/
.post-rel {
	line-height: 1.5em;
}
.post-rel a {
	color: #33707E;
}
/*- Post Comments -*/
.post-comments .fl {
	width: 80px;
}
.post-comments .fr {
	width: 460px;
}
/*- Widget Title - */
.wtitle {
	background: #111111;
}
.wtitle h2 {
	line-height: 32px;
	margin: 0;
	padding: 5px 0 5px 45px;
	color:#e9e9e9;
	background-image: url(images/sidebar-swirl.png);
	background-repeat: no-repeat;
	background-position: 10px center;
}
/*=== Styling Boxes ===*/
/*- Box1 -*/

.content {
	height: 1%;
	padding: 20px;
	font-size:14px;
	position:relative;
}
.box.ads .content {
	padding-left: 15px;
	padding-right: 0;
	text-align: center;
}

/*- Box2 -*/
.box2 {
	background: #f9f9f9;
	border: 1px solid #cfcfcf;
	height: 1%;
	margin: 0 0 20px;
	padding: 18px;
	min-height: 115px;
}
.box2.alt {
	background: #FFFFFF;
}
.box2.alt {
	background: #FFFFFF;
}
.comm-name, .comm-date {
	line-height: 20px;
}
/*=== Styling Lists ===*/
/*- List1 -*/
#rightcol ul {
	list-style:none;
	margin:0;
	padding:0;
}
.list1 li {
	border-bottom: 1px solid #999999;
	height: 1%;
}

.list1 li.last {
	border: 0;
}
.list1 li a {
	display:block;
	padding:8px;
}
#rightcol .list1 li a:hover {
	background-color:#333333;
	color:#ffffff;
}
/*=== Styling Forms ===*/
input.btn {
	background: none;
	border: 0;
	margin: 0;
	padding: 0;
}
select {
	padding: 1px;
}
/*- Search -*/
#search {
	float: right;
	height: 25px;
	padding: 14px 0 0 0;
}
#search input {
	background: url(images/search-bgr.gif) repeat-x top;
	border: 1px solid #000000;
	float: left;
	padding: 8px;
	width: 200px;
}
#search input.btn {
	background: none;
	border: 0;
	margin: 8px 0 0 -30px;
	padding: 0;
	width: auto;
}
/*- Message -*/
.message div {
	margin: 0 0 18px;
}
.message input {
	padding: 9px 15px;
	width: 420px;
}
.message textarea {
	height: 114px;
	overflow: auto;
	padding: 9px 15px;
	width: 420px;
	font-family: Verdana;
}
.message .submit {
	float: left;
}
.message .btn {
	padding: 0;
	width: auto;
}
.message .notice {
	color: #a4a4a4;
	float: right;
	font-style: italic;
	padding: 10px 0 0;
}
/*=== Pics, Thumbs, Ads etc. ===*/
.pic img {
	border: 1px solid #cfcfcf;
	display: block;
	margin: 0 0 .8em;
}
.pic.fl img {
	margin-right: 23px;
}
.pic.fr img {
	margin-left: 23px;
}
.th {
	display: block;
	margin: 0 0 .5em;
}
.th.fl img {
	margin-right: 10px;
}
.th.fl img
{
	width:40px;
	height:40px;
	border: 1px solid #cfcfcf;
}
.ads img, .ads.flickr .content img {
	margin: 0 14px 15px 0;
}
.ads.flickr .content img {
	border: 1px solid #cfcfcf;
}
.ads.flickr .ac img {
	border: 0;
	margin: 0;
}
/*=== Footer ===*/
#page-bot {
	border-top:5px solid #347FF8;
	background: #111111;
}
#page-bot a {
	color:#999999;
}
#footer {
	color: #5f5f5f;
	font-size: 14px;
	margin: 0 auto;
	padding:20px 0 0;
	width: 975px;
	background-image: url(http://www.visualswirl.com/wp-content/themes/visual/images/footer_swirl.png);
	background-repeat: no-repeat;
	background-position: right 70px;
}
#footer p {
	font-size:14px;
	line-height:22px;
}
#footer a {
	text-decoration: none;
}
#footer a:hover {
	color: #5f5f5f;
	text-decoration: underline;
	
}
.footercol {
	float:left;
	width:305px;
	margin-right:20px;
}
#col3 {
	margin-right:0px;
}
.footercol h3 {
	color:#e9e9e9;
	font-family:Helvetica, Arial, Geneva, Sans-Serif;
	font-size:20px;
	font-weight:bold;
	padding:10px 0 12px;
	margin:0;
	text-transform:uppercase;
}
#footer ul {
	color:#999999;
	margin:0;
	padding:10px 0 10px;
	list-style:none;
	z-index:5;
}
#footer ul li {
	margin:0;
	padding:0;
	width:152px;
	float:left;
}
#footer ul li a {
	color:#999999;
	padding:0 0 7px 0;
	text-decoration:none;
	font-size:14px;
}	
#footer .bio_pic {
	float:left;
	width:100px;
	height:107px;
	margin-right:20px;
}
.footer_swirl {
	float:right;
	width:150px;
	position:absolute;
	right:0;
	bottom:50px;
	height:150px;
	z-index:0;
}
#footer p.copy {
	padding-top:15px;
	font-size:12px;
	color:#999999;
	padding-bottom:15px;
}
/*=== Misc. ===*/
.fix {
	clear: both;
	height: 1px;
	margin: -1px 0 0;
	overflow: hidden;
}
.hl, .hl2 {
	background: url(images/hl-dot.gif) repeat-x top;
	clear: both;
	height: 2px;
	overflow: hidden;
	width: 100%;
}
.hl2 {
	background: none;
	border-top: 1px solid #e7e7e7;
	height: 1px;
	margin: 0 0 .8em;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
.ac {
	text-align: center;
}
.ar {
	text-align: right;
}
.wp-caption {
	margin:10px 0;
}
.wp-caption-text {
	font-size:.9em;
	padding-left:10px;
	background:#F3F3F3;
	line-height:auto;
	padding-bottom:10px;
}

.post-content img {
	border:5px solid #F3F3F3;
}
.post-content {
	clear:left;
}
.alignleft {
	float:left;
	margin-right:10px;
}
.alignright {
	float:right;
	margin-left:10px;
}
.content .google_ads {
	margin-right:300px;
	display:block;
	margin-bottom:15px;
	border:1px solid #CFCFCF;
}
.promote-button {
	float:left;
	margin-right:5px;
}
.clear {
	clear:both;
	height:0;
	overflow:hidden;
}
.block {
	overflow:hidden;
	margin-bottom:10px;
}








.extra {
	margin-bottom:20px;
	background:#403F43;
	background:#222222;
	padding:15px;
	color:#e9e9e9;
}
.post .extra a {
	border:none;
	text-decoration:underline;
	color:#999999;
}
.post .extra a:hover {
	color:#e9e9e9;
}
.author-img {
	float:left;
	margin-right:20px;
}
.author-img img {
	padding:3px;
	background:#e9e9e9;
}

.author-bio {
	float:left;
	width:450px;
}
.author-bio h4 {
	border-top: 1px solid #333;
	border-bottom: 1px solid #333;
	color: #e9e9e9;
	line-height:22px;
	padding:4px 0;
}
#promote h4 {
	color:#e9e9e9;
	padding-left:3px;
	font-size:20px;
	font-weight:normal;
}
ul.social {
	list-style:none;
	margin:0 0 20px 0;
	padding:0;
	overflow:auto;
}
ul.social li {
	float:left;
	margin:0 6px;
	height:85px;
	text-align:center;
}
#promote ul {
	padding-left:20px;
}
.post-comments ul {
	list-style:none;
	margin:0;
	padding:0;
}
.post-comments li {
	background:#e9e9e9;
	margin:0 0 8px;
	padding: 20px;
}

.user-detail {
	display:block;
	margin-left:77px;
	padding-left:20px;
	padding-top:10px;
}
.user-detail .name {
	font-size:18px;
	margin-bottom:10px;
}
.date-comment {
	color:#999999;
	text-transform:uppercase;
	font-size:10px;
	margin-bottom:10px;
}
.comment-entry {
	margin:0;
	padding: 0;
	margin-bottom:10px;
	display:table;
}
#submit {
	background:#222222;
	border:1px solid #000000;
	color:#FFFFFF;
	font-size:15px;
	font-weight:600px;
	margin-top:5px;
	padding:6px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}


/*--Comments--*/

ul.commentlist {
	list-style:none;
	margin:0;
	padding:0;
}
.comment .avatar {
	position:absolute;
	left:15px;
	top:15px;
	border:1px solid #CFCFCF;
}
.comment {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background:#F9F9F9 none repeat scroll 0 0;
	border:1px solid #CFCFCF;
	height:auto !important;
	margin:7px 0;
	overflow:hidden;
	padding:15px 15px 15px 115px;
	position:relative;
}


.post-links a, a.comment-reply-link, #rightcol a.user-news {
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	background:#222222 none repeat scroll 0 0;
	border:1px solid #000000;
	color:#FFFFFF;
	font-size:13px;
	padding:4px;
	text-decoration:none;
	color:#FFFFFF;
}
a.comment-reply-link {
	position:absolute;
	top:15px;
	right:15px;
}
.post-links a:hover, a.comment-reply-link:hover, #rightcol a.user-news:hover {
	background: #347FF8;
	border:1px solid #347FF8;
	color:#FFFFFF;
}

a.comments-link span {
	background:url(images/comments-bubble.png) no-repeat left center;
	padding-left:20px;
}
.post-links a:visited {
	color:#FFFFFF;
}
li.bypostauthor, li.comment-author-chris {
background:#dddddd;
border:2px solid #222222;
}
.comment-reply-link:hover {
	background-position: left top;
}
.comment-name, .comment-name a {
	color:#222222;
	font-size:18px;
	font-style: normal;
	text-decoration:none;
	text-transform:capitalize;
	border:none;
}
.comment-name a:hover {
	color:#666666;
	border:none;
}

.comment-meta {
	color:#888888;
	font-size:12px;
	line-height:1.7;
}
.comment-meta a, .comment-meta a:hover {
	border:none;
}
.noborder {
	border: medium none !important;
}
hr {
	background-color:#aaaaaa;
	border:0 none;
	color:#DDDDDD;
	height:1px;
	margin:40px 0 25px;
}

img.alignnone {
	margin:5px 0 ;
}
.post a.noborder {
	border:none;
}
.adsrelated {
	float:right;
	margin: 0 20px 10px 20px;
	
}
ul.children {
	list-style:none;
	padding:0;
	margin:0;
}

#social-stats {
	float:right;
	margin-right:10px;
}
#social-stats a {
	line-height:60px;
	margin-right:20px;
	font-style:italic;
	text-decoration:none;
}
#social-stats a:hover {
	text-decoration:underline;
}
a.twitter {
	color:#44A7E0;
}
a.feed {
	color:#DC7500;
}

#subscriptions a.subscribe {
	text-decoration:none;
	display:block;
	margin-right:20px;
	float:left;
}
.subscribe img {
	width:48px;
	height:48px;
}
.post a img:hover {
	-moz-box-shadow:0 0 10px rgba(0, 0, 0, 0.4); 
	-webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.4); 
}

.ad_125 {
	float:left;
	margin:0 4px 10px 0;
}
#ad1 {
	margin-bottom:4px;
}
.fvCommunityNewsList li a {
	padding:0;
}
#rightcol .content .fvCommunityNewsList li a:hover {
	background-color:#DEDEDE;
	color:#347FF8;
}
.fvCommunityNewsList p {
	font-size:13px;
	line-height:18px;
}
.fvCommunityNewsList small {
	color:#999999;
}
#fvCommunityNewsForm {
	margin-bottom:20px;
}
.caption {
	font-size:0.9em;
	font-style: italic;	
	color:#555555;
	padding:0 5px;
}
#fb_share_1 {
	display:none;
}
#promote .dtom {
	display:inline;
}
#rightcol .content {
	padding:15px;
}
.google {
	margin:10px 0 10px 10px;
	float:right;
}