
/*######################################################################################################
 ###### General styles ###############################################################################
 ####################################################################################################*/
body {
    font: 12px / 150% Tahoma, Arial, Verdana;
    color: #333333;
    background: #fff url(images/page-bg.png) repeat-x center top;
    margin: 0px;
    padding: 0px;
}
/***************** Links *******************/
a, a:link, a:visited {
	color: #0099c7;
}
img {
    border: none;
}

h1 {
    margin: 0px;
    height: 60px;
    font: bold 36px / 100% Tahoma, Arial, Verdana;
    color: #ACD7EE;
}

h1 a, h2 a, h3 a, h4 a, big a {
    text-decoration: none;
	color: #0099c7;
}
#l_sidebar a, #sidebar a {
  text-decoration: none !important;
}
#l_sidebar a:hover, #sidebar a:hover {
  text-decoration: underline !important;
}
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, big a:hover {
    text-decoration: underline;
}
h2 a:visited, h1 a:visited, big a:visited {
	color: #0099c7;	
}
big {
  display: block;
}
h1.title {
    color: #0099c7;
    margin: 0px;
    border-bottom: 1px dotted #8D8D8D;
    /*letter-spacing: -1px;*/
    font: bold 175% / 100% Tahoma, Arial, Verdana;
    padding-bottom: 3px;
	height: auto;
}
h1.titlesingle {
    color: #0099c7;
    margin: 0px;
    /*letter-spacing: -1px;*/
    font: bold 175% / 100% Tahoma, Arial, Verdana;
    padding-bottom: 3px;
	height: auto;
}
.logo {
	height: auto;
	padding-top: 32px;
	padding-left: 2px;
}
.logo span {
	display: block;
	position: absolute;
	left: -10000px;
}

h2, big {
    color: #0099c7;
    margin: 0px 0px 2px;
    border-bottom: 1px dotted #8D8D8D;
    font: normal 175% / 100% Tahoma, Arial, Verdana;
    padding-bottom: 3px;
    font-weight: bold !important;
    
}

h3 {
    font: normal 140% / 100% Tahoma, Arial, Verdana;
    color: #0099c7;
    border-bottom: 1px dotted #8D8D8D;    
    margin: 10px 0px 5px;
    padding-bottom: 3px; 
    letter-spacing: 1px;   
}

h4 {
    font: normal 130% / 100% Tahoma, Arial, Verdana;
    color: #0099c7;
    margin: 10px 0px 5px;
}

form {
    margin: 0px;
    padding: 0px;
}

#wrap {
    margin: 0px auto;
    width: 976px;
    overflow: hidden;
    position: relative;
}
/***************** Code, Blockquote etc. **************************************/
code {
    background-color: #ececec;
    padding: 1px;
    border: 1px solid #cccccc;
}

blockquote {
    background: url(images/quote.png) no-repeat left top;
    padding-left: 44px;
    margin: 7px 10px 7px 10px;
    font-style: italic;
}
blockquote li {
  list-style-image: url(images/dot.png);
}
/* 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 {
    height: 140px;
    position: relative;
    color: #0099c7;
}

#headerimg {
    position: relative;
    padding: 0px;
    height: 150px;
    margin: 0px auto;
    width: 976px;
    background: url(images/bg-header.png) no-repeat center;    
}

#headerimg .description {
    position: absolute;
    bottom: 3px;
    color: #F6F5EE;
    font-size: 14px;
}
/***************** Header Navigation ******************************************/

#navi {
    height: 30px;
    margin: 0px auto;
    margin-top: 5px;
    width: 972px;
    position: absolute;
    top: 96px;
    right: 1px;
}

#navi ul {
    margin: 0px;
    padding: 0px;
    white-space: nowrap;
}

#navi ul li {
    list-style-type: none;
    float: right;
    line-height: 30px;
    font: bold 12px Arial, Helvetica, sans-serif;
    text-align: center;
}

#navi ul li a {
    display: block;
    padding: 0px;
    line-height: 30px;
    font-weight: bold;
    color: #fff;
}

#navi ul li.current_page_item a {
    background: #0099c7;
}
/*######################################################################################################
 ###### Content #######################################################################################
 ####################################################################################################*/
#content {
    padding: 10px 0px 15px 14px;
    float: left;
    width: 512px;
    overflow: hidden;
}
#content-box {
    padding: 0px;
    float: right;
    margin-right: 240px;
    width: 539px;
    overflow: hidden;
    background: #fff;
    border: #ccc 1px solid;    
    }
