/*
Theme Name: Eduardo M1.0
Theme URI: http://ecblog.net/
Description: This is design for myself. So I call it Eduardo M1.0. M means Modern.
Version: 1.0
Author: Eduardo
Author URI: http://edblog.net/
*/
@import url("pagebar.css");

/*** Default  ***/

* {
	padding: 0;
	margin: 0;
}

body {
	background: #333333 url(images/bg_blue.gif);
	font-size: 13px;
	color: #fff;
	font-family: Arial, Sans-Serif;
}




a {
	color: #D83B00;
	text-decoration: none;
}

a:hover {
	color: #D83B00;
	text-decoration: none;
}

a:visited {
	color: #D83B00;
}

/*** Blog  ***/

#wrapper {
	display: block;
	margin-left: 30px;
	margin-right: 30px;
	width: 1200px;
	position: relative;
	background: #333333 url(images/postbg.gif) repeat-y;
}

#header {
	width: 1160px;
	margin: 30px 16px 0 15px;
	background: #213448 url(images/header.jpg);
	height: 400px;
	margin-top: 0px;
	color: #fff;
}

.title {
	padding: 28px 0 0px 17px;
}

.title h1{
	color: #F0F5F7;
	text-transform: none;
	border-bottom: none;
	font-size: 26px;
	font-family: SimHei, Verdana;
}
.title h2{
	color: #F0F5F7;
	text-transform: none;
	border-bottom: none;
	font-size: 12px;
}



#menu {
	display: block;
	margin-right: 15px;	
}

#content {
	width: 800px;
	float: left;
	color: #CCCCCC;
	padding-top: 20px;
	padding-right: 10px;
	padding-left: 50px;
	font-family: Arial, Sans-Serif;
}

#content h1 a {
    color: #CB290A;
	font-weight: bold;
	padding-right: 30px;
}


/*** Menu  ***/


#menu {
	padding: 0;
	list-style: none;
	float: right;
	font-family: Arial, Sans-Serif;
	font-size: 14px;
	margin-right: 12px;	
	font-weight: bold;
}

#menu li {
	float: left;
	color: #0C0B0B;
	list-style-type:none;
	padding-right:5px;
}

#menu li.home a{
	color: #fff; 
	background: url(images/navon.gif) no-repeat; 
	text-decoration: none;
}

#menu a {
	display: block;
	float: left;
	padding: 0 5px 0 5px;
	text-align: center;
	line-height: 30px;
	background: url(images/navOff.gif) no-repeat; 
	text-decoration: none;
	color: #0B1016;
	width: 80px;
}

#menu a:hover 
{
	background: transparent url(images/navon.gif) no-repeat;
	text-decoration: none;
	color: #fff;
}


/*** Text ***/

.post {
	margin-bottom: 35px;
	margin-left:10px;
	font-family: Verdana, Arial, Sans-Serif;
}


img.post {
	padding: 5px;
	border: 3px solid #333333;
	margin: 10px;
	float: right;
}


blockquote {
	color: #818181; 
	margin: 0 30px 20px 10px; 
	/** border-left: 8px solid #174D79; **/
	background:url(images/block_bg.gif) no-repeat left top;
	padding: 10px 10px 4px 50px;
	font-size: 12px;
	font-family: Verdana, Arial, Sans-Serif;
}

blockquote li{
	margin-left: 30px;
	padding: 0 0 10px 0px;
	list-style-image: url(images/list.gif);
	padding-left: 5px;
}

p {
	margin-bottom: 15px;
	line-height: 1.6em;
}

p a {
	border-bottom: 0px solid #ccc;
	text-decoration: none;
}

p a:hover {
	border-bottom: 0px solid #999898;
	text-decoration: none;
}

p.center {
	text-align: center;
}

.postmeta {
	padding: 3px;
	font-size: 11px;
	border-top: 1px dotted #ccc;
}

.postmeta a {
	border-bottom: none;
}

.postmeta a:hover {
	border-bottom: none;
}

.small {
	font-size: 10px;
}

code {
	font-size: 12px; 
	font-family: Arial, Sans-Serif;
}

