/*  
Theme Name: ProudBlack Wordpress Theme
Theme URI: www.iacobionut.com
Description: ProudBlack Wordpress Theme by <a href="http://iacobionut">IacobIonut</a>.
Version: 1.0
Author: Iacob Ionut
Author URL: http://IacobIonut.com
Tags: black-white, moo-tools tabs, fixed-width, two-columns, 960gs, right-sidebar
*/

/* =================== MAIN STRUCTURE ======================= */

body{
	background: #f2f2f2 url(images/page-bg.jpg);
	color:#666;
	font-family: "helvetica neue", helvetica, arial;

}

a{
	color:#ef2c58;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

small {
	font-size: 11px;
}

code {
	background: #fcfbf2;
}


#header{
	height:200px;
	background:url(images/header.jpg) repeat-x top center;
}

#topmenu{
	color:#fff;
}

#topmenu ul{
	font-family: "helvetica neue", helvetica, arial;
	font-weight: lighter;
	font-size:1.1em;
	margin:0;
	padding:5px 0 0 0;
	text-align: center;
	text-transform: lowercase;
}

#topmenu ul li  {
	display: inline;
	margin:0;
	padding:0 5px;
	z-index: 100;	
}

#topmenu ul li.current_page_item a{
	background-color:#EF2C58;
	color:#ddd;
}

#topmenu ul li a{
	color: #fff;
	text-decoration:none;
	padding:15px 5px 2px 5px;
}

#topmenu ul li a:hover{
	background-color:#EF2C58;
	color:#ddd;
}

#logo h1{
	font-size:30px;
	line-height:30px;
	margin: 15px 0 0 130px;
	color:#fff;
}

#logo h1 a{
	color:#fff;
	text-decoration:none;
	border: none;
}

#logo h1 a:hover{
	text-decoration:none;
}

#logo .description{
	color:#777;
}

#searchform{
	float:right;
	margin:35px 10px 0 0;
}

#rssfeed{
	float:right;
	margin:3px 10px 0 0;
}

#rssfeed a.rss{
	background: transparent url(images/rss.gif) no-repeat left top;
	padding-left: 20px;
}

#rssfeed a {
	color: #fff;
	text-decoration:none;
}

#rssfeed a:hover{
	text-decoration: underline;
}

/* ===================== MAIN AREA =================== */
#content{
	margin:20px 0 0 0;
}

#mainbck{
	background:#f2f2f2 url(images/bck2.jpg) no-repeat;
	height:590px;
	width:1100px;
	margin:0 auto;
}

#main-top{
	background:url(images/maintop.png) no-repeat;
	height:12px;
}

#main-area{
	background: url(images/mainbck.gif) repeat-y;
}

#main-bottom{
	background:url(images/mainbottom.png) no-repeat;
	height:12px;
}

.post{
	margin:0 15px 0 15px;
	padding-bottom: 15px;

}

.post .post-title{
	font-family:"Helvetica Neue", Arial, Georgia;
	margin:0 0 10px 0;
	padding:0;
	font-weight: bold;
	line-height: .8em;
	letter-spacing: -.07em;
}

.post .post-title a:hover {
	text-decoration: none;
	background: #333;
	color: #ccc;
}

.post .post-meta-top{
	font-size:11px;
	color:#888;
}

.post .post-date{
	float:left;		
	margin-bottom:10px;
/*	background:url(images/clock.gif) no-repeat;
	padding-left:17px; */
}

.post .post-comments{
	position: relative;
	left: 5px;
}

.post .post-category{
	clear:both;
	margin-bottom:20px;
}

.post .post-category a{
	font-weight: bold;
	color: #454545;
	padding: 3px 10px;
	background: #efefef;
	text-decoration:none;
}

.post .post-category a:hover{
	background:#333;
	color:#ccc;
}	

.post .post-meta{
	background:url(images/tag.png) no-repeat;
	padding-left:18px;
	height:20px;
}

.post .entry{
	line-height:22px;
}

.single-social{
	height:45px;
	border-bottom:1px solid #dcdddb;
	border-top:1px solid #dcdddb;
	background:#f2f2f2;
}