.post {
    clear: both;
    padding: 10px;
    /*border: 1px solid #aaa;*/
}
.tops {
  background: url(images/bg-favorites.png) repeat-x bottom center;
}
.favourite {
	background: url(images/bg-favorites.png) repeat-x bottom center;
	border-bottom: 3px solid #e3f2c0;
	padding: 10px 20px;
}
.favourite big {
  /*color: #c4f059;*/
  color: #0099c7;
}
.favourite .list-page li {
	background: url(images/dot.png) no-repeat left .5em;
	padding-left: 10px;
}
/*
 .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: 458px;
 }
 */
.post-cat {
/*    background: url(images/mini-category.gif) no-repeat left center;
    padding-left: 20px;
    */
    font-size: 95%;
}

.post-author {
    background: url(images/icon-users.gif) no-repeat left center;
    margin-left: 10px;
    padding-left: 20px;
    font-size: 95%;
}

.post-tag {
    margin-left: 10px;
    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;
    font-size: 95%;
}
/******** post content ********/
.post-content {
    clear: both;
    padding-top: 10px;
}

.post-content p {
    margin: 0px 0px 15px 0px;
}

.post-content img {
    margin-right: .5em;
    margin-bottom: .5em;
}
/**** 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 {
}

.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: #0099c7;
}

.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: 483px;
    /** 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 #0099c7;
}
/*######################################################################################################
 ###### Sidebar #######################################################################################
 ####################################################################################################*/
#sidebar {
    position: absolute;
    padding: 10px 10px 20px 10px;
    width: 219px;
    color: #666666;
    overflow: hidden;
    right: 0;
    border: #ccc 1px solid;
    background: #f4f4f4;    
}
#l_sidebar {
    float: left;
    padding: 5px 10px 20px 10px;
    width: 174px;
    color: #666666;
    overflow: hidden;
    border: #ccc 1px solid;
    border-right: none;
    background: #f4f4f4;
}
/*sidebar title (h2) */
#sidebar h2, #l_sidebar h2, #sidebar big, #l_sidebar big {
    font: normal 140% / 100% Tahoma, Arial;
    color: #0099c7;
    margin: 20px 0px 2px;
    border-bottom: 1px solid #8D8D8D;
}
/*
#sidebar h2 {
	padding: .3em;
	background-color: #005276;
	color: #fff;
}
*/
#sidebar h2.categories, #sidebar big.categories, #l_sidebar h2.categories, #l_sidebar big.categories {
    margin: .5em 0px 2px;
}
/*sidebar text styles */
/*sidebar list level1 */
#sidebar ul, #l_sidebar ul {
    margin: 0;
    padding: 0;
}

#sidebar ul li, #l_sidebar ul li {
    list-style: none;
    margin: 0;
    padding: 0;
    border: none;
}
/*sidebar list level2 */
#sidebar ul li ul, #l_sidebar ul li ul {
    padding: 0;
    margin: 0;
}

#sidebar ul li ul li, #l_sidebar ul li ul li {
    padding: 2px 0 2px 0px;
    border-bottom: 1px solid #DDD;
}
/*sidebar list level3 */
#sidebar ul li ul li ul li, #l_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 .3em !important; */
    padding-left: 8px !important;
    color: #777777;
}
/*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;
}
#search-box
{
  padding-top: .5em;
}
/*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: 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: #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;
}

li.calendar table td#today a, li.widget_calendar table td#today a {
    background: #0099c7;
}
/*** 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 {
    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: 976px;
    clear: both;
    margin: 0 auto 0 auto;
    text-align: center;
    padding: 5px 0;
}

#footer p {
    margin-top: 5px;
    font-family: Arial, Helvetica, sans-serif;
    color: #777;
    font-size: 95%;
}

#footer p a {
}

.post-content p.subscribe-remind {
    background: url(images/subscription-reminder.jpg) no-repeat left center;
    padding: 15px 10px 15px 110px;
    margin-bottom: 0;
}
.gc-return {
	margin-top: 1em;
	margin-bottom: 1em;
	background: url(images/link-us-bg.png) no-repeat scroll left top;
	height: 38px;
}
.gc-return .link-to-us {
	padding-top: 11px;
}
.gc-return .linktextarea {
	width: 230px;
	border: #7e7de7 1px solid;
	background-color: #fff79f;
}
.gc-return .more-link a {
	background:transparent url(images/more-link.png) no-repeat scroll left top;
	display:block;
	float:left;
	height:38px;
	width:145px;
}
.subscribe-remind {
  margin-top: .2em;
}
.subscribe-remind a {
    font-weight: bold;
}

.content-left {
    width: 49%;
    float: left;
}

.content-right {
    width: 49%;
    float: right;
}

.content-left h2, .content-right h2 {

}
#categories-1 h2 {
	margin-top: .5em;
}

.content-left ul, .content-right ul {
    margin: 0;
    padding: 0;
    list-style: none;
    list-style-image: none;
}

.submitted {
    color: #777;
}
.submittedsingle {
    color: #777;
    border-bottom: 1px dotted #8D8D8D;
    display: block;
    margin-bottom: 2px;
}
    
/*
 Pagination
 */