h1 {
	font-size: 20px;
	text-align: left;
	font-weight: normal;
	margin-bottom: 5px;
	font-family: Verdana, Arial, Sans-Serif;
	font-style: normal;
	padding-right: 10px;
}

.title h1 {
	font-size: 26px;
	text-align: left;
	font-weight: normal;
	margin-bottom: 8px;
	font-family: SimHei, Arial;
	font-style: normal;
	padding-right: 10px;
}
h3 {
	font-size: 16px;
	text-align: left;
	color: #4D4D4B;
	border-bottom: 1px solid #E3E3DE;
	font-weight: normal;
	margin-bottom: 8px;
	padding-left: 5px;
	font-family: Arial, Sans-Serif;
}


h4 {
	margin: -5px 345px 10px 0px;
	padding: 0;
	font-weight: normal;
	font-size: 10px;
	color: #A2A29B;
	border-bottom: 1px solid #E3E3E0;
}

/*** Post Setting ***/

html>body .post ul {
	margin-left: 0px;
	padding: 0 0 10px 30px;
	list-style-image: url(images/list.png);
	padding-left: 20px;
} 

html>body .post li {
	margin: 7px 0 8px 10px;
	padding-left: 10px;
}



.post ol {
	padding: 0 0 0 35px;




	margin: 0;
}

.post ol li {
	margin: 0;
	padding: 0;
	}

/*** Search  ***/

#searchform {
	display: inline;
	float: left;
	padding: 5px 0 0;
	text-align: left;
}

#searchform #s {
	width: 80px;
	padding: 3px;
	margin: 0 0 5px 0;
	background: #fff;
	border: 1px solid #A2A295;
	color: #6A6A6A;
	font-size: 12px;
	font-family: Arial, Sans-Serif;
}

#searchIcon {
    height: 24px;
	width: 40px;
	background: #C62900 url(images/searchIcon.gif) repeat-x;
	border: 2px solid #C62900;
	padding: 0px 2px;	
	vertical-align: top;
	color: #fff;
	font-weight: bold;
}

/*** Sidebar  ***/

#sidebar_right  h2, #sidebar_left h2 {
	font-size: 15px;
	letter-spacing: 0px;
	padding:  2px 0px 2px 25px;
	font-weight: normal;
	color:  #E49F0B;
	
	margin-bottom: 20px;
	font-family: Arial, Sans-Serif;
	font-weight: bold;


}

#sidebar_right {
	color: #F5F5F5;
	text-decoration: none;
	font-family: Arial, Sans-Serif;
	font-size: 12px;
	overflow: hidden;
	padding:  40px 0px 2px 40px;
}

#sidebar_left {
	color: #F5F5F5;
	text-decoration: none;
	font-family: Arial, Sans-Serif;
	font-size: 12px;
}

#sidebar_right a {
	color: #F5F5F5;
	text-decoration: none;
	font-family: Arial, Sans-Serif;
	font-size: 12px;
	overflow: hidden;
}

#sidebar_right a:hover {
	background: none;
	color:  #F5F5F5;
	text-decoration: none;
	font-family: Arial, Sans-Serif;
	font-size: 12px;
}

#sidebar_left a {
	color: #1B233B;
	text-decoration: none;
	font-family: Arial, Sans-Serif;
	font-size: 12px;
}

#sidebar_left a:hover {
	background: none;
	color:  #D6740D;
	text-decoration: none;
	font-family: Arial, Sans-Serif;
	font-size: 12px;
}

#sidebar_left a:visited {
	color: #1B233B;
	font-family: Arial, Sans-Serif;
	font-size: 12px;
}

#sidebar_right a:visited {
	color: #F5F5F5;
	font-family: Arial, Sans-Serif;
	font-size: 12px;
}

/*** Sidebar  ***/

.sidebar {
	font-size: 12px;
	letter-spacing:0.1em;
}

.sidebar ul, .sidebar ol { 
	margin: 0 0 1em 0; 
	font-size: 12px;
}

.sidebar ul { 
	list-style-type: none;
	font-size: 12px;
}

.sidebar li { 
	margin: 0 0 0.6em 0; 
	list-style-type: none;
	font-size: 12px;
}

