/*
Theme Name: Sleepy Blue
Theme URI: http://www.ehomy.net/
Description: A Smart 2-column, blue and gray Wordpress theme designed by <a href="http://www.ehomy.net">Eyoung</a>. 
Version: 1.0
Author: Eyoung
Author URI: http://www.ehomy.net/

	This theme is released under Creative Commons Attribution 2.5 License.

*/


/*######################################################################################################
  ###### General styles ###############################################################################
  ####################################################################################################*/

body {
	font: 95%/135% "Trebuchet MS", Tahoma, Arial, Verdana;
	color: #333333;
	background: #FFFFFF url(images/background.jpg);
	margin: 0px;
	padding: 0px;
}

/***************** Links *******************/
a {
	color: #4A7C35;
	text-decoration: none;
}
a:visited {
	color: #CC0000;
	text-decoration: none;
}
a:hover {
	color: #CC0000;
	text-decoration: underline;
}

img {
	border: none;
}

h1 {
	margin:0px;
	height: 60px;
	font: bold 36px/100% "Trebuchet MS", Tahoma, Arial, Verdana;
	color: #ACD7EE;
}
h1 a, h1 a:visited{
	color: #ACD7EE;
	text-decoration: none;
}
h1 a:hover{
	color: #F6F5EE;
	text-decoration: none;
}

h2 {
	color: #002d62;
	margin: 0px 0px 2px;
	border-bottom: 1px dotted #8D8D8D;
	letter-spacing: 0px;
	font: normal 135%/110% "Trebuchet MS", Tahoma, Arial, Verdana;
	padding-bottom: 3px;
}
h2 a, h2 a:visited {
	color: #002d62;
	text-decoration: none;
}
h2 a:hover {
	color: #4E79A2;
	text-decoration: none;
}

h3 {
	font: normal 140%/90% "Trebuchet MS", Tahoma, Arial, Verdana;
	color: #4E79A2;
	margin: 10px 0px 5px;
}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}

h4 {
	font: normal 130%/100% "Trebuchet MS", Tahoma, Arial, Verdana;
	color: #758d38;
	margin: 10px 0px 5px;
}


.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;
	}


form {
	margin:0px;
	padding:0px;
}

#wrap {
	margin: 0px auto;
	width: 970px;
	border-left: 0px solid #59595f;
	border-right: 0px solid #59595f;
	background: #FFFFFF url(images/middle.jpg) repeat-y;
	overflow: hidden;
	position:relative;
}

/***************** Code, Blockquote etc. **************************************/
code {
	background-color: #ececec;
	padding: 1px;
	border: 1px solid #cccccc;
}
blockquote {
	background: #F9F9F9;
	border-left: 3px solid #AAAAAA;
	padding-left: 6px;
	margin: 7px 10px 7px 10px;
}

/* alignments */
.center {
	text-align: center;
}
img.center, img[align="center"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.alignleft {
	float: left;
}
img.alignleft, img[align="left"] {
	float:left;
	margin: 2px 10px 5px 0px;
}
.alignright {
	float: right;
}
img.alignright, img[align="right"] {
	float:right;
	margin: 2px 0px 5px 10px;
}
.clear {
	clear:both;
}

/*######################################################################################################
  ###### Header ########################################################################################
  ####################################################################################################*/

#header {
	background: url(images/background.png);
	height: 260px;
}
#headerimg {
	margin: 0px auto;
	height: 215px;
	width: 970px;
}

/***************** Header Navigation ******************************************/
#navi {
	background:url(images/nav.gif) no-repeat bottom center;
	height:45px;
	width: 970px;
	margin: 0px auto;
}

#navi ul {
	margin: 0px;
	padding: 0px;
	padding-top: 10px;
        padding-bottom: 13px;
	list-style-type: none;
	text-align: center;
}
#navi ul li { 
        display: inline;
	font: bold 85%/85% "Trebuchet MS", Tahoma, Arial, Verdana;
}
#navi ul li a {
	text-decoration: none;
	padding-top: 14px;
        padding-bottom: 15px;
	padding-left: 15px;
	padding-right: 15px;
	color: #002d62;
	text-transform:uppercase;
	font: bold 85%/85% "Trebuchet MS", Tahoma, Arial, Verdana;
	letter-spacing:1px;
}
#navi ul li a:hover {
        color: #FFD200;
        background:url(images/nav_hover.gif) repeat bottom center;
}
/*######################################################################################################
  ###### Content #######################################################################################
  ####################################################################################################*/

