body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	background: #d9d9d9 ;
	color: #333;
	text-align: center;
	}

/* header things */


#header{
	margin-top: 40px;
}
.slogan{
	font-size: 10px;
	text-align: left;
	color: #fff;
	padding-left: 5px;
	font-weight: bold;
}

.header_h1{
	padding: 10px;
	text-align: left;
}
#header_left {
	height: 60px;
	background: #ffa300 url(images/logo.png) no-repeat;
	border-bottom: 2px solid #ccc;
	padding-right: 10px;
	margin-right: 0;
	

		}
	#header_right {
	height: 60px;
	background: #fff;
		border-bottom: 2px solid #ccc;
}


#header_right_menu {


list-style-type: none; 

float: left; 
	color: black;
margin-top: 0px;



}
#header_right_menu li{
	float: left;
	display: block;
	margin-left: 10px;
	height: 60px;
	margin-top: 20px;
	font-weight: bold;

	color: black;
}
#header_right_menu li a{
	text-decoration: none;
	color: #666;


}
#header_right_menu li a:hover{
	color: #666;
	text-decoration: none;


}
#header_image_1{
	background: url(images/stoixeia.png) no-repeat;
	width: 186px;
	height:15px ;
	margin-bottom: 10px;
}
#header_image_2{
	background: url(images/updates.png) no-repeat;
	width: 83px;
	height:15px ;
	margin-top: 20px;
	margin-bottom: 10px;
}
#header_image_3{
	background: url(images/mesures.png) no-repeat;
	width: 172px;
	height:15px ;
	margin-top: 20px;
	margin-bottom: 10px;
}
#sidebar_image_1{
	background: url(images/comments.png) no-repeat;
	width: 195px;
	height:15px ;
	
	margin-bottom: 10px;
}
#sidebar_image_2{
	background: url(images/contact.png) no-repeat;
	width: 195px;
	height:15px ;
	
	margin-top: 20px;
	margin-bottom: 10px;
}
/* content things */

#left_container {
background: #d9d9d9;
height: auto;
margin-top: 20px;
	}
#left_container h3 {
color: #333;
font-weight: normal;
text-align: left;
margin-bottom: 0;
	}
#left_container strong {
color: #333;
font-weight: bolder;
text-align: left;
margin-bottom: 0;
	}	
#right_container{
	background: #d9d9d9;
	height: auto;
	margin-top: 20px;
}
#right_container h3{
color: #333;
font-weight: bold;
text-align: left;
margin-bottom: 0;
}
.box{
	background: white;
	text-align: left;
	padding: 10px;
	
	border-bottom:2px solid #ccc;
}

.box h2{
font-weight: bold;
}
.box_updates{
	background: white;
	text-align: left;
	padding: 10px;
	border-bottom: 2px solid #ccc;

}
#box_updates_list {
	list-style: none;
	border-bottom: 1px solid #d9d9d9;
	margin-left: 10px;
	margin-top: 0;
	padding-top: 0;

	}

.box_updates_list_date{
	color: #808080;
	padding-top: 0;
	margin-top: 0;	

}
.border100{
	width: 30px;
	height: 32px;
	position: top left;
	background-color: #ffa300;
	margin-left: 0;
	padding-left: 0;
		float: 
	left;
}
.border101{
	width: 30px;
	height: 32px;
	position: top left;
	background-color: #00a0ff;
	margin-left: 0;
	padding-left: 0;
		float: 
	left;
}
.border102{
	width: 30px;
	height: 32px;
	position: top left;
	background-color: #e60000;
	margin-left: 0;
	padding-left: 0;
		float: 
	left;
}
.box_updates_list_title a{
	color: #333;
	font-weight: bold;
	font-size: 14px;
	text-decoration: none;
}
.box_updates_list_title a:hover{
	text-decoration: underline;
	color: #333;
}
.box_updates_list_excerpt {
	padding-bottom: 5px;
}

