

/*  
Theme Name: id tags v3.0
Theme URI: http://identitypr.com/blog
Description: Simple, highly customizable, well-balanced 3 column theme. More Power. More Style. Your Style!
Tags: fixed width, three columns, simple, control panel, custom layout
Author: Chris Heckman (based on Alex Cristache)
*/
/* License and other information:

- This theme is released unde Creative Commons 3.0 licence;
- You may share, modify and use it in personal or commercial projects;
- I'd appreciate it if you DO NOT remove the author information in the theme's footer;
- Under any circumstances, DO NOT remove the original author information from this CSS file (this includes Name and URL);
- If you modify the theme, please mention the original author in a comment like this one.

*/


/* General styles */
body {
		background: white url(img/greyscale.gif) repeat-x;
	margin: 0 auto;
	text-align: center;
	font: normal normal 12px Tahoma, Arial, Verdana, sans-serif;
	color: #444;
}

#wrap {
	margin: 31px auto 25px;
	width: 920px;
	text-align: left;
	border: 1px solid silver;
	background: white url(img/silverred/header-back.jpg) no-repeat;
}

a {
	color: #0f7cd7;
	text-decoration: none;
}

a:hover {
	color: #0f7cd7;
	text-decoration: underline;
}

img a {
	padding: 0;
	margin: 4px;
	border: 0 hidden white;
}
img a:hover  {
	padding: 0;
	margin: 4px;
	border: 0 hidden white;
}
form {
	margin: 5px 0 0;
	padding: 0;
}

small {
	font-size: 9px;
}

.left {
	float: left;
	padding-bottom: 5px;
	font: 9px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

.right {
	float: right;
}


/* Header styles */
#header {
	width: 960px;
	overflow: hidden;
	margin-bottom: 50px;
	margin-right: 0;
}

.topLogo {
	width: 150px;
	float: left;
	margin-right: 40px;
	padding-top: 25px;
	height: 70px;
	background: none no-repeat 0 0;
	margin-top: 10px;
	border: 10px hidden fuchsia;
}


.topLogo h1, .topLogo h2 {
	font: normal small-caps 25px/20px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: #0f7cd7;
	margin: 0;
	padding: 0;
}

.topLogo h1 a, .topLogo h2 a {
	text-decoration: none;
	color: #0f7cd7;
	border: 0 hidden #fff;
}

.topLogo h1 a:hover, .topLogo h2 a:hover {
	color: #0f7cd7;
}



.topLogo .blogDescription {
	font: normal small-caps 16px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: #0f7cd7;
}

.topMenu {
	width: 370px;
	float: left;
	margin-right: 20px;
	font: normal normal 14px Georgia, "Times New Roman", serif;
}

.topMenu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: block;
}

.topMenu ul li {
	margin: 0 20px 0 0;
	padding: 25px 0 0 0;
	float: left;
	border-top: 5px solid #d2ebea;
}

.topMenu ul li.current_page_item {
	border-top: 5px solid #d90202;
}

.topMenu ul li a {
	color: #0f7cd7;
	padding-top: 20px;
	text-decoration: none;
}

.topMenu ul li a:hover {
	color: #fff;
}

.topSearch {
	width: 260px;
	float: right;
	padding-top: 0;
	padding-right: 0;
	margin-right: 45px;
	margin-left: -20px;
	visibility: visible;
	margin-top: 50px;
}

.s {
	border: 1px solid #0f7cd7;
	width: 200px;
	float: left;
	height: 18px;
	color: #0f7cd7;
	padding-left: 3px;
}

.searchSubmit {
	background: #0f7cd7 none;
	font: bold 10px/20px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	cursor: pointer;
	float: right;
	color: white;
	padding-right: 5px;
	padding-left: 5px;
	border: 1px solid #0f7cd7;
}
.searchSubmit:hover {
	background: #078fe3 none;
	font: bold 10px/20px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	cursor: pointer;
	float: right;
	color: white;
	padding-right: 5px;
	padding-left: 5px;
	border: 1px solid #0f7cd7;
}

/* Page structure styles */

#page {
	width: 910px;
	overflow: hidden;
	padding-top: 0;
	margin-top: 0;
	height: 100%;
}

#lsidebar {
	width: 160px;
	float: left;
	margin-right: 10px;
	margin-left: 6px;
	margin-top: -55px;
	padding-right: 10px;
}

#rsidebar {
	float: right;
	width: 50px;
	padding-right: 5px;
	visibility: hidden;
}