#content {
	padding: 10px 0px 15px 14px;
	float: left;
	width: 550px;
	padding-left: 30px;
	overflow: hidden;
}
.post {
	clear:both;
	padding-top: 15px;
}
.post-date {
	width: 45px;
	height: 49px;
	float:left;
	background: url(images/date-bg.gif) no-repeat;
}
.post-month {
	font-size: 11px;
	text-transform: uppercase;
	color: #FFFFFF;
	text-align: center;
	display:block;
	line-height: 11px;
	padding-top: 2px;
	margin-left: -3px;
}
.post-day {
	font-size: 18px;
	text-transform: uppercase;
	color: #999999;
	text-align: center;
	display:block;
	line-height: 18px;
	padding-top: 7px;
	margin-left: -3px;
}
.entry {
	float:right;
	width: 498px;
	font: normal 100%/80% "Trebuchet MS", Tahoma, Arial, Verdana;
}
.post-cat {
	background: url(images/mini-category.gif) no-repeat left center;
	padding-left: 20px;
	float:left;
	font-size: 80%;
}
.post-author {
    background: url(images/icon-users.gif) no-repeat left center;
	margin-left: 10px;
	padding-left: 20px;
	float: left;
	font-size: 95%;
}
.post-tag {
    margin-left: 10px;
	float: left;
	font-size: 95%;
}
.post-comments {
	background: url(images/mini-comments.gif) no-repeat left bottom 50%;
	padding-left: 20px;
	float: right;
	font-size: 95%;
}
.post-calendar {
	background: url(images/mini-calendar.gif) no-repeat left center;
	padding-left: 20px;
	float: right;
	font-size: 95%;
	color: #999999;
}
/******** post content ********/
.post-content {
	clear: both;
	padding-top: 10px;
}
.post-content p {
	margin: 0px 0px 15px 0px;
}
.post-content img {
	border: 1px solid #C7C7C7;
	padding: 5px;
}
.post-content a:hover img {
    border: 1px solid #4E79A2;
	padding: 5px;
	background: #4E79A2;
}

/**** entrymeta ****/
.entrymeta {
	clear: both;
        border:1px solid #828a8f; border-radius:5px; -moz-border-radius:5px; -webkit-border-radius:5px; height:1%; 

position:relative;	
	background-color: #c4c7c8;
	font-size: 90%;
}
.entrymeta ul {
    margin: 8px auto 8px 40px;
	padding: 0px;
}
.entrymeta ul li {
  	list-style-type: none;
}
.trackback-leftalign { background: url(images/icon-trackback.png) no-repeat 0 50%; padding-left: 14px; }
.feed-leftalign { background: url(images/icon-post-feed.gif) no-repeat 0 50%; padding-left: 14px; }
/***************** Tags below the link of the comments feed ********************/
.utwtags { background: url(images/icon-tag.gif) no-repeat 0 50%; padding-left: 14px; }

.navigation {
	clear: both;
	padding: 10px 0px;
}
.navigation a, .navigation a:visited {
	color: #4A7C35;
}
.previous-entries a {
	float: left;
	padding-left: 18px;
	background: url(images/mini-nav-left.gif) no-repeat left center;
}
.next-entries a {
	float: right;
	padding-right: 18px;
	background: url(images/mini-nav-right.gif) no-repeat right center;
}

/* 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 */


#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform {
	margin: 5px 10px 0 0;
	}
#commentform textarea {
	width: 100%;
        border:1px solid #d5d5d5; border-radius:5px; -moz-border-radius:5px; -webkit-border-radius:5px; height:1%; 

margin:0 0 10px; padding:5px 7px 5px 57px; position:relative;	
        padding: 2px;
	}
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	}

