/*
Theme Name: Native6
Theme URI: http://www.native6.com
Description: The Native6 WordPress Theme
*/

/* ------- Structure ------- */

#page {}
.blogsContainer {border:1px solid green;}
.narrowcolumn {float: left;	width: 367px; padding: 0px; margin: 0px;}
.widecolumn {width: 530px; padding: 0px; margin: 0px;}
#sidebar {float:left; width: 140px; padding: 0px 0px 0px 20px; margin:0px;}
#sidebar form {margin: 0;}

.post {margin: 0px; text-align: justify;}
.post hr {display: block;}
.post h2 a {font-size:13px; font-weight:bold; color:#2B559B;}
.post h2 a:hover {text-decoration:underline;}

.widecolumn .post {margin: 0;}
.narrowcolumn .postmetadata {font-weight:bold; padding-top: 5px;}
.widecolumn .postmetadata {font-weight:bold; 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;}

/* ------- Sidebar ------- */

code {font: 1.1em 'Courier New', Courier, Fixed;}
acronym, abbr, span.caps {font-size: 0.9em;	letter-spacing: .07em;}

a, h2 a:hover, h3 a:hover {}
a:hover {}

/* ------- Typography & Colors ------- */

#headerimg .description {text-align: center;}
.narrowcolumn .entry p, .widecolumn .entry p {
	color:#6a6a6a;
	line-height:160%;
	padding-bottom:8px;
}
.narrowcolumn .entry img, .widecolumn .entry img {float:right; margin:0px 0px 8px 12px;}
.narrowcolumn .postmetadata {text-align: center;}

.alt {
	background-color: #f8f8f8;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	}
small {line-height: 1.5em;}

h1 {text-align: center;}
h1, h1 a, h1 a:hover, h1 a:visited, #headerimg .description {text-decoration: none;	color: white;}
h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {color: #333;}
h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, 
	h3 a:visited, #sidebar h2, #wp-calendar caption, cite {text-decoration: none;}
.entry p a:visited {color: #b85b5a;}

/* ------- Images ------- */

img.centered {display: block; margin-left: auto; margin-right: auto;}
img.alignright {float:right; margin: 0 0 2px 7px;}
img.alignleft {display: inline; padding: 4px; margin: 0 7px 2px 0;}

/* ------- Comments ------- */

.commentlist li, #commentform input, #commentform textarea {}
.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: 'Lucida Grande', Verdana, Arial, Sans-Serif;}
.commentmetadata {font-weight: normal;}

/* ------- Lists ------- */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
}
html>body .entry li {margin: 7px 0 8px 10px;}
.entry ul li:before, #sidebar ul ul li:before {content: "\00BB \0020";}
.entry ol {padding: 0 0 0 35px;	margin: 0;}
.entry ol li {margin: 0; padding: 0;}
.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
}
#sidebar ul, #sidebar ul ol {margin: 0;	padding: 0;}
#sidebar ul li {list-style-type: none; list-style-image: none; margin-bottom: 15px;}
#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;}

/* ------- Forms ------- */

textarea {width:290px;}

/* ------- Navigation ------- */
.navigation {
	font-size:11px; font-weight:bold;
	display: block;
	text-align: center;
	margin-top: 10px; margin-bottom: 20px;
}
.navigation .navigationLeft {float:left;}
.navigation .navigationLeft a {background:#E8E8E8; border:1px solid #D3D3D3; padding:2px 5px 2px 5px;}
.navigation .navigationRight {float:right;}
.navigation .navigationRight a {background:#E8E8E8; border:1px solid #D3D3D3; padding:2px 5px 2px 5px;}
