/*  
Theme Name: Gallery Wordpress Theme
Theme URI: http://www.IacobIonut.com
Description: Gallery Theme for ThemeForest.net
Version: 1.0
Author: Iacob Ionut
Author URI: http://www.IacobIonut.com
*/

/*  ---------------------- global ---------------- */
*{margin:0; padding:0;}
.clearfix:after {
    content: " ";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
.clearfix {
    display: inline-block;
}
* html .clearfix {
    height: 1%;
}
.clear {
	clear:both;
	padding:0;
	margin:0;
}
.ratings { color: #eaeaea; 
}

/* ------------------------- structure ------------------ */
body {
	background:#FFFFFF;
	color: #3d3d3d;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;	
}
img {
	margin-left: auto;
	margin-right: auto;
}

/* -------------------------- header -------------------- */

#topbar{
	background:url(images/topbar.png) repeat-x;
	height:32px;
}
#topcontent{
	width:980px;
	margin:0 auto;
}
#menuitem {
	margin-left:20px;
	width:640px;
	float:left;
}
#menuitem ul {
	list-style: none;
}
#menuitem li {
	float:left;
	list-style:none;
	border-right:0px solid #1a1a20;
	display:block;
	height:30px;
}
#menuitem a, #menuitem a:visited, #menuitem a:active {
	margin: 0px;
	padding:9px 12px;
	text-decoration:none;
	color:#FFFFFF;
	display:block;
}
#menuitem a:hover {
	text-decoration:none;
	display:block;
	color:#ed1359;
}
#menuitem li {
	float: left;
	margin: 0px;
	padding: 0px;
}
#menuitem li:hover {
	border-right:0px solid #333344;
}	
#search{
	float:right;
	margin-top:6px;
}
.form-input {
	margin: 0 9px 0 0;
	width: 173px;
	padding: 2px 2px;
	background: #3d3d3d;
	border: 1px solid #666666;
	color: #3d3d3d;
	font-size: 0.8em;
}
.form-input:focus {
	background:#eaeaea;
	border: 1px solid #888;	
}
.search-submit {
	width: 85px;	
	background: #eaeaea;
	border: 1px solid #666666;
	color: #666666;
	font-size:.85em;
	cursor:pointer;
}
#head{
	margin:0 auto;
	width:980px;
}


#logo{
   
}
#logo #logo_link{
    text-indent:-9000px;   
    display:block;
    float:left;
    background:url(images/logo.gif) no-repeat;
    width:493px;
    height:159px;
}


