/*
Theme Name: DodoEditor
Version: 1.0
*/

/*************************** RESET *********************************/

/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

em{
	font-weight:bolder;
}

/*************************** RESET *********************************/

/*************************** GLOBALS *********************************/

html, body{
	font-size:9pt;
	font-family:"Trebuchet MS", Tahoma, Verdana;
	color:#32555a;
	text-align:center;
	line-height:150%;
	background:url(images/bg.jpg) repeat 50% 50%;
	margin:0;
	padding:0;
}

body{
	padding:10px 0 20px;
}

.clr{
	clear:both;
	font-size:0;
	height:0;
}

a:link, a:visited, a:hover{
	color:#880656;
	text-decoration:none;
}

a:hover{
	text-decoration:underline;
}

input, textarea{
	background:#f2f7f7;
	color:#92a6a8;
	border:1px solid #d6ddde;
}

blockquote{
	margin:20px;
	padding:0 20px;
	background:url(images/quote.jpg) no-repeat 0 4px;
	color:#6b888c;
}

a.more, a.more:hover, a.more:visited{
	clear:both;
	float:right;
	background:#880656 url(images/more.jpg) no-repeat 90% 50%;
	color:#fff;
	display:block;
	width:45px;
	padding:3px 10px;
	position:relative;
	margin-bottom:-1px;
}

.date{
	color:#6B888C;
	display:block;
	float:left;
	font-weight:bold;
	margin-top:5px;
	vertical-align:baseline;
}

#all{
	width:800px;
	margin:0 auto;
	text-align:left;
	background:#fff;
}

#container, #nav{
	float:left;
}

#container{
	width:560px;
}


#nav{
	width:180px;
	padding:0 20px 0 40px;
	overflow:hidden;
	background:#fff;
	min-height:750px;
	height:750px;
}

html > body #nav{
	height:auto;
}

#post-28 .storycontent{
	color:#000;
	font-weight:bold;
}

/*************************** GLOBALS *********************************/

/*************************** TOP *********************************/

#logo{
	display:block;
	background:#fff url(images/hr.jpg) repeat-x bottom center;
	padding:12px 0 15px 20px;
}

#logo a{
	display:block;
	background:url(images/logo.jpg) no-repeat 50% 50%;
	overflow:hidden;
	text-indent:-9999px;
	width:146px;
	height:97px;
}

/*************************** TOP *********************************/

/*************************** MENU *********************************/

#main_menu{
	display:block;
	padding:10px 0 10px 20px;
	background:#fff;
	overflow:hidden;
}

#main_menu li{
	float:left;
	margin-right:30px;
	display:block;
}

#main_menu li:last-child{
	margin-right:0;
}

#main_menu a{
	text-decoration:none;
	color:#32555a;
	display:block;
	overflow:hidden;
	background-image:url(images/menu_bg.gif);
	background-repeat: no-repeat;
	height:13px;
	text-indent:-999px;
}

.cat-item-4 a{
	background-position:0 0;
	width:70px;
}

.cat-item-22 a{
	background-position:-105px 0;
	width:51px;
}

.cat-item-6 a{
	background-position:-185px 0;
	width:40px;
}

.cat-item-7 a{
	background-position:-255px 0;
	width:71px;
}

.cat-item-8 a{
	background-position:-355px 0;
	width:87px;
}

.page-item-28 a{
	background-position:-475px 0;
	width:47px;
}

/*************************** MENU *********************************/

/*************************** CONTACT FORM *********************************/

.wpcf7-form{
	margin-top:25px;
	clear:both;
}

.wpcf7-form p{
	display:block;
	margin-bottom:10px;
}

.wpcf7-form input, .wpcf7-form textarea{
	color:#6b888c;
	padding-left:10px;
	width:340px;
	font-family:"Trebuchet MS",Tahoma,Verdana;
	font-size:10pt;
}

.wpcf7-form #submit{
	border:0 none;
	color:#880656;
	float:right;
	background:#fff url(images/submit_bg.jpg) no-repeat 70px 50%;
	width:80px;
	cursor:pointer;
	margin-right:98px;
	font-weight:bold;
	
}

/*************************** CONTACT FORM *********************************/

/*************************** SIDE BAR *********************************/

#nav .lang_link{
	color:#32555a;
	font-weight:bold;
	float:right;
	margin:10px 0px 0 0;
}

#searchform{
	clear:both;
	display:block;
	margin:55px 0px 0 0;
	position:relative;
}

#searchform #s{
	width:178px;
	background:#f2f7f7;
	border:1px solid #d6ddde;
	float:right;
	text-align:right;
	font-family:trebuchet;
	height:20px;
}