.box_single1{
	height: auto;
	background-color: white;
	width: 220px;
	margin-right: 10px;
	border-bottom: 2px solid #ccc;
	float: left;
	}
	
	.box_single2{
	height: auto;
	background-color: white;
	width: 220px;
	margin-right: 10px;
	margin-left: 10px;
		border-bottom: 2px solid #ccc;
	float: left;		
	}
	.box_single3{
	height: auto;
	background-color: white;
	width: 220px;
		border-bottom: 2px solid #ccc;
	margin-left: 10px;
	float: left;

	}
#box_single_list{
	list-style: none;
	text-align: left;
	padding: 10px 10px 10px 0;
	height: 195px;
}	
.box_single_list_date{
	color: #808080;
	margin-top: 10px;
	font-size: 10px;
}
.box_single_list_title {
height: 30px;
margin-bottom: 5px;
margin-left: 0;
padding-left: 0;
}
.box_single_list_title a{
	color: #333;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
}
.box_single_list_title a:hover{
	text-decoration: underline;
	color: #333;
}
.box_single_list_excerpt{
	height: 75px;

}
.progress_single img{
		margin:5px 0 0 0;	
		padding: 0;	
		}

/* Sidebar things */
.sidebar{
	background: #ededed;
	height: auto;
	border-top: 1px solid white;
}
/* Footer things */
#footer{
	height: 120px;

	}
#footer_content{
	height: 60px;
	background-color: white;
	border-bottom: 1px solid #ccc;
	width: 940px;
	margin-top: 40px;
	margin-bottom: 60px;
	background: url(images/footer.png) no-repeat;
}


#footer_menu {

margin-left: 100px;
margin-top: 0px;


}

#footer_menu ul{


list-style-type: none; 
margin-left: 50px;

color: black;




}
#footer_menu li{
	
	float: left;
	display: block;
	margin-left: 10px;
	height: 60px;
	margin-top: 24px;
	font-weight: bold;
	font-size: 12px;
	

	color: black;
}
#footer_menu li a{
	text-decoration: none;
	color: #666;
	


}
#footer_menu li a:hover{
	color: #666;
	text-decoration: none;


}

/* post single */

.entry{
	padding: 0 50px 0 50px;


	
}
.progress{
	margin-bottom: 30px;
}


.entry p{
float
	text-align: left;
}
/* infos things */

.infos{
	border-left: 30px solid #ededed;
	
}
#infos {
	padding: 0 20px 0 20px;
	list-style: none;
	
	
}
#infos li {
		border-bottom: 1px solid #ededed;
		margin-left: 0;
		margin-top: 0;
}
.infos h4{
	margin-left: 20px;
	margin-bottom: 0;
	
}
strong{
	font-weight: bolder;
	color: black;
}

/* Home Things */
#top_left_panel{
	margin-top: 20px;
	height: 200px;
	background-color: #fff;
	border-bottom: 2px solid #ccc;
	padding-right: 10px;
	margin-right: 0;
}
#top_left_panel h3{
	text-align: left;
	padding: 10px;
	font-size: 13px;
	font-weight: normal;
	margin-bottom: 0px;
	margin-top: 0px;
	
	
}
.number_top{
	color: #ffa300;
	font-size: 18px;
	margin: 0px;
	padding: 0px;
	text-align: left;
    font-weight: bold;
	letter-spacing: normal;

}
#top_image_1{
	background: url(images/charts.png) no-repeat;
	width: 335px;
	height:18px ;
	
	margin: 15px 5px 10px 10px;
	}

.bold{
	font-weight: bold;
}
#top_left_panel p{
text-align: left;
margin-top: 0px;
margin-bottom: 0px;
	padding:10px;
