/*
Theme Name: Profy
Theme URI: profy.com
Description: Profy theme
Author: Petr Zagvazdin
Author URI: petka.profy.com
Version: 1.0

General comments/License Statement if any.

*/
/* Begin Typography & Colors */
body {
	font-family: Lucida Grande,Verdana,Lucida Sans Regular,Lucida Sans Unicode,Arial,Verdana,sans-serif;
	background: #FFF;
	color: #333;
	height: 100%;
}
* {
	padding: 0px;
	margin: 0px;
}
#page {
	background: #FFF;
}
#content {
	background: #ffffff;
	font-size: 12px;
	color: #4f4f4f;
}

#header {
	height: 100px;
	width: 955px;
	border-bottom: 1px solid #A9C8CF;
}

#headertime {
	z-index:100;
	position:absolute;
	top:5px;
	left:12px;
	font-size: 10px;
}

.pages {
	list-style:none;
	font-size: 11px;
	padding: 0 7px;
}
#headerimg ul li{
	margin:50px 0px 5px 0px;
}
.pages a {
	text-decoration: none;
	color: #4f4f4f;
}
.pages a:hover {
	text-decoration: underline;
	color: black !important;
	border-bottom:none !important;
}

.page_separator {
	background:url(images/page_sep.gif) top right no-repeat;
}
#categorylist {
	padding: 1px 0 0 0;
	height: 52px;
	width: 100%;
}

#categorylisttable {
	background:url(images/catbg.gif) top left repeat-x;
	padding: 0;
	height: 2px;
	width: 945px;
}
#categorylisttable ul li {
	list-style:none;
	margin: 5px 3px;
	font-size: 12px;
	text-transform: capitalize;
	padding:5px 0px;
	width: 73px;
	text-align: center;
}
#categorylisttable ul li {
	font-size: 12px;
	color: #fff;
	text-transform: capitalize;
	height: 40px;
}
#categorylisttable ul li a {
	font-size: 12px;
	color: #00638d;
	text-transform: capitalize;
	text-decoration: none;
}
#categorylisttable ul li:hover a, .company_select a {
	color: #fff !important;
	border-bottom:none !important;
}
#categorylisttable ul li:hover {
 	background:url(images/cat_sel2.gif) top left no-repeat;
 	border-bottom:none !important;
}
.company_select {
 	background:url(images/company_sel.gif) top left no-repeat !important;
 	border-bottom:none !important;
}

.cat_sel a {
	font-size: 12px;
	color: #fff !important;
	text-transform: capitalize;
	text-decoration: none;
}
.cat_sel {
	width: 73px !important;
	margin: 5px 3px !important;
	padding: 5px 0 !important;
	background:url(images/cat_sel2.gif) top left no-repeat;
}
.cat_separator{
	list-style:none;
	margin: 10px 0 !important;
	padding:5px 0px !important;
	width: 1px !important;
	background:url(images/sep.gif) top right no-repeat;
}
.post {
	padding: 0 0 15px 0;
	width: 580px;
	overflow: hidden;
}
.postlist {
	border-bottom: 1px solid #dfdfdf;
	margin-bottom:15px;
}
.postlistlast {
	border-bottom: none !important;
}
.post h1, .post h2, .post h3 {
	text-align: left;
	overflow: hidden;
	margin: 0px 0 5px 0;
}
.archive a{
    font: normal 13px Tahoma, Verdana;
    text-decoration: underline;
}
.post .postmetadata {
	margin-top:12px;
}
.mt0 {
	margin-top:0px !important;
}
.author {
	color: #4f4f4f;
	white-space: nowrap;
	margin: 0;
}
.author a {
	text-decoration: underline !important;
}
.author a:hover {
	border-bottom: none !important;
}
.postlist .author {
	float:left;
}
.postdate {
	color: #9b9b9b;
	margin: 0;
	padding-left:0px;
	white-space: nowrap;
	float: left;
}
.post h1 a, .post h2 a, .post h2, .post h3 a {
	color: #000000;
	font-size: 1.2em;
	text-decoration: none;
}
.post h1 a.small, .post h2 a.small, .post h2, .post h3 a.small {
	font-size: 1.2em;
}


