/*
Theme Name: Magazine Basic
Theme URI: http://themes.bavotasan.com/our-themes/basic-themes/magazine-basic
Description: Built for WordPress 3.0. A magazine style theme with a fully customizable layout. Theme options include site width, 1 or 2 widgetized sidebars, header logo, multiple front page grid layouts, new WP 3.0 menu system, Google Analytics, pagination, drop-down menus and tons more. Also includes dynamic SEO keywords and site descriptions. Tested in Firefox 3.6, IE 7 & 8, Safari 5 and Chrome 7. Fully optimized for search engine ranking. Translation ready. 100% valid xHTML. Designed by <a href="http://themes.bavotasan.com/">Themes by bavotasan.com</a>.
Version: 2.6.12
Author: c.bavota
Author URI: http://themes.bavotasan.com/
Tags: right-sidebar, left-sidebar, flexible-width, three-columns, two-columns, white, custom-header, theme-options, custom-background, custom-menu, threaded-comments, sticky-post, translation-ready

License: GNU General Public License v2.0
License URI: http://www.gnu.org/licenses/gpl-2.0.html

*/

/* Basic Tag Elements */



a {
	text-decoration: none;
	outline: none;
	color: #081016;
	}
	
	a:hover {
		text-decoration: underline;
		}
	
img { 
	border: 0;
	}

.post img { 
	padding:1px;
	margin:0px 1px;
	background: #FAFEFF;
	border: 1px solid #bbb;
	border-right-color: #ddd;
	border-bottom-color: #ddd;
	/* optional rounded corners for browsers that support it */
        -moz-border-radius: 3px;
        -khtml-border-radius: 3px;
        -webkit-border-radius: 3px;
        border-radius: 3px; 
	}


body {
	color: #444;
 	margin: 0 auto; 
	font-size: 14px; 
	padding: 0; 
	background: #539ee3;
	}

h1 a, h2 a, h3 a, h4 a, h5 a {
	color: #05e;
	}


textarea {
	width: 97%;
	}

#leftcontent table {
	border: 0;
	}

#leftontent table td {
	border: 1px solid #eee;
	padding: 5px 10px;
	}
	
	#leftontent table th {
		border: 1px solid #eee;
		padding: 5px 10px;		
		background: #eee;
		}
		
.fl {
	float: left;
	}
	
.fr {
	float: right;
	}
	
.clear {
	clear: both;
	}

/* Header Elements */

#maincvl{
	background: #fff;
	border:1px solid #dddddd;
	padding: 2px 2px 2px 2px;
	margin:5 0 5 5px;
	float: left;
	width: 100%;
/*	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;*/
	}

.starSign{
	width:56px !important;
	border: 1px;
	}

#header{
//	background: #fff;
	float: left;
	position: relative;
	top: -15px;
	height:160px;
//	width: 100%;
	}

#headerad {
	//margin: 24px 20px 16px;
	text-align: center;
	}

#login {
	height: 16px;
	font-size: 12px;
	color: #fff;
	text-align: right;
	padding: 10px 20px 15px;
	background: url(images/login.png) repeat-x;
	}
	
	#login a {
		color: #fff;
		}
	
	#login ul {
		padding: 0;
		margin: 0;
		}
	
	#login ul li {
		display: inline;
		}
	
.dot:before {
	content: url(images/whitedot.png) " ";
	}

#title {
	margin: 20px 16px 0;
	padding: 0;
	}
	
	#title a {
		font-size: 100px;
		color: #222;
		line-height: 50px;
		}	

	#title.aligncenter {
		margin: 20px auto 0;
		text-align: center;
		}
		
	#title.fr,
	#description.fr {
		text-align: right;
		clear: right;
		}			
	
	#title a:hover {
		color: #cc0000;
		text-decoration: none;
		}
	
	.headerimage img {
		//margin: 20px 16px 0;
		}
		
	.headerimage .aligncenter {
		margin: 0px auto 0 !important;
		}
		
#description {
	font-size: 14px;
	margin: 0 16px 20px;
	padding: 0;
	clear: left;
	}
	
	#description.aligncenter {
		margin: 0 auto 20px;
		text-align: center;
		clear: both;
		}
	