.single-social ul{
	list-style:none;
}

.single-social ul li img{
	border:0;
	padding:0;
	background:none;
}

.single-social ul li{
	float:right;
	padding:0 4px;	
	margin:0;
}

.navigation{
	margin:15px 15px 20px 15px;
}

.cat-header{
	text-align:center;
	padding:10px 15px 0 15px;
	font-family:"Helvetica Neue", Arial, Georgia;
	text-decoration:underline;
	color:#999;
}

.cat-header h2{
	font-size:19px;
	font-weight:normal;
}

blockquote {
	width: 80%;
	padding: 0 10%;
	margin: 13px auto;
	background:#f7f7f7;
	border:1px solid #dedede;
	color: #444;
	font-style: italic;
}

blockquote p {
	padding: 10px 0;
}


/* ============================== ARCHIVES PAGE ========================== */

.arch-head {
	padding:10px 15px 0 15px;
	font-family:"Helvetica Neue", Arial, Georgia;
	text-decoration:underline;
	color:#999;
	text-align:center;
	font-size:19px;
	font-weight:normal;
}

#arch ul{
	list-style:circle;
}

#arch ul li{
	padding:3px 0;
}

/* ========== IMAGES ============= */
img {
/*	border: 1px solid #dedede; */
}

p img {
	padding: 0;
	max-width: 100%;
	margin:10px 0 20px 0;
}

img.aligncenter {
	padding:3px;
	background:#f2f2f2;
	border: 1px solid #dedede;
	margin-left: auto;
	margin-right: auto;
	display: block;
}

img.alignright {
	padding:3px;	
	background:#f2f2f2;
	border: 1px solid #dedede;
	margin: 0 0 13px 13px;
	display: inline;
}

img.alignleft {
	padding:3px;
	background:#f2f2f2;
	border: 1px solid #dedede;
	margin: 0 13px 13px 0;
	display: inline;
}

.alignleft {
	float: left
}

.alignright {
	float: right;
}

/* ====================== COMMENTS ================= */
ol.commentlist{
	margin:35px 15px 0 0;
	list-style-image: none;
	list-style-type: none;
	padding:0;
}

ol.commentlist li{
	margin:0 0 0 15px;
	padding:0;
	border-bottom:1px solid #f2f2f2;
}

#comments, #respondh3{
	margin:30px 0 0 15px;
	font-size:17px;
}

#respondh3{
	padding:0 0 10px 0;
}

.cancel-comment-reply{
	margin:0 15px;
}

.commentlist .comment {
	display: block;
	padding: 15px 0;
}

ol.commentlist li div.vcard img.avatar { 
	margin:0;
	border:1px solid #777;
}

.commentlist .says{
	font-size:11px;
}

.commentlist .cite {
	font-size:14px;
	margin-top: 1px;
}

.commentlist .comment-meta {
	font-size: 11px;
	margin: 0 0 18px 0;
}

.commentlist .children li{
	list-style:none;
}

.commentlist .comment-meta a{
	color:#999;
}

.commentlist p {
	line-height: 20px;
	margin:0 0 15px 0;
}

.commentlist .reply {
	display: block;
}

.commentlist .reply a {
	line-height: 14px;
	text-decoration: none;
	font-size: 12px;
	font-family: Helvetica, Arial, sans-serif;	
}

#commentform input{
	width: 200px;
	border: 1px solid #dedede;
	padding: 5px 5px 5px 30px;
	margin-top: 3px;
}

#commentform{
	margin:0 0 0 15px;
}

#commentform textarea{
	border: 1px solid #dedede;
	padding:5px;
}

#commentform #author{
	background:url(images/user.png) no-repeat 3% center;
}

#commentform #email{
	background: url(images/email.png) no-repeat 3% center;
}

#commentform #url{
	background: url(images/world_link.png) no-repeat 3% center;
}

#commentform #submit{
	padding:2px 0;
	background:#fff;
	cursor:pointer;
	font-size:12px;
}

/*====================== SIDEBAR ================= */
.widget h2{
	
}

#sidebarss{
	background:url(images/sidebarbck.gif) repeat-y;
}

