/*
Theme Name:Boating
Theme URI: http://www.nichesinabox.com 
Description: A WordPress theme by Niches in a Box.
Author: Nichesinabox.com
Author URI: http://www.nichesinabox.com
*/



/* Begin Typography & Colors */
body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: Verdana, Arial, Sans-Serif;
	font-size-adjust:none;
	font-stretch:expanded;
	font-variant:normal;
	font-style:normal;
	background-color: #aab5c2;
	background-image:  url(images/BODY.jpg);
	background-repeat:repeat-x;
	background-attachment:fixed;
	color: #777777;
	text-align: center;
	}

#page {
	background-color: #ffffff;
	background-image:url(images/PAGE.jpg);
	text-align: left;
	}
	
#headerimage01 {
	background-image:url(images/HEADER01.jpg);
	background-repeat:no-repeat;
	background-color:#4b617d;
	} 
	
#headerimage02 {
	background-image:url(images/HEADER02.jpg);
	background-repeat:no-repeat;
	background-color:#b5bdcc;
	} 
	
#headerimage03 {
	background-image:url(images/HEADER03.jpg);
	background-repeat:no-repeat;
	background-color:#b5bdcc;
	} 

#headerimage04 {
	background-image:url(images/HEADER04.jpg);
	background-repeat:no-repeat;
	background-color:#b5bdcc;
	}
	
#headerimage05 {
	background-image:url(images/HEADER05.jpg);
	background-repeat:no-repeat;
	background-color:#b5bdcc;
	}
	
#headerimage06 {
	background-image:url(images/HEADER06.jpg);
	background-repeat:no-repeat;
	}
	
#content {
	font-size: 1.2em;
	}

.postmetadata {
	background-image:url(images/POSTMETA.jpg);
	background-repeat:repeat-x;
	}

.altdata {
	background-image:url(images/ALT.jpg);
	background-repeat:repeat-x;
	}
	
.more {
	background-image:url(images/MORE.jpg);
	background-repeat:no-repeat;
        background-position: right center;
	font-size: 1.3em;
	}
	
.entry p {
	font-size: 1.05em;
	line-height: 1.4em;
	}
	
.alt  {
	background-color:#ebeef3;
	border: 1px solid #d9dfe8;
	} 
	
small, #footer {
	font-size: 0.9em;
	line-height: 1.35em;
	}

#footer {
	background-image:url(images/FOOTER.jpg);
	background-repeat:no-repeat;
	background-color:transparent;
	}

h1, h2, h3, #sidebar h2,#leftmid h2, #headernavbar, .more {
	font-family: Georgia, Times New Roman, Times, serif;
	font-weight: lighter;
	font-stretch:condensed;
	font-variant:normal;
	font-style:normal;
	}

h2, h3, #sidebar h2, #headernavbar ul li {
	font-weight: lighter;
	}

h1 {
	font-size: 3.3em;
	}

.description, .font {
	font-size: 1.2em;
	}

h2, h2.pagetitle {
	font-size: 2.0em;
	}

#sidebar h2, #leftmid h2 {
	font-size: 1.45em;
	}

#sidebar h3 {
	font-size: 1.1em;
	}

h3 {
	font-size: 1.4em;
	}

h1, h1 a, h1 a:hover, h1 a:visited,.description, .font a, .font a:hover, h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited, #leftmid h2 {
	text-decoration: none;
	color: #4b617d;
	}

blockquote {
	color: #254367;
	}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, cite {
	text-decoration: none;
	}

#leftmid h2 {
	text-align: left;
	}

#sidebar h2 {
	text-align: left;
	color: #ffffff;
	background-image:url(images/SIDEH2.jpg);
        border-bottom: 1px solid #ffffff;
        background-color: #a6b905;
	}

#sidebar h3 {
	text-align: right;
	}

h2 a:hover, h3 a:hover, #sidebar h3 a {
	color: #b0b91d;
	text-decoration: none;
	}

.commentlist li {
	font-size: 1.0em;
	}

.commentlist li {
	font-weight: bold;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

small,.nocomments, strike, .postmetadata, #footer  {
	color: #162e5b;
	}
	
code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps {
	font-size: 0.9em;
	letter-spacing: .07em;
	}
	
#headernavbar ul {
	padding: 36px 210px 44px 40px;
	margin: 0px;
	background-color: transparent;
        text-align: right;
        }

#headernavbar ul li { 
	display: inline;
	font-size: 1.15em;
        }      

