html{color:#000;background:#FFF;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var,optgroup{font-style:inherit;font-weight:inherit;}del,ins{text-decoration:none;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}sup{vertical-align:baseline;}sub{vertical-align:baseline;}legend{color:#000;}input,button,textarea,select,optgroup,option{font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;}input,button,textarea,select{*font-size:100%;}



.clear{
	height: 1px;
	line-height: 1px;
	font-size: 1px;
	clear: both;
	}
strong{
	font-weight: bold;
	}
abbr{
	border-bottom: 1px dotted #333;
	font-weight: bold;
	}

body {
	background-color: #fff;
	font-family: Helvetica,Arial,sans-serif;
	font-size: 12px;
	color: #4F5155;
	}

a {
	color: #039;
	background-color: transparent;
	font-weight: normal;
	text-decoration: none;
	}
a:hover{color: #930;}

#outer-header{
	background-color: #222;
	border-bottom: 5px solid #333;
	background: url(../images/black_gradient.jpg) no-repeat #222 50% 50%;
	}
#header-wrapper{
	width: 960px;
	margin: 0 auto;
	}
#header-wrapper h1.header-title{
	display: block;
	width: 600px;
	height: 62px;
	float: left;
	text-indent: -5000px;
	clear: both;
	background: url(../images/header_title.jpg) no-repeat; 
	margin: 10px 0 5px;
	}
#header-wrapper h1.header-title a{
	display: block;
	width: 289px;
	height: 80px;
	float: left;
	outline: none;
	}
#header-wrapper p.header-description{
	color: #f5f5f5;
	font-size: 14px;
	display: block;
	width: 600px;
	clear: both;
	padding: 0 0 15px 10px;
	}
#header-wrapper div.top-twitter{
	width: 330px;
	height: 80px;
	float: right;
	color: #f0f0f0;
	font-size: 12px;
	background: url(../images/top-twitter.jpg) no-repeat right top;
	margin-top: -90px;
	}
#header-wrapper div.top-twitter a{color: #fff; font-weight: bold; text-decoration: underline; outline: none;}
#header-wrapper div.top-twitter a:hover{color: #eee;}
#header-wrapper div.top-twitter a.block-link{
	display: block;
	width: 80px;
	height: 80px;
	float: right;
	text-indent: -5000em;
	}

#outer-menu{
	height: 30px;
	background: #222;
	border-bottom: 2px solid #c4c5c5;
	}
#menu-wrapper{
	width: 960px;
	margin: 0 auto;
	}
#menu-wrapper a{
	display: block;
	float: left;
	width: 150px;
	font-size: 20px;
	font-weight: bold;
	color: #05aeef;
	text-align: center;
	outline: none;
	}
#menu-wrapper a:hover{
	color: #70d1fb;
	}

#content-wrapper{
	width: 960px;
	margin: 0 auto;
	overflow: hidden;
	}
#content{
	width: 650px;
	margin-bottom: -5000em;
	padding-bottom: 5002em;
	float: right;
	}

#main-sidebar{
	width: 300px;
	float: left;
	margin: 0 0 -5000em;
	padding-bottom: 5005em;
	background: url(../images/sidebar.gif) repeat-y #e5e5e5;
	}
#main-sidebar h2{
	color: #222;
	font-size: 20px;
	font-family: "Century Gothic", "Trebuchet MS", Trebuchet, sans-serif;
	line-height: 26px;
	padding: 0;
	margin: 0 0 0 10px;
	font-weight: bold;
	letter-spacing: -1px;
	}

#main-sidebar div.box{
	border-top: 1px solid #fff;
	border-bottom: 1px solid #c4c5c5;
	padding: 10px 0;
	}

/* ******************************************* */
#main-sidebar li.categorie{
	display: block;
	font-size: 14px;
	margin: 0;
	line-height: 18px;
	padding: 0;
	color: #c04040;
	}
#main-sidebar li.categorie a{
	color: #05aeef;
	text-decoration: none; 
	display: block;
	padding: 5px 10px;
	background:url(../images/link_background.gif) repeat-x top;
	border-bottom: 2px solid #666;
	font-weight: bold;
	outline: none;
	}
#main-sidebar li.promotii a{
	background:url(../images/link_background_2.gif) repeat-x top;
	color: #fff;
	}
#main-sidebar li.categorie a:hover{
	color: #fff;
	background-position: bottom;
	}
#main-sidebar li.subcategorie{
	font-size: 12px;
	line-height: 16px;
	font-weight: normal;
	color: #444;
	}
#main-sidebar li.subcategorie a{
	color: #444;
	text-decoration: none;
	background: #E5E5E5;
	padding: 2px 0 2px 30px;
	margin: 0 1px;
	border: none;
	}
#main-sidebar li.subcategorie a:hover{
	color: #333;
	background: #ccc;
	}
/** ********************************** */


#main-sidebar form.search-form{
	margin: 5px 0 8px;
	}
#main-sidebar form.search-form input{
	font-size: 14px;
	padding: 4px;
	background: #fff;
	color: #666;
	border: 1px solid #cfcfcf;
	margin-left: 10px;
	}
#main-sidebar form.search-form input.buton{
	padding: 3px 10px 2px;
	font-weight: bold;
	color: #999;
	}

#outer-footer{
	background: url(../images/black_gradient.jpg) no-repeat #222;
	min-height: 100px;
	}
#footer-wrapper{
	width: 960px;
	margin: 0 auto;
	color: #f5f5f5;
	padding: 10px 0;
	background: url(../images/band.png) no-repeat 0 0 transparent;
	}
	
/* ************************ */
#content h2{
	color: #444;
	font-size: 28px;
	font-weight: bold;
	line-height: 60px;
	border-bottom: 5px solid #f2f2f2;
	margin-bottom: 30px;
	}