h1, h2 {
	font-size: 15px;
}
.post h2 a:hover, .post h3 a:hover {
    border-bottom:1px dotted #00638d;
    color: #00638d;
}
a:hover {
    border-bottom: none!;
    color: #3093ad !important;
}
#tags a:hover {
    color: #3093ad;
    border-bottom:none !important;
}
.mt5 {
	margin-top :5px !important;
}
.entry {
	margin: 15px 0 5px 0;
	text-align: left;
	font-size: 13px;
}
.entry p {
	color: #272727;
	margin: 0;
	padding:13px 0px 0px;
	font-size: 13px;
}
.entry img {
	margin: 10px;
}
.entry ol li {
	margin: 0;
	padding: 0;
}
.entry table {
	clear: both;
}
.entry td {
	vertical-align: top;
}
.permalink {
	float: right;
	margin-top: 12px;
}
.permalink a {
	color: #00638d;
	font-weight: bold;
}
.permalink a:hover {
    color: #3093ad;
    border-bottom:none !important;
}
.postmetadata {
	float: left;
	padding: 0 0 0 16px;
	margin: 0;
	background:url(images/comments.gif) left top no-repeat;
}
.postmetadata a {
	color: #000000;
	font-weight: bold;
	font-size: 11px;
	text-decoration: none;
	padding-left: 3px;
}
.postmetadata a:hover {
    color: #00638D !important;
    text-decoration: underline;
}

.widecolumn .entry p {
	font-size: 12px;
	color: #4f4f4f;
}

.narrowcolumn .entry, .widecolumn .entry {
	line-height: 1.4em;
}
.entry p a:visited {
	color: #b85b5a;
}
.prevpostlink a {
	background: #fff url('images/older.gif')  no-repeat right top;
	padding-right: 15px;
}
.sharesave {
	margin: 10px 5px;
}
.similar_ad_block  {
	overflow: hidden;
	width: 580px;
}
.nextpostlink a{
	background: #fff url('images/newer.gif')  no-repeat left top;
	padding-left: 15px;
}
.nextpostlink, .prevpostlink {
	margin: 10px 5px;
}
.prevpostlink a, .nextpostlink a{
	color: #116d95;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
}
.prevpostlink a:hover, .nextpostlink a:hover{
	color: #3093ad;
	border-bottom:none !important;
}
.iconsphere {
	margin-top: 10px;
}
.iconsphere a {
	background: url(http://www.sphere.com/images/sphereicon.gif) no-repeat scroll left top;
	padding:0px 0px 4px 20px;
	white-space:nowrap;
}
.iconsphere a:hover {
    color: #3093ad;
    border-bottom:none !important;
}

/* Begin Structure */
html {
  height:100%;
}
* html body {
  height:100%;
}

body {
	margin: 0;
	padding: 0;
}

#page {
	background-color: white;
	margin: 0px auto;
	padding: 0;
	width: 955px;
	height:100%;
	position: relative;
}
#content {
	margin: 0 0 15px 0px;
	padding: 15px;
	width: 580px;
	float:left;
}
#sidebar
{
	padding: 0 15px 15px 15px;
	width: 300px;
	background: #ffffff;
	float:right;
	display: block;
}
#footer {
	padding: 0;
	margin: 15px auto;
	width: 955px;
	background-color: white;
	overflow: hidden;
	clear:both;
	border-top: 1px solid #A9C8CF;
}
#footer p {
	margin: 0;
	padding: 10px 15px;
	text-align: left;
	color: #b0b0b0;
	float: left;
}
#footer ul {
	padding: 5px 8px;
}
#footer p {
	font-size: 10px;
}
#headerimg {
	overflow:hidden;
}
.pages {
	float:right;
}
#categorylist {
	position: relative;
}
#categorylisttable {
	position: relative;
	overflow:hidden;
	padding-left:10px;
}
#categorylisttable ul li {
	float:left;
}
#searchform {
	margin-top: 20px;
	padding: 0;
	text-align: center;
}
#content #searchform {
	float: none;
}