ol.commentlist { list-style:none; margin:0; padding:0; text-indent:0; }
ol.commentlist li { border:1px solid #d5d5d5; border-radius:5px; -moz-border-radius:5px; -webkit-border-radius:5px; 

height:1%; margin:0 0 10px; padding:5px 7px 5px 57px; position:relative; }
ol.commentlist li.alt { }
ol.commentlist li.bypostauthor {}
ol.commentlist li.byuser {}
ol.commentlist li.comment-author-admin {}
ol.commentlist li.comment { }
ol.commentlist li div.comment-author { padding:0 170px 0 0; }
ol.commentlist li div.vcard { font:bold 14px/1.4 helvetica,arial,sans-serif; }
ol.commentlist li div.vcard cite.fn { font-style:normal; }
ol.commentlist li div.vcard cite.fn a.url { color:#c00; text-decoration:none; }
ol.commentlist li div.vcard cite.fn a.url:hover { color:#000; }
ol.commentlist li div.vcard img.avatar { border:5px solid #d5d5d5; left:7px; position:absolute; top:7px; }
ol.commentlist li div.vcard img.avatar-32 {}
ol.commentlist li div.vcard img.photo {}
ol.commentlist li div.vcard span.says {}
ol.commentlist li div.commentmetadata {}
ol.commentlist li div.comment-meta { font:bold 10px/1.4 helvetica,arial,sans-serif; position:absolute; right:10px; 

text-align:right; top:5px; }
ol.commentlist li div.comment-meta a { color:#333; text-decoration:none; }
ol.commentlist li div.comment-meta a:hover { color:#000; }
ol.commentlist li p { font:normal 12px/1.4 helvetica,arial,sans-serif; margin:0 0 1em; }
ol.commentlist li ul { font:normal 12px/1.4 helvetica,arial,sans-serif; list-style:square; margin:0 0 1em; 

padding:0; text-indent:0; }
ol.commentlist li div.reply { background:#999; border:1px solid #666; border-radius:2px; -moz-border-radius:2px; -

webkit-border-radius:2px; color:#fff; font:bold 9px/1 helvetica,arial,sans-serif; padding:5px 10px;  text-

align:center; width:36px; }
ol.commentlist li div.reply:hover { background:#c30; border:1px solid #c00; }
ol.commentlist li div.reply a { color:#fff; text-decoration:none; text-transform:uppercase; }
ol.commentlist li ul.children { list-style:none; margin:1em 0 0; text-indent:0; }
ol.commentlist li ul.children li { }
ol.commentlist li ul.children li.alt {}
ol.commentlist li ul.children li.bypostauthor {}
ol.commentlist li ul.children li.byuser {}
ol.commentlist li ul.children li.comment {}
ol.commentlist li ul.children li.comment-author-admin {}
ol.commentlist li ul.children li.depth-2 { margin:0 0 .25em; }
ol.commentlist li ul.children li.depth-3 { margin:0 0 .25em; }
ol.commentlist li ul.children li.depth-4 { margin:0 0 .25em; }
ol.commentlist li ul.children li.depth-5 {}
ol.commentlist li ul.children li.odd {}
ol.commentlist li.even { background:#fff; }
ol.commentlist li.odd { background:#f6f6f6; }
ol.commentlist li.parent { }
ol.commentlist li.pingback { }
ol.commentlist li.pingback.parent { }
ol.commentlist li.pingback div.vcard { padding:0 170px 0 0; }
ol.commentlist li.thread-alt { }
ol.commentlist li.thread-even {}
ol.commentlist li.thread-odd {}


/** Quicktags **/
#quicktags {
	margin-top: 4px;
	margin-bottom: 0px;
}

#quicktags input {
	background: #f9f9f9 url(images/button-bg.png) repeat-x;
	border: 1px solid #aaaaaa;
	font-size: .9em;
	color: #666;
	font-family: Arial, Helvetica, sans-serif;
	width: auto;
	margin: 1px 2px 0px 0px;
	padding: 0px 1px 0px 1px;

}

#quicktags input:hover {
	border: 1px solid #4E79A2;
}


/*######################################################################################################
  ###### Sidebar #######################################################################################
  ####################################################################################################*/

#sidebar {
	float: right;
	padding: 15px 5px 20px 5px;
	width: 330px;
	padding-right: 35px;
	color: #666666;
	overflow: hidden;
}
/*sidebar title (h2) */
#sidebar h2 {
	font: normal 140%/80% "Trebuchet MS", Tahoma, Arial, Verdana;
	color: #002d62;
	margin: 20px 0px 2px;
	border-bottom: 1px solid #8D8D8D;

}
/*sidebar text styles */
#sidebar a, #sidebar a:visited{
	font: bold 85%/115% "Trebuchet MS", Tahoma, Arial, Verdana;
	color: #495233;
	text-decoration: none;
}
#sidebar a:hover{
	color: #135193;
	text-decoration: none;
}
/*sidebar list level1 */
#sidebar ul {
	margin: 0;
	padding: 0;
}
#sidebar ul ol {
        list-style: none;
	margin: 0;
	padding: 0;
	border: none;
}
/*sidebar list level2 */
#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	border-top:0;
	border-bottom:1px dashed #ddd;
	}
	
#sidebar ul ul li {
	list-style: none;
	margin-left: 1px;
	padding: 0px 0 1px 10px;
	}

