@charset "UTF-8";
/*  
Theme Name: Commone Sense
Theme URI: www.commonsensesuccess.net
Description: Theme for Common Sense Success
Version: 1.0
Author: Brandon Tittle
Author URI: 

*/

body, h1, h2, h3, h4, h5, h6 blockquote, p {
	margin: 0;
	padding: 0;
}

img {
	border: 0px;
	}

body {
	margin: 0;
	font-family: Arial, Helvetica, Georgia, Sans-serif;
	font-size: 12px;
	text-align: center;
	vertical-align: top;
	background: url(images/background.jpg);
	color: #000000;
}

a:link {
	/*color: #147b87;*/
	color: #ffffff;
	text-decoration: none;
	}

a:hover {
	color: #93bad8;
	}

#rap {
	margin: 0 auto;
	padding: 10px 0 0 0;
	width: 675px;
	/*border: 1px solid black;*/
	/*background-image:url(images/rap2.png);*/
	background-color: white;
	}

/*Header info*/

#header {
	margin: 0 auto;
	text-align: left;
	width:640px;
	height: 100px;
	overflow: hidden;
	/*border: 1px solid black;*/
	background-image:url(images/menubarbckgrnd.jpg);
	}
	
#header a:link {
	padding: 0 0 0 5px;
	font-size: 40px;
	text-decoration: none;
	font-weight: normal;
	}

#header a:visited {
	color: #ffffff;
	text-decoration: none;
	}

#topnav a:visited {
	color: #ffffff;
	text-decoration: none;
	}
	
.blogname {
	float: left;
	padding: 20px 0 0 0;
	/*border: 1px solid black;*/
	width: 75%;
	}
	
.homelink {
	padding: 0 0 0 5px;
	font-size: 40px;
	text-decoration: none;
	font-weight: normal;
	}
	
.blogname a:hover {
	color: #ffffff;
	}

.logo {
	width: 20%;
	float: right;
	/*border: 1px solid black;*/
	padding: 10px 20px 0 0;
	}
	
.logo img {
	float: right;
	}
	
#header p {
	text-align: right;
	font-weight: bold;
	font-size:16px;
	}
	
#logo {
	width: 360px;
	float: left;
	padding: 0 0 0 5px;
	border: 1px solid black;
	/*background-image:url(images/menubckgrnd.jpg);*/
	}

#description {
	width: 360px;
	float: left;
	text-align: right;
	margin-top: 58px;
	margin-left: 10px;
	border: 1px solid black;
	}
		
#topnav {
	margin: 0 auto;
	padding: 0 0 5px 0;
	width: 640px;
	/*border: inherit;*/
	text-align: left;
	clear: both;
	/*background-color: #b8b47b;*/
	background-image:url(images/menubarbckgrnd.jpg);
	}
	
#topnav li {
	/*border: 1px solid black;*/
	padding: 0 5px 0 0px;
	list-style: none;
	display: inline;
	}
	
#topnav a:link {
	padding: 0 0px 0 10px;
	text-decoration: none;
	/*border-right: 1px solid black;*/
	}
	
#topnav a:visited {
	color: #ffffff;
	text-decoration: none;
	padding: 0 0 0 10px;
	}

#topnav a:hover {
	color: #93bad8;
	}
	
.tophome {
	padding: 0 0 0 5px;
	}
	
/*Start content Area*/	

#content {
	margin: 0 auto;
	width: 640px;
	padding: 0;
	/*border: 1px solid black;*/
	overflow: hidden;
	/*background-image:url(images/background2.jpg);*/
	}

#content a:visited {
	color: #93bad8;
	text-decoration: none;
	}	
	
.homecontent {
	margin: 20px auto;
	}
	
.homeimage {
	margin: 10px 0 0 0;
	}
	
#container {
	padding: 10px 0 0 5px;
	width: auto;
	margin: 0 0 0 0px;
	float: right;
	text-align: left;
	/*border: 1px solid black;*/
	}
	
.blogdescrip {
	/*border: 1px solid black;*/
	float: right;
	width: 48%;
	height: 241px;
	padding: 0 0 0 0px;
	background: #d2deda;
	}
	
.blogdescrip a:link {
	color: black;
	text-decoration: none;
	}
	
/*#container h2 {
	margin: 0 0 5px 0;
	}*/

.blogtitle {
	margin: 0 0 5px 0;
	color: #93bad8;
	font-weight: lighter;
	font-size: 49px;
	}
	
.blogtitle a:link{
	margin: 0 0 5px 0;
	color: #93bad8;
	font-weight: lighter;
	font-size: 49px;
	}

.blogtitle a:visited {
	color: #93bad8;
	text-decoration: none;
	}

/*Blog Posts*/

.post {
	padding: 10px 0 10px 0;
	float: right;
	width: 75%;
	/*border: 1px solid black;*/
}

.postthumb {
	padding: 0 10px 10px 0;
	float: left;
	width: auto;
	/*border: 1px solid black;*/
	}

