/*



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.jpg) #231b17 repeat-x top;
	color: #000;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, Helvetica, sans-serif;
	font-size: 13px;
}
a {
	color: #000;
	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;
	margin-bottom:5px;
}
li {
	list-style: none;
}
h2 {
	color: #000;
	font-size: 20px;
	font-weight: normal;
	letter-spacing: 0px;
	margin: 0 0 1em;
	font-family:Arial, Helvetica, sans-serif;
}
h3 {
	color: #222;
	font-size: 14px;
	margin: 0 0 .8em;
}
h4 {
	font-size: 14px;
	margin: 0 0 1em;
}
p {
	line-height: 1.6em;
	padding: 0 0 1.3em;
}
.wp-caption-text {
	font-style:italic;
}
span.download {
	background: #fff url(./images/down32.png) no-repeat scroll 10px 50%;
	border: 1px solid #888888;
	color: #1C6B8B;
	font-size:16px;
}
span.weblink {
	background: #fff url(./images/globe32.png) no-repeat scroll 10px 50%;
	border: 1px solid #888888;
	color: #1C6B8B;
	font-size:1.5em;
}
span.alert {
	background: #FF9 url(./images/alert.png) no-repeat scroll 10px 50%;
	border: 1px solid #888888;
	color: #000;
	font-size:1.5em;
}
span.download, span.weblink, span.alert {
	display:block;
	margin:0px 0;
	padding:15px 10px 15px 58px;
}
acronym {
	border-bottom: 1px dashed #000;
}
/*=== Layout ===*/



#page {
	margin: 0 auto;
	width: 975px;
}
#page-bot {
	position:fixed;
	bottom:0px;
	width:100%;
}
/*=== H eader ===*/



#header {
	height: 106px;
	margin: 0 0 1px;
}
/*- Logo -*/



#header h1 {
	background: url(images/logo.png) no-repeat;
	float: left;
	text-indent: -9999px;
	width: 646px;
}
#header h1 a {
	display: block;
	height: 100px;
}
#header h1 a:hover {
	text-decoration: none;
}
/*=== Navigation ===*/



/*- Top Nav -*/



.topnav {
	font-size: 13px;
	font-weight: normal;
	height: 31px;
	overflow: visible;
}

.topnav li {
	background: #120a06;
	float: left;
	line-height: 29px;
	position:relative;
}

.topnav li ul {
	position:absolute;
	left:0px;
	top:28px;
	display:none;
	width:190px;
	z-index:100;
}

.topnav li:hover ul {
	display:block;
	text-decoration:none;
	background:#231b17;
	padding:0px;
	border:solid 1px #000;
			}
	
.topnav li:hover ul a {
	width:175px;
	border-bottom:solid 1px #000;
	
}

.topnav li.first {
	background: #120a06;
}

.topnav li.first a {
	padding: 0 7px 0 4px;
}
.topnav li a {
	color: #D59401;
	display: block;
	float: left;
	padding: 0 7px 0 8px;
	text-decoration: none;
}
.topnav li a:hover,  .topnav li.active a {
	text-decoration: none;
	background:#D59401;
	color:#231B17;
}
/*- Nav1 -*/



#nav1 {
	/*background: url(images/nav1-sep.gif) no-repeat left top;*/
	font-size: 13px;
	height: 36px;
}
#nav1 ul.sf-menu li {
	position: relative;
	/*background: url(images/nav1-sep.gif) no-repeat right top;*/
	float: left;
	line-height: 36px;
	padding: 0 3px;
	text-align: center;
}
#nav1 ul.sf-menu li a {
	color: #fff;
	display: block;
	position: relative;
	float: left;
	text-decoration: none;
	width: 107px;
	cursor: pointer;
}
#nav1 ul.sf-menu li a:hover {
	text-decoration: none;
	background: #3a5e13;
	height:36px;
}
#nav1 ul.sf-menu li ul.children {
	border: 1px solid #000000;
	background: #3A5E13 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: #fff;
	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: #E3F6D3;
	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: 26px 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: #111;
	text-decoration: underline;
}
/*=== 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: #E36F1E;
}
.post-title h1.author {
	color: #888888;
	font-size: 14px;
	padding-top: 2px;
}
.post-title h2, .post-title h2 a {
	font-size: 26px;
	font-weight: bold;
	letter-spacing: 0px;
	margin: 0 0 .45em;
	color: #000;
	text-decoration: none;
}
/*- Post Date -*/



