/*
Theme Name: Convergence
Theme URI: http://themeforest.net
Description: The place where people and information converge and create community.
Version: 1
Author: Maximus
Author URI: http://themeforest.net
Tags: community, news, industry, blog
*/

/*=== Setup ===*/
* {
	border: 0;
	margin: 0;
	padding: 0;
	outline: none;
}
body {
	background: url(images/bgr.gif) #000000 repeat-x top;
	color: #404040;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: .75em;
}
a {
	color: #33707e;
	text-decoration: underline;
}
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;
}
li {
	list-style: none;
}
h2 {
	color: #222222;
	font-size: 1.5em;
	font-weight: normal;
	letter-spacing: -1px;
	margin: 0 0 1em;
}
h3 {
	color: #333333;
	font-size: 1.2em;
	margin: 0 0 .8em;
}
h4 {
	font-size: 1em;
	margin: 0 0 1em;
}
p {
	line-height: 1.5em;
	padding-bottom: 15px;
	
}
/*=== Layout ===*/
#page {
	margin: 0 auto;
	width: 975px;
}
#page-bot {
	background: url(images/page-bot.gif) repeat-x top;
	height: 39px;
}
/*=== H eader ===*/
#header{
	height: 101px;
	margin: 0 0 3px;
	position:relative;
}
/*- Logo -*/
#header h1 {
	background: url(images/logo.gif) no-repeat;
	float: left;
	text-indent: -9999px;
	width: 584px;
	margin-left:-68px;
}
#header h1 a {
	display: block;
	height: 101px;
}
#header h1 a:hover {
	text-decoration: none;
}
/*=== Navigation ===*/
/*- Top Nav -*/
.topnav {
	font-size: 10px;
	font-weight: bold;
	height: 31px;
	overflow: hidden;
}
.topnav li {
	background: url(images/topnav-sep.gif) no-repeat left;
	float: left;
	line-height: 30px;
}
.topnav li.first {
	background: none;
}
.topnav li.preston {
	background: none;
	padding-right: 11px;
	margin-top: 3px;
}

.topnav li.preston2 {
	padding-right: 3px;
	margin-top: 3px;
}


