/*
Theme Name: Van Isle Custom
Theme URI: http://wordpress.org/
Description: The default WordPress theme customized for Van Isle Marina.
Version: 1.0
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

*/


* {
	margin:0;
	padding:0;
	}

body {	
	background-color:#f5f8fa;
	background-image:url(images/bodybkg.jpg);
	background-repeat:repeat-x;
	color:#000;
	font-family: verdana, tahoma, helvetica, arial, sans-serif;
	font-size:100%;
	margin:0 auto;
	}

a {
	color:#7d2903;
	}

a:link, a:visited {
	text-decoration: none;
	}

a:hover {
	text-decoration: underline;
	}

td img { 
	display: block;
	}

img {
	border: 0;
	display:block;
	}
	
embed {
	display:block;
	}

object {
	display:block;
	}

td {
	vertical-align:top;
	}
	
	

/* --- Global --- */

.clear {
	clear:both;
	}
	
.italic {
	font-style: italic;
	}
	
.bold {
	font-weight:bold;
	}

img.img-left {	
	display:inline;
	float:left;
	}
	
img.img-right {
	display:inline;
	float:right;
	}

/* --- Global --- */



#container {
	width:980px;
	margin:0 auto;
	border-collapse:collapse;
	background-image:url(images/shadows.png);
	}
	
#maincolumn {
	background-color:#fff;
	width:930px;
	margin:0 auto;
	}

#logo {
	float:left;
	padding:5px 0 9px 32px;
	}
	
#weathermod {
	float:right;
	padding:32px 115px 5px 115px;
	}

#weathermod a {
	color:#fff;
	}

#mainnav {
	background-image:url(images/mainnavbkg.jpg);
	background-repeat:repeat-x;
	background-color:#527fac;
	padding:19px 0 16px 0;
	}
	
#mainnav a {
	color:#fff;
	font-size:0.9em;
	margin:0 9px;
	padding:0 0 0 10px;
	}
	
#mainnav a:hover {
	background-image:url(images/markerarrow.gif);
	background-repeat:no-repeat;
	background-position:0 50%;
	}

#homemain {
	float:left;
	margin:14px 0 0 0;
	padding:0 0 0 28px;
	}
	
div.homecol {
	float:left;
	width:192px;
	margin:0 20px 0 0;
	}
	
div.homecol p {
	font-size:0.7em;
	color:#49495f;
	margin:10px 5px 5px 10px;
	line-height:1.3em;
	}
	
div.homecollinkbox {
	font-size:0.7em;
	font-weight:bold;
	border-top:1px dotted #a9a9b1;
	border-bottom:1px dotted #a9a9b1;
	padding:7px 0 5px 0;
	margin:10px 2px 10px 10px;
	}
	
div.homecollinkbox a:link, div.homecollinkbox a:visited {
	color:#7d2903;
	padding-right:20px;
	background-image:url(images/redarrow.gif);
	background-repeat:no-repeat;
	background-position:100% 50%;
	}
	
div.homecollinkbox a:hover {
	color:#7d2903;
	padding-right:20px;
	background-image:url(images/redarrow.gif);
	background-repeat:no-repeat;
	background-position:100% 50%;
	}
	
#homecol3 {
	margin:0;
	}
	
img.homecolmainimg {
	margin:2px 0 0 0;
	}
	
#homesidebar {
	float:left;
	width:220px;
	margin:14px 0 0 0;
	padding:0 0 0 40px;
	}
	
div.newsitem {
	border-bottom:1px dotted #a9a9b1;
	padding:0 0 10px 0;
	margin:0 0 10px 0;
	}

div.feeddate {
	font-size:0.6em;
	color:#49495f;	
	margin:2px 0 5px 0;
	}
	
div.newsitem h5 {
	font-size:0.7em;
	font-weight:normal;
	line-height:1.3em;
	}
	
div.newsitem h5 a:link, div.newsitem h5 a:visited {
	color:#7d2903;
	background-color:#fff !important;
	border:none !important;
	margin:0 !important;
	padding: 0 !important;
	float:none !important;
	}
	
div.newsitem h5 a:hover {
	color:#7d2903;
	}

div.col1 {
	display:inline;
	float:left;	
	width:300px;
	}
	
div.col2 {
	display:inline;
	float:right;	
	width:300px;
	}

table.fueldiscounts {
	width:100%;
	margin:0 0 10px 0;
	}

table.fueldiscounts td {
	border-bottom:1px solid #ddd;
	padding:5px;
	color:#49495f;
	font-size:0.8em;
	}