.sidebar ul li ul, .sidebar ul li ol, .sidebar ol li ul, .sidebar ol li ol { 
	margin: 0.5em 0 0.5em 0px; 
	font-size: 12px;
	
}

/*** Footer ***/

#footer {
	width: 1160px;
	height: 350px;
	background: url(images/footerbg.gif) repeat-y;
	color: #ccc;
	margin-bottom: 0px;
	margin-top: 5px;
	text-align: left;
	position: relative;
	line-height: 17px;
	}
	
	
	
	
#footer p {
    font-size: 10px;
	color: #EDEDED;
	padding: 0px;
	list-style-type: none;
	margin: 0px;	
	}
	
#footer h2 {
	font-size: 15px;
	letter-spacing: 0px;
	text-align: left;
	padding:  2px 2px 2px 18px;
	font-weight: normal;
	color:  #fff;
	border-bottom: 1px #fff dotted;
	margin-bottom: 0px;
	font-family: Arial, Sans-Serif;
	font-weight: bold;
	background: url(images/footer_dot.gif) left no-repeat;
	}
	
#footer h3 {
	font-size: 15px;
	letter-spacing: 0px;
	text-align: left;
	padding:  2px 2px 2px 18px;
	font-weight: normal;
	color:  #fff;
	border-bottom: 1px #fff dotted;
	margin-bottom: 5px;
	font-family: Arial, Sans-Serif;
	font-weight: bold;
	background: url(images/footer_dot.gif) left no-repeat;
	}

#footer a {
	color: #F0F5F7;
	text-decoration: none;
	font-family: Verdana, Arial, Sans-Serif;
	}

#footer a:hover {
	color: #F0F5F7;
	text-decoration: none;
	}
	
#footer ul {
	list-style: none;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	}

#footer ul li {
	display: inline;
	padding: 0px;
	margin: 0px;
	}
	
#footer ul li a {
	display: block;
	color: #ccc;
	text-decoration: none;
	margin: 0px;
	padding: 5px 0px 5px 5px;
	border-bottom: #ccc 1px dotted;
	overflow: hidden;
	}

#footer ul li a:hover {
	color: #FFFFFF;
	background: #25384D;

	}
	
#footer_left {
	float: left;
	width: 265px;
	padding: 15px 0px 0px 30px;
	overflow: hidden;
	}
	
#footer_center {
	float: left;
	width: 265px;
	padding: 15px 0px 0px 20px;
	overflow: hidden;
	}
	
#footer_right {
	float: right;
	width: 310px;
	padding: 15px 40px 0px 15px;

	}


/*** Images Format ***/

img.post {








	padding: 5px;
	border: 3px solid #333333;
	margin: 10px;
	float: right;
}

img.center {
	display: block;
	margin-left: auto;
	margin-right: auto;
	padding: 5px;
	border: 3px solid #ffffff;
}

img.alignright {
	padding: 5px;
	border: 3px solid #ffffff;
	background: #fff;
	margin: 10px;
	display: inline;
}

img.alignleft {
	padding: 5px;
	display: inline;
	border: 3px solid #ffffff;
}
	
/*** Additional Format ***/

.alignright {
	float: right;
}

.alignleft {
	float: left
}	

.float-left  { float: left; }

.float-right { float: right; }

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
}

.postspermonth {
	margin: 5px 0 10px 0;
	list-style: none;
	padding-left: 25px;
}
	
/*** Comments Format ***/

#commentform input {
	padding: 2px 2px 2px 21px;
	margin: 5px 5px 1px 0px;
	color: #484848;
	font-family: Verdana, Arial, Sans-Serif;
	font-size:11px;
}

#commentform textarea {
	width: 500px;
	padding: 2px;
	margin: 5px 5px 1px 0px;
	border:1px solid #aaa;
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 11px;
}

#commentform #submit {
	margin: 0 42px 5px 0;
	float: right;
}

.commentlist li, #commentform input, #commentform textarea {
	font-size: 12px;
}

.commentlist li {
	font-weight: bold;
}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
}