.main-navigation {
	margin: 0;
	float: left;
	clear: both;
	width: 100%;
	background:	#06c; url(images/nav.png);
	position: relative;
	z-index: 1000;
	}

/*** ESSENTIAL STYLES ***/
.sf-menu, .sf-menu * {
	margin:			0px;
	padding:		0px  0px 0px 0px;
	list-style:		none;
}
.sf-menu {
	line-height:	1.0;
}
.sf-menu ul {
	position:		absolute;
	top:			-999em;
	width:			3em; /* left offset of submenus need to match (see below) */
}
.sf-menu ul li {
	width:			100%;
}
.sf-menu li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li {
	float:			left;
	position:		relative;
}
.sf-menu a {
	display:		block;
	position:		relative;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	left:			0;
	top:			2em; /* match top ul list item height */
	z-index:		99;
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
	left:			3em; /* match ul width */
	top:			0;
}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
	left:			3em; /* match ul width */
	top:			0;
}

/*** DEMO SKIN ***/
.sf-menu {
	float:			left;
	margin-bottom:	1;
}
.sf-menu a {
	border-right:	1px solid #fff;
	border-left:	0px solid #fff;
	padding-top:	5px;
	padding-bottom:	5px;
	padding-right:	10px;
	padding-left:	10px;
	display: 	block;
	right:		1px;
	left:		1px;
/*	padding:	5px 10px 5px; */
/*	padding: 		.8em .2em .8em;*/
	text-decoration:none;
}

.sf-menu li li a {
	border: 1px solid;
	}

.sf-menu a, .sf-menu a:visited  { /* visited pseudo selector so IE6 applies text colour*/
	color:			#fff;
}
.sf-menu li {
}
.sf-menu li li {
	background:		#088;
}
.sf-menu li li li {
	background:		#088;
}
.sf-menu li:hover, .sf-menu li.sfHover,
.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
	background:		#08f;
	outline:		0;
}

/*** arrows **/
.sf-menu a.sf-with-ul {
	padding-right: 	0.9em;
	min-width:		1px; /* trigger IE7 hasLayout so spans position accurately */
}
.sf-sub-indicator {
	position:		absolute;
	display:		block;
	right:			.3em;
	top:			.90em; /* IE6 only */
	width:			10px;
	height:			10px;
	text-indent: 	-999em;
	overflow:		hidden;
	background:		url(images/arrows-ffffff.png) no-repeat -5px -10px; /* 8-bit indexed alpha png. IE6 gets solid image only */
}
a > .sf-sub-indicator {  /* give all except IE6 the correct values */
	top:			.65em;
	background-position: 0 -100px; /* use translucent arrow for modern browsers*/
}
/* apply hovers to modern browsers */
a:focus > .sf-sub-indicator,
a:hover > .sf-sub-indicator,
a:active > .sf-sub-indicator,
li:hover > a > .sf-sub-indicator,
li.sfHover > a > .sf-sub-indicator {
	background-position: -5px -10px; /* arrow hovers for modern browsers*/
}

/* point right for anchors in subs */
.sf-menu ul .sf-sub-indicator { background-position:  -10px 0; }
.sf-menu ul a > .sf-sub-indicator { background-position:  0 0; }
/* apply hovers to modern browsers */
.sf-menu ul a:focus > .sf-sub-indicator,
.sf-menu ul a:hover > .sf-sub-indicator,
.sf-menu ul a:active > .sf-sub-indicator,
.sf-menu ul li:hover > a > .sf-sub-indicator,
.sf-menu ul li.sfHover > a > .sf-sub-indicator {
	background-position: -10px 0; /* arrow hovers for modern browsers*/
}

/*** shadows for all but IE6 ***/
.sf-shadow ul {
	background:	url(images/shadow.png) no-repeat bottom right;
	padding: 0 8px 9px 0;
	-moz-border-radius-bottomleft: 17px;
	-moz-border-radius-topright: 17px;
	-webkit-border-top-right-radius: 17px;
	-webkit-border-bottom-left-radius: 17px;
}
.sf-shadow ul.sf-shadow-off {
	background: transparent;
}


								
.sub-navigation {
	clear: both;
	border-bottom: 1px solid #922;
	float: left;
	width: 50%;
	padding: 5px 0 0;
 	z-index: 50;
 	position: relative;
	}
	
	.sub-navigation ul {
		padding: 0 0 0 8px;
		margin: 0;
		}
	
	.sub-navigation li {
		list-style-type: none;
		float: left;
		font-size: 12px;
		padding: 0 10px 0 0;
		text-transform: uppercase;
		margin: 0;
		line-height: 24px;
		background: url(images/blackdot.png) right 5px no-repeat;
		position: relative;
		}
	
	.sub-navigation a {
		color: #222;
		padding: 0 5px;
		}
		
		.sub-navigation a:hover {
			text-decoration: underline;
			}
			