table.rates {
	font-size:0.8em;
	color:#49495f;
	margin:5px 0;
	border-collapse:collapse;
	}
	
table.rates td {
	padding:3px 6px;
	border:1px solid #fff;
	}
	
.ratestitle {
	font-weight:bold;
	color:#000;
	}
	
.color1 {
	background-color:#eee;
	}
	
.color2 {
	background-color:#e8e8e8;
	}
	
td.center {
	text-align:center;
	}

table.form {
	margin:0;
	display:inline;
	float:left;
	}
	
table.form th {
	text-align:left;
	font-size:0.9em;
	color:#fff;
	background-color:#3e6e9f;
	padding:0 5px;
	}

table.form td {
	padding:4px;
	font-size:0.8em;
	color:#49495f;
	}
	
table.form td.label {
	text-align:right;
	}
	
table.form label {
	font-weight:bold;
	}
	
table.form td.input {
	text-align:left;
	}
	
table.formnested {
	margin:0;
	padding:0;
	border-collapse:collapse;
	}

table.formnested td {
	padding:0 8px 0 0;
	}
	
table.formnested td {
	vertical-align:middle;
	}

#historygalleries {
	margin:10px 0 5px 0;
	}

#historycol1 {
	width:200px;
	float:left;
	text-align:center;
	}

#historycol2 {
	width:200px;
	float:left;
	text-align:center;
	margin:0 10px;
	}
	
#historycol3 {
	width:200px;
	float:left;
	text-align:center;
	}

img.gallerytitle {
	margin:5px 0 0 5px;
	float:left;
	}

.hide {
	display:none;
	}

	
.entry h5 {
	margin:0;
	padding:0;
	}
	
.smaller {
	font-size:0.7em;
	}

div.captchaimg {
	float:right;
	}

#bottombar {
	background-image:url(images/botbarbkg.jpg);
	background-color:#38689d;
	background-repeat:repeat-x;
	padding:15px 0 0 0;
	clear:both;
	}

#botbarcolcontainer {
	background-image:url(images/botbardividers.gif);
	background-repeat:repeat-y;
	}

div.botbarcol {
	float:left;
	width:280px;
	color:#fff;
	}
	
div.botcolcontent {
	width:275px;
	}

#cancustomslinks {
	width:203px; 
	display:inline;
	float:left;
	}
	
div.botbarcol p {
	font-size:0.7em;
	margin:15px 0 20px 0;
	line-height:1.3em;
	}
	
div.botbarcol a:link, div.botbarcol a:visited {
	color:#fff;
	}
	
div.botbarcol a:hover {
	color:#fff;
	}
	
#botcol1 {
	padding:0 0 0 24px;
	}
	
#botcol2 {
	padding:0 0 0 31px;
	}
	
#botcol3 {
	padding:0 0 0 29px;
	}
	
#bottombarspacer {
	clear:both;
	font-size:0;
	}
	
#bottomshadow {
	background-image:url(images/bottomshadows.png);
	background-repeat:no-repeat;
	height:15px;
	width:980px;
	margin:0 auto;
	}
	
#botshadowblue {
	background-color:#37689d;
	width:930px;
	margin:0 auto;
	height:15px;
	}
	
#ccoptin {
	margin:0;
	}
	
#emailtextbox {
	border:1px solid #2f597f;
	}
	
#ccsignupbtn {
	border:1px solid #2f597f;
	color:#fff;
	font-weight:bold;
	background-color:#527eab;
	}

#footer {
	width:900px;
	margin:6px auto 0 auto;
	font-size:0.6em;
	color:#96989c;
	}
	
#footer address {
	float:left;
	font-style:normal;
	}
	
#footerlinks {
	float:right;
	font-weight:bold;
	}
	
#footerlinks a {
	color:#96989c;
	margin:0 7px;
	}
	
#bystarglobal {
	font-size:0.7em;
	text-align:center;
	padding:10px 0 5px 0;
	clear:both;
	color:#96989c;
	clear:both;
	}
	
#bystarglobal a {
	font-weight:bold;
	color:#96989c;
	}



/* STYLES FOR CHROME MENUS START */