#headernavbar ul li a {
	margin: 0px;
	padding: 36px 25px 44px 25px;
	background-color: transparent;
	text-decoration: none;
        color: #ffffff;
        }

#headernavbar ul li a:hover {
	margin: 0px;
	padding: 36px 25px 44px 25px;
	background-color: #9cac17;
	color: #162e5b;
        }

#sidebar a:hover {
        color: #ffffff;
	text-decoration: underline;
	}

#sidebar a img {                
         border: 1px solid #b0b91d;
	}

.postmetadata a {
	color: #585746;
	text-decoration: none;
	}

a {
	color: #98b10c;
	text-decoration: none;
	}

a:hover {
	color: #162e5b;
	text-decoration: underline;
	}
/* End Typography & Colors */



/* Begin Structure */
body {
	margin: 0px 0px 20px 0px;
	padding: 0px; 
	}

#page {
	margin: 0px auto 20px auto;
	padding: 0px;
	width: 800px;
	}

#header	{ 
	margin: 0px; 
	padding: 0px;
	height: 450px; 
	width: 100%; 
	}
	
#headerimage01 { 
	margin: 0px; 
	padding: 0px;
	height: 100px; 
	width: 100%; 
	}
	
#headerimage02,#headerimage04,#headerimage05, #headerimage06  { 
	margin: 0px; 
	padding: 0px;
	height: 50px; 
	width: 100%; 
	}
	
#headerimage03 { 
	margin: 0px; 
	padding: 0px;
	height:150px; 
	width: 100%; 
	}

.description, .font {
	text-align: right;
        margin:0px;
	padding: 5px 230px 0px 50px;
	}

.narrowcolumn {
	padding: 0px 0px 20px 50px;
	margin: -20px 0px 0px 0px;
	width: 335px;
	text-align:left;
        float: left;
	}

.postmetadata {
	text-align:right;
	padding: 12px 12px 20px 12px;
	margin: 5px 0px 5px 0px;
	clear: left;
	}

.more {
	text-align:right;
	padding: 15px 38px 17px 0px;
	margin: 7px 0px 7px 0px;
	}
	
.widecolumn {
	padding: 0px 0px 20px 50px;
	margin: -30px 0px 0px 0px;
	width: 510px;
	text-align:left;
        float: left;
	}
	
.post {
	padding: 0px 0px 20px 0px;
	margin: 0px;
	text-align:justify;
	}

.entry {
	padding: 0px;
	}

#footer {
	padding: 0px;
	margin: 0px auto 0px auto;
	width: 100%;
	clear: both;
	}

#footer p {
	margin: 0px;
	padding: 15px 240px 28px 50px;
	text-align:left;
	}
/* End Structure */



/*	Begin Headers */
h1 {
	padding: 50px 250px 10px 50px;
	margin: 0px;
	text-align: left;
	}

h2 {
	margin: 10px 0px 0px 0px;
	padding: 5px 0px 5px 0px;
	text-align:left; 
	}

h2.posttitle {
	background-image:url(images/HPOSTS.jpg);
	background-repeat:no-repeat;
	background-position:left center;
	margin: 0px;
        padding: 7px 0px 7px 37px;
	}

#sidebar h2, #leftmid h2 {
	margin: 0px;
	padding: 15px;
	}


#sidebar h3 {
	padding: 5px 0px 0px 0px;
	margin: -10px 15px 20px 15px;
	}

h3 {
	padding: 0px;
	margin: 30px 0px 10px 0px;
	text-align:left;
	}

h3.comments {
	background-image:url(images/HCOMM.jpg);
	background-repeat:no-repeat;
	background-position:left center;
	}
	
h3.reply {
	background-image:url(images/HWRITE.jpg);
	background-repeat:no-repeat;
	background-position:left center;
	}
	
h3.links {
	background-image:url(images/HLINKS.jpg);
	background-repeat:no-repeat;
	background-position:center left;
	}
	
h3.archives {
	background-image:url(images/HARCHIVES.jpg);
	background-repeat:no-repeat;
	background-position:center left;
	}

h3.search {
	background-image:url(images/HSEARCH.jpg);
	background-repeat:no-repeat;
	background-position:center left;
	}

h3.reply, h3.links, h3.archives, h3.search, h3.comments {
	margin: 20px 0px 0px 0px;
        padding: 7px 0px 7px 37px;
	}	

/* End Headers */



/* Begin Images */
p img {
	padding: 0px;
	max-width: 100%;
	}

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0px 0px 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0px 7px 2px 0px;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0px 0px 0px 30px;
	} 

html>body .entry li {
	margin: 7px 0px 8px 10px;
	}

