/*
Theme Name: Island Insights
Description: A custom theme for the Turks and Caicos Tourist Board.
Version: 1.0
Author: Blogging Expertise
Author URI: http://www.bloggingexpertise.com/
*/



/*
	Table of Contents:
		General elements
		Structural elements
		Header elements
		Sidebar elements
		Post elements
		Metadata elements
		Comment elements
		Widget-specific elements
*/


/* General elements */
* {
	margin: 0px;
	padding: 0px;
}

html,
body {
	text-align: center;
}

body {
	background: #097CBF;
	behavior: url('includes/csshover.htc'); /* Workaround to make IE use :hover properly */
	color: #01629E;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: small; /* set base size here, use percentages of this size throughout the rest of the stylesheet */
	line-height: 140%;
}

p, table, li {font-size: 95%;}
h1 {font-size:200%;}
h2 {font-size:160%;}
h3 {font-size:140%;}
h4 {font-size:120%;}
h5 {font-size:100%;}

h1, h2, h3, h4, h5, h6, .heading {
	color: #C06B40;
}

blockquote {
	margin: 0px 30px 0px 30px;
}

p,
blockquote,
.post ul,
.post ol,
table {
	margin-bottom: 1.5em;
}

input,
textarea {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 100%;
}

a, a:active {
	color: #1C8B85;
	font-weight: bold;
	text-decoration: none;
}

a:visited {
	color: #2E6B68;
}

a:hover {
	color: #C06B40;
}

a img,
a img:hover {
	background: transparent;
	border: 0;
}

.float-left {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	text-align: left;
}

.float-right {
	float: right;
	margin-bottom: 10px;
	margin-left: 10px;
	text-align: right;
}

div.clear {
     clear: both;
     font-size: 1px;
     line-height: 1px;
     overflow: hidden;
     visibility: hidden;
     width: 0;
     height: 0;
}

.heading { /* for headings that don't have any real semantic value */
	font-size: 100%;
	font-weight: bold;
}

label {
	cursor: pointer;
}

.no-hover {
	backround: transparent !important;
}

.hide {
	display: none;
}


/* Structural elements */
/* Positioning information goes here.  Colors, fonts, etc. should go in the individual sections. */
#page {
	background: #fff;
	margin: 0 auto; /* for centered layouts */
	overflow: hidden;
	text-align: left;
	width: 850px;
}

#header {
	overflow: hidden;
	margin-bottom: 2em;
}

#navigation {
	overflow: hidden;
}

#content {
	float: left;
	margin: 0 50px 0 30px;
	overflow: hidden;
	width: 545px;
}

.sidebar {
	overflow: hidden;
	margin-right: 30px;
}

#footer {
	clear: both;
	font-size: 90%;
	padding: 50px 0 1px 0;
	text-align: center;
}


/* Header elements */

/* This section contains an image replacement technique and will need to be modified to call the right image and fit properly. */
#header h1 a,
#header h2 a {
	background: transparent url('images/island_insights_header.jpg') left center no-repeat;
	display: block;
	line-height: 175px; /*change this to the height of the header image */
	text-indent: -1000em;
	overflow: hidden;
}
	
#header h2.description {
	height: 0;
	margin: 0;
	overflow: hidden;
	padding: 0;
	text-indent: -1000em;
	width: 0;
}

h3.category-description {
	font-weight: normal;
}


/* Sidebar elements */
.sidebar {
	font-size: 95%;
}

.sidebar .widget {
	margin-bottom: 40px;
}

.sidebar .widget .heading {
	background: #D7B17B;
	display: block;
	margin-bottom: .5em;
	padding: 8px;
}

.sidebar .widget .heading,
.sidebar .widget .heading a {
	color: #fff;
	text-decoration: none;
}

.sidebar .widget ul {
	margin: 0;
	padding: 0;
	list-style-type: none;	
}

.sidebar .widget ul li {
	border-bottom: 1px dotted #B3B5B2;
	line-height: 100%;
	margin-bottom: 4px;
	padding-bottom: 3px;
}

.sidebar .widget ul li ul li { /* For sub-lists */
	margin-left: 16px;
}

.sidebar .widget a:link, 
.sidebar .widget a:visited {
	color: ;
}

.sidebar .widget a:hover {
	color: ;
}

.sidebar .widget .subscribeIcon {
	border: none;
	float: left;
	margin: 5px 10px 0 0;
}

form#searchform label {
	display: none;
}


/* Post elements */
.post {
	clear: both;
	margin-bottom: 30px;
}

.post-header h1,
.post-header h2,
.pagetitle {
	font-size: 160%;
	line-height: 1em;
}

.post-header,
.post-header a,
.post-header a:visited {
	color: #C06B40;
	text-decoration: none;
}

.interpost-nav {
	font-size: 95%;
	margin: 30px;
	text-align: center;
}

#content ul,
#content ol {
	margin-left: 30px;
}

.more-link {
	display: block;
	float: left;
	margin-top: 1.5em;
}

.post p.heading,
.page p.heading {
	margin-top: 1.5em;
}


/* Metadata elements */
.post-metadata {
	font-size: 90%;
	line-height: 110%;
	margin-bottom: 1em;
}

.post-metadata span {
	
}

.post-metadata span.post-categories {
	
}

.post-metadata span.post-date {
	
}

.post-metadata span.post-comments {
	
}


/* Comment elements */
#comments .heading {
	display: block;
	margin-top: 30px;
}

#comments .comment-list {
	background: #fff;
}

#comments .comment {
	border-top: 1px dotted #B3B5B2;
	clear: both;
	padding: 1em 1em 0 1em;
}

#comments .comment-list .alt,
div.landing_pages,
div.series_toc,
.wwsgd {
	background: #F7F7F7;
}

#comments .authorcomment { /* To emphasize replies from the author */
	background: #EAFBFA;
}

div.landing_pages {
	border: ;
	padding: 10px;
}

#comments .comment-number {
	display: inline;
}

#comments .comment-number a {
	color: ;
	text-decoration: none;
}

#comments .comment-gravatar {
	float:left;
	margin: 10px 5px 5px 0px;
	padding: 3px;
	border: 1px solid #ccc;
	background: #fff;
}

#comments .gravatar {
	
}

#comments .postgrav {
	float: left;
	padding: 3px;
	margin-right: 5px;
	margin-left: 5px;
	border: 1px solid #ccc;
	background: #fff;
}

#comments .comment-list cite {
	
}

#comments .comment-content {
	
}

#comments .trackback-list {
	margin-left: 20px;
}


/* Widget-specific elements */



/* Plugin-specific elements */
ul.postspermonth {
	list-style: none;
	margin-bottom: 30px;
}

.wwsgd {

}