#content {
	float: left;
	width: 450px;
	margin-right: 20px;
	padding-right: 20px;
	padding-left: 20px;
}

/* Sidebars styles */

#lsidebar .leftPic{
	padding-top: 170px;
	background: url(img/red-thumb-shine.jpg) no-repeat;
}

#lsidebar .leftPicCustomWrap {
	width: 200px;
	overflow: hidden;
}

#lsidebar .leftPicCustom {
	margin: 0;
	border: 0;
	background: none;
}

#lsidebar h2, #rsidebar h2 {
	font: normal bold 15px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: #0f7cd7;
	margin: 0 0 5px;
	padding: 0 0 2px;
	border-bottom: 1px solid #0f7cd7;
	letter-spacing: 0;
}

#lsidebar ul, #rsidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#lsidebar ul ul ul, #rsidebar ul ul ul {
	margin: 4px 0 0 10px;
	padding: 0;
	list-style: none;
}

#lsidebar ul li, #rsidebar ul li {
	margin: 0 0 8px;
	padding: 0 0 0 5px;
	list-style: none;
	font: 11px/13px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

#lsidebar li li, #rsidebar li li {
	margin: 0;
	padding: 4px 0;
	list-style: none;
	border-bottom: 1px solid #ddd;
}

#lsidebar li li li, #rsidebar li li li {
	margin: 0;
	padding: 4px 0;
	list-style: none;
	border: none;
}

#lsidebar ul ul ul a, #rsidebar ul ul ul a {
	font-size: 11px;
}

#lsidebar li.rssFeed {
	background: url(img/bg-rss.gif) no-repeat;
	width: 200px;
	height: 50px;
	font: normal bold 12px Georgia, "Times New Roman", serif;
}

.rssFeed a {
	line-height: 50px;
	width: 143px;
	height: 50px;
	display: block;
	text-decoration: none;
	color: #fff;
	padding-left: 57px;
}

.rssFeed a:hover {
	color: #fffcc5;
}

.rssForm form {
	margin: 10px 0;
}

.rssEmail {
	border: 1px solid #92bdbb;
	width: 126px;
}

.rssSubmit {
	width: 66px;
	padding: 0;
	background: none;
	border: none;
	font: normal bold 12px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	cursor: pointer;
	color: #0f7cd7;
}

.rssForm small {
	padding: 2px;
	background: #eff7f7;
	display: block;
}

#rsidebar .ads125 {
	padding: 10px 0 0 0;
	width: 260px;
	overflow:          ;
}

.leftBanner {
	float: left;
	margin-bottom: 10px;
}
.rightBanner {
	float: right;
	margin-bottom: 10px;
}

.advertiseHere {
	clear: both;
	display: block;
	text-align: center;
	font: normal bold 12px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	margin-bottom: 10px;
}

#wp-calendar {
	width: 100%;
	padding: 0;
	border: none;
	margin: 0;
}

#wp-calendar caption {
	padding: 4px;
	font: normal bold 12px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: gray;
}

#wp-calendar th {
	padding: 4px;
	text-align: center;
	background: #eff7f7;
}

#wp-calendar td {
	padding: 4px;
	text-align: center;
	background: #f5f5f5;
}

#wp-calendar #prev {
	text-align: left;
}

#wp-calendar #next {
	text-align: right;
}

#wp-calendar a {
	color: #0f7cd7;
}

#wp-calendar a:hover {
	color: orange;
}

/* Active Footer */

#subfooter {
width: 920px;
margin-right: 0;
height: 145px;
clear:both;
	margin-top: 0;
	margin-left: 0;
	background-image: url(img/silverred/footer-back.jpg);
}

div.widget {
width:240px;
height: 160px;
float:left;
}

#twitter-2 ul{
	height: 90px;
	color: white;
	font-size: 10px;
	margin-left: 50px;
	width: 220px;
}

#twitter-2 li{
	height: 90px;
	color: white;
	font-size: 10px;
}

.twitterwidget-title{
	font-size: 15px;
	margin-left: 40px;
	margin-top: -10px;
	color: white;
}
.twitterwidget-title a:link {
	font-size: 15px;
	margin-left: 40px;
	text-decoration: none;
	margin-top: -10px;
}

.twitterwidget-title a:hover{
	font-size: 15px;
	margin-left: 40px;
	text-decoration: underline;
	margin-top: -10px;
}