.entry ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
	}

.entry ol {
	padding: 0px 0px 0px 35px;
	margin: 0px;
	}

.entry ol li {
	margin: 0px;
	padding: 0px;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

#sidebar ul, #sidebar ul ol {
	margin: 0px;
	padding: 8px 15px 15px 15px;
	list-style-type: none;
	list-style-image: none;
	}
	
#leftmid ul ol #leftmid ul {
	margin: 0px;
	padding: 15px 5px 15px 5px;
	list-style-type: none;
	list-style-image: none;
	}
	
#sidebar ul li , #leftmid ul li {
	list-style-type: none;
	list-style-image: none;
	margin: 3px 0px 3px 0px;
	}
	
#sidebar leftmid ul , #leftmid ul select {
	margin: 5px 0px 8px 0px;
	}

#sidebar ul ul , #leftmid ul ul, #sidebar ul ol , #leftmid ul ol {
	margin: 3px 0px 3px 0px;
	}

#sidebar ul ul ul , #leftmid ul ul ul, #sidebar ul ol, #leftmid ul ol {
	margin: 0px;
	}

ol li, #sidebar ul ol li , #leftmid ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li , #leftmid ul ul li, #sidebar ul ol li , #leftmid ul ol li {
	margin: 3px 0px 3px 0px;
	padding: 0;
	}
#sidebar p, #leftmid p  {
	padding: 8px 15px 8px 15px;
        text-align: justify;
	}
	
/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin: 15px 0px 15px 0px;
	padding: 15px 0px 15px 0px; 
	text-align: left;
	}

#searchform #s {
	width: 120px;
	padding: 2px 3px 2px 3px;
	text-align: left;
	}

#searchsubmit {
	margin: 1px 0px 1px 0px;
	padding: 2px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0px;
	}

#commentform textarea {
	width: 100%;
	padding: 2px;
	}

#commentform #submit {
	margin: 0px;
	float: left;
	padding: 4px 0px 4px 0px;
	}
	
#searchform #s, #commentform input,#commentform textarea {
	background-color:#ffffff; 
	border: 1px solid #93a4b1;
        color: #403f2e;
	font-size: 1.0em;
	font-family: Verdana, Arial, Sans-Serif;
	}
	
#searchform #s {
        color: #455b7d;
	}

#commentform input,#commentform textarea {
        color: #777777;
	}
	
#searchsubmit, #commentform #submit  {
	background-image:url(images/FORM.jpg);
	background-repeat:repeat-x;
	background-color:#a4b518;
	background-position:right center;
	border: 1px solid #374f6c;
	color: #ffffff;
	font-size: 1.0em;
	font-family: Verdana, Arial, Sans-Serif;
	}

/* End Form Elements */



/* Begin Comments*/
.alt, .altdata {
	margin: 0px;
	padding: 10px;
	}

.commentlist {
	padding: 0px;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0px 3px 0px;
	padding: 5px 10px 3px 10px;
	list-style: none;
	}

.commentlist p {
	margin: 10px 5px 10px 5px;
	}

#commentform p {
	margin: 5px 0px 5px 0px;
	}

.nocomments {
	text-align: center;
	margin: 0px;
	padding: 0px;
	}

.commentmetadata {
	border-bottom: 1px dashed silver;
	margin: 5px 0px 5px 0px;
        paddind: 0px 0px 15px 0px;
	display: block;
	}
/* End Comments */



/* Begin Sidebars */
#sidebar {
	font-size: 1.175em;
	background-color:#162e5b;
	color: #bfc9d2;
	padding: 0px;
	margin: -44px 30px 0px 0px;
	width: 180px;
	text-align: left;
	float: right;
	}
	
#sidebar form {
	margin: 15px 10px 15px 15px;
	padding:  0px;
	text-align: left;
        }
	
#leftmid {
	color: #858585;
	font-size: 1.145em;
	padding: 0px;
	margin: 0px;
	width: 190px;
	text-align: left;
	float: right;
	}

#sidebar a img, #leftmid a img {
	padding: 3px;
	margin: 3px;
	}
/* End Sidebar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed silver;
	}

blockquote {
	margin: 15px 65px 15px 30px;
	padding-left: 39px;
	background-image:url(images/QUOTES.jpg);
	background-repeat:no-repeat;
	background-position:top left;
	}

blockquote cite {
	margin: 5px 0px 0px;
	display: block;
	}

.center {
	text-align: center;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin: 0px;
	padding: 10px 0px 20px 0px;
	}
/* End Various Tags & Classes*/