#content h3{
	font-size: 18px;
	line-height: 30px;
	font-weight: normal;
	margin-bottom: 10px;
	border-bottom: 2px solid #eee;
	width: 60%;
	color: #c04040;
	padding-left: 10px;
	font-family: Georgia,"Times New Roman",Times,serif;
	}
	
#content form.search-form{
	margin: 20px 0 10px;
	}
#content form.search-form input{
	font-size: 16px;
	padding: 5px;
	background: #fff;
	color: #777;
	border: 1px solid #bbb;
	margin-left: 10px;
	font-weight: bold;
	}
#content form.search-form input.buton{
	padding: 4px 10px 3px;
	font-weight: bold;
	color: #999;
	}
#content p.error{
	color: #c04040;
	font-size: 16px;
	}
#content p.status{
	font-size: 18px;
	color: #999;
	line-height: 36px;
	margin-bottom: 15px;
	}

/* ************************** */
#content li.categorie{
	display: block;
	width: 184px;
	font-size: 16px;
	margin: 10px 10px 0 0;
	line-height: 30px;
	padding: 10px;
	color: #c04040;
	float: left;
	min-height: 130px;
	text-align: center;
	border: 1px solid #ccc;
	background: url(../images/box_background.gif) repeat-x top #f0f0f0;
	}
#content li.categorie a{ color: #c04040;text-decoration: none;}
#content li.categorie a:hover{ color: #ff4040; text-decoration: underline;}
#content li.categorie ul{
	margin: 10px 0 0 0;
	padding-top: 10px;
	border-top: 1px dashed #ccc;
	}
#content li.subcategorie{
	margin-left: 0;
	font-size: 12px;
	line-height: 16px;
	font-weight: normal;
	color: #444;
	text-align: left;
	}
#content li.subcategorie a{color: #444;text-decoration: none;}
#content li.subcategorie a:hover{ color: #666;}

#content ul.subcategorii{margin: 20px; border-bottom: 1px solid #ccc; padding-bottom: 20px;}
#content ul.subcategorii li a{
	font-size: 16px;
	line-height: 30px;
	display: block;
	height: 30px;
	width: 250px;
	padding-left:10px;
	color: #666;
	background: url(../images/anim_link.gif) no-repeat -245px 0;
	}
#content ul.subcategorii li a:hover{color: #f0f0f0; background-position: 0 0;}
/* ************************************ */

#content p{
	margin: 15px 0;
	font-size:12px;
	}
#content ol{
	margin: 15px 0 15px 50px;
	list-style: decimal-leading-zero;
	}
#content ol li{
	list-style: decimal-leading-zero;
	font-size: 18px;
	font-family: Georgia,"Times New Roman",Times,serif;
	color: #c04040;
	}
#content ol li span{
	font-size: 12px;
	color: #4F5155;
	}
#content a.top-tag{
	display: block;
	float: right;
	font-size: 18px;
	font-weight: bold;
	color: #333;
	text-align: right;
	background: #85d6ff;
	padding: 5px 15px;
	}
#content a.top-tag:hover{
	background: #05aeef;
	color: #fff;
	}

/* formuri */
#content form{
	margin: 20px auto;
	}
#content form p{
	margin-bottom: 10px;
	}
#content form label{
	display: block;
	float: left;
	margin-right: 5px;
	width: 150px;
	padding: 3px 10px;
	text-align: right;
	font-size: 16px;
	}
#content form input{
	width: 200px;
	font-size: 16px;
	padding: 3px 10px;
	border: 1px solid #999;
	background: #fff;
	}
#content form textarea{
	width: 400px;
	font-size: 14px;
	padding: 3px 10px;
	border: 1px solid #999;
	background: #fff;
	overflow: auto;
	}
#content form input.buton{
	width: 100px;
	}

/* **************************** */
#content div.tweet{
	margin: 0;
	border-bottom: 5px solid #f2f2f2;
	padding: 20px;
	}
#content div.tweet img{
	border: 0;
	margin: 13px 20px 13px 0;
	float: left;
	width: 48px;
	height: 48px;
	}
#content div.tweet p{
	font-size: 14px;
	color: #666;
	padding: 0;
	margin: 0;
	}
#content div.tweet p.tweet-author{
	font-size: 11px;
	padding: 0;
	color: #999;
	}
#content div.tweet p.tweet-author a{
	font-size: 15px;
	}
#content div.tweet p.tweet-content{
	font-size: 13px;
	padding: 5px 0 0 0;
	}
#content div.tweet p.tweet-links{
	font-size: 11px;
	padding: 8px 0 0 0;
	color: #999;
	}
#content div.tweet p.tweet-links a{
	margin-right: 30px;
	}
/* *************************** */
div.pagination{
	margin: 20px 10px;
	height: 36px;
	}
div.pagination span{
	display: block;
	width: 100px;
	height: 30px;
	border: 1px solid #ccc;
	}
div.pagination span.previous-link{ float: left;}
div.pagination span.next-link{ float: right;}
div.pagination span a{
	display: block;
	height: 100%;
	width: 100%;
	font-size: 30px;
	line-height: 25px;
	text-align: center;
	color: #999;
	text-decoration: none;
	outline: none;
	}
/* ************************** */
#footer-wrapper div.footer-block{
	width: 300px;
	float: left;
	margin-right: 20px;
	}
#footer-wrapper div.footer-block p{
	font-size: 11px;
	color: #eee;
	margin: 5px 0 15px;
	}
#footer-wrapper div.footer-block a{
	color: #eee;
	font-weight: bold;
	text-decoration: none;
	border-bottom: 1px dashed #eee;
	}
#footer-wrapper div.footer-block a:hover{
	border-bottom: none;
	}