.topnav li.first a {
	padding: 0 7px 0 4px;
}
.topnav li a {
	color: #5eb7cb;
	display: block;
	float: left;
	padding: 0 7px 0 8px;
	text-decoration: none;
}
.topnav li a:hover,
.topnav li.active a {
	text-decoration: underline;
}	
/*- Nav1 -*/
#nav1 {
	background: url(images/nav1-sep.gif) no-repeat left top;
	font-size: 13px;
	height: 37px;
	margin-top: -3px;
}
#nav1 ul.sf-menu li {
	position: relative;
	background: url(images/nav1-sep.gif) no-repeat right top;
	float: left;
	line-height: 37px;
	padding: 0 1px 0 0;
	text-align: center;
}
#nav1 ul.sf-menu li a {
	color: #333333;
	display: block;
	position: relative;
	float: left;
	text-decoration: none;
	width: 107px;
	cursor: pointer;
}
#nav1 ul.sf-menu li a:hover {
	text-decoration: none;
	background: #FEFEFE;
}
#nav1 ul.sf-menu li ul.children {
	border: 1px solid #000000;
	background: #272726 url(images/ul_children_bg.gif) repeat-y top right;
}
#nav1 ul.sf-menu li ul.children li {
	background: url(images/ul_children_li_bg.gif) no-repeat bottom right;
}
#nav1 ul.sf-menu li ul.children li a {
	color: #bebebe;
	text-decoration: none;
	display:block;
}
#nav1 ul.sf-menu li ul.children li a:hover {
	text-decoration: none;
	background: none;
}
#nav1 ul.sf-menu li ul.children li ul.children {
	border: 1px solid #000000;
	border-left: none;
	background: #272726 url(images/ul_children_ul_children_bg.gif) repeat-y top left;
}
#nav1 ul.sf-menu li ul.children li ul.children li {
	background: url(images/ul_children_li_bg.gif) no-repeat bottom right;
}
#nav1 ul.sf-menu li ul.children li ul.children a {
	color: #bebebe;
	text-decoration: none;
}
#nav1 ul.sf-menu li ul.children
{
	margin:5px 0 0 0;
}
#nav1 ul.sf-menu li ul.children ul.children
{
	margin:-1px 0 0 27px;
}
/*=== All Columns ===*/
#columns {
	margin: 37px 0 0;
	padding: 0 0 15px;
	display: table-cell;
	display: block;
	height: auto !important;
	height: 900px;
	min-height: 900px;
}
/*=== Center Column ===*/
#centercol {
	float: left;
	width: 660px;
}
/*=== 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, .col2 {
	float: left;
	width: 285px;
}
.col2 {
	float: right;
}
/*=== Post ===*/
/*- Post Title -*/
.post-title h1 {
	color: #333333;
	font-size: 18px;
	font-weight: bold;
	letter-spacing: -0.5px;
}
.post-title h1 span. {
	color: #33707e;
}
.post-title h1.author {
	color: #888888;
	font-size: 14px;
	padding-top: 2px;
}
.post-title h2, .post-title h2 a  {
	font-size: 30px;
	font-weight: bold;
	letter-spacing: -2px;
	margin: 0 0 .45em;
	color: #222222;
	text-decoration: none;
}
/*- Post Date -*/
.post-date {
	margin: 0 0 1.25em;
}
.post-date a {
	color: #ffffff;
}
.post-date em {
	background: #0024CF;
	color: #ffffff;
	font-size: .9em;
	font-style: normal;
	padding: 3px 5px;
	line-height: 1.75em;
}
/*- 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 {
	background: url(images/ico-list.gif) no-repeat 0 6px;
	margin: 0 0 .4em;
	padding: 0 0 0 10px;
}
.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: 520px;
}
/*- Widget Title - */
.wtitle {
	background: url(images/box-bgr.gif) repeat-x top;
}
.wtitle h2 {
	line-height: 40px;
	margin: 0;
	padding: 0 0 0 18px;
}
/*=== Styling Boxes ===*/
/*- Box1 -*/
.box {
	background: #ffffff;
	border: 1px solid #cfcfcf;
	margin: 0 0 28px;
	padding: 1px;
}
.box .content {
	background: url(images/box-bgr.gif) #ffffff repeat-x top;
	height: 1%;
	padding: 18px;
}
.box.ads .content {
	padding-left: 15px;
	padding-right: 0;
	text-align: center;
}
#rightcol .box {
	margin: 0 0 10px;
}
/*- 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 -*/
.list1 li {
	background: url(images/ico-list1.gif) no-repeat 0 1.1em;
	border-bottom: 1px solid #e7e7e7;
	height: 1%;
	padding: .7em 0 .7em 13px;
}
.list1 li.last {
	border: 0;
}
#rightcol .list1 li a:hover {
	color: #33707e;
}
/*=== Styling Forms ===*/
input.btn {
	background: none;
	border: 0;
	margin: 0;
	padding: 0;
}
select {
	padding: 1px;
}
/*- Search -*/
#search {
	float: right;
	height: 25px;
	padding: 31px 0 0;
}
#search input {
	background: url(images/search-bgr.gif) repeat-x top;
	border: 1px solid #000000;
	float: left;
	padding: 8px;
	width: 285px;
}
#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: 487px;
}
.message textarea {
	height: 114px;
	overflow: auto;
	padding: 9px 15px;
	width: 487px;
	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;
}

.advertisement {
	margin: 0 16px 0px 0;
	float: right;
}

.advertiseSpace {
	margin: 0 16px 16px 0;
	float: right;
}

.advertisementTopContent {
	margin: 0 0px 0px 0;
	float: left;
}

.contentRibbon img {
	margin: 0 14px 15px -8px;
	
}

.contentRibbonLarge img {
	margin: 0 14px 15px -15px;
}

.ads.flickr .content img {
	border: 1px solid #cfcfcf;
}
.ads.flickr .ac img {
	border: 0;
	margin: 0;
}


/*=== Preston's Mods ===*/

.sidebar_user_plus {
padding-left:72px;
position:relative;
width:200px;
}

.sidebar_user_plus h2 {
color: #222222;
font-size: 1.5em;
font-weight: normal;
letter-spacing: -1px;
margin: 0 0 1em;
text-align: left;
}
	
.sidebar_user_plus .img {
left:8px;
position:absolute;
top:0;
}

.sidebar_user_plus p {
line-height:0.5em;
padding:0 0 2.6em;
text-align: left;
}

.ads.flickr .content .sidebar_user_plus img {
	border: 0px solid #000000;
}

.sidebar_plus {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:#E2E0E0 url(images/border_plus.gif) repeat-x scroll 0 100%;
border-top:1px solid #CFCFCF;
border-left:1px solid #CFCFCF;
border-right:1px solid #CFCFCF;
border-bottom:1px solid #CFCFCF;
float:left;
height:140px;
position:relative;
width:268px;
margin-bottom: 18px;
}