.posts-feed {
	float:right;
	width:61px;
	height:51px;
	background: url(images/rss.gif) no-repeat;
	display:block;
	margin-top:-1px;
	margin-right:1px;
	text-indent:-9000px;
}
.posts-feed:hover{
	background:url(images/rss.gif) bottom;
}
/* -------------------- main --------------------- */
#container{
	margin:40px auto 0 auto;
	width:960px;
}
#main{
	font-size:11px;
	float:left;
	width:640px;
	margin-left:20px;
}
.top{
	width:267px;
	padding-top:7px;
}
.singletop{
	width:267px;
	padding-top:2px;
}
.top h2, .singletop h2{
	font-size:11px;
	padding-left:13px;
	float:left;
}
.top a, .singletop a, .navmeta a{
	color:#ffffff;
	text-decoration:none;
}
.top a:hover .singletop a:hover , .navmeta a:hover{
	color:#ed1359;
	text-decoration:none;
}
.comm{
	padding-right:10px;
	float:right;
}
.post{
	float:left;
	background: url(images/thumbbck.png) no-repeat;
	width:310px;
	height:195px;
	margin:0 10px 10px 0;
}
.feat{
	background: url(images/feat.png) no-repeat;
	width: 97px;
	height: 97px;
	position:absolute;
	z-index: 20;
	margin-left:209px;
	margin-top:-66px;	
}
.singlepost{
	float:left;
	width:600px;
	padding-bottom:20px;
	border-bottom:1px solid #666666;
	margin-bottom:50px;
	line-height:20px;
}
.singlepost p{
	margin:10px 0;
}
.singlepost ul, .singlepost ol{
	padding:3px 0 3px 25px;
}
.entry {
	font-size:12px;
	line-height:20px;
	clear:both;
}
.entry h1, .entry h2, .entry h3, .entry h4, .entry h5, .entry h6{
	margin: 5px 0;
	padding:0;
}
.entry h1{
	font-size: 18px;
}
.entry h2{
 	font-size: 16px;
}
.entry h3, .entry h4, .entry h5, .entry h6 {
	font-size: 14px;
}
#pagetitle{
	color:#3d3d3d;
 	font-size: 18px;
}
.post_title{
	float:left;
	width:260px;
}
.post_title h1{
	font-size:17px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
}
.post_title h1 a, .entry a{
	color: #ed1359;
	text-decoration:none;
}
.post_title h1 a:hover, .entry a:hover{
	color: #666666;
	text-decoration:underline;
}
.singlepostdata a{
	color: #ed1359;
	text-decoration:underline;
}
.singlepostdata a:hover{
	color: #666666;



	text-decoration:underline;
}
#holder{
	float:left;
	background: url(images/thumbbck.png) no-repeat;
	width:310px;
	height:195px;
	margin:0 10px 10px 0;
}	
.thumb img{margin:5px 0 6px 10px; border:1px solid #2e2f39;}
.ratings{margin-left:10px; margin-top:-3px;}
.navmeta {
	clear:both;
	margin-top:25px;
	padding:15px 0;
	border-top: 1px solid #2e2f39;
	text-align:right;
}
.wp-pagenavi a {
	padding: 9px;
	text-decoration: none;
	height: 20px;
	width: 20px;
	border: 1px solid #2e2f39;
}
.navmeta .current{
	color:#FFFFFF;
}

/* ---------------------------------- sidebar ------------------------ */
#sidebar{
	float:right;
	width:270px;
}
#adcontainer{
	width:303px;
	height:137px;
}
.adsimg{
	margin:14px 0 0 5px;
}
#sidebar_tab{
	width:267px;
	margin:25px 0 10px 0;
}
#tabbed_box_1 {
	margin: 0px auto 0px auto;
	width:267px;
}
ul.tabs {
	padding:0px;
	margin-top:5px;
	margin-bottom:8px;
}
ul.tabs li {
	list-style:none;
	display:inline;
}
ul.tabs li a {
	background:#404040 url(images/tab_active.jpg) repeat-x top;
	color:#fff;
	padding:8px 17px 8px 17px;
	text-decoration:none;
	font-size:9px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-transform:uppercase;
	border:1px solid #20212b;
}
ul.tabs li a:hover {
	background:#ed145b;
}
.content {
	width:255px;
	background:#eaeaea;
	border-left:1px solid #20212b;
	border-right:1px solid #20212b;
	border-bottom:1px solid #20212b;
	padding:5px;	
}
.content ul {
	margin:0px;
	padding:0px 12px;
}
.content ul li {
	list-style:none;
	border-bottom:1px solid #20212b;
	padding:15px 0 15px 20px;
}
.content ul li:last-child {
	border-bottom:none;
}
.content ul li a {
	text-decoration:none;
	color:#ed1359;
}
.content ul li a:hover {
	color:#666666;
}
.content .cloud{line-height:21px;}
.content .cloud a{
	color:#ed1359;}
.content .cloud a:hover{
	color:#666666;}	
#comments-tab li {		
	padding-left:10px;
}
.ui-tabs-hide {
	display: none;
}
.widget {
	width:267px;
	margin:12px 0;
	background-color:#eaeaea;
	border:1px solid #20212b;
}
.widget h2 {
	font-size:13px; 
	padding:0 15px 10px 15px;
	margin:10px 15px 0 15px;
	border-bottom:1px solid #20212b;
}
.widget ul {
	margin:0 0 15px 15px;
	padding:5px 0;
	border:none ;
	list-style:none;
}
.widget ul li {
	background:url(images/liall.gif) no-repeat left 40%;
	padding:5px 0 10px 20px;
	margin:0px;
}
.widget ul li a{
	color: #666666;
	text-decoration:none;
}
.widget ul li a:hover{
	color: #ed1359;
	text-decoration:none;
	border-bottom: 1px solid #ed1359;
}
#wp-calendar {
	width: 150px;
	margin: 0 auto;
}
#wp-calendar a {
	text-decoration: none;
	padding: 1px 2px;
	background-color: #20212b;
	color: #fff;
}
.textwidget{
	padding:0 10px 5px 10px;
	text-align:left;
}	
/* ------------------------------ footer -------------------------- */
#footer{
	clear:both;
	background:url(images/foot.gif) repeat-x;
	height:31px;
}
#footer p{
	font-size:11px;
        color: #ffffff;
	padding-top:7px;
	text-align:center;
}
#footer a{
	color: #f3f0f0;
	text-decoration:underline;
}
#footer a:hover{
	color: #ed1359;
	text-decoration:none;
	border-bottom: 1px solid #ed1359;
}