font-size: 12px;
}
#top_right_panel{
	height: 200px;
    margin-top: 20px;
	
	background-color: #000;
	border-bottom: 2px solid #ccc;

}
#top_right_panel p{
	color: #fff;
	text-align: left;
	padding: 10px;

}
#top_right_panel ul{
	color: #fff;
	text-align: left;
	padding: 10px;
	list-style: none;
	font-weight: bold;

}
#left_part{
	width: 300px;
	height: 150px;

	float: left;
}
#right_part{
	width: 300px;
	height: 150px;

	float: left;
}
#right_part p{
	font-size: 11px;
	margin-top: 10px;
	padding-top: 0px;
}
#home_posts_first{
	height: auto;
	background-color: #d9d9d9;
	
	margin-top: 20px;
}
.per{
	color: #fff;
	padding-left: 40px;
}
.what{
	width: 120px;
	
	height: 15px;
	float: left;
}
#cat_posts_first{
	height: auto;
	background-color: #d9d9d9;
	float: left;
	
	margin-top: 20px;
}
#home_posts{
	height: auto;
	background-color: #d9d9d9;
	
	margin-top: 45px;
}
#home_right_container{
		background: #d9d9d9;
	height: auto;
	margin-top: 20px;
}

#home_image_1{
	background: url(images/recent.png) no-repeat;
	width: 200px;
	height:15px ;
	margin-bottom: 10px;
}
#home_side_image_1{
	background: url(images/todo.png) no-repeat;
	width: 195px;
	height:15px ;
	
	margin-bottom: 10px;
}
#home_side_image_2{
	background: url(images/true.png) no-repeat;
	width: 195px;
	height:15px ;
	margin-top: 20px;
	margin-bottom: 10px;
}
#home_side_image_3{
	background: url(images/contact.png) no-repeat;
	width: 195px;
	height:15px ;
	margin-top: 20px;
	margin-bottom: 10px;
}
.home_single{
	height: auto;
	background-color: white;
	width: 220px;
	margin-right: 13px;
	border-bottom: 2px solid #ccc;
	float: left;
	margin-bottom: 13px;
	}
.cat_count{
	color: #333;
	font-size: 10px;
	font-weight: normal;
}	
.number {
	color: #ffa300;
	width: 50px;
	float: left;
	margin: 0px;
	padding: 0px;
	text-align: left;
    font-weight: bold;
	letter-spacing: normal;
}	
.number_small{
	color: #ffa300;
	width: 30px;
	height: 60px;
	
	float: left;
	margin: 0px;
	padding: 0px;
	text-align: center;
    font-weight: bold;
	letter-spacing: normal;

}
.home_sidebar{
	background: #ededed;
	height: auto;
	border-top: 1px solid white;
	margin-top: 25px;
	padding-bottom: 27px;
}	
.home_sidebar h3{
	margin-left: 5px;
	margin-top: 20px;
	margin-bottom: 0px;

}
.home_sidebar ul{
	text-align: left;
	list-style: none;
	font-size: 11px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-left: 0px;
	
}
.home_sidebar ul ul li{
	padding-left: 0;
	margin-left: 5px;
	margin-right: 5px;
	border-bottom: 1px solid #ccc;
	font-weight: bold;
	padding: 5px;
}
.sidebar{
	background: #ededed;
	height: auto;
	border-top: 1px solid white;
	margin-top: 0;
	padding-bottom: 27px;
}	
.sidebar h3{
	margin-left: 5px;
	margin-top: 20px;
	margin-bottom: 0px;

}
.sidebar ul{
	text-align: left;
	list-style: none;
	font-size: 11px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-left: 0px;
	
}
.sidebar ul ul li{
	padding-left: 0;
	margin-left: 5px;
	margin-right: 5px;
	border-bottom: 1px solid #ccc;
	font-weight: bold;
	padding: 5px;
}


.narrowcolumn .postmetadata {
	text-align: center;
	}

.thread-alt {
	background-color: #f8f8f8;
}
.thread-even {
	background-color: white;
}
.depth-1 {
border: 1px solid #ddd;
}

.even, .alt {

	border-left: 1px solid #ddd;
}

small {
	
	font-size: 0.9em;
	line-height: 1.5em;
		color: #ffa300;
	}

h1, h2, h3 {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: bold;
	}

h1 {
	font-size: 4em;
	text-align: center;
	}

#headerimg .description {
	font-size: 1.2em;
	text-align: center;
	}