.date {
	padding: 0;
	margin: 0 0 5px 0;
	/*border: 1px solid black;*/
	}

.post a:link {
	color: #1283b9;
	text-decoration: none;
	}

.post h2 {
	font-family: "Century gothic", Georgia, Sans-serif;
	font-size: 18px;
	font-weight: normal;
	/*border: 1px solid black;*/
}

.entry {
	line-height: 18px;
	text-align: left;
	/*border: 1px solid black;*/
}

.postmetadata {
	clear: both;
	padding: 3px 0 0 0;
	}
	
p.postmetadata {
	border-top: 1px solid #ccc;
	margin: 10px 0 0 0;
}

#navigation {
	width: auto;
	padding: 10px 0 0 0;
	font-size: 14px;
	font-weight: bold;
	line-height: 18px;
	/*border: 1px solid black;*/
	clear: both;
	float: right;
	}
#navigation a:link {
	color: #1283b9;
	}
	
#navigation a:visited {
	color: #1283b9;
	}

/*Single Post Styling*/

.singlepost {
	width: 70%;
	/*border: 1px solid black;*/
	float: left;
	padding-left: 10px;
	}
	
.singlepoststories {
	width: auto;
	/*border: 1px solid black;*/
	float: left;
	padding-left: 10px;
	}

.postpage {
	padding: 10px 0 10px 0;
	float: left;
	width: auto;
	/*border: 1px solid black;*/
}

.postpage a:link {
	color: #1283b9;
	text-decoration: none;
	}

.postpage h2 {
	font-family: "Century gothic", Georgia, Sans-serif;
	font-size: 18px;
	font-weight: normal;
	padding: 0 0 0 0px;
	/*border: 1px solid black;*/
}

#navigationsingle {
	width: auto;
	padding: 10px;
	font-size: 14px;
	font-weight: bold;
	line-height: 18px;
	/*border: 1px solid black;*/
	clear: both;
	float: right;
	}
#navigationsingle a:link {
	color: #1283b9;
	}

#navigationsingle a:visited {
	color: #1283b9;
	}

.postthumbsingle {
	padding: 5px 20px 0px 0;
	float: left;
	width: 140px;
	/*border: 1px solid black;*/
	}

#respond {
	text-align: left;
	}
	
.loggedin {
	text-align: left;
	}

#commentform {
	text-align: left;
	}


/*Main left column*/

#leftside {
	clear: both;
	padding: 10px 0 0 5px;
	float: left;
	width: 40%;
	border: 1px solid black;
	}

.leftimage {
	width: auto;
	/*border: 1px solid black;*/
	float: left;
	
	/*width: 310px;*/
	/*height: 235px;*/
	}	

/*Right Side bar*/

.rightblogbar {
	margin: 10px 0 0 0;
	padding: 10px 0 0 0;
	width: 48%;
	float: left;
	/*border: 1px solid black;*/
	}
	

/*Sidebar*/
	
.sidebar {
	clear: both;
	margin: 10px 0 0 0;
	padding: 0 0 0 10px;
	width: 20%;
	float: left;
	text-align: left;
	border-right: 1px solid #808080;
	/*border: 1px solid black;*/
	}

.sidebar ul {
	list-style-type: none;
	margin: 0;
	padding: 0 0px 0 0px;
}

.sidebar ul li {
	padding: 10px 0px 10px 0;
}

.sidebar ul li h2 {
	font-family: Georgia, Sans-serif;
	font-size: 14px;
	padding: 10px 5px 0 0;
}

.sidebar ul ul li {
	padding: 0 5px 0 0;
	line-height: 24px;
}

.sidebar a:link {
	display: block;
	/*border: 1px solid black;*/
	color: #1283b9;
	}

.searchbox {
	width: auto;
	float: left;
	/*border: 1px solid black;*/
	}

.searchbutton {
	width: auto;
	margin: 3px 0 0 5px;
	float: left;
	/*border: 1px solid black;*/
	}

/*Miniloop for Home Page*/

.miniloop {
	margin: 20px auto;
	width: 700px;
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid black;
	border-left: 1px solid black;
	border-right: 1px solid black;
	}

.miniloop li {
	list-style: none;
	display: inline;
	}	

.miniloop a:link {
	text-decoration: none;
	padding: 0 10px;
	color: black;
	}

.excerpt {
	width: 700px;
	margin: 0 auto;
	}

/*Footer*/
	
#footer {
	clear: both;
	text-align: right;
	margin: 0px auto;
	padding: 10px 0 0 0;
	width: 675px;
	/*border: 1px solid black;*/
	/*background-image:url(images/footer_bckgrnd.jpg);*/
	}

/*Comments Styling*/

.comments-template{
	margin: 10px 0 0;
	border-top: 1px solid #ccc;
	padding: 10px 0 0
	}

.comments-template ol{
	margin: 0;
	padding: 0 0 15px;
	list-style: none;
	}