#searchform #s {
	width: 222px;
	border: 1px solid #a9c8cf;
	padding: 2px;
	height: 15px;
}

#searchsubmit {
	border: 1px solid #a9c8cf;
	background-color: #ffffff;
	font-size: 12px;
	color: #00638d;
	width:66px;
	height:21px;
}
#subscribeto {
	height: 50px;
	width:100%;
}
#rss_subscribe {
	position: relative;
}
#rss_subscribe img {
	position: absolute;
	top: 15px;
}
#rss {
	position: absolute;
	top: 65px;
	left: 15px;
}
.rsslink {
	position: absolute;
	left: 40px;
	margin-top: 25px;
}
.rssdesc {
	position: absolute;
	left: 40px;
 	margin-top: 30px;
 	color: #9b9b9b;
	font-size: 10px;
}
.rsslink a {
	color: #00638d;
	font-weight: bold;
	font-size: 14px;
	text-decoration: underline;
}
.rsslink a:hover {
    color: #3093ad !important;
    border-bottom:none !important;
}

#email_subscribe {
	position: relative;
	top: 63px;
}
#email_subscribe img {
	position: absolute;
	top: 15px;
	left: 15px;
}
.email_subscribe {
	position: absolute;
	width: 228px;
	height: 21px;
	padding: 0;
	border: 1px solid #a9c8cf;
	color: #7e7e7e;
	font-size: 12px;
	top: 15px;
	left: 55px;
}
.email_subscribe_btn {
	position: absolute;
	top: 42px;
	left: 169px;
	width: 116px;
	height: 23px;
	color: #fff;
	padding: 0;
	border: 0px;
	font-size: 12px;
	font-weight: bold;
	background: #cbd8e0 url('images/subscribe.gif') top left no-repeat;
}

.ad300_600 {
    margin-top: 15px;
}

.ad300_250 {
	margin-top: 15px;
}
.ad728_90 {
	margin: 15px 0px;
	width: 728px;
	height: 90px;
	clear:both;
}
.ad125_125 {
	width: 125px;
	height: 125px;
}
.ad125_125_block {
	display: block;
	margin: 15px 15px 0 0 ;
	width: 125px;
	height: 125px;
/*	float: left;*/
}
.ad125_125_block div.ad125_125 img{
	position: absolute;
}
.ad125_600_root{
    display: block;
    width: 125px;
    height: 600px;
    float:left;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.ad160_600{
    width: 160px;
    margin: 15px 0 0 0 !important;
}
.ad270_270{
    display: block;
    float: right;
    height: 270px;
    width: 285px;
    overflow: hidden;
}
.w270 {
	width: 270px;
}
.h250 {
	height: 250px;
}

.to_cell_block{
    display: block;
    width: 578px;
    vertical-align: top;
    height: 270px;
    margin-top: 15px;
}
#recent {
	overflow: hidden;
}
.cell{
	margin: 0;
	float: left;
	height: 270px;
	width: 285px;
}
#recent_head {
	padding: 0;
	overflow:hidden;
}
* html #recent_head {
	height:1%;
}
.recent_title {
	font-size: 16px;
	color: #4f4f4f;
}
.recent_title a {
	color:#00638d;
	font-size: 12px;
	font-weight: normal;
    text-decoration: underline;
}
.recent_title a:hover {
    color: #3093ad !important;
    border-bottom:none !important;
}
.recent_title span {
	color:#00638d;
	font-size: 12px;
	font-weight: normal;
    text-decoration: none;
}
#recent ul, #trackback ul{
	padding-bottom:15px;
	font-size: 12px;
	line-height: 1em;
}
#recent ul li, #trackback ul li{
	list-style:none;
	margin: 15px 15px 0 0;
	overflow:hidden;
}
#recent ul li img, #trackback ul li img {
	margin-right :7px;
	float:left;
}
#recent ul li a, #trackback ul li a{
	color:#00638d;
	font-size: 12px;
	font-weight: bold;
	line-height:15px;
}
#recent ul li p,#trackback ul li p {
	color: #4f4f4f;
	margin-top:5px;
	font-size: 12px;
}
#trackback {
	border-left: 1px solid #e6f0f2;
	border-right: 1px solid #e6f0f2;
	border-bottom: 1px solid #e6f0f2;
	margin-top: 15px;
}
#trackback_head {
	background: #e6f0f2 url('images/recent_header.gif') top left no-repeat;
	padding: 5px;
	height:1%;
}
#comments {
	overflow: hidden;
}
#comments_head {
	background: #e6f0f2;
	padding: 5px;
	height:1%;
	margin-top: 15px;
	overflow: hidden;
}
.commentsrss {
	margin-top:5px;
}
#comments ul li {
	list-style:none;
	margin: 15px 0 0 15px;
	border-bottom: 1px solid #e6f0f2;
	padding-bottom:15px;
}
#comments ul li img {
	margin-right: 10px;
}
#comments ul li a {
	color:#00638d;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}