#text-5.widget_text {
width:240px;
height: 160px;
float: left;
	margin-left: 245px;
}


#subfooter .widget {
padding: 10px 10px 10px 50px;
	height: 90px;
}

#subfooter li {
list-style-type: none;
list-style-image: none;
	display: inline;
	margin-right: 15px;
	padding: 0;
}

#subfooter li ul {
padding-left:0px;
font-size:12px;
	margin-top: -10px;
}

#subfooter a {
text-decoration: underline;
clear:both;
	color: white;
}

#subfooter a:hover {
text-decoration: none;
clear:both;
	color: orange;
}

#subfooter h2 a {
width:90%;
text-decoration:none;
clear:both;
display:block;
	color: white;
	padding-left: 6px;
	padding-bottom: 0;
	margin-bottom: 0;
}

#subfooter h2 a:hover {
width:90%;
text-decoration:none;
clear:both;
display: inline-block;
	color: white;
	font-size: 15px;
	margin-top: -10px;
	margin-left: 42px;
	margin-bottom: 0;
	padding-bottom: 0;
	text-decoration: none;
}


#subfooter a:hover {
color:#FFFFFF;
	text-decoration: none;
}

#subfooter #twitter-3 {
height: 120px;
float:left;
	margin-left: 15px;
	font-size: 10px;
}
#subfooter #twitter-3 li{
height: 75px;
float:left;
	font-size: 10px;
	color: white;
	margin-left: 15px;
	width: 240px;
}
li#twitter-2.widget.widget_twitter div{
	padding: 0;
	margin-left: -30px;
	margin-top: -20px;
}

#subfooter #linkcat-2 {
height: 90px;
	font-size: 10px;
	color: white;
	width: 140px;
	display: inline-block;
	float: right;
	margin-top: 4px;
	right: 2px;
}
li#linkcat-2.widget.widget_links{
	width: 10px;
	padding-left: 0;
	padding-right: 0;
	padding-top: 0;
}

#subfooter #linkcat-2 h2.widgettitle{
float: none;
	font-size: 13px;
	color: white;
	display: inline-block;
	margin-top: 0;
	margin-bottom: 8px;
	padding-top: 6px;
}

#subfooter ul.xoxo.blogroll {
height: 90px;
float: none;
	font-size: 10px;
	color: white;
	width: 160px;
	display: inline-block;
	margin-left: 7px;
	line-height: 15px;
	margin-top: -8px;
}

#subfooter ul.xoxo.blogroll li{
	display: inline-block;
	line-height: 15px;
}

#subfooter ul.xoxo.blogroll li a img{
	display: inline-block;
	line-height: 15px;
	margin: -10px;
	padding: 0;
	float: none;
	border: 1px hidden white;
}

#subfooter ul.xoxo.blogroll a{
float: none;
	font-size: 10px;
	color: white;
	margin-left: 7px;
	line-height: 15px;
	text-decoration: underline;
}
#subfooter ul.xoxo.blogroll a:hover{
float: none;
	font-size: 10px;
	color: white;
	margin-left: 7px;
	line-height: 15px;
	text-decoration: none;
}



/* MailChimp */
#mailchimp-widget {
	margin-left: -9px;
	padding-left: 0;
}
.mailchimpSF_display_widget{
}

fieldset.mc_custom_border{
	color: #666;
	font-size: 11px;
	border: 1px none white;
	padding: 0;
	margin: -7px 0 0 165px;
}
#mc_message.updated{
	color: orange;
	font-size: 10px;
	width: 170px;
}
span.mc_error_msg{
	color: orange;
	font-weight: bold;
	font-size: 10px;
	width: 160px;
}
fieldset.mc_custom_border legend{
font: normal bold 15px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: white;
	margin: 0 0 5px -50px;
	letter-spacing: 0;
	background-color: transparent;
	border: 1px hidden #00acec;
	padding-right: 0;
	padding-top: 0;
	padding-bottom: 2px;
}

#mc_signup_container{
	color: #666;
	font-size: 11px;
	margin-left: 0;
}

mc_signup_form form {
}

.mc_signup_container{
	color: #666;
	font-size: 11px;
}

.mc_merge_var label{
	margin-top: 5px;
	padding-top: 0;
	margin-bottom: 3px;
	color: white;
}


#mc_signup_submit.button{
	border: 1px solid #3f8dbf;
	color: white;
	width: 154px;
	padding: 2px;
	margin-left: -20px;
	margin-top: 2px;
	background-color: #0f7cd7;
}