.pagination {
    padding: 3px;
    margin: 3px;
    text-align: center;
}

.pagination a {
    padding: 2px 5px 2px 5px;
    margin: 2px;
    border: 1px solid #EEE;
    text-decoration: none; /* no underline */
    color: #0099C7;
}

.pagination a:hover, .pagination a:active {
    border: 1px solid #999;
    color: #666;
}

.pagination .current {
    padding: 2px 5px 2px 5px;
    margin: 2px;
    border: 1px solid #036CB4;
    font-weight: bold;
    background-color: #0099C7;
    color: #FFF;
}

.pagination .disabled {
    padding: 2px 5px 2px 5px;
    margin: 2px;
    border: 1px solid #EEE;
    color: #DDD;
}

.footerTags ul {
    margin: 0;
    padding: 0;
    font-size: 11px;
}

.footerTags ul li {
    list-style: none;
    list-style-image: none;
    float: left;
    padding-right: .3em;
    margin-right: .3em;
    border-right: 1px solid #777;
}

#subscribe_box h3 {
    color: #F36031;
    margin: 0px;
    padding-bottom: 10px;
}

#subscribe_box a.bold_blue {
    color: #0099c7;
    font-weight: bold;
	font-size: 11px;
}

#subscribe_box a.bold_blue:hover, a.bold_blue:hover {
    background: #3366CC none repeat scroll 0%;
    color: #FFFFFF;
}
/*
#subscribe_box {
    background: #FFF url(images/rssBg.png) no-repeat right top;
    border: 1px solid #CCCCCC;
    margin: 0pt 0pt 5px;
    padding: 10px;
    width: 198px;
}
*/
#subscribe_box a {
    color: #666666;
}

#subscribe_box a:hover {
    background: transparent none repeat scroll 0%;
    color: #F36031;
    text-decoration: none;
}

#subscribe_box form {
    margin: 0px;
}

#subscribe_box input#email {
    border: 1px solid #CCCCCC;
    color: #666666;
    font-family: verdana;
    font-size: 11px;
    margin-top: 3px;
    padding: 5px;
    width: 60px;
}

#subscribe_box input#submit {
    background: url(images/subscribe-btn-bg.gif) no-repeat;
    border: none;
    width: 74px;
    height: 26px;
    font: bold 12px Arial, Helvetica, sans-serif;
    color: #FEFEFE;
    vertical-align: middle;
}

#subscribe_box .icon {
    border: 0px none;
    float: left;
    padding-right: 5px;
}
.iSense {
	float: left;
	margin-right: 1em;
}
.linktext {
	font-size:9px;
	margin-left:5%;
	margin-right:5%;
}
.linktextarea {
	font-size:9px;
	font-family:verdana;
	overflow:hidden;
	width: 97%;
	background-color: #f9ffcb;
	border: 1px solid #ffe345;
	padding: .5em;
}
#sidebar ul li.widget_search {
	margin: 1em 0;
}
.smallerText {
	font-size: 14px;
	font-weight: bold;
}
.link-to-me {
	border: 1px solid #999;
	padding: 0 1em;
	margin-bottom: 1em;
	background-color: #F4F4F4;
}


big.favourite-posts {
/*
	background: url(images/favourite.png) no-repeat top left;
	height: 21px;
*/
  font-size: 140%;
}
big.most-commented {
/*
	background: url(images/most-commented.png) no-repeat top left;
	height: 21px;
*/
  font-size: 140%;
}

/*
h2.favourite-posts span, h2.most-commented span {
	display: none;
}
*/
.addthis-button {
	float: right;
	margin-top: 28px;
	margin-right: 20px;
}
.cform { 
	width: 100%; 
}
.cform input, .cform textarea {
	width: 250px;
}
.cform input.sendbutton {
	margin-left: 180px;
}
.linklove {
	display: none;
}

.sociable ul li {
  float:left;
  margin:0 5px 0 0 !important;
}
.related-posts ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.related-posts li {
  font-weight: normal !important;
  font-size: 12px;
  border: none !important;
  padding-left: 10px;
  background: url(images/dot.png) no-repeat left .4em;
  margin-top: .5em;
 
}
.related-posts h2 a {
  text-decoration: underline;
}
.read-more-spacer {
  margin-top: 1.1em;
}


.footer-cats ul, .footer-cats li {
  margin: 0;
  padding: 0;
  list-style-type: none;
  list-style-image: none;
}

.footer-cats li {
  display: inline;
  padding-right: 3px;
  margin-right: 3px;
  border-right: 1px solid #bbbbbb;
}
.socials {
  margin-bottom: 1em;
  float: right;
}
.itemsocial {
  float: left;
  margin-left: 8px;
}