#sidebarss{
	background:url(images/sidebarbottom.gif) no-repeat;
	height:10px;
}

#tab_heading {
	text-align:center;
	height: 11px;
	background:url(images/tabtop.png) no-repeat;
	display: block;
	padding: 11px 0px;
	position: relative;
	top: -10px;
	margin-top: 10px;
}

#sidebartop {
	text-align:center;
	height: 11px;
	background:url(images/tabtop.png) no-repeat;
	display: block;
	padding: 11px 0px;
	position: relative;
	top: -10px;
	margin-top: 10px;
}

#tab_heading * {
	display: inline;
	padding: 6px;
	user-select: none;
	border-style: none;
	vertical-align: middle;
	cursor: pointer;
}

ul#buttons{
	margin:0;
}

ul#buttons li{
	padding:4px;
	border:1px solid #dedede;
	background:#fff;
	margin:0;
	margin-right:5px;
}

#tab_wrapper {
	background:url(images/sidebarbck.gif) repeat-y;
	width:280px;
}

.tab_content {
	margin-bottom:7px;
	padding-bottom:7px;
}

#tab_content ul li{
	font-size:12px;
	margin-left:8px;
	margin-right:8px;
	border-bottom:1px solid #efefef;
	padding:6px 5px 4px 5px;
}

#tab_content .tags ul li{
	border:0;
}

#tab_content .meta{
	color:#999;
	font-size:11px;
}

#tab_content .title{
	font-weight:bold;
}

.tags ul li{
	padding:0 6px;
}

#tab_heading li {
	font:12px Arial;
	font-weight:bold;
	padding:0 3px;
	border:none;
}

#tab_heading li.active {
	color: #fff; 
	background-color:#44abe0;
	border:1px solid #1884bc;
}

#tab_heading li:hover {
	color: #fff; 
	background-color:#63bfee;
	border:1px solid #1884bc;
}

#panes {
	text-align: left;
	border-style: none;
	width: 280px;
	margin: 10px auto 0 auto;
}

#panes a{
	color:#666;
	text-decoration:none;
}

#panes a:hover{
	color:#ef2c58;
	text-decoration:underline;
}

#panes div div { 
	overflow: hidden; 
}

#tabbottom {
	background:url(images/tabbottom.png) bottom no-repeat;
	height:20px;
	width:280px;
	margin-bottom:20px;
}

/* ====================== SIDEBAR WIDGETS ============== */

#sidebar .widget h2{
	font-size:14px;
	position: relative;
	top: -10px;
	margin:10px 0 20px 0px;
	background:url(images/tabtop.png) no-repeat;
	width:280px;
	padding:10px 0 0 10px;
}

#sidebar .widget a{
	color:#666;
	font-weight:bold;
	text-decoration:none;
}

#sidebar .widget {
	background:url(images/sidebarbck.gif) repeat-y;
	width:280px;
	margin-bottom:20px;
}

#sidebar .widget a:hover{
	color:#ef2c58;
}

#sidebar .widget ul{
	list-style:none;
	margin-bottom: 30px;
	padding:0 0 10px 0;
	background:url(images/tabbottom.png) no-repeat bottom center;
	position: relative;
	bottom: -10px;
}

#sidebar .widget ul li{
	font-size:12px;
	padding:0 0 3px 20px;
	margin:9px 10px 9px 10px;
	background:url(images/li.png) no-repeat;
	border-bottom:1px solid #efefef;
}

#wp-calendar {
	width: 280px;
	padding:0 0 10px 0;
	text-align:center;
	margin:10px 0;
	background:url(images/tabbottom.png) no-repeat bottom center;
}

#wp-calendar a {
	text-decoration: underline;
}

#wp-calendar a:hover {
	text-decoration: none;
}

#wp-calendar caption {
	padding: 2px;
}

#wp-calendar th, #wp-calendar td {
	text-align: center;
	padding: 5px;
	background: #f2f2f2;
}

#wp-calendar td {
	background: transparent;
}

#wp-calendar td, table#wp-calendar th {
	padding: 3px 0;
}

.widget_tag_cloud a{
	margin-left:5px;
}

.textwidget{
	padding:0 10px 10px 10px;
}

