/*
Theme Name: The Island
Theme URI: http://wordpress.org/
Description: The island theme.
Version: 1.6
Author: Michael Heilemann
Author URI: http://binarybonsai.com/
Tags: blue, custom header, fixed width, two columns, widgets

	Kubrick v1.5
	 http://binarybonsai.com/kubrick/

	This theme was designed and built by Michael Heilemann,
	whose blog you will find at http://binarybonsai.com/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/

* {
	vertical-align: baseline;
	font-weight: inherit;
	font-family: inherit;
	font-style: inherit;
	font-size: 100%;
	border: 0 none;
	outline: 0;
	padding: 0;
	margin: 0;
}
html	{
	padding:0 !important;
	margin:0 !important;
	background: #314D6B url(images/img01-1.jpg) center top no-repeat !important;

}
body {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #A0A0A0;
position:absolute;
top:0;
width:100%;
z-index:10;
	background: #314D6B url(images/img01-1.jpg) center top no-repeat !important;
}

h1, h2, h3 {
	font-weight: normal;
	color: #FFFFFF;
}

h1 { font-size: 40px; }
h2 { font-size: 167%; }
h3 { font-size: 100%; font-weight: bold; }

p, ul, ol {
	font-size: 100%;
}

p {
}

ul {
}

ol {
}

blockquote {
}

a {
	color: #7EBCFF;
}

a:hover {
	text-decoration: none;
}

/* Header */

#header {
	width: 680px;
	height: 190px;
	margin: 0 auto;
}

#header h1, #header p {
	margin: 0;
	font-weight: bold;
}

#header h1 {
	padding: 20px 0 0 20px;

	font-size: 229%;
}

#header p {
	margin: 5px 0 0 0;
	padding: 0 0 0 20px;
	text-transform: uppercase;
	font-size: 110%;

}
#header p a{
	color: #D1D7FF;

}

#header a {
	text-decoration: none;
	color: #FFFFFF;
}

/* Menu */

#menu {
	width: 640px;
	height: 51px;
	margin: 0 auto;
	/*background: url(images/img02.jpg) no-repeat;*/
	background: url(images/page-bg2.png);
	border:10px solid #A9B5C1;
	border-bottom:none;
-webkit-border-top-left-radius: 10px;
-webkit-border-top-right-radius: 10px;
-moz-border-radius-topleft: 10px;
-moz-border-radius-topright: 10px;
border-top-left-radius: 10px;
border-top-right-radius: 10px;
}

#menu h2 {
	display: none;
}

#menu ul {
	margin: 0;
	padding: 20px 0 0 20px;
	padding: 10px 0 0 10px;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	height: 22px;
	padding: 8px 20px 0 20px;
	border-right: 1px solid #2A2C2F;
	text-decoration: none;
	text-align: center;
	font-size: 11px;
	color: #DFE8F2;
}

#menu a:hover, #menu .active a {
	background-color: #000000;
}

/* Page */

#page {
	width: 640px;
	margin: 0 auto;
	/*background: #0F1720 url(images/img03.gif) repeat-y;*/
	background: url(images/page-bg2.png);
	border:10px solid #A9B5C1;
	border-top:none;
-webkit-border-bottom-right-radius: 10px;
-webkit-border-bottom-left-radius: 10px;
-moz-border-radius-bottomright: 10px;
-moz-border-radius-bottomleft: 10px;
border-bottom-right-radius: 10px;
border-bottom-left-radius: 10px;
}

/* Content */

#content {
	float: left;
	width: 365px;
	padding: 20px 25px 0 20px;
	/*background: url(images/img04.jpg) no-repeat;*/
}

.boxed {
	background: #121B23;
	border: 1px dotted #000000;
}

.boxed .title {
	margin: 0;
	padding: 5px 20px;
	background: #000000;
	text-transform: uppercase;
	font-size: 100%;
	font-weight: bold;
}

.boxed .content {
	padding: 20px;
}

/* Sidebar */