.sub-navigation ul li:hover ul { display: block; }	
.sub-navigation ul li:hover ul ul { display: none; }	
.sub-navigation ul ul { position:absolute; top:24px; left:0; background:#fff; display:none; list-style:none; margin:0;padding:0; border-top: 1px solid #000; z-index: 500;}
.sub-navigation ul ul li {position:relative; border:1px solid #aaa; border-top: 0;width:159px; margin:0; padding: 0; background: none;}
.sub-navigation ul ul li a {display:block; padding:0 7px 0 12px; color: #555; background-color:#fff; border-right: 0; font-size: 12px; }
.sub-navigation ul ul li a:hover {background-color:#eee; text-decoration: none;}
.sub-navigation ul ul li:hover ul { display: block; }
.sub-navigation ul ul ul { left:159px; top:-1px; display: none; }	


.sub-navigation li.nodot {
	background: none;
	z-index: -50;
	}
	
.sub-navigation li.right-d {
	float: right;
	}

/* Main Elements */
	
#mainwrapper {
	float: left;
	padding: 15px 0px;
	margin: 0;
	border-top: 0px solid #ccc;
	border-bottom: 0px solid #ccc;
	background: #fff;
	}

#sidebar {
	float: left;
	margin: 0 5px;
	padding: 5px 0 0;
	}

#secondsidebar {
	float: right;
	margin: 0 0 0 15px;
	padding: 5px 0 0;
	}

#thirdsidebar {
	float: right;
	margin: 0 0px;
	padding: 5px 0 0;
	}

	
.side {
	line-height: 20px;
	font-size: 18px;
	margin-bottom: 0;
	}	
	
.side-widget {
	float: left;
//	margin: 10px 0 5px 0;
	padding: 0px 8px 5px 8px;
//	background: url(images/bg-hatch.gif);
	background: #FAFEFF;
	border: 1px solid #ddd;
	border-right-color: #aab;
	border-bottom-color: #aab;
	/* optional rounded corners for browsers that support it */
//        -moz-border-radius: 5px;
//        -khtml-border-radius: 5px;
//        -webkit-border-radius: 5px;
//        border-radius: 5px; 
	margin: 5px 10px 5px 0; 
	box-shadow: 2px 2px 2px #aaaaaa;
	}
	
	.side-widget ul {
		padding: 0;
		margin: 0;
		list-style-type: none;
		
		}

.title-widget {
	width: px;
	font-size: 14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #04A;
	font-weight: bold;
	margin:0px 20px 0px 0px;
	position: relative;
//	display: table;
	bottom: 8px; right: 2px;
	padding: 0px 5px 0px 2px;
	float: left;
	background: #FAFAFA;
	color: #000066;
	}