.comments-template ol li{
	margin: 10px 0 0;
	line-height: 18px;
	padding: 0 0 10px;
	border-bottom: 1px solid #ccc;
	}

.comments-template h2, .comments-template h3{
	font-family: Georgia, Sans-serif;
	font-size: 16px;
	}

.commentmetadata{
	font-size: 12px;
	
	}

.comments-template p.nocomments{
	padding: 0;
	}

.comments-template textarea{
	font-family: Arial, Helvetica, Georgia, Sans-serif;
	font-size: 12px;
	
	}
	
#comments {
	text-align: left;
	}
	
.commentlist {
	text-align: left;
	/*border: 1px solid black;*/
	}

.nocomments {
	text-align: left;
	}

/*Registration Pages*/

#registerhead {
	margin: 0 auto;
	width: 740px;
	border: 1px solid black;
	}
	
#container table {
	margin: 30px auto;
	}

.left {
	margin: 0;
	float: left;
	width: 200px;
	border: 1px solid black;
	}
	
.right {
	margin: 0 0 0 70px;
	float: left;
	width: 200px;
	border: 1px solid black;
	}

.bottom {
	text-align: center;
	clear: both;
	padding: 10px 0;
	}
	
/*Home Page Styling*/

#main{
	float: left;
	width: 74%;
	/*border-right: 1px solid grey;*/
	/*height: 500px;*/
	margin: 10px 0 0 0;
	padding: 0 10px 0 0;
	/*border: 1px solid black;*/
}

#mainforum {
	float: left;
	width: 74%;
	/*border-right: 1px solid grey;*/
	/*height: 500px;*/
	margin: 10px 0 0 0;
	padding: 0 10px 0 0;
}

#maintop {
	height: 269px;
	}

#right {
	margin: 10px 0 0 0;
	float: left;
	width: 24%;
	border-left: 1px solid #808080;
	/*border: 1px solid black;*/
	height: auto;
	}
	
#right img {
	list-style: none;
	padding: 10px;
	}
	
.homebody {
	clear: both;
	padding: 10px 0 0 5px;
	width: auto;
	/*border: 1px solid black;*/
	/*height: 200px;*/
	}

.homebody a:link {
	text-decoration: none;
	color: #1283b9;
	}

.homebody p, h2{
	text-align: left;
	}

.homeimage {
	float: left;
	width: 70%;
	border-right: 1px solid #808080;
	height: 241px;
	margin: 0;
	
}

.homequote {
	padding: 5px 5px 0 5px;
	float: right;
	width: 25%;
/*	border: 1px solid black;*/
	height: 241px;
	line-height: 20px;
	background-color: #d2deda;
	background-image: url(images/blockquote2.png);
	background-repeat: no-repeat;
}

.homequote p{
	padding: 0 0 0 15px;
	text-align: left;
	font-style: italic;
	}
	
.homequote a:link {
	text-decoration: none;
	color: #1283b9;
	}

.homequoteother {
	padding: 5px 5px 0 5px;
	float: right;
	width: 25%;
/*	border: 1px solid black;*/
	height: 241px;
	line-height: 20px;
	background-color: #d2deda;
}

.homequoteother p{
	padding: 0 0 0 15px;
	text-align: left;
	font-style: italic;
	}
	
.homequoteother a:link {
	text-decoration: none;
	color: #1283b9;
	}
	
.storiescloud {
	padding: 5px 5px 0 5px;
	float: right;
	width: 25%;
/*	border: 1px solid black;*/
	height: 241px;
	line-height: 20px;
	background-color: #d2deda;
	overflow: auto;
}

.storiescloud a:link {
	text-decoration: none;
	color: #1283b9;
	}

.cart {
	padding: 5px 5px 0 5px;
	float: right;
	width: 25%;
/*	border: 1px solid black;*/
	height: 241px;
	line-height: 20px;
	background-color: #d2deda;
	overflow: hidden;
}

.cart p{
	padding: 0 0 0 0px;
	text-align: left;
	font-style: italic;
	}
	
.cart a:link {
	text-decoration: none;
	color: #1283b9;
	}

/*Other Page*/

.otherpost {
	padding: 10px 0 10px 0;
	float: left;
	width: auto;
	/*border: 1px solid black;*/
	}
	
.otherpostforum {
	padding: 10px 0 10px 0;
	float: left;
	width: 100%;
	/*border: 1px solid black;*/
	}
	
.otherpost a:link {
	color: #1283b9;
	text-decoration: none;
	}
	
.otherpostforum a:link {
	color: #1283b9;
	text-decoration: none;
	}

.otherpost h2 {
	font-family: "Century gothic", Georgia, Sans-serif;
	font-size: 18px;
	font-weight: normal;
	/*border: 1px solid black;*/
}

.otherpostforum h2 {
	font-family: "Century gothic", Georgia, Sans-serif;
	font-size: 18px;
	font-weight: normal;
	/*border: 1px solid black;*/
}

/*Store*/

.storelink {
	padding: 5px;
	}