/* -------------------------- COMMENTS ------------------------*/
#com{
	width:592px;
	padding: 30px 0 5px 8px;
	clear: both;
}
.commentlist {
	padding: 0;
	text-align: justify;
	margin-top:30px;
}	
.commentlist p {
	margin: 5px 15px 10px 2px;
	clear:both;
	line-height:20px;
}
#commentform p {
	margin: 5px 0;
}
.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
}
#comhead{
	font-size:22px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	line-height:normal;
}
#comments { 
	border-bottom:1px solid  #666666; 
	padding-bottom:5px;
}
.comment-meta{
	padding-bottom:30px;
}
.comment-author{
	font-weight:bold;
	font-size:14px;
	margin:3px 0 0 10px;
	float:left;
}
.comment-author a:link , .comment-author a:visited, .comment-author a:active {
	color:#ed1359;
	text-decoration:none;
	margin: 0px; 
	padding: 0px;
}






.comment-author a:hover {
	color: #666666;
	border-bottom:1px solid #666666;
	text-decoration: none;
}
.comment-date{
	font-size:11px; 
	color:#999; 
	margin-top:7px;
	font-weight:normal;
}
.com_txt{
	margin-top:3px;
	clear:both;
	font-size:12px;
	border-top: solid 1px #666666;
	margin-bottom:20px;
}
.cgravatar {
	float: left;
}	
#respond {
	width:480px;
	padding: 20px 0 5px 0px;
	clear: both;
	border-bottom:1px solid  #666666;
	font-size:22px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	line-height:normal;
}
#commentform {	
	margin: 15px 5px 30px 0px;
}
#commentform p {
	padding: 6px 0px;
	margin: 0px;
}
#commentform label{
	color: #666666;
}
#commentform input{
	color:#3d3d3d;
	width: 200px;
	border: 1px solid #666666;
	padding: 5px 5px 5px 33px;
	margin-top: 3px;
}
#commentform #author{
	background:#eaeaea url(images/form/user.gif) no-repeat 3% center;
}
#commentform #email{
	background:#eaeaea url(images/form/email.gif) no-repeat 3% center;
}
#commentform #url{
	background:#eaeaea url(images/form/world_link.gif) no-repeat 3% center;
}
#commentform textarea{
	height: 130px;
	border: 1px solid #666666;
	padding: 5px;
	background:#eaeaea;
	color:#3d3d3d;
	margin-top: 3px;
	overflow: auto;
}
#commentform textarea:hover, #commentform textarea:focus {
	background: #ffffff;
        border: 1px solid #ed1359;
}
#commentform #submit{
	padding:5px 0;
	background:#eaeaea;
	cursor:pointer;
	color:#666666;
}	

/* ----AD----*/

.carbonad {
        border: none !important;  
            -moz-border-radius: 6px;
            -webkit-border-radius: 6px;
        border-radius: 6px;
            -moz-box-shadow: 1px 2px 3px #999999;
            -webkit-box-shadow: 1px 2px 3px #999999;
        box-shadow: 1px 2px 3px #999999;
        height: 128px !important;       
        margin-bottom: 20px;
        padding: 3px 0 !important;
        width: 280px !important;
}

.carbonad-text {
        margin-top: -4px !important;   
margin-left: -2px !important;
        width: 120px !important;

}

.carbonad-tag {
margin-left: -2px !important;
}