/*
THEME NAME: Urbankid.ro
THEME URI: http://urbankid.ro
DESCRIPTION: Modified Visual v1.0 (mods by http://webmyc.com)
VERSION: 1.0
AUTHOR: Adrian Diaconescu
AUTHOR URI: http://www.rubiqube.com
*/

@import "reset.css";
@import "schemes/light_green/style.css";

body {
	
	/* font: 12px/18px "Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif; */
	font: 12px/18px 'Droid Serif', Arial,Verdana,sans-serif; 
	line-height:1.5;
	font-size: 14px;
	color: #333333;
	background-color: #FFF;
	background: url(http://www.urbankid.ro/wp-content/uploads/2011/09/bg-kid-dog-webstock.jpg) no-repeat;
	background-repeat: repeat-x;
	background-position: center top; 
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

strong {
	font-weight: bold;
}

hr {
	border: none 0;
	border-bottom: 1px solid #E0E0E0;
	height: 1px;
	margin: 10px 0 15px 0;
}

blockquote {
	font-style: italic;
	background: url(images/quotes.gif) no-repeat top left;
	background-position: 12px 12px;
	padding: 8px 15px 8px 60px;
	margin: 5px 0;
	color:  #595959;
}

.aligncenter {
	margin: 0 auto 10px auto;
	display: block;
}

.alignleft {
	margin: 5px 15px 10px 0;
	float: left;
}

.alignright {
	margin: 5px 0 10px 15px;
	float: right;
}

.leftcol {
	float: left;
}

.rightcol {
	float: right;
}

.icon {
	vertical-align: middle;
	margin: 0 5px 2px 0;
}

.breadcrumb {
padding: 2px;
margin: -2px 0 0 20px;
font-size: 75%;
font-color: #999999;
}



/* Wrapper */
/* a.expand {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
 z-index: 0;
  display: block;
  position: absolute;
  text-indent: -9999px;
} */


#wrapper {
	width: 981px;
	margin: 0 auto;
        position: relative;
        /* z-index: 10; */
}
.top_branding { height: 108px; width: 981px }
 
.left_branding { position: absolute; top: 0; left: -148px; width: 148px; height: 796px }
                            
 
.right_branding { position: absolute; top: 0; right: -148px; width: 148px; height: 796px }
   


/* Header */

#header {
	width: 970px;
	height: 120px;
	margin-top: 0px; 
}

#logo {
	float: left;
	margin: 35px 0 0 5px;

}


#leaderboard {
	float: right;
	margin: 15px -10px 0 0;
        
}


#logo a {
	display: block;
	width: 240px;
	height: 63px;
}

#logo a span {
	display: none;
}

/* WS */


#facebook_twitter {
width: 120px;
height: 42px;
float: right;
margin: 10px 20px 0 0;
}

#facebook_twitter .facebook {
width: 40px;
height: 42px;
background:url(images/facebook+twitter+rss.png) no-repeat;
text-indent: -99999px;
display: block;
background-position: 0px 0px;
float: left;
}

#facebook_twitter .rss {
width: 40px;
height: 42px;
background:url(images/facebook+twitter+rss.png) no-repeat;
text-indent: -99999px;
display: block;
background-position: -80px 0px;
float: left;
}

#facebook_twitter .twitter {
width: 40px;
height: 42px;
background:url(images/facebook+twitter+rss.png) no-repeat;
text-indent: -99999px;
display: block;
background-position: -40px 0px;
float: left;

}

#facebook_twitter .facebook:hover {
background-position: 0px -42px;
}

#facebook_twitter .twitter:hover {
background-position: -40px -42px;
}

#facebook_twitter .rss:hover {
background-position: -80px -42px;
}


#ultimul-tweet {
	width:120px; height:120px; position:absolute; right: 5px; top: 200px; font-size: 10px;
  /*width:120px; height:120px; float:right; margin-right: -145px; margin-top: 80px; font-size: 10px;*/ }
	
	#ultimul-tweet a { color:#333; text-decoration:none;}


/* Container */

#container {
	width: 970px;
	margin-bottom: 20px;
	/* margin-top: 150px; */
	overflow: hidden;
}

/* Menu */

#menu {
	width: 970px;
	height: 30px;
}

#menu ul li {
	float: left;
	font-weight: bold;
	text-transform: uppercase; 
        padding: 13px 20px;
	font-size: 110%;
}

/* Content */

#content {
	float: left;
	width: 930px;
	margin: -10px 0 10px 0;
	padding-left: 20px;
	overflow: hidden;
	height: 1%;
	padding-bottom: 10px;
}

#anuntUK {
	padding: 5px;
	border-top-width: thin;
	border-bottom-width: thin;

	border-top-color: #03F;
	border-bottom-color: #03F;
	background-color: #eceff4;
	margin-top: 10px;
}