form #mc_signup_form{
	padding: 0;
	margin-left: 0;
}

.mc_custom_border sup{
	color: #0f7cd7;
	font-size: 9px;
	padding-left: 3px;
}

.mc_custom_border input{
	border: 1px solid #00acec;
	color: #666;
	margin-top: 0;
	width: 150px;
	margin: 0;
	padding: 1px;
}

.mc_custom_border .submit input.button{
	background-color: #0f7cd7;
	color: white;
	width: 60px;
	padding: 2px;
	margin-left: 165px;
}
#subfooter #mailchimp-widget{
	height: 93px;
}
/* Content styles */

.topAd {
	margin-bottom: 25px;
}

.archiveTitle {
	font: normal normal 12px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: black;
	text-transform: capitalize;
	border-bottom: 1px solid #ddd;
}

.post {
	margin-bottom: 25px;
	margin-left: 10px;
	width: 605px;
}

.post a {
}

.postTitle h1, .postTitle h2 {
	font: normal normal 28px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: #0f7cd7;
	padding: 0 0 5px 0;
	border-bottom: 1px solid #ddd;
	margin: 0 0 5px 0;
}

.postTitle h1 a, .postTitle h2 a {
	font: normal normal 28px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: #0f7cd7;
	text-decoration: none;
}

.postTitle h1 a:hover, .postTitle h2 a:hover {
	font: normal normal 28px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: #0f7cd7;
}

.postInfo {
	font-size: 11px;
}

.postContent {
	margin-top: 20px;
	margin-bottom: 10px;
	line-height: 17px;
	width: 580px;
	overflow: hidden;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

.postContent #incoming{
	line-height: 17px;
	overflow: hidden;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	margin-top: 1px;
	background-color: #f6f6f6;
	color: #666;
	border: 1px solid #ddd;
}

.postContent #incoming a:link{
	color: #0f7cd7;
}

.wp-caption{
	margin-bottom: 10px;
}

.wp-caption-text{
	margin-top: -8px;
	margin-left: 15px;
	color: #0f7cd7;
}


.postContent p{
	margin-bottom: 10px;
	float: none;
}


.postContent a img.imgtfe{
	margin: 15px 7px 10px 3px;
	float: left;
	clear: both;
	border: 2px solid #efefef;
}

.postContent img{
	margin: 10px;
	float: none;
	clear: none;
	border: 4px solid #ffffff;
}


.postContent .alignleft {
float:left;
margin-right:15px;
}

.postContent h1 {
	font: normal normal 22px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: #0f7cd7;
}

.postContent h2 {
	font: normal normal 20px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: #0f7cd7;
}

.postContent h3 {
	font: normal normal 18px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: #0f7cd7;
	margin-top: 8px;
}

.postContent h4 {
	font: normal small-caps bold 14px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: #0f7cd7;
	text-transform: capitalize;
}

.postContent blockquote {
	margin: 0 0 10px;
	padding: 20px 20px 20px 40px;
	background: #eff7f7 url(img/bg-blockquote.gif) no-repeat;
	font: normal normal 12px/15px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

.postExtras {
	border-top: 1px solid #ddd;
	padding: 5px 0;
	font-size: 11px;
	border-bottom: 1px solid #ddd;
	margin-top: 5px;
	margin-bottom: 5px;
}

.postMeta {
	text-align: right;
	padding-top: 5px;
	font-size: 11px;
	border-bottom: 10px solid #ddd;
	padding-bottom: 10px;
	margin-bottom: 45px;
}


.postLink {
	float: left;
}
.postLink a{
	margin-left: 0;
	display: block;
}
.postLink a:hover{
	margin-left: 0;
}


.postComments a {
	background: url(img/icon-comments.gif) no-repeat 0 4px;
	padding-left: 16px;
}

.postComments a:hover{
	background: url(img/icon-comments.gif) no-repeat 0 4px;
	padding-left: 16px;
}

.postLink a {
	background: url(img/icon-postlink.gif) no-repeat 0 1px;
	padding-left: 14px;
}

.postLink a:hover {
	background: url(img/icon-postlink.gif) no-repeat 0 1px;
	padding-left: 14px;
}

.navigation {
	width: 605px;
	font: normal normal 13px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	overflow: hidden;
	margin-bottom: 10px;
	color: #666;
	border-top: 2px solid #ddd;
	margin-left: 10px;
}

.navigation a{
	text-decoration: none;
	display: inline-block;
	font: 12px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	padding: 5px 8px;
	border: 1px solid #0c82da;
	margin: 5px;
}

.navigation a:hover{
text-decoration: none;
	display: inline-block;
	font: 12px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	padding: 5px 8px;
	border: 1px solid #0c82da;
	margin: 5px;
	color: white;
	background-color: #0c82da;
}

.navigation .current{
text-decoration: none;
	display: inline-block;
	font: 12px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	padding: 5px 8px;
	border: 1px solid #0c82da;
	margin: 5px;
	color: white;
	background-color: #0c82da;
}


/* Comments styles */

.commentZone {
	margin-bottom: 25px;
	margin-left: 10px;
	padding-top: 18px;
	padding-bottom: 20px;
	padding-left: 10px;
	width: 600px;
	border-top: 1px solid #0f7cd7;
	background-color: #f6f6f6;
}

h3#respond, h3#comments, h3#trackbacks {
	font: normal normal 18px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: #0f7cd7;
	border-bottom: 1px solid #ddd;
	margin: 30px 0 0 0;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 0;
	width: 95%;
}