.chromestyle{
/*width: 99%;*/
font-weight: bold;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{
/*width: 100%;*/
/*background: url(chromebg.gif) center center repeat-x;/* /*THEME CHANGE HERE*/
padding: 0;
margin: 0;
text-align: right; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
color: #494949;
padding: 4px 0;
margin: 0;
text-decoration: none;
}

.chromestyle ul li a:hover{
/*background: url(chromebg-over.gif) center center repeat-x;/* /*THEME CHANGE HERE*/
}

.chromestyle ul li a[rel]:after{ /*HTML to indicate drop down link*/
/*content: " v"; /*
content: " " url(downimage.gif); /*uncomment this line to use an image instead*/
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv {
position:absolute;
top:0;
z-index:100;
width: 180px;
font-size:0.75em;
visibility: hidden;
margin-top:15px;
margin-left:7px;
text-align:left;
}

.dropmenudiv a {
width:auto;
display: block;
padding: 8px 5px;
text-decoration: none;
color: #e15b1f;
background-color: #b5c6da;
margin-bottom:1px;
}

.dropmenudiv a:link, .dropmenudiv a:visited {
	color: #38689d;
	}

* html .dropmenudiv a{ /*IE only hack*/
	/*width: 100%;*/
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
	color:#fff;
	background-color:#2f597f;
	text-decoration:none;
}

/* STYLES FOR CHROME MENUS END */






/* SLIMBOX */

#lbOverlay {
	position: fixed;
	z-index: 9999;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	cursor: pointer;
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	z-index: 9999;
	overflow: hidden;
	background-color: #fff;
}

.lbLoading {
	background: #fff url(/images/loading.gif) no-repeat center;
}

#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	border: 10px solid #fff;
	background-repeat: no-repeat;
}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
}

#lbPrevLink {
	left: 0;
}

#lbPrevLink:hover {
	background: transparent url(/images/prevlabel.gif) no-repeat 0 15%;
}

#lbNextLink {
	right: 0;
}

#lbNextLink:hover {
	background: transparent url(/images/nextlabel.gif) no-repeat 100% 15%;
}

#lbBottom {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	border: 10px solid #fff;
	border-top-style: none;
}

#lbCloseLink {
	display: block;
	float: right;
	width: 66px;
	height: 22px;
	background: transparent url(/images/closelabel.gif) no-repeat center;
	margin: 5px 0;
	outline: none;
}

#lbCaption, #lbNumber {
	margin-right: 71px;
}

#lbCaption {
	font-weight: bold;
}


/* SLIMBOX STYLES END */
















/* Begin Typography & Colors */
.narrowcolumn .entry, .widecolumn .entry {
	line-height: 1.4em;
	}

.entry p {
	font-size:0.8em;
	color:#49495f;
	margin:0 0 15px 0;
	}
	
.entry p.indent {
	margin-left:20px;
	}

.widecolumn {
	line-height: 1.6em;
	}

.narrowcolumn .postmetadata {
	text-align: center;
	}

div.postfooter {
	font-size:0.8em;
	clear:both;
	font-weight:bold;
	border-top:1px solid #eee;
	border-bottom:1px solid #eee;
	margin:5px 0 30px 0;
	padding:5px 0;
	}

div.articlerss {
	display:inline;
	float:right;
	}
	
div.feedback {
	display:inline;
	float:right;	
	}

p.postmetadata {
	line-height:1.4em;
	}

.thread-alt {
	background-color: #f8f8f8;
}
.thread-even {
	background-color: white;
}
.depth-1 {
border: 1px solid #ddd;
}

.even {
	border-left: 1px solid #ddd;
}

small {
	font-family: verdana, tahoma, helvetica, arial, sans-serif;
	font-size: 0.7em;
	line-height: 1.5em;
	color:#777;
	}

#headerimg .description {
	font-size: 1.2em;
	text-align: center;
	}

#sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
	}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}
.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;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}

#sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */



/* Begin Structure */
.narrowcolumn {
	float: left;
	padding: 0 0 20px 30px;
	margin: 0px 0 0;
	width: 620px;
	}

.widecolumn {
	padding: 10px 0 20px 0;
	margin: 5px 0 0 150px;
	width: 450px;
	}

.post {
	margin: 0 0 20px;
	}

.post hr {
	display:block;
	clear:both;
	}

.widecolumn .post {
	margin: 0;
	}

.narrowcolumn .postmetadata {
	padding-top: 5px;
	}

.widecolumn .postmetadata {
	margin: 30px 0;
	}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {
	clear: both;
}

.clear {
	clear: both;
}

#getdirectionsform input {
	display:inline;
	float:left;
	}
	
#getdirectionsbtn {
	padding: 1px;
	margin:0 0 0 5px;
	border:1px solid #2f597f;
	color:#fff;
	font-weight:bold;
	background-color:#527eab;
	}
	
/* End Structure */



