html{
	width:100%;
	height:100%;
}
body{
	width:100%;
	height:100%;
	margin:0px;
	padding:0px;
	background:#55b5dc url(img/body_bg.jpg) top repeat-x;
	font-family: Verdana, Tahoma, Arial, sans-serif;
}
*{
	margin:0px;
	padding:0px;
}
#header_container{
	width:100%;
	height:418px;
	float:left;
	background: url(img/header.jpg) center repeat-x;
}
#header{
	width:1000px;
	margin:0 auto;
}
#header h1{
	width:223px;
	height:22px;
	padding-top:20px;
	padding-right:20px;
}
#header h1 a{
	width:223px;
	height:22px;
	text-indent:-9999px;
	display:block;
	background: url(img/logo.png) left no-repeat;
}
#content_container{
	width:100%;
	float:left;
	min-height:400px;
	background: url(img/waves2.png) top center repeat;
}
#menu{
	width:100%;
	height:102px;
	float:left;
	margin-top:-25px;
	background: url(img/waves2.png) top center repeat;
}
#menu_container{
	width:1000px;
	margin:0 auto;
}
#menu_container ul{
	width:700px;
	height:102px;
	margin-left:160px;
	background: url(img/menu_bg.png) top no-repeat;
}
#menu_container ul li{
	list-style: none;
	display: inline;
}
#menu_container ul li a{
	font-family: Verdana, Tahoma, Arial, sans-serif;
	font-size:18px;
	color:#FFFFFF;
	text-decoration: none;
}
.newblog{
	float:left;
	margin-top: 70px;
	margin-left:30px;
}
.inregistrare{
	float:left;
	margin-top: 74px;
	margin-left:15px;
}
.lista_bloguri{
	float:left;
	margin-top: 74px;
	margin-left:15px;
}
.contact{
	float:left;
	margin-top: 73px;
	margin-left:12px;
}
.cum_sa{
	float:left;
	margin-top: 71px;
	margin-left:12px;
}
.rss{
	width:42px;
	height:43px;
	float:right;
	margin-top:-43px;
	display:block;
	background: url(img/rss.png) center no-repeat;
	text-indent: -9999px;
}
#content{
	width:1000px;
	margin:0 auto;
}
#posts{
	width:660px;
	padding:10px;
	float:left;
	background: #FFFFFF;
}
#posts h1{
	line-height:25px;
	color:#FFFFFF;
	background:#6b5e53;
	font-size:18px;
}
#posts h1 a{
	line-height:25px;
	color:#FFFFFF;
	background:#6b5e53;
	font-size:18px;
}
#posts p{
	font-size:14px;
}
#right_side{
	width:300px;
	padding-left:20px;
	float:left;
}
.content_right{
	width:280px;
	margin-bottom:20px;
	padding:10px;
	float:left;
	background: #FFFFFF;
}
.content_right h2{
	font-family: Verdana, Tahoma, Arial, sans-serif;
	font-size:18px;
	color:#6b5e53;
}
.content_right a{
	font-family: Verdana, Tahoma, Arial, sans-serif;
	font-size:14px;
	color:#00b0d8;
	padding-top:5px;
	padding-bottom:5px;
}
.content_right label{
	width:30%;
	margin-bottom:10px;
	float:left;
}
.content_right ul li{
	list-style: none;
}
.content_right input[type="text"]{
	width:60%;
	margin-bottom:10px;
	float:left;
}
.content_right input[type="password"]{
	width:60%;
	margin-bottom:10px;
	float:left;
}
.content_right input[type="submit"]{
	float:left;
}
.content_right a{
	width:100%;
	float:left;
}
.content_right a.twitter{
	width:128px;
	height: 128px;
	float:left;
	background: url(img/twitter_icon.png) center no-repeat;
	display: block;
}
#footer_container{
	width:100%;
	float:left;
	background: url(img/waves2.png) top center repeat;
}
#footer{
	width:1000px;
	line-height:50px;
	margin:20px auto;
	background: #FFFFFF;
	overflow: hidden;
}
#footer ul{
	float:left;
	margin: 0px;
	padding: 0px;
}
#footer ul li{
	list-style: none;
	display: inline;
}
#footer ul li a{
	color:#6b5e53;
}
#footer p{
	width:700px;
	float:left;
	font-size:12px;
	margin: 0px;
	padding: 0px;
}
.phanmedia{
	width:89px;
	height:29px;
	display:block;
	float:right;
	margin-top:10px;
	margin-right:10px;
	background: url(img/logo_phanmedia.png) center no-repeat;
}

/* Comments */
.comments-template{
	margin: 10px 0 0;
	border-top: 1px solid #ccc;
	padding: 10px 0 0;
}

.comments-template ol{
	margin: 0;
	padding: 0 0 15px;
	list-style: none;
}

.comments-template ol li{
	margin: 10px 0 0;
	line-height: 18px;
	padding: 0 0 10px;
	border-bottom: 1px solid #ccc;
}

.comments-template h2, .comments-template h3{
	font-family: Georgia, Sans-serif;
	font-size: 16px;
}

.commentmetadata{
	font-size: 12px;
}

.comments-template p.nocomments{
	padding: 0;
}

.comments-template textarea{
	font-family: Arial, Helvetica, Georgia, Sans-serif;
	font-size: 12px;
}

/* End Comments */