/*  
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;
	color:#666;
}
a{
	color:#E6371C;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
.small {
	font-size: 11px;
}
.code {
	background: #fcfbf2;
}
#header{
	height:83px;
	background:#000;
	padding-top:10px;
}
#topmenu{
	color:#fff;
}
#topmenu ul{
	float:left;
	font-size:15px;
	margin:0 0 0 10px;
	padding:0;
}
#topmenu ul li  {
	display: inline;
	margin:0;
	padding:0 5px;
	
}
#topmenu ul li.current_page_item a{
	background-color:#454545;
	color:#ddd;
}
#topmenu ul li a{
	color: #fff;
	text-decoration:none;
	padding:15px 5px 2px 5px;
}
#topmenu ul li a:hover{
	background-color:#454545;
	color:#ddd;
}#logo{	float:left; 	width:200px; 	height:63px;	margin:7px 0 0 19px;	}
#logo h1{
	font-size:30px;
	line-height:30px;
	margin:15px 0 0 0;
	color:#fff;
}
#logo h1 a{
	color:#fff;
	text-decoration:none;
}
#logo h1 a:hover{
	text-decoration:none;
}
#logo .description{
	color:#777;
}
#searchform{
	float:right;
	margin:15px 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.gif) no-repeat;
	height:12px;
}
#main-area{
	background: url(images/mainbck.gif) repeat-y;
}
#main-bottom{
	background:url(images/mainbottom.gif) no-repeat;
	height:12px;
}
.post{
	margin:0 15px 0 15px;
	padding:15px 0;
	border-bottom:1px solid #efefef;		clear:both;
}
.post .post-title{
	font-family:"Trebuchet MS", Arial, Georgia;
	margin:0;
	padding:0;
}
.post .post-meta-top{
  	font-size:11px;
	color:#888;
	margin:0 0 12px 0;
}
.post .post-date{
    display:inline;
	margin-bottom:10px;
	background:url(images/clock.gif) no-repeat;
	padding-left:17px;
}
.post .post-comments{
	float:right;
	background:url(images/comicon.jpg) no-repeat 0 60%;
	padding-left:18px;
}
.post .post-category{
	clear:both;
	border-top:1px solid #dedede;
	border-bottom:1px solid #dedede;
	padding:15px 0 25px 0;
    margin:10px 0 12px 0;
}
}
.post .post-category a{
	font-weight: bold;
}
.post .post-category a:hover{
	background:#eaeaea;
}	
.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;
	text-align:center;
}
.cat-header{
	padding:10px 15px 0 15px;
	font-family:"Trebuchet MS", Arial, Georgia;
	text-decoration:underline;
	color:#000;
}
.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:"Trebuchet MS", 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.gif) no-repeat;
	display: block;
	padding: 11px 0px;
}
#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:#E6371C;
	border:1px solid #D54E21;
}
#tab_heading li:hover {
	color: #fff; 
	background-color:#E6371C;
	border:1px solid #D54E21;
}
#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:#E6371C;
	text-decoration:underline;
}
#panes div div { 
	overflow: hidden; 
}
#tab_bottom {
	background:url(images/sidebarbottom.gif) no-repeat;
	height:12px;
	width:280px;
	margin-bottom:20px;
}
/* ====================== SIDEBAR WIDGETS ============== */
#sidebar .widget h2{
	font-size:14px;
	margin:0 0 20px 0px;
	background:url(images/sidebartop.gif) 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:#E6371C;
}
#sidebar .widget ul{
	list-style:none;
	margin:0;
	padding:0 0 10px 0;
	background:url(images/sidebarbottom.gif) no-repeat bottom center;
}
#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:0 ;
	background:url(images/sidebarbottom.gif) 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;
	background:url(images/sidebarbottom.gif) no-repeat bottom center;
}
/* ========================= FOOTER ===================== */
#footer{
	background:#000 url(images/footbck.gif) repeat-x top left;
	height:100px;
	margin-top:20px;
	font-size:12px;
}
#twitter , #lifestream{
	margin:20px 10px 0 0;
	color:#ddd;
	font-weight:bold;
}
#twitter-content{
        border-bottom:1px dashed #ececec;
        padding-bottom:5px;
        margin-bottom:5px;
}
#twitter-icon{
	float:left;
	width:110px;
	height:40px;
        margin:0 10px 10px 0;
}
#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;
}
#twitter h2, flickr h2, #lifestreamh2{
	margin:0 0 5px 0;
	padding:0;
	color:#eee;
	line-height:normal;
	font-size:20px;
	font-family:"Trebuchet MS", 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;
	margin:15px 0;
}
#subscribeLink{
	background:transparent url(images/subscribe-colour.png) no-repeat 0 0;
	float:left;
	margin-left:15px;
	width:257px;
	height:38px;
}

ul#socialMediaIcons li.socialIconRss{
background:transparent url(images/feed.png) no-repeat scroll 0 0;
border-bottom:1px solid #EFEFEF;
font-size:12px;
margin:9px 10px;
padding:0 0 3px 20px;
}
ul#socialMediaIcons li.socialIconTwitter{
background:transparent url(images/twitter.png) no-repeat scroll 0 0;
border-bottom:1px solid #EFEFEF;
font-size:12px;
margin:9px 10px;
padding:0 0 3px 20px;
}
ul#socialMediaIcons li.socialIconFlickr{
background:transparent url(images/flickr.png) no-repeat scroll 0 0;
border-bottom:1px solid #EFEFEF;
font-size:12px;
margin:9px 10px;
padding:0 0 3px 20px;
}
ul#socialMediaIcons li.socialIconFacebook{
background:transparent url(images/facebook.png) no-repeat scroll 0 0;
border-bottom:1px solid #EFEFEF;
font-size:12px;
margin:9px 10px;
padding:0 0 3px 20px;
}

/*---------- bubble tooltip -----------*/
a.tt{
    position:relative;
    z-index:24;
    color:#3CA3FF;
	font-weight:bold;
    text-decoration:none;
}
a.tt span{ display: none; }

/*background:; ie hack, something must be changed in a for ie to execute it*/
a.tt:hover{ z-index:25; color: #aaaaff; background:;}
a.tt:hover span.tooltip{
    display:block;
    position:absolute;
    top:0px; left:0;
	padding: 15px 0 0 0;
	width:200px;
	color: #565656;
    text-align: left;
	filter: alpha(opacity:90);
	KHTMLOpacity: 0.90;
	MozOpacity: 0.90;
	opacity: 0.90;
}
a.tt:hover span.top{
	display: block;
	padding: 30px 8px 0;
    background: url(images/bubble.gif) no-repeat top;
}
a.tt:hover span.middle{ /* different middle bg for stretch */
	display: block;
	padding: 0 8px; 
	background: url(images/bubble_filler.gif) repeat bottom; 
}
a.tt:hover span.bottom{
	display: block;
	padding:3px 8px 10px;
	color: #548912;
    background: url(images/bubble.gif) no-repeat bottom;
}

strong.search-excerpt {  background-color: #E6371C;  color:#fff;  padding:2px;
}

.topLink{
	float:right;
	margin:5px 10px;
}
.widget_search{
	display:none;
}

.wp-caption{margin:0 10px 10px 10px; border:1px solid #ddd; padding:3px;}

.wp-caption-text {
     margin:0 0 5px 0;
     padding-top:4px;
     text-align:center;
}