/*	Begin Headers */
h1{
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: bold;
	font-size: 4em;
	text-align: center;
	padding-top: 70px;
	margin: 0;
	}

h1, h1 a, h1 a:hover, h1 a:visited, #headerimg .description {
	text-decoration: none;
	color: white;
	}

h2 {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: bold;
	font-size: 1.5em;
	color:#396894;
	margin: 30px 0 0 0;
	clear:both;
	}

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

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}

h3 {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: normal;
	color:#333;
	font-size: 1.2em;
	padding: 0;
	margin: 18px 0 10px 0;
	}

h3 a, h3 a:link, h3 a:visited {
	color: #7d2903;
	text-decoration:none;
	}

h3 a:hover {
	text-decoration:underline;
	}

h4 {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	color:#777;
	border-bottom:1px solid #396894;
	font-size:1.0em;
	font-weight:normal;
	margin:10px 0 0 0;
	}

h5.special a {
	border:1px solid #396894;
	background-color:#d4deea;
	padding:5px;
	margin:10px 0;
	display:inline;
	}
	
h6 {
	text-align:right;
	font-size:0.8em;
	font-weight:bold;
	}

/* End Headers */



/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

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

img.alignright {
	padding: 4px;
	margin: 8px 5px 2px 10px;
	display: inline;
	}

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

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
	
img.border {
	padding:1px;
	background-color:#fff;
	border:1px solid #396894;
	
	}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

.entry ul {
	margin-left: 0px;
	padding: 0 10px 0 20px;
	color:#49495f;
	}

.entry ul li {
	font-size:0.8em;
	}

.entry ul p {
	margin:0;
	}

html>body .entry li {
	margin: 5px 0 6px 10px;
	}

#sidebar ul ul li:before {
	content: "\00BB \0020";
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.entry hr {
	display:block !important;
	clear:both;
	margin:0 auto;
	padding:5px 0;
	width:80%;
	border: none 0;
	border-bottom: 1px solid #ddd;
	height: 1px;	
	}

div.highlightbox {
	display:inline;
	float:right;
	margin:0 0 10px 15px;
	padding:10px;
	border-top:1px dotted #a9a9b1;
	border-bottom:1px dotted #a9a9b1;
	}
	
div.highlightbox h2 {
	margin:0 0 0 0;
	font-size:1.0em;
	}
	
div.highlightboxcontent {
	margin:0 0 10px 10px;
	font-size:0.8em;
	}
	
.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

#sidebar p {
	font-size:0.8em;
	margin:5px;
	color:#49495f;
	}

#sidebar ul {
	font-size:0.8em;
	list-style-type: none;
	}
	
#sidebar ul ul {
	font-size:1.0em;
	}
	
#sidebar ul li {
	margin:3px 0 3px 8px;
	padding:0;
	border-bottom:1px solid #fff;
	}
	
#sidebar ul li a {
	color:#888;
	padding:0 0 0 14px;
	display:block;
	}
	
#sidebar ul li a:link, #sidebar ul li a:visited {
	color:#888;
	background-image:url(images/sidebararrow.gif);
	background-repeat:no-repeat;
	background-position:0 5px;	
	}
	
#sidebar ul li a:hover {
	color:#7d2903;
	background-image:url(images/sidebarhoverarrow.gif);
	background-repeat:no-repeat;
	background-position:0 5px;
	}
	
#sidebar ul li.current_page_item a {
	color:#7d2903;
	background-image:url(images/sidebarhoverarrow.gif);
	background-repeat:no-repeat;
	background-position:0 5px;	
	}
	
#sidebar ul li.current-cat a {
	color:#7d2903;
	background-image:url(images/sidebarhoverarrow.gif);
	background-repeat:no-repeat;
	background-position:0 5px;
	}

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



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

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

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

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

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}
/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
	}

#sidebar #searchform #s {
	width: 102px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	border:1px solid #2f597f;
	color:#fff;
	font-weight:bold;
	background-color:#527eab;
	}

.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 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;
	}
/* End Form Elements */



/* Begin Comments*/
.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;
	}
/* End Comments */



/* Begin Sidebar */
#sidebar
{
	padding: 20px 30px 10px 0;
	width: 190px;
	float:right;
	}

#sidebar form {
	margin: 0;
	}
/* End Sidebar */



/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 30px;
	font-size:0.8em;
	}
	
a.post-edit-link {
	display:block;
	clear:both;
	font-size:0.9em;
	padding:10px 0 5px 0;
	}
/* End Various Tags & Classes*/



/* Captions */
.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;
}

.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 captions */