#sidebar {
	float: right;
	width: 220px;
	padding: 20px 10px 0 0;
	/*background: url(http://fishcarolinabeach.com/wp-content/themes/theisland/images/img05.jpg) no-repeat;*/
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
}

#sidebar li ul {
	padding: 20px;
}

#sidebar li li {
	margin: 0;
	padding: 5px 0;
	/*background: url(images/img06.gif) repeat-x left bottom;*/
}

#sidebar h2 {
	margin: 0;
	padding: 10px;
	background: #000000;
	border-top: 1px solid #23282E;
	border-bottom: 1px solid #23282E;
	font-size: 100%;
	font-weight: bold;
	color: #DFE8F2;
}

#sidebar h3 {
	margin: 0;
}

#sidebar p {
	margin: 0;
}

#sidebar a {
	text-decoration: none;
}

#sidebar a:hover {
	text-decoration: underline;
}

/* Search */

#search {
}

#search fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

#search legend {
	display: none;
}

#search input {
	float: right;
	margin-bottom: 5px;
	background: #5A83AE;
	border: 1px solid #000000;
	text-transform: lowercase;
	font: bold 100% Arial, Helvetica, sans-serif;
	color: #000000;
}

#searchform {
	margin: 0;
	padding: 10px 20px 20px 20px;
}

#searchfield {
	width: 165px;
	padding: 2px 5px;
}

#searchsubmit {
}

/* Submenu */

#submenu a {
	padding-left: 15px;
	background: url(images/img07.gif) no-repeat left center;
}

/* Footer */

#footer {
	width: 680px;
	height: 100px;
	margin: 0 auto;
	padding: 30px 0 0 0;
	/*background: url(images/img08.jpg) no-repeat;*/
}

#footer p {
	margin: 0;
	padding: 0 0 0 40px;
	font-size: 77%;
	color: #0F1720;
}

#footer a {
	color: #0F1720;
}

.size-thumbnail {
margin: 10px 15px 10px 15px;
}

#content a img {
border: 2px solid #7EBCFF;
text-decoration: none;
}
.posttitle a {
color:#ffffff;
text-decoration:none;
margin:0;
padding:0;
}
.posttitle {
margin:0;
padding:0;
}
.postmeta {

border-top: 1px dotted #63819F;
border-bottom: 1px dotted #63819F;
font-size:10px;
}
.postmeta a {
color:#63819F;
text-decoration:none;
}
.postend {
height:50px;
border-top: 1px dotted #63819F;
}
.postlist {
list-style:none;
padding:0;
}

.postlist li {
margin: 0 0 10px 0;
padding:0;
font-size:11px;
}
.postlist li a {
color:#3E678F;
}
.credits {
background: url('http://fishcarolinabeach.com/credits.jpg') no-repeat;
padding:60px 0 20px 0;
font-size:10px;
}

#tagcloud {
border: 1px dotted #63819F;
padding:15px;
margin:15px 0 15px 0;
}
#tagcloud a {
color:#3E678F;
}
.gallery-item img {
  margin-left:2px !important;
}
/*== Gallery Thumbnail Width ==*/
.gallery-icon img{
  width:110px !important;
}
.alignright {
  float:right;
  margin:0 0 10px 10px;
}
.alignleft {
  float:right;
  margin:0 10px 10px 0;
}
#tags {
  width:680px;
  margin:0 auto;
  background:url('http://fishcarolinabeach.com/wp-content/themes/theisland/images/tagmiddle.jpg') repeat-y;
}
#tags ul {
  margin:0 40px;
}
#tagtop {
  background:url('http://fishcarolinabeach.com/wp-content/themes/theisland/images/tagtop.jpg') top center no-repeat;
  margin:0;
  padding:30px 0 0 30px;
}
#tagend {
  background:url('http://fishcarolinabeach.com/wp-content/themes/theisland/images/tagbottom.jpg') no-repeat;
  height:30px;
  margin:0;
}