/*
Theme Name: OceanBreeze
Version: 2.0
Author: C.M. Kendrick
Author URI: http://www.cleverness.org
*/

@import "css/reset.css";
@import "css/forms.css";

/** Colors
Orange: #eea463
Dark Pink: #cc5f5a
Pink: #dc9289
Lime: #c3cc8b
Light Lime: #ded88c
Blue: #7ac9cc
Grey Blue: #7daeb4
Sand: #f0ece7
Yellow: #fcf2c1
end Colors **/

body {
	background: #f5cfc9 url(images/background.jpg) fixed;
	color: #333;
	font: 100%/1.2 'Lucida Grande', Verdana, Arial, Sans-Serif;
}

a, h2 a:hover, h3 a:hover {
	color: #218ca6;
	text-decoration: none;
	}

a:hover {
	color: #2D6E8E;
	text-decoration: underline;
	}

/** Layout **/
#container {
    width: 942px;
	margin: 20px auto;
	overflow: hidden;
	background: #f0ece7 url(images/content-bg.jpg) 0px 106px no-repeat;
	border: 5px solid #f0f2f7;
	position: relative;
}

h1 a {
	display: block;
	text-indent: -9999px;
	background: url(images/logo.jpg) no-repeat;
	width: 942px;
	height: 106px;
}

h1 a:focus {
	outline: 0;
}

#menu {
	position: absolute;
	top: 108px;
	left: 0px;
	text-align: center;
}

#menu ul {
	margin-left: 10px;
}

#menu ul li {
	display: inline;
}

#menu ul li a {
	display: block;
	float: left;
	padding: 1px 13px 2px 13px;
	margin: 0 5px;
	color: #fff;
	text-decoration: none;
	text-shadow: 1px 1px 1px #999;
	font-size: 1.4em;
}

#menu ul li a:hover, #menu ul li.current a {
	background: url(images/menubg.jpg) no-repeat;
}

#content {
	width: 100%;
	float: none;
	margin-top: 70px;
}

.home #content, .page-template-news-php #content, .page-template-links-php #content {
	width: 700px;
	float: left;
}

#sidebar, #sidebar-links {
	width: 240px;
	float: right;
	margin-top: 60px;
	font: 0.8em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

#sidebar-links {
	margin-top: 180px;
	background: #fff;
	margin-right: 20px;
	width: 220px;
	border: 1px solid #EEA463;
}

#footer {
	clear: both;
	text-align: center;
	font-size: 0.8em;
	line-height: 1.4em;
	margin-bottom: 20px;
}

#footer p {
	margin: 0;
	padding: 20px 0;
	text-align: center;
	}

#footer ul li {
	display: inline;
	list-style: none;
}
/** end Layout Styles **/


/** Post **/
.post {
    font-size: 0.8em;
	line-height: 1.4em;
	margin: 0 40px 20px 40px;
	overflow: hidden;
}

h2, h3 {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: bold;
	}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #f69ab8;
	}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2 {
	text-decoration: none;
	}

.post h2 {
	margin: 15px 0 5px 0;
	font-size: 2.2em;
	text-align: left;
	color: #F69AB8;
	text-shadow: 1px 1px 1px #999;
	}

h2.pagetitle {
	margin-top: 10px;
}

h4 {
	margin: 0;
	padding: 0;
}

h3 {
	padding: 0;
	margin: 5px 0 0;
	font-size: 1.3em;
	text-align: left;
	border-bottom: 1px solid #c3cc8b;
	}

.home-h4 a {
	margin: 5px 0 0 0;
	color: #F69AB8;
	display: block;
	}

.post h1{
	background: url();
	text-indent: 0px;
	width: auto;
	height: auto;
	font-size: 2.0em;
	line-height: 2.0em;
}

.post p {
    margin: 1.0em 0;
}

p.postdate {
    color: #666;
	margin: 0;
}

.entry {
	overflow: hidden;
}

.post ol li {
    margin-left: 40px;
	list-style: decimal outside;
}

.post ul, .post ol {
	margin: 10px;
}

.post ul ul, .post ul ul ul, .post ul ul ul ul, .post ol ol, .post ol ol ol, .post ol ol ol ol {
	margin: 0 10px;
}

.post ul li {
    margin: 5px 0 5px 40px;
	list-style: disc outside;
}