a.commentdate:hover {
	color: #000 !important;
    border-bottom:1px dotted #000 !important;
}

#comments ul li a:hover {
    color: #3093ad;
    border-bottom:1px dotted #00638d;
}

#comments ul li span, .commentdate {
	color:#9b9b9b !important;
	font-size: 11px !important;
	font-weight:normal !important;
}
.trackbackdate {
	color:#9b9b9b !important;
	font-size: 11px !important;
	font-weight:normal !important;
}
.comment_text {
	color:#4f4f4f;
	font-size: 12px;
	margin-top:5px;
}
.comment_text p {
	margin: 5px 0 5px 0;
	text-align: left;
}
.comments_form {
	background: #e6f0f2;
	padding: 0 15px 15px 15px;
	overflow: hidden;
}
#leavecomments {
	margin-top: 15px;
}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}

/* Begin Form Elements */

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
}

#commentform input {
	width: 170px;
	padding: 2px;
	border: 1px solid #cbd8e0;
	margin: 10px 5px 1px 0;
	}

#commentform textarea {
	width: 100%;
	border: 1px solid #cbd8e0;
	margin-top: 10px;
}
.commentsformtitle {
	color:#4f4f4f;
	font-size: 12px;
}
#commentform #submit {
	border: none;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	background: #cbd8e0 url('images/comments_submit.gif') no-repeat top left;
	width: 116px;
	height:25px;
}
.commentsumbitblock {
	/*overflow: hidden;*/
	/*height: 205px;*/
}
.recaptcha-error{
    font-size: 13px !important;
    color: red;
}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
	}

.commentlist p {
	margin: 10px 5px 10px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
}
.loggedin {
	color: #4f4f4f;
	font-size: 12px;
	padding: 5px 0;
}
.loggedin a {
	color:#00638d;
	font-size: 12px;
	font-weight: bold;
}
.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation, #wp_page_numbers {
	display: block;
	text-align: center;
	overflow: hidden;
	width: 580px;
	height: 35px;
}
#wp_page_numbers {
	text-align: right;
}
.navigation {
	display: block;
	text-align: center;
}
/************/
.pagelinks {
	margin: 10px 5px;
	color: #4f4f4f;
}
.pages {
	margin: 5px 2px;
}
.pagesel {
	background: #fff url('images/pagesel.gif')  no-repeat left top;
}
.older {
	background: #fff url('images/older.gif')  no-repeat right top;
	padding-right: 15px;
}
.newer {
	background: #fff url('images/newer.gif')  no-repeat left top;
	padding-left: 15px;
}
.older a, .newer a{
	color: #116d95;
	text-decoration: none;
}
.pagesel {
	color: #fff;
	font-size:90%;
	text-decoration: none;
}
.page {
	background: #e6f0f2 url('images/page.gif')  no-repeat left top;
}
.page a {
	color: #1f759b;
}
.page,
.pagesel {
	margin: 2px;
	padding: 5px;
	width: 11px;
	height: 11px;
}
.page a {
	font-size:90%;
	text-decoration: none;
	margin: 0;
	padding: 0;
}
/************/
#wp_page_numbers ul {
	list-style:none;
	height:27px;
}
#wp_page_numbers ul li {
	padding: 5px;
}
#wp_page_numbers ul li:hover {

}
#wp_page_numbers ul li a:hover {
	border-bottom:none;
}
.active_page {
}
.active_page a {
	color: #000 !important;
	text-decoration: none !important;
	font-weight: bold;
}
.active_page a:hover {
	border-bottom:none !important;
}
#wp_page_numbers ul {
	overflow: hidden;
}
#wp_page_numbers ul li {
	color: #1f759b;
	float: left;
}
.page_info {
	background: none !important;
	color:#4F4F4F;
	width: 380px !important;
	text-align: left;
	float: left !important;
	white-space: nowrap;
}
#wp_page_numbers ul.page_info:hover {
	background: none !important;
}
#wp_page_numbers ul li a {
	text-decoration: underline;
	color: #1f759b;
}
.space {
	display: none  !important;
}
.first_last_page {
	display: none  !important;
}