.commentlist p {
	font-weight: normal;
	line-height: 1.0em;
	text-transform: none;
}

#commentform p {
	font-family: Verdana, Arial, Sans-Serif;
}


#author, #email, #url {
	width:200px;
	padding:1px 0 1px 17px;
	}

#author {
	background:url(images/commenter.gif) no-repeat 2px 1px;
	border:1px solid #aaa;
	}

#email {
	background:url(images/email.gif) no-repeat 2px 1px;
	border:1px solid #aaa;
	}
	
#url {
	background:url(images/website.gif) no-repeat 2px 1px;
	border:1px solid #aaa;	
	}

.commentlist {
	padding: 0;
	text-align: justify;
}

.commentlist li {
	margin: 10px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}

#commentform p {
	margin: 5px 0;
}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
}

.commentmetadata {
	margin: 0;
	display: block;
}

.commentmetadata {
	font-weight: normal;
	font-size: 10px;
	font-family: Arial, Sans-Serif;
	text-align:right;
	padding-right:10px;
	
}
/*** Calendar Setting ***/

#wp-calendar {
text-align:center;
margin:0;
}

#wp-calendar td {
height:22px;
width:18px;
line-height:20px;
font-size:11px;
}

#wp-calendar  a {
display:block;
width:18px;
height:20px;
font-size:11px;
text-decoration:none;
line-height:20px;
font-weight: bold;
color: #CB290A;
}

#wp-calendar #prev a {
background-image:none;
width:49px;
}

#wp-calendar #next a {
background-image:none;
width:49px;
margin:0 0 0 30px;
}

#wp-calendar #today {
}

#wp-calendar #today a {
}

#wp-calendar caption,#wp-calendar th {
font-size:11px;
}
.nest {
float:left;
margin: 0 0 10px 0;
}
.rss_ball {
float:right;
margin: 50px 10px 0 0;
}
/*** Date ***/

.datetime {
float:left;
width:50px;
height:46px;
background:url(images/calendar.png) no-repeat top;
padding:0 0 0 2px;
font-weight:normal;
text-align:center;
font-size:11px;
color:#fff;
margin:0;
}

.datetime span {
display:block;
line-height:24px;
color:#043F6C;
font-size:20px;
padding-top:4px;
padding-right:1px;
}

.tags {
font-size:11px;
font-family: Verdana, Arial, Sans-Serif;
margin-bottom: 8px;
}

.tags li {
background:url(images/tags.gif) no-repeat left;
list-style-type:none;
line-height:16px;
padding-left:18px;
}


/*** paged-comments ***/

.alt {
float: left;
background: #000102 url(images/comment_1.png) no-repeat;
width: 62px;
height:62px;
padding: 7px 0 0 7px;

}

.alt1 {
float: left;
background: #000102 url(images/comment_2.png) no-repeat;
width: 62px;
height:62px;
padding: 7px 0 0 7px;

}

.alt img{
	width:48px;
	height:48px;
}

.alt1 img{
	width:48px;
	height:48px;
}

.comment_set {
margin-left: 20px;
}

.comment_au {
padding-left: 40px;
}

.comment_all {
padding-left: 70px;
}

.comment_top {
	background: #fff url(images/comment_top.png) no-repeat center;
	width: 450px;
	height:16px;
}

.comment_body {
	background: #fff url(images/comment_body.png) repeat-y center;
	width: 450px;
	padding: 0;
	margin: 0;
}

.comment_bottom {
	background: #fff url(images/comment_bottom.png) no-repeat top;
	width: 450px;
	height:11px;
}

.comment_text {
text-align:left;
padding: 0 8px 0 40px;
font-family: Verdana, Arial;
}

.comment_text p{
line-height: 20px;
}

/*** Flickr Photo ***/

.flickr_rss {
	float: right;
	width: 310px;
	text-align:center;
}
.flickr_rss img{
	border: 4px solid #828181 !important;
	margin: 8px 6px 8px 14px;
}

.flickrphoto_logo {
	padding-bottom: 5px;
}

.floatleft {
	float:left;
	font-size: 11px;
}

.floatright {
	float:right;
	font-size: 11px;
}