.title-widget2 {
	width: px;
	font-size: 14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #04A;
	font-weight: bold;
	margin:0px 20px 0px 0px;
	position: relative;
//	display: table;
	bottom: 8px; right: 2px;
	padding: 0px 5px 0px 2px;
	float: left;
	background: #FAFAFA;
	color: #000066;
	}



	.side-widget ul li {
		padding: 0;
		margin: 0;
		font-size: 14px;
		font-family: arial, tahoma, verdana;
		}

	.side-widget img {

	    border: 1px solid #ddd;
	    background-color: #f3f3f3;
	    padding: 1px;
    //	    padding-top: 1px;
    //	    padding-left: 1px;
    //	    padding-right: 1px;
    //	    padding-bottom: 1px;
	    margin: 0;
	/* optional rounded corners for browsers that support it */
            -moz-border-radius: 2px;
            -khtml-border-radius: 2px;
            -webkit-border-radius: 2px;
            border-radius: 2px; 
	    margin: 0px 2px 2px 0; 
	    float:left;
	    }
		
	.side-widget ul li {
		list-style-type: none;
		margin: 2px;
//		border: 1px solid #06e;
//		border-top: 1px solid #06e;
//		border-bottom: 1px solid #06e;
		padding-left: 4px;
		margin: 4px 0;
//		word-wrap: break-word;
		}
	
	.side-widget h2 {
		font-size: 14px;
		padding: 1px 0 1px;
		margin-top: 0;
		margin-bottom: 5px;
		border-bottom: 0em solid #05e;
		text-align: center;
		font-family:Verdana, Arial, Helvetica, sans-serif;
		color: #04a;
//		text-transform: uppercase;
//		background: url(images/h2line.gif) repeat-x bottom;
		}
		
	.side-widget .storycontent {
//		border-bottom: 1px solid #ddd;
		}
		
	.side-widget .noline {
		border-bottom: 0;
		}		

.side-widget #s {
	margin-top: 1px;
	padding: 1px;
	width: 95%;
	}

.storycontent {
	line-height: 18px;
	font-size: 14px;
	font-family: arial, tahoma, verdana;
	text-indent:10px;
	text-align: justify;
	word-wrap: break-word;
	}

    .storycontent img {
	    border: 1px solid #ddd;
	    text-align: center;
	    background-color: #f3f3f3;
	    padding-top: 1px;
	    padding-left: 1px;
	    padding-right: 1px;
	    padding-bottom: 1px;
	    margin: 0;
	/* optional rounded corners for browsers that support it */
            -moz-border-radius: 0px;
            -khtml-border-radius: 0px;
            -webkit-border-radius: 0px;
            border-radius: 0px; 
	    margin: 0px 5px 5px 0; 
		}
															 

.posts {
	border-bottom: 1px solid #eee;
	margin-bottom: 5px;
	float: left;
	width: 100%;
	}
	
	.posts h2 {
		margin: 10px 0 0;
		}
	
	.posts img {
		margin: 10px 10px 10px 0;
		float: left;
		}
		
.readmore {
	color: #cc0000;
	}
		
#footer {
	clear: both;
	float: left;
	width: 100%;
	padding: 10px 0;
	text-align: center;
	font-size: 11px;
	border-top: 1px solid #888;
	background: #fff;
	}

/* Left Content Elements */

#leftcontent {
	float: left;
	margin: 0 10px;
	padding: 0;
	}

	#leftcontent h5.latest {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		margin: 0;
		padding: 0;
		color: #cc0000;
		margin-bottom: 5px;
		font-size: 14px;
		}

	#leftcontent h1 {
		margin: 0;
		padding: 0;
		font-size: 24px;
		line-height: 26px;
		}

#leftcontent .post h1, 
#leftcontent .ind-post h1, 
#leftcontent .twopost h2, 
#leftcontent .pages h1, 
#leftcontent h1.catheader,
#leftcontent .threepost h1 {
	margin-top: 5px;
	margin-bottom: 10px;
	margin-left: 26px;
	margin-right: 26px;
	font-size: 22px;
	text-align: center;
	font-family: Georgia, Times, serif;
	font-weight: bold;
	line-height: 26px;
	color: #02d;
	}

	#leftcontent h1.catheader {
		color: #0044ff;
		font-weight: bold;
		margin-bottom: 15px;
		}
		
	#leftcontent .twopost h1 {
		font-size: 14px;
		line-height: 18px;
		}
	
	#leftcontent .threepost h1 {
		font-size: 12px;
		line-height: 14px;
		}
	
	#leftcontent .postmetadata {
		clear: both;
		line-height: 14px;
		}
		
	#leftcontent .post .entry {
		font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
		font-size: 14px;
		line-height: 18px;
		text-align:justify;
		}
		
	#leftcontent .date {
		margin-bottom: 5px;
		font-style: italic;
		text-align:left;
		color: #888;
		}
		
	#leftcontent .meta {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 11px;
		text-align:left;
		color: #444;
		}	
		
	#leftcontent .catdesc {
		background: #f7f7f7;
		border: 3px double #ddd;
		padding: 0 10px;
		color: #666;
		font-size: 13px;
		line-height: 15px;
		margin-bottom: 10px;
		}
		