.post-date {
	margin: 0 0 1.25em;
}
.post-date a {
	color: #ffffff;
}
.post-date em {
	background: #d25F0d;
	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 ul li ul {
	margin: 0px;
	padding-left: 3px;
	padding-top: 5px;
}
.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: #dca;
	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: 34px;
	margin: 0;
	padding: 0 0 0 18px;
	background:#57642b none repeat scroll 0 0;
	color:#FFFFFF;
	font-size: 16px;
	font-weight: normal;
	letter-spacing:0px;
	text-transform:uppercase;
}
/*=== Styling Boxes ===*/



/*- Box1 -*/



.box {
	background: #dca;
	border-top: 1px solid #210;
	margin: 0 0 10px;
	padding: 1px;
}
.box .content {
	/*background: url(images/box-bgr.gif) #eee3ce repeat-x top;*/
	height: 1%;
	padding: 13px;
}

.ads {
	margin-bottom:0px;
	background:#777744;
}


.box.ads .content {
	padding-top:5px;
	padding-bottom:0px;
	text-align: center;
}
#rightcol .box {
	margin: 0 0 10px;
}
/*- Box2 -*/



.box2 {
	background: #756030;
	border: 1px solid #cfcfcf;
	height: 1%;
	margin: 0 0 20px;
	padding: 18px;
	min-height: 115px;
}
.box2.alt {
	background: #57642B;
}
.box2.alt {
	background: #57642B;
}
.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: .5em 0 .5em 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;
	background: #f9f9f9;
}
.message textarea {
	height: 114px;
	background:#f9f9f9;
	overflow: auto;
	padding: 9px 15px;
	width: 487px;
	font-family: Verdana;
}
.message .submit {
	float: left;
}
.message .btn {
	padding: 0;
	width: auto;
}
.message .notice {
	color: #000;
	float: right;
	font-style: italic;
	padding: 10px 0 0;
}
/*=== Pics, Thumbs, Ads etc. ===*/



.pic img {
	border: 1px solid #985;
	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 13px 13px 0;
	border:1px solid #231B17;
}
.ads.flickr .content img {
	border: 1px solid #cfcfcf;
}
.ads.flickr .ac img {
	border: 0;
	margin: 0;
}
/*=== Footer ===*/



#footer {
	color: #D59401;
	font-size: 13px;
	line-height: 32px;
	margin: 0 auto;
	width: 100%;
	background:#000;
	height:33px;
	}

.footerText {}
.footerTextInner {
	text-align:center;
}

#footer a {
	color: #ccc;
	text-decoration: none;
}
#footer a:hover {
	color: #5f5f5f;
	text-decoration: underline;
}
/*=== 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;
}
.gmap {
	margin: 20px 0px 50px;
}
hr {
	color: #e7e7e7;
	background-color: #e7e7e7;
	height: 1px;
	border: 0;
	width: 100%;
	margin: 0px 0px 20px;
}
ul.xoxo {
	font-size:1em;
	color:#FFF;
}
#social-media-page a img {
	margin:0px 32px;
}
.form {
	background-color:#E36F1E;
	padding:10px;
	border:#666 solid 1px;
	color:#000;
	margin-bottom: 15px;
}
/*=== Banner Ad ===*/



.bannerad {
	margin:0px 0px 10px;
}
/*=== Trail Status Box ===*/



.trailstatus {
	background:none #57642B;
	padding-top: 11px;
	padding-bottom:0px;
	margin: 0 0 10px;
	border:2px hidden #B2A07C;
	height: 63px;
}
.trailstatus2 {
	background:none #d25F0d;
	padding-top: 11px;
	padding-bottom:0px;
	margin: 0 0 10px;
	border:2px hidden #B2A07C;
	height: 63px;
}

.trailstatus3 {
	background:none #d59401;
	padding-top: 11px;
	padding-bottom:0px;
	margin: 0 0 10px;
	border:2px hidden #B2A07C;
	height: 63px;
}

.trailstatus h2, .trailstatus h3, .trailstatus2 h2, .trailstatus2 h3, .trailstatus3 h3, .trailstatus3 h2 {
	color: #fff;
	margin: .25em;
	text-align:center;
	letter-spacing:0px;
	font-weight:normal;
}
.button {
	background:#bbb;
	color:#000;
	font-size:1em;
	border:solid #000 1px;
}
.button:hover {
	cursor:pointer;
	background-color:#ddd;
	color:#000;
}