#970-100 {
	padding: 5px;
	margin-top: 10px;
}


#guest-author {
	padding: 20px;
	border-top-width: thin;
	border-bottom-width: thin;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #ff9900;
	border-bottom-color: #ff9900;
	background-color: #fff5d1;
}

.blocktitle {
	/*font-size: 140%;
	font-weight: bold;
	padding-bottom: 5px;
	margin-bottom: 15px;
	border-bottom: 2px solid #E5E5E5;
	overflow: hidden;
	height: 1%;
	color: #334857;*/
font-family: 'Droid Serif', arial, serif; 
font-size: 18px;
padding-bottom: 5px;
	margin-bottom: 15px;
	border-bottom: 2px solid #E5E5E5;
	overflow: hidden;
	height: 1%;
color: #334857;
}

.blocktitle span {
	float: left;
}

.ico-rss {
	float: right;
	margin: 6px 3px 0 0;
}

.cat-more {
	float: right;
	margin: 6px 3px 0 0;
	font-size: 75%;
	color:  #27282F;
}

/* Snippet  */

.snippet {
	padding-bottom: 10px;
	margin-bottom: 10px;
	background: url(images/dotted.gif) repeat-x bottom left;
	overflow: hidden;
	height: 1%;
}

.title {
	font-size: 18px;
	line-height: 1.4;
	font-weight: normal;
	margin-bottom: 5px;
	color:#000;
}

.meta {
	font-size: 75%;
	color: #666666;
	margin-bottom: 5px;
	line-height: 1.2;
}

.meta a {
	font-weight: normal;
}

.excerpt {
	line-height: 1.3;
	font-size: 90%;
}

/* Last 5 articles */

#lastpost {
	width: 450px;
	overflow: hidden;
}

#post-image {
	margin-bottom: 15px;
}

#lastpost .snippet {
	background: none;
	width: 300px;
}

#lastpost .title {
	font-size: 150%;
}

#similar {
	width: 110px;
	margin-left: 15px;
	padding-left: 15px;
	border-left: 1px solid #E5E5E5;
}

#similar h3 {
font-family: 'Droid Serif', arial, serif; 	
font-size: 15px;	

	margin-bottom: 5px;
	color: #333333;
}

.listposts li {
	padding: 4px 0 4px 16px;
	background: url(images/arrow.gif) no-repeat top left;
	background-position: 0 6px;
	line-height: 1.2;
}

#latestposts {
	width: 460px;
	margin-bottom: 20px;
}

/* Featured Posts */

#featuredposts {
	float: left;
	width: 930px;
}

#featuredposts .blocktitle {
	margin-bottom: 0;
}

.featuredposts-image {
	margin-bottom: 5px;
}

#mycarousel .title {
font-size: 15px;	
line-height:  1.1;
}

/* Featured Categories */

#featuredcats {
	width: 930px;
	float: left;
	margin-top: 30px;
	overflow: hidden;
	height: 1%;
}

.catrow {
	width: 930px;
	margin-bottom: 40px;
	overflow: hidden;
	height: 1%;
}

.catblock {
	width: 450px;
	float: left;
}

.catblockmargin {
	margin-left: 30px;
}

.featuredcats-image {
	width: 180px;
	float: left;
	margin: 0 15px 10px 0;
}

/* Article Archive */

#archive {
	width: 930px;
	float: left;
	margin-top: 40px;
	overflow: hidden;
	height: 1%;
}

#archive-listing {
	width: 610px;
}

.navigation {
	margin-bottom: 30px;
	overflow: hidden;
	height: 1%;
}

/* Navigation */

.navleft {
	float: left;
}

.navright {
	float: right;
}

#single {
	width: 590px;
	float: left;
	margin-bottom: 30px;
}

#single .title, .single {
	font-size: 240%;
	font-weight: normal;
	line-height: 1;
	margin-bottom: 10px;
}

#single .meta {
	font-size: 75%;
}

#article-excerpt {
	font-size: 110%;
	margin-top: 15px;
}

#article-excerpt p {
	margin-bottom: 15px;
	line-height: 1.3;
}

/* Single Post Tabs */

#postTabsNav {
	overflow: hidden;
	height: 1%;
	position: relative;
	top: 1px;
	z-index: 1000;
	padding-left: 5px;
}

#postTabsNav li {
	position: relative;
	float: left;
	border: 1px solid #CCCCCC;
	border-bottom-width: 0 !important; 
	margin: 0 2px -1px 0; 
	background: #EFEFEF;
}

#postTabsNav li a {
	float: left;
	padding: 10px 10px 8px 10px;
}