.sidebar_plus .img {
left:5px;
position:absolute;
top:-5px;
}

.sidebar_plus ul {
color:#6F6060;
font-size:10px;
left:40px;
position:absolute;
text-transform:uppercase;
top:115px;
}

.sidebar_plus li {
display:inline;
}
#sidebar .sidebar_plus li a:link, #sidebar .sidebar_plus li a:visited {
color:#6E3939;
padding:0 2px;
text-decoration:none;
}
#sidebar .sidebar_plus li a:hover {
color:#6E3939;
text-decoration:underline;
}
#sidebar .sidebar_plus li a:active {
color:#6E3939;
text-decoration:none;
}


/*=== Preston's Mods for Footer ===*/

#footer_wrap {
min-width:1002px;
position:relative;
}
#footer {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:transparent url(images/footer_gradient.jpg) no-repeat scroll 0 -10px;
color:#A79578;
line-height:1.6em;
margin:0 auto;
padding:90px 0 20px 30px;
position:relative;
width:972px;
}
#footer span {
color:#897A61;
font-family:Arial,Helvetica,sans-serif;
font-size:1.2em;
font-weight:lighter;
left:250px;
position:absolute;
text-transform:uppercase;
top:9px;
}
#footer span a {
color:#897A61;
text-decoration:none;
}
#footer span a:hover {
color:#FFFFFE;
text-decoration:none;
}
#footer p {
padding-bottom:20px;
}
#footer .footer_img {
margin-bottom:20px;
}
#footer_wrap {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:#000000 url(images/footer.jpg) repeat-x scroll 0 0;
display:block;
}
#footer .logo {
left:19px;
position:absolute;
top:116px;
}
#footer .spoon {
left:930px;
position:absolute;
top:8px;
}
.box1 {
float:left;
margin-right:43px;
width:200px;
z-index:99;
margin-top: 164px;
margin-bottom: 0px;
}
.box1 h1 {
color:#FFFFFE;
font-family:Arial,Helvetica,sans-serif;
font-size:1.75em;
font-weight:bold;
margin-bottom:30px;
}
.box1 li {
padding-bottom:10px;
}
.box1 a:link, .box1 a:visited {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:#2E251E none repeat scroll 0 0;
color:#FFFFFE;
padding:2px 5px 4px;
text-decoration:none;
}
.box1 a:hover {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:#5EB7CB none repeat scroll 0 0;
color:#FFFFFE;
text-decoration:none;
}
.box1 a:active {
color:#FFFFFE;
text-decoration:none;
}
#footer .icons {
margin:0px 0;
padding:20px 0;
width:972px;
}
#footer img {
margin-right:30px;
}
#footer .last {
margin-left:342px;
margin-right:0;
}

#content table {
border-right:1px solid #CCCCCC;
border-top:1px solid #CCCCCC;
margin:20px 0;
width:100%;
}
#content table td {
border-bottom:1px solid #CCCCCC;
border-left:1px solid #CCCCCC;
padding:4px;
}
#content table thead td {
font-weight:bold;
}

/*=== Preston's Mods for Overlays ===*/

.overlap1 {
left:-65px;
position:absolute;
top:36px;
}

.overlap2 {
left:362px;
position:absolute;
top:36px;
z-index:1000;
}

.overlap3 {
position:absolute;
right:-15px;
top:36px;
}

/*=== Preston's Mods for Rss Feed Larger Button ===*/

.navigation_rss_icon {
top:126px;
left:1052px;
position:absolute;
background: none;
}

/* Preston's Mods Subscribe Start */

/* Sidebar Subscribe */

#sidebar .button a:link, #sidebar .button a:visited, #content .button a:link, #content .button a:visited {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:#FDFDFD url(images/button_bg.png) repeat-x scroll 0 100%;
border:1px solid #BBBBBB;
font-family:Verdana,Arial,Helvetica,sans-serif;
font-size:0.8em;
letter-spacing:-0.05em;
text-align:center;
text-decoration:none;
text-transform:uppercase;
}

#sidebar a:hover {
color:#AC0000;
text-decoration:underline;
}

#sidebar a:link, #sidebar a:visited {
color:#AC0000;
text-decoration:none;
}

.sidebar_subscribe_text ul li a {
display:inline;
float:left;
width:8em;
}

#sidebar .button a:hover, #content .button a:hover {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:#EEEEEE url(http://www.kingtutz.com/wp-content/themes/convergencegrunge/images/button_bg_hover.png) repeat-x scroll 0 100%;
color:#232323;
text-decoration:none;
}

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.clearfix {
	display: block;
}
html[xmlns] .clearfix {
	display: block;
}
* html .clearfix {
	height: 1%;
}

