/*
	Theme Name: Fresh View
	Theme URI: http://preow.com
	Description: The Fresh View Theme.
	Version: 1.0
	Author: Nick Dienstbier
	Author URI: http://preow.com
*/


*
{
	padding: 0;
	margin:0;
}

html {
	background: white;
}

body
{
	width: 100%;
	height: 100%;
	background: white;
	color: black;
	text-align: center;
	font: 13px/16px 'Trebuchet MS', sans-serif;
}

/* HEADER */

#header
{
	width: 100%;
	text-align: center;
	height: 75px;
}

#header h1 {
		color: #
		height: 75px;
        margin: 0 auto;
        display: block;
        width: 900px;
        text-align: left;
        font-weight: lighter;
}
    #header h1 a {
        text-decoration: none;
        color: red;
        font-size: 150%;
        line-height: 75px;
        padding-left: 20px;
    }

/* END HEADER */

/* WRAP */

#wrap
{
    width: 900px;
    text-align: left;
    margin: 0 auto;
    padding: 0;
}
/* END WRAP */

/* CONTENT */
#content
{
	float: right;
	width: 700px;
}

#content .alt {
	background: #dddddd;
}


#content a:link, #content a:visited
{
	color: #66CCFF;
	text-decoration: none;
}
#content a:hover, #content a:active
{	
	color: #66CCFF;
	text-decoration: none;
	border-bottom: 1px dotted #66CCFF;
	background: #3b3f42;
}

#content .post, #content #comments
{
	padding: 15px;
	margin-top: 15px;
}

#content .post img
{
        margin: 10px !important;
		border: 2px solid #a2a2a2;
}

#content .post h2 a, #content .singlemeta h2
{
	font-size: 28px;
	font-weight: lighter;
	color: #929294;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Trebuchet MS", sans-serif;
	text-transform: uppercase;
}

#content .post h2 a:hover
{
	color: #fff;
}
#content .single h2, #content #comments h2
{
	font-weight: lighter;
	color: #66CCFF;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Trebuchet MS", sans-serif;
	text-transform: uppercase;
	font-size: 210%;
}

#content .singlemeta
{
	background: #dddddd;
	padding: 15px;
}

#content .post p, #content .singlemeta p, #content #comments .comment p
{
	margin-top: 10px;
}

#content .post .postmeta, #content .commentmeta
{
	color: #6F6F70;
	margin-top: 10px;
	font-size: 95%;
}

#content .post .postmeta .postcomments
{
	font-size: 20px;
	line-height: 28px;
}

#content .post .postmeta .posttags
{
	padding: 0 0 0 20px;
	margin: 5px 0 0 5px !important;
	display: block;
}

#content .post .postmeta .posttime
{
	padding: 0 0 0 20px;
	margin: 0 0 0 5px;
}

#page_nav {
height: 60px;
line-height: 60px;
font-size: 28px;
width: 600px;
}
/* END CONTENT */

/* COMMENTS */

#comments span.gravatar { float: left; display: block; margin: 0; padding: 0;}

#comments .comment  {  clear: both;  	margin-top: 10px; display: block; }

#comments .commentname
{
	padding: 0 0 3px 0;
	display: block;
	margin-bottom: 5px;
}
#comments .commenttext
{
}

#content #comments h2 { font-size: 150% !important; padding: 3px !important; margin: 5px !important; line-height: 35px !important; }


#comments .alt {background: #dddddd; border:}
#comments .author {background: #dddddd; border: 1px solid #9CD53B;  }


    /* Comment form! */

#commentform label {
    display: block;
    margin-top: 5px;
}

#commentform input,
#commentform textarea
{
    background: #dddddd;
    border: 1px solid #ccc;
    color: black;
    padding: 3px;
    width: 225px;
}

#commentform textarea {
    width: 285px;
    height: 145px;
}

#commentform input:focus,
#commentform textarea:focus
{
    background: #dddddd;
    border: 1px solid #007EB2;
}

#commentform input[type=submit] {
    margin-top: 20px;
    text-align: center;
    padding: 5px;
}

/* END COMMENTS */

/* SIDEBAR */
#sidebar
{
	height: 100%;
	width: 200px;
	padding-bottom: 20px;
	padding-top: 3px;
background: white;
}

#sidebar a:link, #sidebar a:visited
{	
	color: #9CD53B;
	text-decoration: none;
	padding: 2px;
}
#sidebar a:hover, #sidebar a:active
{	
	color: #9CD53B;
	text-decoration: none;
	border-bottom: 1px dotted #9cd53b;
	background: #3b3f42;
}
	
#sidebar h3
{
	color: black;
	margin-left: 15px;
	font-size: 185%;
	font-weight: lighter;
	margin: 15px 0 0 20px;
}
	
#sidebar ul
{
	margin:  15px 0 0 45px;
}

#sidebar li {
	list-style: none;
	margin-left: -30px;
	line-height: 1.5em;
}

/* END SIDEBAR */

/* FOOTER */
#footer
{
	clear: both;
	background: #dddddd;
	width: 100%;
	height: 35px;
}

#footer p {
        padding-top: 10px;
}

#footer p a {
        color: #51ccff;
        text-decoration: none;
}

/* END FOOTER */

/* MISCELLANEOUS */

.center {
	text-align: center;
}

blockquote {
	background-color: #282c2f;
	padding: 10px;
	padding-top: 2px;
	border: 1px solid #abdb6c;
	line-height: 1.8em;
	margin: 10px;
}

pre {
	background-color: #dddddd;
	border: 2px solid black;
	margin: 5px;
	padding: 5px;
}

ul, ol {
	list-style: square;
}


li {
	margin-left: 30px;
	line-height: 1.5em;
}
