

/*######################################################################################################
  ###### General styles ###############################################################################
  ####################################################################################################*/

body {
	font: 75%/150% Arial, Helvetica, Tahoma, Verdana;
	color: #7a7878;
	background: #FFFFFF url(images/main-bg.gif);
	margin: 0px;
	padding: 0px;
	text-align: center;
}

/***************** Links *******************/
a {
	color: #1c9dc3;
	text-decoration: none;
}

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

img {
	border: none;
}

h1 {
	margin:0px;
	height: 60px;
	font: bold 36px/100% Arial, Helvetica, Tahoma, Verdana;
	color: #1c9dc3;
}
h1 a, h1 a:visited{
	color: #1c9dc3;
	text-decoration: none;
}
h1 a:hover{
	color: #F6F5EE;
	text-decoration: none;
}

h2 {
	color: #1c9dc3;
	margin: 0px 0px 2px;
	border-bottom: 1px dotted #8D8D8D;
	letter-spacing: -1px;
	font: normal 220%/100% Arial, Helvetica, Tahoma, Verdana;
	padding-bottom: 3px;
}
h2 a {
	color: #1c9dc3;
	text-decoration: none;
}
h2 a:hover {
	color: #000;
	text-decoration: none;
}

h3 {
	font: normal 140%/100% Arial, Helvetica, Tahoma, Verdana;
	color: #1c9dc3;
	margin: 10px 0px 5px;
}

h4 {
	font: normal 130%/100% Arial, Helvetica, Tahoma, Verdana;
	color: #758d38;
	margin: 10px 0px 5px;
}

form {
	margin:0px;
	padding:0px;
}

#wrap {
	clear: both;
	margin: 0px auto;
	width: 880px;
	border-left: 5px solid #fff;
	border-right: 5px solid #fff;
	background: #FFFFFE url(images/content-bg.gif) repeat-y 100% 0;
	overflow: hidden;
	text-align: left;
}

/***************** Code, Blockquote etc. **************************************/
code {
	background-color: #ececec;
	padding: 1px;
	border: 1px solid #cccccc;
}
blockquote {
	padding-left: 60px;
	margin: 7px 10px 7px 10px;
	background:url('images/quote.gif') no-repeat left top;
	font: normal 1.1em/1.75em Georgia,'Times New Roman',Times,serif;
	
}


/* 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: #29aacd url(images/header_bg.gif) repeat-x;
	height: 155px;
	text-align: center;
}
#header-content {
	background: transparent url(images/logo.gif) no-repeat;	
	width: 880px;
	height: 155px;
	margin: 0 auto;
	color: #1c9dc3;
	position: relative;
}
#header-content h1{
	display: block;
	width: 550px;
	height:100px;
	float: left;

}
#header-content h1 a{
	display: block;
	width: 550px;
	height:100px;
	text-indent:-5000px;
	text-decoration:none;

}
#header-content .description{
	display: none;

}

/***************** Header Navigation ******************************************/






#navi {
	display: block;

	background-color: #1c9dc3;
	height: 29px;
margin-top: 0;
border-left: 1px solid #69bed7;
border-top: 1px solid #69bed7;
position: absolute;
right: 0;
bottom: 0;
z-index: 10;

}
#navi ul {
	margin: 0px;
	padding: 0px;
	list-style:none;	
	white-space: nowrap;
}
#navi ul li {
	list-style-type: none;
	float: left;
	border-right: 1px solid #69bed7;
	line-height: 29px;

}
#navi ul li a {
	display: block;
	color: #fff;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-decoration: none;
	background-color: #1c9dc3;
	padding: 0px 15px;
	line-height: 29px;
}
#navi ul li.current_page_item a {
	color: white;
	background: #000;
}
#navi ul li a:hover {
	color: #fff;
	background: #000;
}


/*######################################################################################################
  ###### Content #######################################################################################
  ####################################################################################################*/

#content {
	padding: 10px 0px 15px 14px;
	float: left;
	width: 590px;
	overflow: hidden;
}
#content ul {
	list-style: none;
}
#content ul li{
	list-style: none;
	background: url(images/bullet.gif) no-repeat left 3px;
	padding-left: 30px;
}
.post {
	clear:both;
	padding-top: 15px;
}
.post-date {
	width: 54px;
	height: 54px;
	float:left;
	background: url(images/date-bg.gif) no-repeat;
}
.post-month {
	display: block;
	color: #65D6FF;
	padding: 2px 0px;
	text-align: center;
	text-transform: uppercase;
	font-size: 10px;
	margin-top: 2px;
	font-weight: bold;
	margin-bottom: 3px;	
}
.post-day {
	display: block;
	color: #F6F2E1;
	font: 2.3em Georgia;
	padding-top: 0px;
	text-align: center;
	margin-top: -14px;	
}
.entry {
	float:right;
	width: 520px;
}
.post-cat {
	background: url(images/mini-category.gif) no-repeat left center;
	padding-left: 20px;
	float:left;
	font-size: 95%;
}
.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;
	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 #d2d2d0;
	padding: 5px;
	background: #1c9dc3;
}