h2 {
	font-size: 1.6em;
	}

h2.pagetitle {
	font-size: 1.6em;
	}

h3 {
	font-size: 1.3em;
	}

h1, h1 a, h1 a:hover, h1 a:visited, #headerimg .description {
	text-decoration: none;
	color: white;
	}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #333;
	}

.sticky {
	background: #f7f7f7;
	padding: 0 10px 10px;
	}
.sticky h2 {
	padding-top: 10px;
	}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}
.commentlist li ul li {
	font-size: 1em;
}

.commentlist li {
	font-weight: bold;
}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

a, h2 a:hover, h3 a:hover {
	color: #ffaa00;
	text-decoration: none;
	}

a:hover {
	color: #ffaa00;
	text-decoration: underline;
	}

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */





#headerimg {
	margin: 0;
	height: 200px;
	width: 100%;
	}

.narrowcolumn {
	float: left;
	padding: 0 0 20px 45px;
	margin: 0px 0 0;
	width: 450px;
	}

.widecolumn {
	padding: 10px 0 20px 0;
	margin: 5px 0 0 150px;
	width: 450px;
	}

.post hr {
	display: block;
	}

.widecolumn .post {
	margin: 0;
	}

.narrowcolumn .postmetadata {
	padding-top: 5px;
	}

.widecolumn .postmetadata {
	margin: 30px 0;
	}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {
	clear: both;
}

.clear {
	clear: both;
}
/* End Structure */



/*	Begin Headers */
/* End Headers */



/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}
/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin: 15px 10px 10px 10px ;
	padding: 5px 3px;
	text-align: center;

	float: right;
	color: #333;
	font-weight: bold;
	}
#searchform_res {
	margin: 15px 10px 10px 10px ;
	padding: 5px 3px;
	text-align: center;


	color: #333;
	font-weight: bold;
	}	
input{
	color: white;
	font-weight: bold;
	background-color: orange;
	border: none;
	width: 180px;
	padding: 5px;
	background-image: url(images/search.png);
	background-position: right;
	background-repeat: no-repeat;
}
select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;

	}
.results{
	border-bottom: 1px solid  #ccc;
	padding-bottom: 10px;
}

#commentform {
	margin: 5px 10px 0 0;
	}
#commentform textarea {
	width: 100%;
	padding: 2px;

	}
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;

	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */



/* Begin Sidebar */
/* End Sidebar */



/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}
	
.screen-reader-text {
     position: absolute;
     left: -1000em;
}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation_top {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;

	}
.navigation_bot {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	
	}	
	.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;

	}
/* End Various Tags & Classes*/



/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-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 {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */


/* "Daisy, Daisy, give me your answer do. I'm half crazy all for the love of you.
	It won't be a stylish marriage, I can't afford a carriage.
	But you'll look sweet upon the seat of a bicycle built for two." */
.woork{
	color:#444;
	font-family:"Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	width:600px;
	margin: 0 auto;
}
.twitter_container{
	color:#444;
	font-family:"Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	width:450px;
	margin: 0 auto;
	background:#DEDEDE;
	padding:8px;
}
.twitter_container a{
	color:#0066CC;
}
.twitter_status{
	height:60px;
	padding:6PX;
	border-bottom:solid 1px #DEDEDE;
	background:#FFF;
}
.twitter_image{
	float:left; 
	margin-right:14px;
	border:solid 2px #DEDEDE;
	width:50px;
	height:50px;
}
.twitter_small{
 font-size:11px;
 padding-top:4px;
 color:#999;
 display:block;
}
#twitter-results{padding-top:8px;}
#get_tweets{
	width: 200px;
	font-size: 11px;
	color: #333;
	margin: 0 auto;
	padding: 0;
	font-weight: normal;
	text-align: left;
}
#get_tweets a{
	color: #333;
}
#get_tweets a:hover{
	color: #333;
	text-decoration: underline;
}
.border_tw{
	border-bottom: 1px solid #ccc;
}
.author_date{
	color: orange;
	font-size: 10px;
}