/*
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(http://www.ivetriedthat.com/wp-content/themes/convergence/images/bgr.gif) #f7f6f6 repeat-x top;
	color: #000;
	font-family:Tahoma,sans-serif;
	font-size: 14px;
}
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;
}

h2 {
	color: #222222;
	font-size: 26px;
	font-weight: bold;
	letter-spacing: -1px;
	margin: 0 0 0.5em;
}
h3 {
	color: #333333;
	font-size: 18px;
	margin-bottom:1em;
	font-weight:bold;
}
h4 {
	font-size: 1em;
	margin: 0 0 1em;
}
p {
	line-height: 1.5em;
	padding: 0 0 1.3em;
}
/*=== Layout ===*/
#page {
	margin: 0 auto;
	width: 975px;
}

/*=== H eader ===*/
#header{
	height: 101px;
	margin: 0 0 1px;
}
/*- Logo -*/
#header h1 {
	background: url(http://www.ivetriedthat.com/wp-content/themes/convergence/images/logo.gif) no-repeat;
	float: left;
	text-indent: -9999px;
	width: 408px;
}
#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(http://www.ivetriedthat.com/wp-content/themes/convergence/images/topnav-sep.gif) no-repeat left;
	float: left;
	line-height: 30px;
}
.topnav li.first {
	background: none;
}
.topnav li.first a {
	padding: 0 7px 0 4px;
}
.topnav li a {
	color: #333333;
	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 {
	
	font-size: 13px;
	height: 37px;
}
#nav1 ul.sf-menu li {
	position: relative;
	background: url(http://www.ivetriedthat.com/wp-content/themes/convergence/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;
	padding: 0 15px 0 15px;
	cursor: pointer;
}

/*=== 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;
}
/*=== Sub Columns ===*/
.subcols {
	background: url(http://www.ivetriedthat.com/wp-content/themes/convergence/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: #5eb7cb;
	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 Blockquote -*/
.post blockquote {
	border-left: 3px solid #cfcfcf;
	font-size: 13px;
	font-style: italic;
	margin: 0 0 5px 25px;
	padding: 5px 25px 0 10px;
}
/*- Post Author -*/
.post-author {
	margin: 0 0 1em;
}
.author-details {
	font-size: .85em;
}
.author-descr {
	display: table;
	height: 1%;
}

/*=== Styling Boxes ===*/
/*- Box1 -*/
.box {
	background: #ffffff;
	border: 1px solid #cfcfcf;
	margin: 0 0 28px;
	padding: 1px;
}
.box .content {
	background: url(http://www.ivetriedthat.com/wp-content/themes/convergence/images/box-bgr.gif) #ffffff repeat-x top;
	height: 1%;
	padding: 18px;
	font-size:1.1em;
}
.box.ads .content {
	padding-left: 15px;
	padding-right: 0;
	text-align: center;
}
.box.ads .content2 {
	padding-left: 15px;
	text-align: left;
	font-size:22px;
	letter-spacing:-2px;
	
}

.box.ads .content2 a {
	color: #33707e;
	text-decoration: underline;
	line-height:16px;
	letter-spacing:0px;
	font-size:16px;
}
.box.ads .content2 a:hover {
	text-decoration: none;
}

.box.ads .content2 ul {
	padding-left: 15px;
}

.box.ads .content2 li {
	padding-left: 15px;
}
#rightcol .box {
	margin: 0 0 10px;
}


h3 {text-align:center;font-size:22px;color:navy;}
h4 {font-size:20px;font-weight:bold;}

a {
	color:#00F;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
.checklist {list-style-type:none !important;padding:0 0 0 15px;margin:10px 0;}
.checklist li {font-size:15px;padding:5px 0 5px 35px !important;background:url(http://www.ivetriedthat.com/121-Hidden-Online-Jobs/check.png) 0 0 no-repeat !important;}