#postTabsNav li a.selected {
	background: #FFFFFF;
	padding-bottom: 10px;
	border-bottom-width: 0;
}

.postTabsContent {
	display: block;
	border-top: 1px solid #CCCCCC;
	position: relative;
	padding-top: 15px;
}

#tab-article {
	overflow: hidden;
	height: 1%;
}

/* Single Post Content */

.narrow {
	width: 450px;
}

#article-body {
	line-height: 1.3;
	font-size: 100%;
}

#article-body h2 {
	margin-bottom: 10px;
	padding-top: 10px;
	font-size: 120%;
	font-weight: bold;
}

#article-body h3 {
	margin-bottom: 10px;
	padding: 10px 0 5px 0;
	color: #334857;
	border-bottom: 1px solid #EFEFEF;
	font-size: 110%;
}

#article-body p {
	margin-bottom: 15px;
}

#article-body ul, ol {
	margin-bottom: 15px;
}

#article-body ul li {
	list-style: disc;
	margin-bottom: 10px;
	margin-left: 30px;
}

#intensedebate ul li {
	list-style: none;
	margin: 0px;
	padding: 0px;

}

#intensedebate ol li {
	list-style: none;
	margin: 0px;
	padding: 0px;

}

#article-body ol li {
	list-style: decimal;
	margin-bottom: 10px;
	margin-left: 30px;
}

#article-body img {
	max-width: 452px;
	height: auto;
}

#tags {
	padding-top: 10px;
	border-top: 1px solid #EFEFEF;
	margin-top: 20px;
}

#authorbox {
	background: #F5F5F5;
	width: 560px;
	padding: 15px;
	border-top: 1px solid #EFEFEF;
	overflow: hidden;
	height: 1%;
	margin-top: 10px;
}

#authorbox img {
	float: left;
	border: 5px solid #FFFFFF;
}

#authorbox div {
	float: right;
	width: 450px;
}

#authorbox h4 {
	font-size: 110%;
	font-weight: bold;
	margin-bottom: 10px;
}

#authorbox p {
	line-height: 1.3;
}

/* Single Post Sidebar */

#postsidebar {
	width: 130px;
}

.postblock {
	margin-bottom: 25px;
}

.postblock h3 {
font-family: 'Droid Serif', arial, serif; 	
font-size: 12px;
margin-bottom: 5px;
color: #333333;
}

.postblock ul li {
	padding: 8px 0;
	line-height: 1.2;
	background: url(images/dotted.gif) repeat-x bottom left;
	overflow: hidden;
	height: 1%;
}

.postblock ul#sharelinks li {
	background: none;
	padding: 3px 0;
}

ul#postnav li {
	overflow: hidden;
	height: 1%;
}

ul#postnav li span {
	color: #999999;
	font-weight: bold;
	font-size: 85%;
	text-transform: uppercase;
	display: block;
	float: left;
}

ul#postnav li span.next {
	text-align: right;
}

ul#postnav li a {
	float: left;
	display: block;
	margin-top: 5px;
}

/* Comments */

#comments {
	width: 590px;
	clear: both;
}

#comments ol li {
	padding: 10px 0;
	margin-top: 2px;
	border-bottom: 1px solid #F0F0F0;
	overflow: hidden;
}

.comment-gravatar {
	float: left;
	margin-right: 10px;
}

.comment-gravatar img {
	padding: 4px;
	background: #FFFFFF;
	border: 1px solid #F0F0F0;
}

.comment-data {
	float: left;
	width: 340px;
}

.comment-data p {
	margin-bottom: 6px;
	line-height: 1.3;
}

.comment-author {
	font-weight: bold;
	margin-bottom: 3px;
}

.comment-meta {
	color: #666666;
	margin-bottom: 5px;
	font-size: 85%;
}

.unapproved {
	font-style: italic;
}

#respond {
	margin-top: 30px;
	margin-bottom: 20px;
}

#comment-form {
	margin-top: 15px;
	margin-bottom: 10px;
}

#comment-form label {
	font-family: 'Droid Serif', arial, serif; 	

font-size: 90%;
	display: block;
	margin-bottom: 5px;
}

#comment-form input {
	width: 240px;
	margin-bottom: 10px;
	padding: 5px;
}

#comment-form textarea {
	width: 410px;
	height: 200px;
	padding: 10px;
	margin-top: 15px;
	font-family: Arial,Helvetica,sans-serif;
	font-size:  100%;
}

/* Pages */

#sidebar {
	width: 300px;
}

.widget {
	width: 300px;
	margin-bottom: 30px;
	list-style: none;
}

h3.widgettitle {
font-family: 'Droid Serif', arial, serif; 	
font-size: 16px;
	padding-bottom: 5px;
	border-bottom: 2px solid #E5E5E5;
	color: #333333;
}
h3.anunt-title {
font-family: 'Esteban', serif;
font-size: 13px;
	color: #333333;
}

