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

/*=== Setup ===*/
* {
	border: 0;
	margin: 0;
	padding: 0;
	outline: none;
}
body {
	background: url(images/bgr.gif) #f7f6f6 repeat-x top;
	color: #404040;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: .75em;
}
a {
	color: #D46E2B;
	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;
}
h3.listheading {
    background: #C8C8C8;
    padding: 5px;
    color: #222;
    margin-top: 10px;
}
h4 {
	font-size: 1em;
	margin: 0 0 1em;
}
p {
	line-height: 1.5em;
	padding: 0 0 1.3em;
}
.alignright {
	float:right;
	border: #cfcfcf 1px solid;
	margin-left: 5px;
	margin-bottom: 5px;
}
/*=== Layout ===*/
#page {
	margin: 0 auto;
	width: 975px;
}
#page-bot {
	background: url(images/page-bot.gif) repeat-x top;
	height: 39px;
}
/*=== H eader ===*/

div#headpanel {
	height: 86px;
	background:#EC7B30 url(images/headbg.gif) no-repeat bottom left;
	padding-left: 10px;
	padding-right: 10px;
    width: 970px;
    margin: auto auto;
}
div#headpanel div#logo {
    width: 330px;
    float: left;
}

div#accessibilitypanel {
	color: #EFD6B4;
	text-align: right;
	padding: 5px;
	font-size: x-small;
    width: 400px;
    float: right;
}
div#accessibilitypanel a {
	color: #FFFFFF;
	text-decoration: none;
}
div#accessibilitypanel a:hover {
	color: #274D6B;
	text-decoration: underline;
}

/*=== Navigation ===*/
/*- Top Nav -*/

div#mainmenu {
    padding: 0px;
    margin: 0px;
    padding-top: 10px;
    padding-left: 10px;
    width: 970px;
    margin: auto auto;
}
div#mainmenu ul#mainNav {
    margin: 0px;
    padding: 0px;
    list-style-image: none;
    list-style-type: none;
}

div#mainmenu ul#mainNav li {
    float: left;
    margin-top: 0px;
    margin-right: 3px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
}

div#mainmenu ul#mainNav li a {
    margin: 0px;
    background-attachment: scroll;
    background-image: url(images/tabs.gif);
    background-repeat: no-repeat;
    background-position: right 0px;
    font-weight: normal;
    color: #274D6B;
    text-decoration: none;
    height: auto;
    width: auto;
    float: left;
    padding-top: 0px;
    padding-right: 10px;
    padding-bottom: 0px;
    padding-left: 0px;

}

div#mainmenu ul#mainNav li a:hover {
    text-decoration: none;
    color: #D56E2B;
}

div#mainmenu ul#mainNav li a span {
    background-attachment: scroll;
    background-image: url(images/tabs.gif);
    background-repeat: no-repeat;
    background-position: 0px 0px;
    display: block;
    padding-top: 2px;
    padding-bottom: 0px;
    padding-left: 8px;
    height: 19px;
    width: auto;
    float: left;
    cursor: pointer;

    margin: 0px;
}

div#mainmenu ul#mainNav li a.active {
    background-attachment: scroll;
    background-image: url(images/tabs.gif);
    background-repeat: no-repeat;
    background-position: right -47px;
    font-weight: bold;
    color: #D46E2B;
}

div#mainmenu ul#mainNav li a.active span {
    background-attachment: scroll;
    background-image: url(images/tabs.gif);
    background-repeat: no-repeat;
    background-position: 0px -47px;
}

div#mainmenu ul#mainNav li a.active:hover {
    color: #D46E2B;
    text-decoration: none;
    cursor: pointer;

}
div#mainmenu ul#mainNav li a.homeactive {
    background-attachment: scroll;
    background-image: url(images/tabs.gif);
    background-repeat: no-repeat;
    background-position: right -94px;
    font-weight: bold;
    color: #FFFFFF;
}

div#mainmenu ul#mainNav li a.homeactive span {
    background-attachment: scroll;
    background-image: url(images/tabs.gif);
    background-repeat: no-repeat;
    background-position: 0px -94px;
}