/* This is your subtitle style */

#leftcontent p.sub {
	font-size: 24px;
	line-height: 26px;
	font-weight: bold;
	font-style: italic;
	margin: 10px 0 0;
	}

/* This is your blockquote style */
	
#leftcontent .entry .pullquote {
	width: 250px;
	font-size: 24px;
	line-height: 26px;
	float: right;
	margin: 0 0 0 30px;
	padding: 0;
	font-style: italic;
	}
	
	#leftcontent .entry .pullquote p {
		padding: 0;
		margin: 0;
		}

#leftcontent a.more-link {
	clear: both;
	width: 100px;
	border: 0px solid #000;
	text-align: center;
	display: block;
	color: #fff;
	margin: 3px 0;
	background: #08f;
	padding: 0px 2px;
	font-size: 11px;
	line-height: 18px;
    /* optional rounded corners for browsers that support it */
        -moz-border-radius: 3px;
        -khtml-border-radius: 3px;
        -webkit-border-radius: 3px;
        border-radius: 3px; 
        margin: 0px 10px 5px 0; 

	}
	
	#leftcontent a:hover.more-link {
		text-decoration: none;
		background: #0af;
		}

.tags a {
	color: #cc0000;
	}
	
.ind-post, .post {
	float: left;
//	border-top: 1px solid #08f;
//	border-bottom: 1px solid #08f;
	margin-bottom: 1px;
	padding-bottom: 1px;
	width: 100%;
	word-wrap: break-word;
}

	.ind-post img {
		width:180px;
		height:180px;
		margin: 0px 10px 5px 0;		
		}

#twocol {
	float: left;
	margin-bottom: 1px;
	padding: 10px 0 0;
//	background: #0af repeat-y 50% 0;
//	background: url(images/line.gif) repeat-y 50% 0;
	}

	#twocol date {
		margin: 0 auto;
	    position:relative;
	    top:-25px;
	    left:5px;
	    padding:3px 8px;
	    color:#000000;
	    text-shadow: 2px 2px 3px rgba(255, 255, 255, 1);
	    font-size:15px;
	    background-image:url('/wp-content/uploads/img/50din100alb.png');
	}
	#twocol coments {
	    position:relative;
	    top:0px;
	    right:-20px;
	    //width:40px;
	    padding:2px 20px;
	    color:#000000;
	    text-shadow: 2px 2px 3px rgba(255, 255, 255, 1);
	    font-size:11px;
	    //background-image:url('/wp-content/uploads/img/social50-100.png') no-repeat;
	    background: url('/wp-content/uploads/img/social25-100.png') no-repeat;
	}

	#twocol img {
		position:relative;
		left:-15px;
//		width:80px;
//		height:80px;
//		overflow: hidden; 
		background-position:60% 95%;
//		background-repeat:no-repeat;
//		display: block;
		margin: 0px 4px 0;
		}
		
	#twocol hr.two {
		height: 0;
		border: 0;
		clear: both;
		border-bottom: 2px solid #eee;
		}
	
.mainhr {
	float: left;
	background: #eee;
	clear: both;
	width: 100%;
	height: 1px;
	margin: 10px 0;
}	
	
.twopost {
	width: 46%;
	float: left;
	word-wrap: break-word;
	}	

	.twopost img,
	.threepost img,
	.twopost embed,
	.threepost embed {
		max-width: 100%;
//		height: auto !important;
		}

	.twopost2, .twopost4 {
		margin-left: 7.5%;
		}
		
	.twopost3, .twopost4 {
		border-top: 1px solid #def;
		padding-top:5px;
		}
		
	.twopost1, .twopost3 {
		clear: left;
		}		
		
#threecol {
	float: left;
	background: url(images/line.gif) repeat-y 31.5% 0;
	margin-top: 3px;
	width: 100%;
	}

#threecol2 {
	float: left;
	padding: 0;
	background: url(images/line.gif) repeat-y 67% 0;
	width: 100%;
}

	#threecol img {
		margin: 0px 5px 5px 0;
		}