.widget ul li {
	padding: 6px 0;
	border-bottom: 1px solid #EFEFEF;
	line-height: 1.2;
}

.widget p {
	line-height: 1.2;
}

/* Widget Styling */

ul.tabNavigation {
	width: 300px;
	float: left;
	margin: 0 0 10px 0;
	font-size: 85%;
	font-weight: bold;
	background: #F1F5F7;
}

ul.tabNavigation li {
	float: left;
	padding: 8px 0;
	border: none;
}

ul.tabNavigation a { padding: 8px; }

ul.tabNavigation a:hover { text-decoration: underline; }

ul.tabNavigation a.selected {
	color: #333333;
	background: #FFFFFF;
	padding-top: 7px;
}

/* Footer */

#footer {
	clear: both;
	width: 910px;
	height: 44px;
	padding: 0 30px;
}

#footer-links {
	float: left;
	list-style: none;
	margin-top: 15px;
}

#footer-links li {
	float: left;
	margin-right: 25px;
}

	
	
#footer-widgets  {
	overflow: hidden;
	height: 370px;
	padding-left: 35px;
	/* background:url(images/train.gif) bottom left no-repeat; */
	position: relative; 
}

/* #ws-train {
	position:absolute;
	bottom: 0;
	left: 0;
	height:72px;
	width: 330px;
	text-indent: -9999px;
}
*/ 

#rtl-top1 { float:right; text-indent:-9999px; width:700px; height:100px; display:block; margin-top: 5px; margin-right:-100px; cursor: pointer; }
	
	
	
.mc_merge_var {
	background:url(images/newsletter.gif) no-repeat top left;
	width: 201px;
	height: 39px;
	padding: 67px 0 0 100px;
}

.mc_merge_var p {
	margin-top: -50px;
	font-size: 12px;
	color:#333; 
	line-height: 18px;
	margin-left: 7px;

}
.mc_var_label {
	display: none;
	}
	
#mc_mv_EMAIL {
	margin: 60px 0 0 100px;
	width: 150px;
	background:none;
	border:none;
	}
#mc_signup_submit {
	
	float:right;
	width:40px;
	height:40px;
	margin: -50px -23px 0 0 ;
	cursor:pointer;
	background:none; border:none;
	font-size:1px;
	color:#CA0707;
	text-indent: -9999px;
	
	
	}
	
#uk-search {
	
	float:right;
	width:189px;
	height:29px;
	background:url(images/search.gif);
	padding: 15px 0 0 5px;
	margin: 5px 20px 0 0;
	}
	
#uk-search-input { width:130px; background:none; border:none; float:left;}
#uk-search-submit { width:43px; height:40px; float:right; margin: -13px 0 0 0;  background:none; border:none; cursor:pointer; text-indent: -9999px;}

#footer-widgets ul li.widget {
	width: 280px;
	float: left;
	margin-right: 30px;
}

#footer-widgets ul li h3.widgettitle {
	border-bottom: none;
	margin-bottom: 5px;
}

#footer-widgets ul li.widget p {
	margin-bottom: 10px;
}

#footer-widgets ul li.widget li {
	border-bottom: none;
}

#copy {
	width: 940px;
	padding: 15px 20px 0 20px;
	margin-bottom: 50px;
}

/* Misc */

.sep {
	color: #CCCCCC;
	margin: 0 8px;
}

.ico-small {
	vertical-align: middle;
	margin: 0 5px 2px 0;
}

.readmore {
	margin-top: 10px;
	margin-bottom: 10px;
}

.readmore a {
	font-size: 85%;
	color: #27282F;
	font-weight: bold;
	text-transform: uppercase;
	padding: 2px 24px 2px 0;
}

/* Plugin Customizations */

#flickrrss ul {
	overflow: hidden;
	margin: 15px 0 0 0;
}

#flickrrss ul li {
	float: left;
	margin: 0 12px 12px 0;
	border: none;
	padding: 0;
}

#flickrrss ul li img {
	padding: 5px;
	border: 1px solid #EFEFEF;
}

#polls div.wp-polls {
	margin-top: 10px;
}

#polls div.wp-polls p {
	text-align: left;
}

ul.wp-polls-ul {
	margin: 10px 0;
}

.wp-polls-form input.Buttons {
	float: right;
	display: inline;
	padding: 7px 15px;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	color: #060606;
	background: url("../images/button-bg.jpg") repeat-x 0 0;
	border: none;
	-moz-border-radius: 13px;
	-webkit-border-radius: 13px;
}

.widget_archive select {
	margin-top: 10px;
	width: 280px;
	padding: 3px;
}
