/*
Theme Name: Freddy
Theme URI: http://www.frederick.ostrenko.com/
Description: A theme for my portfoio website.
Version: 1.0
Author: Frederick Ostrenko
Author URI: http//www.frederick.ostrenko.com/
*/

html, body, h1, h2, h3, h4, h5, h6, address, blockquote, dd, dl, hr, p, form{
	margin: 0;
	padding: 0;
}

body{
	font-family: georgia, arial, helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	vertical-align: top;
	background: #333333 url(images/back2.jpg) repeat-x center top;
	width: 100%;
	height: 100%;
	color: #000;
}

h1, h2, h3, h4, h5, h6{
	font-family: georgia, arial, helvetica, sans-serif;
	font-size: 22px;
	font-weight: normal;
}

a{
	text-decoration: none;
	color: #01b0f0;
}

a:hover{
	text-decoration: none;
	color: #aeee00;
}

a:active{
	text-decoration:none;
	color: #f4358b;
}

a img{ border: 0; }

p{ padding: 10px 0 5px }

blockquote{
	margin: 10px 0 0;
	border-top: 2px solid #ddd;
	background: #f5f5f5;
}

blockquote p{padding: 10px;}

blockquote blockquote{
	float: none;
	width: auto;
	margin: 0 10px;
	background: #fff;
}
 
dd{
	padding: 0 0 0 20px;
}

form, input, textarea{
	font-family: georgia, arial, helvetica, sans-serif;
	font-size: 12px;
}

p img{
	max-width: 100%
}

img.centered{
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.alignright{
	margin: 3px 0 2px 10px;
	padding: 4px;
	border: 1px solid #ededed;
	display: inline;
}

img.alignleft{
	margin: 3px 10px 2px 0;
	padding: 4px;
	border: 1px solid #ededed;
	display: inline;
}

.alignleft{float: left;}

.alignright{float: right;}

.clear{
	margin: 0; 
	padding: 0; 
	clear: both;}

small{
	font-size: 12px;
}

#header
{
	width: 100%;
	height: 156px;
	background: url(images/header_back.png);
	background-repeat: repeat-x;
	position: fixed;
	top: 0px;
	left: 0px;
	right: 0px;
	z-index: 5;
}

#header a{
	width: 100%;
	height: 100%;
	display: block;
}

#logo
{
	width: 100%;
	height: 128px;
	background: url(images/logo.png);
	background-repeat: no-repeat;
	background-position: center center;
	position: fixed;
	z-index: 6;
	top: 0px;
	left: 0px;
	right: 0px;
}

#wrapper{
	width: 500px;
	margin: 0 auto;
	text-align: left;
	padding-top: 160px;
}

#container{
	float: left;
	width: 550px;
	background: #fff;
}

#content{
	border: 20px solid #f4358b;
	float: left;
	width: 510px;
	padding: 0 0 10px 0;
}

.navigation{
	margin: 10px 10px 0;
	padding: 5px 10px 6px;
	line-height: 24px;
}

.post{
	padding: 10px 20px;
}

.post h2{
	font-size: 24px;
	font-weight: normal;
}

.post h2 a{
	text-decoration: none;
	color: #000;
}

.post h2 a:hover{
	text-decoration: none;
	background: #000;
	color: #fff;
}

.entry-date{
	padding: 10px 10px 0 10px;
	color: #666;
}

.entry-content{
	line-height: 24px;
}

.entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5{
	padding: 10px 0 5px;
}

.entry-content h2 a{
	color: #8f3939;
}

.entry-content h3{
	font-size: 18px;
	font-weight: normal;
}

.entry-content h5{
	font-size: 14px;
}

.entry-content h6{
	font-size: 12px;
}

.entry-meta{
	padding: 10px 0 0 0;
	line-height: 24px;
}

.sidebar{
	border: 20px solid #aeee00;
	width: 500px;
	margin: 0 0 0 0;
	padding: 5px 5px 5px;
	font-family: Georgia, Arial, Helvetica;
	font-weight: normal;
	font-size: 18px;
	text-align: center;
}

.sidebar a{
	text-decoration: none;
	color: #000;
}

.sidebar a:hover{
	text-decoration: none;
	background: #000;
	color: #fff;
}

.sidebar ul{
	list-style: none;
	margin: 0;
	padding: 0;
}

.sidebar ul li{
	padding: 0 10px 0px;
	display: inline;
}

.description{
	border: 20px solid #01b0f0;
	width: 500px;
	margin: 0 0 0 0;
	padding: 5px 5px 5px;
	font-family: Georgia, Arial, Helvetica;
	font-weight: normal;
	font-size: 18px;
	text-align: left;
}

.description h2{
	font-size: 12px;
	color: #666;
}

#footer{
	margin-top: 20px;
	float: left;
	width: 100%;
	padding: 10px 0 10px 0;
	text-align: center;
	line-height: 24px;
	background: #000;
	color: #fff;
}

#footer a{
	color: #fff;
	text-decoration: none;
}

#footer a:hover{
	text-decoration: underline;
}

#comments{
	margin: 10px;
	padding: 10px;
	border: 1px solid #f5f5f5;
}

#comments ol li{
	list-style: none;
	margin: 10px 0 0;
	padding: 0 0 10px;
	border-bottom: 1px solid #ededed;
	line-height: 24px;
}

#comments span.comment-author{
	font-weight: bold;
}

#respond{
	padding: 10px;
	background: #f9f9f9;
}
	

