/*  
Theme Name: nordgren active
Theme URI: http://www.nordgrenactive.com
Description: Wordpress Theme for nordgren active
Version: 1.0
Author: Anthony Pizzuto
Author URI: http://www.frenzyny.com/

*/

/*HTML Setup*/

html {
  height: 100%;
  margin-bottom: 1px;
}

body {
	font-family: Verdana;
	font-style: italic;
	line-height: 16px;
	margin: 0px 0px 0px 0px;
	font-size: 12px;
	color: #575563;
}

a:link, a:visited {
	color: #575563;
	text-decoration: none;
	font-weight: normal;
}

a:hover {
	text-decoration: underline;
	font-weight: normal;
}
ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
ul.blogroll {
	font-size: 11px;
	line-height: 16px;
	padding: 0;
	margin: 0;
}
li {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

/*Content Container*/

div.center {
	text-align: center;
}

#wrapper {
	margin-left: auto;
	margin-right: auto;
	margin-top: 50px;
	width: 960px;
}
#header {
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
	display: block;
}
div#imgmain {
	width: 750px;
	height: auto;
}
#content {
	color: #575563;
	margin: 15px 0px 15px 15px;
	height: auto;
	width: 60%;
	float: left;
	text-align: left;
}
#sidebar {
	float: right;
	margin: 15px 15px 15px 0px;
	height: auto;
	width: 33%;
	position: relative;
	text-align: left;
	font-size: 11px;
	display: inline;
	}
	
div#footertop {
	background-image: url(/images/footer_bg.jpg);
	width: 750px;
	height: 14px;
	clear: both;
}

/*Footer*/

div#footer{
	font-size:11px;
	width: 750px;
	margin-left:auto;
	margin-right:auto;
	font-style: italic;
	color: #696969;
	margin-top: 15px;
}
.footer ul{
	text-align:center;
	text-indent:inherit;
}
.footer li{
	text-align:center;
	display:inline;
	list-style-type:none;
}
.footer a:link {
	color: #696969; 
	text-decoration: none; 
	font-style: italic;
	}
.footer a:visited {
	color: #696969;
	text-decoration: none;
	font-style:italic;
}
.footer a:hover {
	color: #696969;
	text-decoration: underline;
	font-style: italic;
}

.center #wrapper #content p {
	text-align: left;
}
.widgettitle {
	font-size: 14px;
	font-weight: normal;
	font-style: italic;
	color: #575563;
	padding-top:10px;
}

.content_title {
	font-size: 16px;
	font-style: italic;
	color: #575563;
	text-align: left;
}
.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: Verdana;
	font-size: 16px;
}

.commentmetadata{
	font-size: 12px;
}

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

.comments-template textarea{
	font-family: Verdana;
	font-style: italic;
	font-size: 12px;
}