/**** entrymeta ****/
.entrymeta {
	border: 1px solid #8d8d8d;
	background-color: #f9f9f9;
	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: #1c9dc3;
}
.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;
}

/* comments area */
#comments, #respond {
	border-bottom: 1px dotted #8D8D8D;
	padding: 10px 0 5px 0;
	clear: both;
}

/*** commentlist ***/
.commentlist {
    list-style: none;
	margin: 10px 0px;
	padding-left: 0px;
	line-height: 130%;
}
.commentlist li{
    margin-bottom: 6px;
	padding: 10px;
}
.commentlist .alt {
	background: #F9F9F9;
	border: 1px dotted #8D8D8D;
}
.commentlist cite, .commentlist cite a, .commentlist cite a:visited {
	font-weight: bold;
	font-style: normal;
	font-size: 100%;
}
.commentlist small {
	margin-bottom: 5px;
	display: block;
	font-size: 87%;
}
.commentname{
	color: #1c9dc3;
}
.gravatar {
    border: 1px solid #AAAAAA;
	padding: 5px;
    float: left;
	height: 32px;
	width: 32px;
	background: url(images/gravatar.png) no-repeat 5px 2px;
	display: inline;
}
.commentcount {
    font: bold 2.2em Georgia,sans-serif;
	color: #DEDEDE;
	float: right;
}
.commentext { /* That's the div of the text... */ 
	padding: 0px 0px 0px 50px;
}

/***** comment form *****/
#commentform {
	margin-top: 10px;
	font: 110% Arial, Helvetica, sans-serif;
}
#commentform p {
	padding: 2px 0px;
	margin: 0px;
}
#commentform label{
	color: #787878;
	font-size: 87%;
}
#commentform input{
	width: 200px;
	background:#F9F9F9;
	border: 1px dotted #8D8D8D;
	padding: 3px;
	margin-top: 3px;
}
#commentform textarea{
	width: 582px;
/** height: 115px; **/
	background:#F9F9F9;
	border: 1px solid #8D8D8D;
	padding: 2px;
}
#commentform textarea:focus, #commentform input[type="text"]:focus {
	background: #ffffff;
}
#commentform #submit{
	background: url(images/btn-bg.gif) no-repeat;
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	border: none;
	float:right;
	width: 144px;
	height: 28px;
	cursor: pointer;
}

/** 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 #1c9dc3;
}


/*######################################################################################################
  ###### Sidebar #######################################################################################
  ####################################################################################################*/

#sidebar {
	float: right;
	padding: 15px 10px 20px 10px;
	width: 220px;
	overflow: hidden;
}
/*sidebar title (h2) */
#sidebar h2 {
	font: bold 140%/100% Arial, Helvetica, Tahoma, Verdana;
	color: #000;
	margin: 20px 0px 2px;
	border-bottom: 3px solid #e5e5e5;
}
/*sidebar text styles */
#sidebar a{
	color: #1c9dc3;
	text-decoration: none;
}
#sidebar a:hover{
	color: #135193;
	text-decoration: none;
}
/*sidebar list level1 */
#sidebar ul {
	margin: 0;
	padding: 0;
}
#sidebar ul li {
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
}
/*sidebar list level2 */
#sidebar ul li ul {
	padding: 0;
	margin: 0;
}
#sidebar ul li ul li{
	padding: 2px 0 2px 0px;
	border-bottom: 1px solid #e5e5e5;
}
/*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-generic.gif) no-repeat left center !important;
	padding-left: 20px !important;
}
/*category widget */
ul.list-cat li, li.widget_categories li {
	background: url(images/mini-generic.gif) no-repeat left center !important;
	padding-left: 20px !important;
}
/*archives widget */
ul.list-archives li, li.widget_archives li {
	background: url(images/mini-generic.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-generic.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-generic.gif) no-repeat 0px 4px !important;
	padding-left: 20px !important;
	list-style: none;
	color: #5A6695;
}

/********* calendar ********/
li.calendar table, li.widget_calendar table {
    width: 100%;
	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: #dedede;
}
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: #1c9dc3;
	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: 122px;
	height: 20px;
	padding: 4px 19px 0px 4px;
	border: 1px solid #8D8D8D;
	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: none;
	width: 67px;
	height: 26px;
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #FEFEFE;
	vertical-align: middle;
}


/*######################################################################################################
  ###### Footer ########################################################################################
  ####################################################################################################*/

#footer {
    width: 880px;
	height: 30px;
	clear: both;
	background: #73cfe9;
	margin: 0px auto 20px auto;
	border-left: 5px solid #fff;
	border-top: 1px solid #fff;
	border-right: 5px solid #fff;
	border-bottom: 5px solid #fff;
	text-align: center;
}

#footer p {
    margin-top: 5px;
    font-family: Arial, Helvetica, sans-serif;
	color: #fff;
	font-size: 95%;
}

#footer p a {
	color: #135193;
}
p a {
	color: #dc7e45;
}
p a:hover {
	color: #dc7e45;
	text-decoration: underline;
}
.img-left {
	float: left;
	margin: 0 15px 10px 0;

}

/*header-content*/
/*move navi into header-content*/