.post blockquote {
    border: 1px solid #ccc;
	margin: 10px;
	padding: 5px;
}

.post cite {
    text-align: right;
	margin-right: 10px;
	margin-bottom: 10px;
	display: block;
}

.post img {
    margin: 10px;
	padding: 2px;
	background: #fff;
	border: 1px solid #666;
}

.post img.wp-smiley {
	margin: 0;
	padding: 0;
	border: 0;
}

.post img.ttf {
	margin: 0;
	padding: 0;
	background: transparent;
	border: 0;
}

.postmetadata {
    clear: both;
	text-align: right;
	font-size: 0.9em;
}

.blog .sticky {
	border: 1px solid #666;
	background: #eee;
	padding: 5px;
	margin-bottom: 40px;
}

.blog .sticky hr {
	display: none;
}

.navigation {
	margin: 20px;
	font-size: 0.8em;
	overflow: auto;
}

table caption {
	font-weight: bold;
	border-bottom: 1px solid #eee;
}

table th {
	text-align: left;
	font-size: 1.2em;
	padding: 5px;
}

table td {
	padding: 5px;
}

table tr {
	border-bottom: 1px solid #eee;
}

p.magicfields img, img.magicfields {
	margin: auto;
	padding: 5px;
	border: 1px solid #eee;
	text-align: center;
	background: #fff;
	}

ul#recent-comments {
	list-style: none;
	text-align: left;
	margin: 5px 0 0 0;
	padding: 0;
	font-size: 0.9em;
}
ul#recent-comments li {
	margin: 5px 0;
	border-bottom: 1px dotted #eee;
	list-style: none;
}

ul#sub-categories {
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: left;
	overflow: auto;
	}
ul#sub-categories li {
	margin: 5px;
	padding: 3px 10px;
	background: #F0F2F7;
	width: 400px;
	float: left;
	list-style: none;
	}

.listing-box {
	width: 160px;
	float: left;
	height: 170px;
	text-align: center;
	background: #F0F2F7;
	margin: 5px;
	border: 1px solid #c3cc8b;
}

.listing-box:hover {
	border: 1px solid #eea463;
	background: #fff;
}

.listing-box:hover img.magicfields {
	border: 1px solid #7ac9cc;
}

.listing-box div {
	margin: 3px;
	height: 25px;
}

ul#details {
	margin: 0;
	padding: 0;
	overflow: auto;
}

ul#details li {
	text-align: left;
	background: #f7f7f7;
	color: #666;
	list-style: none;
	margin: 3px;
	padding: 5px;
	width: 415px;
	float: left;
}

ul#details li strong {
	color: #f69ab8;
}

#desc, .responses {
	text-align: left;
	background: #F0F2F7;
	padding: 5px;
	margin: 5px 0;
}

#photos, #comments {
	background: #f7f7f7;
    padding: 5px;
	margin: 5px 0;
}

#photos {
	text-align: center;
}

#photos strong {
	color: #f69ab8;
}

.purchase a {
	background: #F7F7F7;
	margin: auto;
	display: block;
	padding: 15px 0;
	width: 480px;
	font-size: 2.0em;
	text-align: center;
	text-transform: uppercase;
	border: 1px solid #c3cc8b;
	font-weight: bold;
	color: #eea463;
}

.purchase a:hover {
	text-decoration: none;
	background: #F69AB8;
	color: #fff;
	border: 1px solid #cc5f5a;
}

.project, .recent-news, .project-small {
	float: left;
	width: 255px;
	margin: 10px;
	-moz-box-shadow: 3px 3px 3px #999999;
	-webkit-box-shadow: 3px 3px 3px #999;
	box-shadow: 3px 3px 3px #999;
	border: 1px solid #eea463;
	padding: 5px;
	background: #F8F8F8;
}

.recent-news {
	float: none;
	width: 570px;
}

.project-small {
	width: 169px;
}

.recent {
	padding: 0 10px;
}

.project h3, .recent-news h3, .project-small h4 {
	border: none;
	background: #c3cc8b;
	padding: 5px;
	color: #fff;
	text-shadow: 1px 1px 1px #999;
}

.project h3 a, .project h3 a:hover, .recent-news h3 a, .recent-news h3 a:hover, .project-small h4 a, .project-small h4 a:hover {
	color: #fff;
}

.project p, .project-small p {
	font-size: 0.8em;
	text-align: center;
}