#sidebar ul li ul {
	padding: 0;
	margin: 0;
}
#sidebar ul li ul li{
	padding: 2px 2px 2px 15px;
	border-bottom: 1px solid #DDD;

}
/*sidebar list level3 */
#sidebar ul li ul li ul li{
	padding: 1px 0 1px 10px;
	border: none;
}
/*blogroll */
ul.list-blogroll li, li.widget_links li {
	background: url(images/mini-blogroll.gif) no-repeat left center !important;
	padding-left: 20px !important;
}
/*category widget */
ul.list-cat li, li.widget_categories li {
	background: url(images/mini-category.gif) no-repeat left center !important;
	padding-left: 20px !important;
}
/*archives widget */
ul.list-archives li, li.widget_archives li {
	background: url(images/mini-monthly-archive.gif) no-repeat left center !important;
	padding-left: 20px !important;
}
/*pages widget */
ul.list-page li, li.widget_pages li, li.widget_recent_entries li {
	background: url(images/mini-page.gif) no-repeat 0px 3px !important;
	padding-left: 20px !important;
}

/*sub-pages 
ul.list-page li ul li, li.widget_pages li ul li {
	background: url(images/mini-page-arrow.gif) no-repeat !important;
	padding-left: 10px !important;
}*/

/*recent comments widget */
ul.recent-comments li, li.widget_recent_comments li {
	background: url(images/mini-recent-comments.gif) no-repeat 0px 4px !important;
	padding-left: 20px !important;
	list-style: none;
	color: #5A6695;
}

/********* calendar ********/
li.calendar table, li.widget_calendar table {
        width: 330px;
	font-size: 95%;
}
li.calendar table td, li.widget_calendar table td {
	width: auto;
	text-align: center;
	border: 1px solid #CCC;
}
li.calendar table td a, li.widget_calendar table td a {
    display:block;
	background: #CCC;
}
li.calendar table td a:hover, li.widget_calendar table td a:hover {
    display:block;
	background: #F6F6F6;
}
li.calendar table td#today, li.calendar table td#today a:hover, li.widget_calendar table td#today, 

li.widget_calendar table td#today a:hover {
    background: #F6F6F6;
    color: #135193;
}
li.calendar table td#today a, li.widget_calendar table td#today a {
    background: #4E79A2;
	color: #F6F6F6;
} 


/*** links ***/
ul.list-meta li, li.widget_meta li {

	background: url(images/link.gif) no-repeat left center !important;
	padding-left: 20px !important;
}
/*** feeds ***/
ul.list-feeds li a {
    display: block;
	background: url(images/icon-feed-orange.gif) no-repeat left center !important;
	padding-left: 20px !important;
}
ul.list-feeds li a:hover {
	background: url(images/icon-feed-blue.gif) no-repeat left center !important;
	padding-left: 20px !important;
} 
/*text widget */
.textwidget {
	padding-top: 5px;
}

/*search form */
#searchform {
	margin: 0px;
}
#searchform br {

	display: none;
}
#searchform #s {
	width: 175px;
	height: 20px;
	padding: 4px 19px 0px 4px;
        border:1px solid #d5d5d5; border-radius:4px; -moz-border-radius:4px; -webkit-border-radius:4px; height:1%;
	background: #FEFEFE url(images/search-icon.gif) right center no-repeat;
	margin-right: 2px;
	color: #333333;
	font-weight: normal;
}

/* search form button - to specify button only use input[type="submit"] */
#searchform input {
	background: url(images/search-btn-bg.gif) no-repeat;
        border:1px solid #d5d5d5; border-radius:4px; -moz-border-radius:4px; -webkit-border-radius:4px; height:1%;
	width: 120px;
	height: 26px;
	font: bold 12px Arial, Helvetica, sans-serif;

	color: #FEFEFE;
	vertical-align: middle;
}

#twitter_div {
	background-image: url('img/twitterBG.png');
	background-repeat: no-repeat;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #5AA5BC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	margin-top:10px;
	padding-top: 30px;
	padding-right: 5px;
	padding-left: 5px;
}
 
#twitter_div ul li {
	color: #0C93BA;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #A1E8F7;
}
 
#twitter_div ul li a {
	text-decoration: none;
	color: #DDA84E;
}
 
#twitter_div ul li a:hover {
	text-decoration: none;
	color: #D78E42;
}
 
#twitter_div p {
	text-align: right;
	padding-right: 6px;
	padding-bottom: 10px;
}



/*######################################################################################################
  ###### Footer ########################################################################################
  ####################################################################################################*/

#footer {
    width: 970px;
	height: 60px;
	clear: both;
	background: url(images/footer.jpg);
	padding-top: 10px;
	margin: 0px auto 0px auto;
	margin-bottom: 10px;
	border-left: 0px solid #59595f;
	border-top: 0px solid #59595f;
	border-right: 0px solid #59595f;
	border-bottom: 0px solid #59595f;
	text-align: center;
}

#footer p {
    margin-top: 0px;
    font-family: Arial, Helvetica, sans-serif;
	color: #777;
	font-size: 95%;
}

#footer p a {
	color: #135193;
}

