/* Theme Name: Clean View
URI: http://powerbloggertheme.com/
Description:  Fixed width (1000px), clean-looking, right-sidebar, widget-enabled theme, designed for art or photo gallery websites. Single post pages (using single.php) are full-width, without the sidebar. 
Version: 1.0
Author: Kevin Brown
Author URI: http://kevinsbrown.com/ 
Tags: white, sidebar, fixed width, widgets, theme options, gallery
*/

body {
	text-align: center;
	font-family: Arial, Helvetica, Verdana, Sans Serif;
	font-weight: normal;
	font-size: 75%;
}
a {
	font-weight: bold;
	
}
a:hover {
	color: #aa8800;
	text-decoration: underline;
}
a img {
	border: 0;
}
ol, ul {
	margin-left: 0px;
	padding-left: 0px;
}
li {
	list-style-image: none;
	list-style-type: none;
	line-height: 1.8em;
	text-align: left;
}
/* Layout */
#wrap {
	width: 1000px;
	margin: 8px auto;
	padding-left: 10px;
	padding-right: 10px;
	text-align: left;
	background-color: #ffffff;
}
#container {
	width: 960px;
	margin: 0 auto;
	padding-left: 10px;
	padding-right: 10px;
	text-align: left;
	border: 8px solid #ffffff;
}
#header-wrap {
	width: 1000px;
	margin: 0 auto;
	margin-bottom: 0;
	background-color: #ffffff;
}
#media {
	width: 690px;
	float: left;
	margin: 8px auto;
	background-color: #ffffff;
	padding: 20px;
	text-align: center;
}
#optin {
	width: 250px;
	float: left;
	margin: 10px;
	background-color: #ffffff;
	padding: 10px;
	border: 1px solid #0000aa;
	text-align: center;
}
/* Header */
#header {
/* increase the header height if you are using a taller header */
	height: 90px;
	text-align: left;
	background-repeat: no-repeat;
	margin: 0px;
	margin-left: 0px;
	padding-left: 0px;
}
#header h1 {
	font-family: "Century Gothic", "Trebuchet MS", "Arial Narrow", Arial, sans-serif;
	font-size: 1.8em;
	text-transform: none;
	font-weight: bold;
	margin: 0;
	padding: 0;
	padding-top: 15px;
	color: #736451;
	margin-left: 20px;
	margin-bottom: 10px;
	text-align: left;
}
#header h1 a {
	font-family: "Century Gothic", "Trebuchet MS", "Arial Narrow", Arial, sans-serif;
	font-size: 1.4em;
	text-align: left;
	text-transform: capitalize;
	font-weight: bold;
	color: #666666;
}
#header h2 {
	font-family: "Century Gothic", "Trebuchet MS", "Arial Narrow", Arial, sans-serif;
	font-size: 1.2em;
	text-transform: none;
	text-align: left;
	font-weight: bold;
	color: #666666;
	margin: 0;
	margin-left: 20px;
	margin-bottom: 10px;
	padding: 0;
}
#header .description {
	font-size: 1.2em;
	font-style: italic;
	margin-left: 20px;
	text-align: left;
	color: #666666;
}
#header-box {
	float: right;
	width: 120px;
	margin-top: 5px;
	margin-right: 80px;
	padding: 10px;
	font-size: 1.2em;
	font-weight: bold;
	text-align: center;
}
/* Sidebar Right */
#sidebar {
	width: 190px;
	height: 100%;
	float: right;
	clear: none;
	margin-left: 2px;
	padding-top: 2px;
	padding-left: 20px;
	text-align: left;
	background-color: #ffffff;
}
#sidebar ul li {
	font-family: "Century Gothic", "Trebuchet MS", "Arial Narrow", Arial, sans-serif;
	font-size: 1.0em;
	font-style: italic;
	list-style-image: none;
	list-style-type: none;
	font-weight: normal;
	text-align: left;
	line-height: 1.8em;
	margin: 0 0 0.8em;
	// border-bottom: 1px dashed #dddddd;
}
#sidebar ul li h4 {
	font-family: "Century Gothic", "Trebuchet MS", "Arial Narrow", Arial, sans-serif;
	font-size: 1.2em;
	list-style-image: none;
	list-style-type: none;
	font-weight: bold;
	text-align: left;
	text-transform: uppercase;
	line-height: 1.8em;
	border-bottom: 0px;
}
#sidebar ul li ul li {
	font-size: 1.0em;
	list-style-image: none;
	list-style-type: square;
	list-style-position: inside;
	font-weight: normal;
	text-align: left;
	text-transform: none;
	line-height: 1.7em;
	border-bottom: 0px;
}
#sidebar ul {
	margin-left: 0px;
	margin-right: 20px;
}
#sidebar ul li a {
	font-size: 1.0em;
	text-align: left;
	font-weight: bold;
	text-decoration: none;
	margin-left: 0px;
}
#sidebar ul li a:hover {
	text-decoration: underline;
}
/* Widgets */
.linkcat {
	border-bottom: 1px dashed #dddddd;
}
ul.sidebar_list li.widget, ul.sidebar_list li.linkcat {
	float: left;
	font-size: 1.3em;
	line-height: 1.4em;
	margin: 0 0 2.0em;
	width: 200px;
}
li.widget h4, li.linkcat h4 {
	list-style-image: none;
	list-style-type: none;
	border-top: 2px solid #555555;
	font-size: 1.077em;
	font-weight: bold;
	letter-spacing: normal;
	
	text-transform: uppercase;
}
.widgettitle {
	margin-top: 10px;
	margin-bottom: 4px;
	font-family: "Century Gothic", "Trebuchet MS", "Arial Narrow", Arial, sans-serif;
	font-size: 1.2em;
}
h2.widgettitle {
	margin-top: 2px;
	margin-bottom: 4px;
	font-family: "Century Gothic", "Trebuchet MS", "Arial Narrow", Arial, sans-serif;
	font-size: 1.4em;
}
.textwidget {
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 1.0em;
	border: none;
}
li.widget ul, li.linkcat ul {
	/* list-style-image: none;
	list-style-position: none;
	list-style-type: none;
*/
	margin: 0 0 0.5em 0px;
}
/* Footer Widgets */
#footer-left {
	width: 210px;
	float: left;
	margin: 15px 10px 10px 30px;
	padding: 10px;
	text-align: center;
}
#footer-middle {
        width: 300px;
	float: left;
	margin: 15px 10px 10px 15px;
	padding: 10px;
	text-align: center;
}
#footer-right {
	width: 210px;
	float: left;
	margin: 15px 10px 10px 15px;
	padding: 10px;
	text-align: center;
}
/* Top Horizontal Navigation Menu */
#top-nav {
	width: 100%;
	margin: 0px auto 0px;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	font-variant: small-caps;
	border-bottom: 1px solid #aaaaaa;
}
#top-nav ul li a {
	text-decoration: none;
	padding-left: 8px;
	padding-right: 8px;
	padding-top: 2px;
	padding-bottom: 2px;
}
#top-nav ul li a:hover {
	color: #000000;
	text-decoration: underline;
	background-color: #ffffff;
}
#top-nav ul {
	padding-top: 2px;
	padding-bottom: 2px;
}
#top-nav li {
	display: inline;
	list-style-type: none;
	margin: 0px 0px 0px 0px;
	padding: 0px;
}
/* Content */
#contentwide {
	width: 90%;
	margin: 0 auto;
	height: 100%;
	background-color: #ffffff;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	font-size: 1.2em;
	line-height: 1.6em;
	text-align: left;
}
#content {
	width: 720px;
	float: left;
	height: 100%;
	background-color: #ffffff;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	font-size: 1.2em;
	line-height: 1.6em;
	text-align: left;
}
/* Featured Post */
#featured .post {
	border: 1px dashed #a00;
	font-size: 1.1em;
	padding: 10px;
	margin-bottom: 20px;
}
/* Post */
.post {
	clear: both;
	padding-top: 5px;
	padding-left: 20px;
	text-align: left;
	background-color: #ffffff;
}
.post h1 {
	font-size: 1.5em;
	font-weight: bolder;
	margin: 5px 0px 15px;
	font-family: "Century Gothic", "Trebuchet MS", "Arial Narrow", Arial, sans-serif;
	text-transform: none;
	border-bottom: 1px solid #eeeeee;
	color: #000099;
}
.post h2, .posttitle {
	font-size: 1.5em;
	font-weight: bolder;
	margin: 5px 0pt 15px;
	font-family: "Century Gothic", "Trebuchet MS", "Arial Narrow", Arial, sans-serif;
	text-transform: none;
	border-bottom: 0px solid #eeeeee;
	color: #000099;
}
.post a {
	text-decoration: none;
	color:#000099;
	font-weight:normal;
}
.post a:hover {
	text-decoration: underline;
}
.post p {
	padding-top: 10px;
	padding-bottom: 10px;
	line-height: 1.6em;
}
.post ol {
	margin-left: 40px;
}
.post ol li {
	padding-left: 10px;
	padding-bottom: 5px;
	list-style-type: decimal;
	list-style-position: outside;
	line-height: 1.4em;
	text-align: left;
}
.post ul {
	margin-left: 40px;
}
.post ul li {
	padding-left: 10px;
	padding-bottom: 5px;
	list-style-type: disc;
	list-style-position: outside;
	line-height: 1.4em;
	text-align: left;
}
.postinfo {
	padding: 0px;
	line-height: 16px;
	font-size: 0.9 em;
	font-style: italic;
}
.post .articleimg {
	float: right;
	padding: 5px;
	border: 1px solid #eeeeee;
	margin-left: 20px;
	margin-top: 20px;
	margin-bottom: 20px;
}
#footer {
	width: 100%;
	border-top: 0px solid #d8efa6;
	border-bottom: 2px solid #777777;
	margin-top: 80px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 0.9em;
	color: #666;
	text-align: center;
	clear: both;
}
/* Misc */
input {
	background-color: #FFFFFF;
	padding: 3px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000;
	border: 1px solid #666;
	background-color: #eee;
	margin: 2px 2px 2px 10px;
}
input[type=submit] {
	background-color: #FFFFFF;
	padding: 3px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	border: 1px solid #666;
	margin-bottom: 2px;
}
div.login-form {
	text-align: center;
	padding: 3px;
}
blockquote {
	margin: 15px 20px 10px 10px;
	padding-left: 20px;
	width: 500px;
	background: #ffd;
}
.center {
	text-align: center;
}
.aligncenter, div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
code {
     font-family:monospace;
     font-size: 14px;
}
/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
}
.alignright {
	float: right;
}
.alignleft {
	float: left
}
.image-right {
	float: right;
	font-size: 10px;
	text-align: center;
}
.wp-caption img {
	border: 0pt none;
	margin: 0pt;
	padding: 5px;
}
.wp-caption-text {
	text-align: center;
}
img.alignright {
	float: right;
	margin: 0 0 1em 1em
}
img.alignleft {
	float: left;
	margin: 0 1em 1em 0
}
img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto
}
a img.alignright {
	float: right;
	margin: 0 0 1em 1em
}
a img.alignleft {
	float: left;
	margin: 0 1em 1em 0
}
a img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto
}
.more-link {
	font-size: 0.9em;
	font-weight: normal;
	color: #00c;
	font-style: italic;
	text-decoration: underline;
}
td.data {
	padding: 4px;
	font-size: 0.9em;
}
table {
	border-spacing: 0px;
}
/* Comments */
#respond {
	margin: 20px;
	padding: 20px;
}
h3#comments {
	padding-top: 20px;
	font: 1.0em;
}
h3#respond h3#comments {
	padding-top: 20px;
	font: 1.0em;
}
.commentlist {
	padding-top: 30px;
	background-color: #ffffff;
}
.commentlist li {
	padding: 6px;
	margin-bottom: 9px;
	background-color: #eeeeee;
	list-style-image: none;
	list-style-type: none;
	line-height: 1.8em;
	text-align: left;
}
.comment-meta commentmetadata {
	display: hidden;
}
.mc-field-group {
	float:left;
	margin-left:20px;
}
#input-button {
	margin:0px auto;
	margin-top:15px;
	background-color:#eeeeeee;
	font-size:16px;
	font-weight:normal;
}
.input-button-in-post {
	margin-left:0px;
	margin-top:15px;
	text-align:center;
	background-color:#eeeeeee;
	font-weight:bold;
	font-size:16px;
}
#mc_embed_signup {
	width:600px;
	padding:10px;
	margin:0;
	border:1px dotted #777777;
}
#mc_embed_signup h2 {
	font-size:1.4em;
	color:#990000;
}
div.privacy {
	margin-top:8px;
	font-style:normal;
	font-size:0.7em;
}
ul.related {
	margin:12px;
}
div.relatedPosts {
	margin:12px;
	padding:22px;
	background-color: #ffffcc;
}
div.other-blogs {
	padding-left:25px;
	color: #666;
	font: 12px "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 300;
	letter-spacing: 0.05em;
	margin-top: 1.5em;
	margin-bottom: 1.5em;
	border-left:2px solid #114400;
	
}
div.other-blogs p {
	margin-bottom: 1.1em;
}