.sidebar_subscribe {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:#FFFFFF url(images/box-bgr.gif) repeat-x scroll 0 0;
color:#424242;
float:none;
padding-bottom:0;
padding-left:73px;
padding-top:22px;
position:relative;
width:232px;
}

.sidebar_subscribe .img {
	position: absolute;
	left: 21px;
	top: 20px;
}
.sidebar_subscribe_text ul {
	display: block;
	width: 190px;
	padding: 15px 0px;
}
.sidebar_subscribe_text ul li {
	display: inline;
	float: left;
	margin-right: 6px;
	margin-bottom: 7px;
}
.sidebar_subscribe_text ul li a {
	display: inline;
	float: left;
	width: 8.0em;
}



/* Preston's Mods Subscribe End*/
/* Preston's Mods Subscribe 2nd Edition*/

div#suscribetefb{
text-align:center;
background-color:transparent;
padding-right: 5px; width: 100%;
min-width: 120px; max-width: 480px;
padding-bottom:10px;
letter-spacing:normal;
overflow:hidden;
text-transform:none;
}

div#suscribetefb h5 {
color:#64666B;
font-family:Verdana;
font-size-adjust:none;
font-stretch:normal;
font-style:normal;
font-variant:normal;
font-weight:normal;
line-height:normal;
padding-bottom:8px;
min-width: 118px;
padding-top:0px; 
font-size:12px;
margin:0;}

div#suscribetefb h4, div#suscribetefb h4 a, div#suscribetefb h4 a:hover{
color:#ccc;
font-family:Verdana;
font-size-adjust:none;
font-stretch:normal;
font-style:normal;
font-variant:normal;
font-weight:normal;
line-height:normal;
padding-bottom:2px;
min-width: 118px;
padding-top:4px; 
font-size:11px;
text-decoration:none;
margin:0;}

#suscribetefbform{
margin:0;
}

div#suscribetefb img {
margin-top:2px;
}

#suscribetefbform .suscribetefbinput {
background:transparent url(images/suscribeteinput.png) repeat-x scroll 0 0;
border:1px solid #c6c6c6;
font-family:Verdana;
font-size:11px;
font-size-adjust:none;
font-stretch:normal;
font-style:normal;
font-variant:normal;
font-weight:normal;
line-height:normal;
padding: 4px 0px 3px 3px;
width:190px;
}

#suscribetefbform .suscribetefbsubmit {
border:0 none;
margin: 2px auto;
}
/* Preston's Mods Subscribe 2nd Edition End*/

/*=== Preston's Mods for Tutorial Background ===*/

.tutorial_image {
background-color: #c4c4c4;
border:1px solid #9d9d9d;
margin-bottom:10px;
padding-bottom:10px;
padding-top:10px;
padding-left:10px;
padding-right:10px;
text-align:center;
}

/*=== Preston's Mods for fixing image wrapping ===*/
img.centered, .aligncenter, div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}


/*=== Preston's Mods for Tabbed Navigation ===*/

ul#tabnav {
background-color:#CCCCCC;
border-bottom:1px solid #abaaaa;
border-top:1px solid #abaaaa;
border-left:1px solid #abaaaa;
border-right:1px solid #abaaaa;
display:block;
height:35px;
line-height:35px;
margin:0;
padding:0;
font-size: 
}

ul#tabnav li {
float:left;
height:35px;
list-style-type:none;
margin:0;
padding:0;
position:relative;
}
ul#tabnav li a {
border:medium none;
color: #727272;
display:block;
float:left;
font-size:13px;
font-weight:bold;
height:35px;
line-height:35px;
margin:0 0 0 5px;
padding:0 6px;
position:relative;
text-decoration:none;
list-style-type: none;
}
ul#tabnav li a:hover, ul#tabnav li a.selected {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:#e7e7e7 none repeat scroll 0 50%;
list-style-type: none;
}
.panel {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
padding-top: 21px;
display:block;
}



pre.code {
background-color:#221E1E;
border:1px solid #333333;
clear:both;
color:#FFFFFF;
display:block;
font-family:'Lucida Console','Courier New',Courier,monospace,Fixed;
font-size:1.1em;
margin-left:38px;
margin-top:2ex;
overflow:auto;
padding:10px;
white-space:pre;
width:405px;
}


/*=== 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;
	padding-bottom: 12px;
}
.fr {
	float: right;
}
.fr1 {
	float: right;
	margin-right: -2px;
}

.ac {
	text-align: center;
}
.ar {
	text-align: right;
}