.clear {
	clear: both;
}

/* End Various Tags & Classes*/
#more {
	z-index: 100;
	position: absolute;
	left: 385px;
	width: 130px;
	top:127px;
	background: #e7eff2;
}
#company {
	z-index: 100;
	position: absolute;
	width: 570px;
	top:152px;
	height: 31px;
	background: #D7DFE2;
}
* html #company {
	top:142px;
}
#company ul li {
	list-style: none;
	font-size: 12px;
	text-transform: capitalize;
	padding:7px 10px;
	text-align: left;
	float:left;
	color:#00638D;
	font-weight:bold;
}
#company ul li a {
	color: #626262;
	text-decoration: none;
	font-weight:normal;
}
#company ul li a:hover {
	color: #626262 !important;
	text-decoration: underline !important;
	border-bottom: none !important;
}

* html #more {
	top:142px;
}
.morelink {
	background: url('images/more.gif')  no-repeat right top; !important;
}
#more ul{
	list-style: none;
	font-size: 12px;
	text-transform: capitalize;
	padding:5px 10px;
	text-align: left;
}
#more ul li{
	color: #00638d;
	height: 20px;
	width: 120px;
	float: none !important;
	padding:5px 0pt 0pt 10px !important;
}
#more ul li a {
	color: #00638d;
	text-decoration: none;
}
#more ul li a:hover {
	color: #fff !important;
	border-bottom:none;
}

.moreselect {
	background:url(images/cat_sel2.gif) top left no-repeat;
	width: 69px !important;
}
.moreselect a {
	color: #00638d;
	text-decoration: none;
}
.moreselect a:hover {
	color: #fff !important;
	border-bottom:none;
}

.hidden {
	display: none;
}
.pagetitle {
	margin: 0 0 15px 0 !important;
}
.replycommentlink {
	padding-left: 20px;
	background:url(images/leavecomment.jpg) left top no-repeat;
	height: 15px;
}
.adzone1 {
	position:absolute;
	top:0px;
	left:222px;
	padding-top: 5px;
	width:728px;
	height:90px;
}
.ad160_600 {
	margin: 15px 0 0 18px ;
	float: right;
}
#advertising {
	overflow:hidden;
}
.title_block_sel {
	background:url(images/title_block_sel.gif) left top no-repeat;
	width:114px;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	padding: 5px;
	float:left;
}
.title_block {
	width:114px;
	font-size: 12px;
	font-weight: bold;
	padding: 5px;
	color: #116d95;
	float:left;
}
.title_block:hover {
	background:url(images/title_block_sel.gif) left top no-repeat;
	cursor: pointer;
	cursor: hand;
	color: #fff;
}
.pt5 {
	padding-top: 5px !important;
}
.recent_title_separator {
	background:url(images/sep.gif) top right no-repeat;
	height:20px;
	width:1px;
	margin: 4px 5px 0 5px;
}
.sharehack {
	margin-top: 8px !important;
}
.similar_ad_block #recent {
    margin-top: 0px !important;
    /*margin-bottom: 15px !important;*/
}
.postlist .postmetadata {
    margin-top: 0px;
}
.postlist .permalink {
    margin-top: 0px;
}