.threepost {
	width: 29%;
	float: left;
	border-top: 1px solid #cef;
	padding-top: 10px;
	word-wrap: break-word;
	}

	.threepost2, .threepost5 {
		padding: 10px 0 0;
		margin: 0 6%;
		}
		
	.threepost1, .threepost2, .threepost3 {
		border-top: 1px solid #06e;
		}
		
	.threepost1, .threepost4 {
		clear: left;
		}

/* Pagination */	
	
.pagination {
	margin: 0px;
	float: left;
	background: #eee;
	width: 545px;
	border-bottom: 1px solid #ddd;
	border-right: 1px solid #ddd;
	padding: 12px -1px 10px -1px;
	}	

.pagination a {
	padding: 3px 4px 2px 4px; 
	margin: 2px;
	text-decoration: none;
	border: 1px solid #ccc;
	color: #666;
	background-color: #FFFFFF;	
}

.pagination a:hover {	
	border: 1px solid #444;
	color: #444;
	background-color: #FFFFFF;
}

.pagination span.pages {
	padding: 3px 4px 2px 4px; 
	margin: 2px 2px 2px 2px;
	color: #666;
	border: 1px solid #ccc;
	background-color: #FFFFFF;
}
.pagination span.current {
	padding: 3px 4px 2px 4px; 
	margin: 2px;
	border: 1px solid #666;
	color: #444;
	background-color: #FFFFFF;
}
.pagination span.extend {
	padding: 3px 4px 2px 4px; 
	margin: 2px;	
	border: 1px solid #ccc;
	color: #444;
	background-color: #FFFFFF;
}
			
/* Other Elements */

.red, .entry a {
	color: #cc0000;
	}
	
#tagcloud {
	width: 80%;
	text-align: center;
	margin: auto;
	padding: 20px;
	}	
	
#tagcloud a {
	color: #cc0000;
	}

/* Comment Elements */