#searchform .submit,#newsletter .submit{
	background:url(images/submit_bg.jpg) no-repeat 71px 50%;
	width:83px;
	display:block;
	float:right;
	margin-top:5px;
	border:0 none;
	cursor:pointer;
	color:#880656;
	overflow:hidden;
	font-weight:bold;
}


#newsletter{
	clear:both;
	display:block;
	margin-top:43px;
	position:relative;
}

#newsletter .mail{
	width:178px;
	background:#f2f7f7;
	border:1px solid #d6ddde;
	float:right;	
	text-align:right;
	font-family:trebuchet;
	height:20px;
}

#newsletter .succ{
	clear:both;
	width:180px;
	color:#880656;
}

#pub_series{
	margin-top:50px;
}

#pub_series h3{
	overflow:hidden;
	text-indent:-999px;
	background:url(images/pub_series.gif) no-repeat top left;
	height:28px;
	width:201px;
}

#pub_inf{
	margin:50px 0 20px 0;
}

#pub_inf h3{
	overflow:hidden;
	text-indent:-999px;
	background:url(images/pub_inf.gif) no-repeat top left;
	height:28px;
	width:201px;
}

ul.side_lists{
	margin:15px 0 0 10px;
	display:block;
}

ul.side_lists a{
	display:block;
	color:#32555a;
	margin-top:5px;
	font-weight:bold;
}

/*************************** SIDE BAR *********************************/

#content{
	clear:both;
	margin-top:0px;
	background:#fff url(images/bg.jpg) repeat-x top left;
	overflow:hidden;
	padding-top:25px;
}

.main_titles{
	display:block;
	overflow:hidden;
	height:32px;
	background:url(images/bg.jpg) repeat 50% 24%;
	width:126px;
}

.main_titles .text{
	float:left;
	display:block;
	overflow:hidden;
	text-indent:-999px;
	background-image:url(images/main_titles.png);
	background-repeat:no-repeat;
	width:126px;
	height:14px;
	margin:10px 0 0 20px;
} 
 
.title1 .text{
	background-position:0 0;
}

.title2 .text{
	background-position:0 -15px;
}

.title3 .text{
	background-position:0 -31px;
}

.storytitle{
	clear:both;
	display:block;
}

.news_title{
	color:#000;
	margin-top:10px;
}

.post{
	margin:16px 0 22px 40px;
	padding:0 0 0px 0px;
	border-bottom:1px solid #32555a;
	background:#fff;
}

.post h3 a, .post h3{
	color:#111;
	font-size:10pt;
}

.storycontent{
	margin:10px 0 15px;
	color:#32555a;
	
}

.page{
	margin:70px 0 0 110px;
}

.page h3{
	color:#070707;
	margin-bottom:30px;
}

.title_image{
	float:left;
}

.title_desc{
	float:left;
	margin-left:10px;
	width:310px;
}

.title_desc .title, .title_desc .title a{
	color:#880656;
	font-weight:bold;
	font-size:12pt;
	margin-bottom:20px;
}

.title_desc li, .title_desc a{
	color:#880656;
	font-weight:bold;
}

.title_desc span{
	color:#32555a;
	
}

strong.search-excerpt{
	color:#880656;
	font-weight:bold;	
}

#loader{
	background:#fff url(images/ajax-loader.gif) no-repeat 50% 50%;
	overflow:hidden;
	height:50px;
	position:absolute;
	width:182px;
	z-index:10;
	top:60px;
	left:0;
}
/********************* PAGINATION ************************/

.navigation{
	overflow:hidden;
	clear:both;
	margin-bottom:10px;	
}

.navigation .alignleft{
	width:100px;
	float:left;
}   

.navigation .alignright{
	width:100px;
	float:right;
	text-align:right;	
}



/********************* footer ************************/
#footer{
	background:#fff url(images/hr_grey.jpg) repeat-x top left;
	padding-top:5px;
	overflow:hidden;
}
#footer_menu{
	display:block;
	overflow:hidden;
	background:#fff url(images/hr_grey.jpg) repeat-x bottom left;
	padding:0 0 5px 20px;
	margin-bottom:10px;
}

#footer_menu li{
	float:left;	
	margin-right:5px;
	border-right:1px solid #98aaac;
}

#footer_menu li:last-child{
	border-right:0 none;
}

#footer_menu a{
	color:#98aaac;
	padding-right:5px;
	line-height:10px;
}

#footer_text{
	color:#6f888b;	
	margin:0 20px 10px 20px;
	font-size:8pt;
	font-weight:bold;
}

#footer_text span{
	float:left;
}

#footer_text .copy{
	float:right;
}

