* {
    margin: 0;
    padding: 0;
}

a {
    color: #0099FF;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

body {
    font-family: "Arial", "Trebuchet MS", sans-serif;
}

ul, ol {
    list-style-type: none;
}

blockquote, #content ul, #content ol, p, pre {
    margin: 0 0 0.5em 0;
}


#page {
	width: 950px;
	margin: 0 auto;
}

#header {
    position: relative;
    background: url(images/header.png);
    height: 209px;
}

#wrapper {
    clear: both; /* Clear float items in from navi-bar */
}

#content {
	float: left;
	width: 750px;
}

#sidebar {
	float: right;
    width: 180px;
}

#footer {
	clear: both;
    background: url(images/footer.jpg) repeat-x;
    height: 275px;
text-align:center;
padding-top:15px;
}


#headerimg {
/*
    padding-top: 100px;
    padding-left: 600px;
    */
    position: absolute;
    top: 120px;
    left: 590px;
}

#headerimg a {
	color: #333333;
}

.description {
    font-size: 12px;
    color: #a30002;
}


#sidebar ul {
	font-size: 12px;
}

#sidebar ul h2 {
    font-size: 120%;
    background: url(images/heading.png) no-repeat;
    padding: 13px 15px;
    color: #FFF;
    margin-bottom: 5px;
}

#sidebar ul li {
    margin-bottom: 10px;
}

#sidebar ul ul {
    padding: 0 10px;
}

#sidebar ul ul li {
    margin-bottom: 3px;
    line-height: 14px;
}

#sidebar ul ul ul {
    display: none;
    padding: 0;
}

#sidebar p {

}

#sidebar a {

}
#sidebar a:hover {

}

#sidebar a:visited {

}

blockquote {
    font-style: italic;
    padding: 0 10px;
}

h1, h2, h3, h4, h5, h6 {
	color:;
}

h1 {
    font-size: 30px;
}

h2 {
    font-size: 18px;
}

h3 {
    font-size: 14px;
}


code, pre {
    overflow: auto;
    white-space: pre;
    font-family: Courier;
}

#content ul {
    padding-left: 20px;
    list-style-type: square;
}

#content ol {
    padding-left: 25px;
    list-style-type: decimal;
}

#content ul ol, #content ol ul {
    margin-top: 0.5em;
}


.post .posted {
    float: right;
    padding: 5px;
    width: 40px;
    text-align: center;
    border: 1px solid #CF4700;
    background-color: #F06C26 ;
}

.post .posted em {
    font-style: normal;
    display: block;
    font-size: 16px;
    color: #FFF;
}

.post .posted em.month {
    font-weight: bold;
}

.post .cats {
    background: url(images/folder.png) no-repeat;
    padding-left: 20px;
    margin-bottom: 3px;
}

.post .entry-tags {
    background: url(images/tag_orange.png) no-repeat;
    padding-left: 20px;
}

.post .commentas {
    background: url(images/comments.png) no-repeat;
    padding-left: 20px;
}

h2 a:hover, h2 a:visited, h2 a {
}

.post {
    margin-bottom: 10px;
	font-size: 12px;
    border: 1px solid #CF4700;
    padding: 5px 15px;
    background-color: #F0F0F0;
}

.post .posted {
    color: #a30002;
}

.post p {
}

.post a {

}

.post img {
    max-width: 100%;
    margin: 3px;
}

.post ul {

}

.post li {

}

.entry {

}


.entrytext {

}

p.alt {
    font-size: 12px;
}

.entry-tags {
    display: block;
}

.navigation {
    height: 1em;
    font-size: 12px;
    margin: 5px 0;
}

#nav-above {
    margin-bottom: 10px;
}

#nav-below {
    margin-top: 10px;
}

.alignleft, .nav-previous {
    float: left;
}

.alignright, .nav-next {
    float: right;
}

.center {

}

.pagetitle {

}

cite {

}

a img {
    border: none;
}

acronym, abbr {

}


#author, #email, #url, #comment {
    border: ;
    background-color: ;
    padding: 3px;
    font-family: Verdana, sans-serif;
    font-size: 10px;
}

small.commentmetadata {
    margin: 0 0 0.3em 0;
}

h3#comments, h3#respond {
    font-size: 14px;
    margin: 4px 0 4px 0;
}


#footer-meta {
    font-size: 12px;
    padding-top: 180px;
}

#footer-meta a {
    color: #004a5f;
}

#footer p {
	margin: 0;
}

.clear {
    clear: both;
}

hr {
    width: 60%;
    border: 1px solid #EB580A;
    text-align: center;
}

.boosters{
	padding-top: 20px;
	padding-right: 10px;
	padding-left: 10px;
}

.boosters a{
	text-decoration: underline;
	color: #666666;
	font-weight: bold;
	font-size: 16px;
}

.boosters a:hover{
	text-decoration: underline;
	color: #999999;
}

.boosters_content{
	font-size: 14px;
	padding-top: 10px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	border-bottom-width: 1px;
	padding-bottom: 20px;
	padding-right: 10px;
	padding-left: 10px;
}