/* ========================= FOOTER ===================== */
#footer{
	background:#000 url(images/footer.jpg) repeat-x top center;
	height:80px;
	margin-top:20px;
	font-size:12px;
}

#twitter , #lifestream{
	margin:20px 10px 0 0;
	color:#ddd;
	font-weight:bold;
}

#twitter-icon{
	float:left;
	width:110px;
	height:40px;
}

#twitter-icon img{
	border:0;
}

#twitter ul{
	list-style:none;
	margin:0;
	padding:0;
}

#twitter ul li{
	margin:0;
	padding:4px 0;
}

#flickr, #lifestream {
	margin:20px 0 0 0;
}

#flickr h2, #lifestreamh2{
	margin:0 0 5px 0;
	padding:0;
	color:#eee;
	line-height:normal;
	font-size:20px;
	font-family:"Helvetica Neue", Arial, Georgia;
	font-weight:normal;
	text-decoration:underline;
}

#flickr .flickr-ul img{
	width:65px;
	margin:2px 2px;
	float:left;
	height:65px;
	border:2px solid #666;
}

#flickr .flickr-ul img:hover{
	border:2px solid #ccc;
}

#lifestream{
	
}

.lifestream_date{
	font-size:13px;
}

#copyright{
	clear:both;
	font-size:11px;
	text-align:center;
	color:#fff;
}

#homepage {
margin: 0px auto;
width: 940px;
opacity: .7;
}

.newsletter {
margin-left: 10px;
}

#homepage-top{
	background:url(images/homepagetop.png) no-repeat;
	height:12px;
}

#homepage-bottom{
	background:url(images/homepagebottom.png) no-repeat;
	height:12px;
}

#homepage-area{
	background: url(images/homepagebck.gif) repeat-y;
	padding: 10px 20px 0px 20px;
	font-size: 1.3em;
}

#social{
	float: right;
	position: absolute;
	top: 10px;
	right: 10px;
	z-index: 100;
}

#social a img {
	filter: alpha(opacity=40);
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=40);
	-moz-opacity: 0.40;
	opacity:0.4;
}

#social a:hover img{
	filter: alpha(opacity=100);
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
	-moz-opacity: 1.00;
	opacity:1;
}

.post-title{
	font-size: 1.8em;
	}
	
#sidebarmid {
	width:260px;
	position: relative;
	top: -25px;
}

#widgetbottom-1 {	
	background:url(images/tabbottom.png) bottom no-repeat;
	height:20px;
	width:280px;
	position: relative;
	top: -30px;
	margin-bottom: -20px;
}

#footer ul{
	font-family: "helvetica neue", helvetica, arial;
	font-weight: lighter;
	font-size:1.1em;
	margin:15px 0 10px 0;
	padding:5px 0 0 0;
	text-align: center;
	text-transform: lowercase;
}

#footer ul li  {
	display: inline;
	margin:0;
	padding:0 5px;
	z-index: 100;	
}

#footer ul li.current_page_item a{
	background-color:#EF2C58;
	color:#ddd;
}

#footer ul li a{
	color: #fff;
	text-decoration:none;
	padding:15px 5px 2px 5px;
}

#footer ul li a:hover{
	background-color:#EF2C58;
	color:#ddd;
}

#copyright {
	clear: left;
	margin: 25px 0 0 20px;
	text-align: left;
}

#authorbox img{
	position: relative;
	top: 3px;
}

#authorbox{
    background:#EFEFEF;
    border:1px solid #CECFD0;
    width:610px;
    margin:0 auto;
    margin-bottom:10px;
    overflow:hidden;
}
    #authorbox h4{
        font-size:16px;
        color:#191919;
        margin:0;
        padding:7px 10px 5px 10px;
		font-family: "helvetica neue", helvetica, arial;

    }
.authortext{
        padding-left:100px;
    }
#authorbox img{
        margin:0;
        padding:10px;
        float:left;
    }
    #authorbox p{
        color:#191919;
        margin:0;
        padding:0px 10px 10px 10px;
    }
 #authorbox h4 > a{
        text-decoration:none;
    }
#authorbox p{
        color:#191919;
    }