.similar_posts{
    display: block;
    height: 150px
}
.similar_block{
    display: block;
    width: 120px;
    float: left;
    margin-left: 20px;
    margin-top: 10px;
}
.similar_block .simg{
    margin-left: 20px;
    width: 80px !important;
    height: 80px !important;
    overflow: hidden;
    align: center;
}


.similar_block .title a{
    display: block;
    width: 120px;
    overflow: hidden;
}
.recent_title{
    white-space: nowrap;
}

#IDCommentsHead {
	border-top: 1px solid #A9C8CF;
}

.addthis_toolbox .six_column{width:100%;padding:0;border:1px solid #e4e4e4;background-color:#f5f5f5; display:inline-block; margin-top: 20px;}
.addthis_toolbox .six_column a{padding:4px 15px 4px 33px;font:normal 11px/15px arial,sans-serif;max-width:70px;position:relative;display:inline-block;text-decoration:none;color:#444;text-shadow:#fff 0px 1px 4px;border:1px solid transparent;-moz-border-radius:4px;-webkit-border-radius:4px;}
.addthis_toolbox .six_column a:hover{background:#e8e8e8;border-color:#e4e4e4;text-decoration:none;}
.addthis_toolbox .six_column span{position:absolute;left:14px;top:4px;}
.addthis_toolbox .six_column .top{padding:0 0 10px 0;border-bottom:solid 1px #eee;margin-bottom:10px;margin:0 20px 10px 20px;}
.addthis_toolbox .six_column .more{padding:10px 0 0 0;margin:10px 20px 0 20px;text-align:center;}
.addthis_toolbox .six_column .more a{padding:4px 0;width:auto;}
.addthis_toolbox .six_column .more span{display:none;}
.addthis_toolbox .six_column .column1,
.addthis_toolbox .six_column .column2,
.addthis_toolbox .six_column .column3,
.addthis_toolbox .six_column .column4,
.addthis_toolbox .six_column .column5,
.addthis_toolbox .six_column .column6{width: 95px;float:left;margin:10px 0;}
.addthis_toolbox .six_column .column1{margin-left:10px;}
.addthis_toolbox .six_column .clear{clear:both;margin:0;padding:0;display:block;height:0;width:0;}
.addthis_toolbox .six_column p{display:none;}
.addthis_toolbox .six_column .divider{border-top:solid 1px #e4e4e4;padding:0;margin:0 20px;clear:both;}.addthis_toolbox .six_column{width:100%;padding:0;border:1px solid #e4e4e4;background-color:#f5f5f5;}


.idc-right {
	margin-top: 3px !important;
}


#hovercard {
	width: 38px;
	display: block;
	background: url('http://twitter-badges.s3.amazonaws.com/t_logo-b.png') top center no-repeat;
	margin-top: 11px;
	font-size: 11px;
	text-decoration: none;
	text-align: center;
	padding-top: 40px;
	color: #3093AD;
}
#icon_rss {
	width: 36px;
	display: block;
	margin-top: 11px;
	margin-left: 10px;
	background: url('/wp-content/themes/profy/images/rssicon_36x36.gif') top center no-repeat;
	font-size: 11px;
	text-decoration: none;
	text-align: center;
	padding-top: 40px;
	color: #3093AD;
}

.block_subscribe {
	margin-top: 20px;
	width: 298px;
	height: 80px;
	border: 1px solid #E4E4E4;
	background: #FFF;
	padding-top: 10px;
}

.block_subscribe li{
	margin: 0;
	float: left;
	list-style: none;
}

.post .buttons li {
	float: left;
	list-style: none;
	height: 20px;
	margin-left: 5px;
}

#idc-container h3 {
	font-size:1.2em !important;
}

.idc-tb-title a {
	font-size: 13px !important;
}
#_twttr_anywhere_client_1.1.2 {
	height: 0;
}