div#mainmenu ul#mainNav li a.homeactive:hover {
    color: #274D6B;
    text-decoration: none;
    cursor: pointer;

}
div#mainmenu ul#mainNav li a.history {
    background-attachment: scroll;
    background-image: url(images/tabs.gif);
    background-repeat: no-repeat;
    background-position: right -94px;
    color: #FFFFFF;
}

div#mainmenu ul#mainNav li a.history span {
    background-attachment: scroll;
    background-image: url(images/tabs.gif);
    background-repeat: no-repeat;
    background-position: 0px -94px;
}

div#mainmenu ul#mainNav li a.history:hover {
    color: #274D6B;
    text-decoration: none;
    cursor: pointer;

}
div#mainmenu ul#mainNav li a.blog {
    background-attachment: scroll;
    background-image: url(images/tabs.gif);
    background-repeat: no-repeat;
    background-position: right -141px;
    color: #FFFFFF;
}

div#mainmenu ul#mainNav li a.blog span {
    background-attachment: scroll;
    background-image: url(images/tabs.gif);
    background-repeat: no-repeat;
    background-position: 0px -141px;
}

div#mainmenu ul#mainNav li a.blog:hover {
    color: #274D6B;
    text-decoration: none;
    cursor: pointer;
}
span.menudivider {
    display: none;
}
/*- Content Panel -*/
div#contentpanel {
    padding: 0px 7px 15px 7px;
    background: #fff url(images/bodytop.gif) no-repeat top;
    min-height: 300px;
    height: auto !important;
    height: 300px;
    width: 976px;
    margin: auto auto
}
div#contentpanel.govilonblog {
    background: #fff url(images/blogheading.gif) no-repeat top;
}
div#contentpanel.govilonblog h1.govilon {
    margin: 0 0 5px;
    padding: 6px 0px 8px 150px;
    color: #fff;
    background: transparent;
    font-size: 100%;
}
div#contentfoot {
    background: #fff url(images/bodybottom.gif) no-repeat bottom;
    height: 5px;
    margin-bottom: 10px;
    width: 990px;
    margin: auto auto;
}


/*=== All Columns ===*/
#columns {
	margin: 17px 0 0;
	padding: 0 0 15px;
	display: table-cell;
	display: block;
	height: auto !important;
	height: 385px;
	min-height: 385px;
}
/*=== 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: #D46E2B;
}
.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: #1E75A2;
	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: #D46E2B;
}
/*- 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: #D46E2B;
}
/*=== 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;
}
.ads.flickr .content img {
	border: 1px solid #cfcfcf;
}
.ads.flickr .ac img {
	border: 0;
	margin: 0;
}
/*=== Footer ===*/
div#footer {
	background: #D46E2B url(images/footertop.gif) no-repeat top left;
	color: #FFFFFF;
	padding: 3px 10px 0px 10px;
    width: 970px;
    margin: 10px auto 0 auto;
    
}
div#footer span {
    font-weight: bold;
}

div#govilonfoot {
	background: transparent url(images/footerbottom.gif) no-repeat top left;
	padding: 6px 10px 10px 10px;
    font-size: x-small;
    text-align: right;
    width: 970px;
    margin: 0 auto 10px auto;
}
div#govilonfoot span {
    color: #D56E2B;
    font-weight: bold;
}
div#govilonfoot a {
    color: #274D6B;
    text-decoration: none;
}
div#govilonfoot a:hover {
    color: #D56E2B;
}
/*=== Misc. ===*/
.fix {
	clear: both;
	height: 1px;
	margin: -1px 0 0;
	overflow: hidden;
}
.fixclear {
    clear: both;
}
.rss {
    padding-left: 20px;
    background: transparent url(images/feed-icon-16x16.gif) no-repeat top left;
}
.twitter {
    padding-left: 20px;
    background: transparent url(images/twitter-icon-16x16.gif) no-repeat top left;
}
.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;
}

#feedmeta-123450 .wtitle {
    padding: 5px;
    font-size: 1.1em;
    text-align: right;
}
#feedmeta-123450 .wtitle a {
    font-weight: bold;
    padding-right: 5px;
}