.recent-news p {
	font-size: 0.9em;
}

.project .recent-photo p {
	font-size: 1.0em;
	color: #F69AB8;
	font-weight: bold;
}

.project h4, .project-small h5 {
	text-align: center;
	margin: 10px 0;
}

.project h4 a, .project-small h5 a {
	color: #666;
	text-decoration: underline;
}
/** end Post Styles **/

/** Sidebar **/
#sidebar h2 {
	margin: 5px 0 0;
	padding: 0;
	font-family: 'Lucida Grande', Verdana, Sans-Serif;
	font-size: 1.2em;
	}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li, #sidebar-links ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar-links p {
	margin: 25px 0;
}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

#sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}

#sidebar form {
	margin: 0;
	}

.recent-photo {
	text-align: center;
}
/** end Sidebar Styles **/

/** Links **/
.post ul li.linkcat {
	list-style: none;
}
.post ul li ul li {
	list-style: disc;
	line-height: 1.6em;
}

.linkcat h3 {
	font-size: 1.2em;
	border-bottom: none;
}
/** end Link Styles **/


/** Comment **/
.thread-alt {
	background-color: #f8f8f8;
}
.thread-even {
	background-color: white;
}
.depth-1 {
	border: 1px solid #ddd;
}
.even, .alt {
	border-left: 1px solid #ddd;
}
#comments-area cite {
    text-align: left;
	display: inline;
	margin: 0;
}
.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;
	text-align: left;
	}
.commentlist p {
	font-weight: normal;
	line-height: 1.3em;
	text-transform: none;
	}
.commentmetadata {
	font-weight: normal;
	}
h3.comments, #respond h3 {
	padding: 10px 0;
	}
#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}
#commentform {
	margin: 5px 10px 0 0;
	}
#commentform textarea {
	width: 100%;
	padding: 2px;
	}
#respond:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
}
.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;
}

.post #comments ol li {
	list-style: none;
	margin-left: 0;
}
/** end Comment Styles **/

/** Caption **/
.aligncenter, div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}
.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/** End Caption Styles **/

/** Gallery Styles **/
.gallery {
	display: block;
	clear: both;
	overflow: hidden;
	margin: 0 auto;
	}
.gallery .gallery-row {
	display: block;
	clear: both;
	overflow: hidden;
	margin: 0;
	}
.gallery .gallery-item {
	overflow: hidden;
	float: left;
	margin: 0;
	text-align: center;
	list-style: none;
	padding: 0;
	}
.gallery .gallery-item img, .gallery .gallery-item img.thumbnail {
	border: 1px solid #fcca94;
	background: #fff;
	padding: 2px;
	}
.gallery-caption {
	margin-left: 0;
	}

.gallery-caption a {color: #f69ab8;}

/* Image sizes depending on the number of columns */
.col-0 { width: 100%; }
.col-1 { width: 100%; }
.col-2 { width: 50%; }
.col-3 { width: 33%; }
.col-4 { width: 25%; }
.col-5 { width: 20%; }
.col-6 { width: 16.5%; }
.col-7 { width: 14%; }
.col-8 { width: 12.4%; }
.col-9 { width: 11%; }
.col-10 { width: 10%; }
.col-11 { width: 9%; }
.col-12 { width: 8.33%; }
.col-13 { width: 7.6%; }
.col-14 { width: 7.1%; }
.col-15 { width: 6.66%; }
.col-16 { width: 6.25%; }
.col-17 { width: 5.83%; }
.col-18 { width: 5.55%; }
.col-19 { width: 5.25%; }
.col-20 { width: 4.95%; }
/** end Gallery Styles **/

/** Miscellaneous **/
.breadcrumbs {
	text-align: right;
	font-size: 0.8em;
}


hr {
	border: 0;
	background: #666;
	height: 1px;
	margin: 40px 0;
}

small {
	font-size: 0.8em;
}

big {
	font-size: 1.2em;
}

abbr, acronym, .help {
  border-bottom: 1px dotted #333;
  cursor: help;
  }

.clear {
    clear: both;
}

img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}

.aligncenter {
    margin: auto;
	display: block;
}

.txtaligncenter, .center {
    text-align: center;
}

.txtalignright {
	text-align: right;
	display: block;
}

/* Sets the Visual editor background to white */
body.mceContentBody {
  background: #FFF url() !important;
}
/** end Miscellaneous Styles **/