.commentList {
	margin: 0;
	padding: 0;
	list-style: none;
}

.commentList li {
	width: 570px;
	overflow: hidden;
	display: block;
	padding: 10px 0 0 0;
	border-bottom: 1px solid #ddd;
}

.commentLeft {
	float: left;
	width: 80px;
}

.commentLeft img {
	padding: 4px;
	border: 1px solid #ddd;
	margin-left: 5px;
}

.commentAuthor {
	font: normal bold 14px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

.commentAuthor a {
	color: #0f7cd7;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

.commentAuthor a:hover {
	color: #0f7cd7;
	border-bottom: 1px solid orange;
}

.commentRight {
	float: left;
	width: 490px;
	overflow: hidden;
	margin-bottom: 10px;
}

.commentRight p {
	margin: 10px 0;
}

#author, #email, #url {
	border: 1px solid #92bdbb;
	margin-top: 2px;
	margin-bottom: 2px;
	padding: 2px;
}

#comment {
	border: 1px solid #00acec;
	width: 400px;
}

#submit {
	width: 80px;
	height: 20px;
	border: none;
	font: normal bold 12px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: #fff;
	text-align: center;
	cursor: pointer;
	margin-top: 5px;
	background: #0f7cd7 no-repeat;
}

.trackbackList {
	margin: 0 0 8px;
	padding: 0 0 9px;
	border-bottom: 1px solid #ddd;
	width: 95%;
}

.trackbackList li {
	padding: 4px 0 0 0;
	margin-left: 23px;
}


/* Footer styles */

#footer {
	border-top: 1px solid #ddd;
	padding-top: 5px;
	font-size: 10px;
	margin-bottom: 0;
	overflow: hidden;
}

.footerMenu {
	text-align: right;
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: 9px;
}

.footerMenu li {
	display: inline;
	margin-left: 15px;
}

#author-info {
	background: #f6f6f6;
	overflow: auto;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	width: 600px;
	margin: 0 0 25px 12px;
	border-top: 1px solid #0f7cd7;
}

#author-info h4{
	padding-bottom: 10px;
	color: #0f7cd7;
	padding-top: 0;
	margin-top: 0;
	margin-bottom: 2px;
	height: 10px;
	font-family: Arial, Helvetica, "Helvetica Neue", Geneva, sans-serif;
}

#author-info p{
	padding-bottom: 10px;
	line-height: 15px;
	margin-left: 10px;
	color: #666;
	margin-top: 5px;
	font-family: Arial, Helvetica, "Helvetica Neue", Geneva, sans-serif;
}

#author-info div#author-image {
		float: left; 
		margin: 0 10px 5px;
	border: 1px solid #e2e2e2;
}
img.avatar.avatar-80.photo{
	border: 1px solid #e2e2e2;
}
	
#author-info div#author-image a{
		margin: 0px 0px 0px 0px; 

	}
	#author-info div#author-image a:hover{
		margin: 0px 0px 0px 0px; 

	}
		
.bypostauthor { background-color: #e4e4e4;
}
img#wpstats{width:0px;height:0px;padding:0px;border:none;overflow:hidden}



/* Trackable Social Sharing */
.socs{
	height: 30px;
	text-align: center;
}


.socs ul {
	list-style-type: none;
}

.socs ul li {
	display: inline-block;
	float: left;

}