#postcomments {
	padding-top: 20px;
	}
			
	 h3#comments, #respond h3 { color:#333; font:normal 130% georgia,times,serif; margin: 10px 0; clear: left; }

	 #respond p { font-size:11px; margin:0 0 1em; }	

	 ol.commentlist { list-style:none; margin:0; padding:0; float: left; }

	 ol.commentlist li { margin:0 0 10px; padding:20px 0 20px 20px;  }

	.commentlist .even {
		background: #eee;
		border-bottom: 1px solid #ddd;
		border-right: 1px solid #ddd;
		}

	.commentlist .avatar {
		float: right;
		padding: 5px;
		border: 1px solid #ddd;
		margin: 0 20px 10px 10px;
		background: #fff;
		}
	
	.commentlist .comment-author {
		font-size: 12px;
		}
	
	.commentlist .comment-text {
		padding: 0 20px 0 0;
		}
	
	.commentlist .url {
		font-size: 12px;
		font-family: Georgia, "Times New Roman", Times, serif;
		font-style: italic;
		}

	 ol.commentlist li div.reply { background:#999; border:1px solid #666; border-radius:2px; -moz-border-radius:2px; -webkit-border-radius:2px; color:#fff; font:bold 9px/1 helvetica,arial,sans-serif; padding:6px 5px 4px;  text-align:center; width:36px; }

	 ol.commentlist li div.reply:hover { background:#cc0000; border:1px solid #cc0000; }

	 ol.commentlist li div.reply a { color:#fff; text-decoration:none; text-transform:uppercase; }

	 ol.commentlist li ul.children { margin:16px 20px 0 0; padding: 0 0 0 20px; list-style-image: url(images/commentarrow.png); }

	 ol.commentlist ul.children li.odd { background:#fff; }

	 ol.commentlist ul.children li.even { background:#eee; }

/* WordPress Required Elements */

.aligncenter,
div.aligncenter {
   display: block;
   margin: 5px auto;
}

.alignleft, div.alignleft {
   float: left;
   margin: 5px 15px 5px 0;
}

.content .storycontent .alignleft,
.search .storycontent .alignleft,
.archive .storycontent .alignleft { 
	margin-top: 0; 
	}

.alignright, div.alignright {
   float: right;
   margin: 5px 0 5px 15px;
}

.alignnone {
	margin: 5px 0;
	}

.wp-caption {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #f3f3f3;
   padding-top: 4px;
   margin: 0;
   /* optional rounded corners for browsers that support it */
   -moz-border-radius: 3px;
   -khtml-border-radius: 3px;
   -webkit-border-radius: 3px;
   border-radius: 3px;
}

.wp-caption img {
   margin: 0;
   padding: 0;
   border: 0 none;
}

.wp-caption p.wp-caption-text,
.gallery-caption {
   font-size: 14px;
   line-height: 16px;
   padding: 3px 4px 5px;
   margin: 0;
}

#today {
	font-weight: bold;
	text-align:center;
	color: #0066ff;
	}

#wp-calendar {
	margin: 3px auto;
	font-family: verdana,tahoma,arial;
	font-size:11px;
	border: 0px solid #cccccc;
	background-color: #;
	}

#next {text-align:right;}

#sda {margin:3px auto;box-shadow: 2px 2px 2px #fff;margin-top:6px;}

.colorbox-manual {margin:6px auto;box-shadow: 2px 2px 2px #aaaaaa;border: solid 1px #aaa;border-width:thin;}
	
.bypostauthor {}
.sticky {}

#pdf-ppt-viewer {
	float: center;
	}

#vsrp_div {
	font-size: 11px;
	font-family: Tahoma, Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	}	
	
.post-title {
	text-align: center;
}

#post-27728 h1 {display:none;}


h1.titlu-art{	
	position:relative;
	top:-15px;
	padding:0px;
	margin:5;
	height:20px;
	width:85%;
	text-align:center;
	
}

h1.titlu-art span {
	font-size:18px;
	font-family:arial,verdana,georgia;
	font-weight:bold; 
	margin:0px auto;
	padding:0px 5px;
	height:40px;
	overflow:hidden;
	position:absolute;
	left:-30px;
//	margin-right:-20%;
//	left:20%;
	color:#5E5361;
	text-indent:0px;
	line-height:20px;
	text-decoration:none;
	text-shadow:2px 2px 2px #999999;
	text-align:left;
}	

h1.titlu-art a{
	text-decoration:none;
}

h1.titlu-art span:hover {
	height:auto;
	overflow:auto;
	background:#ccddcc;
	filter:alpha(opacity=80);
	opacity:0.8;
	z-index:100;
	padding-bottom:3px;
	color:#000;
}

h1.titlu-art a:hover {
    color:#000;
    text-shadow:2px 2px 2px #999999;
}



.rezumat {
	position:relative;
	font-size:13px;
	color:#222212;
	height:96px;
	text-indent:0px;
	overflow:hidden;
	margin-bottom:5px;
	//line-height: 16px;
	}

.rezumat span {
	font-size:13px;
	font-family:arial,verdana,georgia;
	font-weight:bold; 
	margin:0px auto;
	padding:0px 5px;
	height:35px;
	//color:#111;
	line-height:16px;
	text-decoration:none;
	text-shadow:1px 1px 1px #999999;
	text-align:left;
}	
/*
.rezumat span:hover {
	height:auto;
	overflow:auto;
	background:#ccddcc;
	filter:alpha(opacity=80);
	opacity:0.8;
	z-index:100;
	padding-bottom:3px;
	color:#000;
}
*/
#zile {
	text-align:center;
        border:1px solid #112233;
        font-family: verdana,tahoma,arial;
        font-size: 11px;
        font-weight: bold;
        padding: 1px 3px;
        margin: 1px;
//    background: #112233;
        color: #cac8c0;
}

#zile a {
        color: #222;
        text-decoration:none;
//          border:0px solid #dd12aa;
        padding: 0px 0px;
	text-shadow: #333 0px 1px 1px;
//          background: #990006;
}
#zile a:hover {
        color: #0066cc;
//            background: #990006;
        text-decoration:none;
}

.imgbig a:hover{
    transform:scale(1.5);
    -ms-transform:scale(1.5); /* IE 9 */
    -moz-transform:scale(1.5); /* Firefox */
    -webkit-transform:scale(1.5); /* Safari and Chrome */
    -o-transform:scale(1.5); /* Opera */
}

.editorial{
// this is the image container distentions
width:420px;
	height:100%;
	position:relative;
	top:100px;
	left:212px;
	width:100%;
	transform:translate(-50%, -50%);
&.max{ width:auto; height:100%; }
}}