/*  
Theme Name: Green Swirl
Theme URI: http://www.wpskins.org/
Author: Free Wordpress Themes
Author URI: http://www.wpskins.org/
	 
	 	The CSS, XHTML and design is released under Attribution-ShareAlike 2.5 Licence if you wish to use it, please refer to the licence.txt file included. [ http://creativecommons.org/licenses/by-sa/2.5/ ]

*/
/************************/
/*     Global Design    */
/************************/
/* Import YUI Reset CSS */
@import url(reset.css);
/* Import YUI Reset CSS */

a {
	color: #999999;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

body {
    font-family: Verdana, Arial, sans-serif;
}

ul, ol {
    list-style-type: none;
}

blockquote, #content ul, #content ol, p, pre {
    margin: 0 0 0.5em 0;
}

/************************/
/*     Layout Design    */
/************************/

#page {
	width: 1024px;
	margin: 0 auto;
}

#header {
    position: relative;
    background: url(images/header.png);
    height: 173px;
}

#wrapper {
    clear: both; /* Clear float items in from navi-bar */
    background: url(images/wrapper.png);
    padding: 0 15px;
}

#content {
	float: left;
	width: 650px;
    padding-top: 20px;
}

#content-bottom {
    background: url(images/bottom.png) no-repeat;
    height: 10px;
    font-size: 1px;
    line-height: 1px;
    margin: 0 -8px 0 -6px;
}

.side {
    float: right;
    width: 340px;
}

.sidebar {
	float: right;
    width: 164px;
}

#footer {
	clear: both;
}

/************************/
/*     Header Design    */
/************************/

#headerbanner {
position:absolute;
top: 55px;
left:180px;
}

#headerimg {
    width: 675px;
    text-align: right;
    float: left;
}

#headerimg h1 {
    padding-right: 10px;
}

#headerimg a {
	color: #FFF;
    font-weight: bold;
}

.description {
    font-size: 12px;
    padding-top: 105px;
    padding-right: 5px;
}

#right-header {
    float: left;
    width: 349px;
}

.header-year {
    font-size: 80px;
    font-family: "Trebuchet MS", Arial;
    color: #cccccc;
    text-align: center;
}

.header-date {
    text-align: center;
    font-family: "Trebuchet MS", Arial;
    color: #FFF;
    font-size: 20px;
}

.header-rss {
    padding-top: 20px;
    padding-left: 150px;
    font-size: 10px;
    color: #999999;
}

/************************/
/*    Sidebar Design    */
/************************/
#left-bar {
    background: url(images/left-bar.png) repeat-y;
    margin-right: 2px;
    display: inline;
    padding: 2px 2px 2px 1px;
    width: 160px;
}

#left-bar-bottom {
    background: url(images/left-bar-bottom.png);
    height: 9px;
    line-height: 1px;
    font-size: 1px;
    margin: 0px -1px -2px -1px;
}

#right-bar {
    background: url(images/right-bar.png) repeat-y;
    margin-right: 1px;
    display: inline;
    padding: 2px 4px 2px 2px;
    width: 160px;
}

#right-bar-bottom {
    background: url(images/right-bar-bottom.png);
    height: 9px;
    line-height: 1px;
    font-size: 1px;
    margin: 0px -3px -2px -2px;
}
.sidebar ul {
	font-size: 10px;
}

.sidebar ul h2 {
    font-size: 12px;
    background-color: #FFF;
    padding: 2px;
    font-weight: bold;
    color: #999999;
}

.sidebar ul li {
    margin-bottom: 10px;
}

.sidebar ul ul {
    padding: 0 5px;
}

.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 {

}

/************************/
/*    Content Global    */
/************************/
blockquote {
    font-style: italic;
    padding: 0 10px;
}

h1, h2, h3, h4, h5, h6 {
	color:;
}

h1 {
    font-size: 30px;
}

h2 {
    font-size: 20px;
    font-family: Arial, sans-serif;
    font-weight: bold;
    border-bottom: 1px solid #303030;
}

h3 {
    font-size: 14px;
}

h4 {
    font-size: 12px;
}

h5 {
    font-size: 12px;
}

h6 {
    font-size: 12px;
}

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 Design    */
/************************/
h2 a:hover, h2 a:visited, h2 a {
    color: #303030;
}

.post {
    margin-bottom: 10px;
	font-size: 12px;
}

.post .posted {
	font-size: 11px;
    background: url(images/date.png) no-repeat;
    width: 114px;
    padding: 5px;
    text-align: center;
    float: right;
}

.post p {
    color: #4d4d4d;
}

.post a {
    color: #002444;
}

.post img {
    max-width: 100%;
    margin: 3px;
}

.post ul {

}

.post li {

}

.entry {
    clear: both;
    margin-top: 5px;
}

.postmetadata {
    margin: 5px 0;
    font-size: 10px;
}

.postmetadata a {

}

.entrytext {

}

p.alt {
    font-size: 10px;
}

.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 {

}


/************************/
/*    Comment Design    */
/************************/

#content ol.commentlist {
	font-size: 12px;
	padding: 0;
	list-style-type: none;
    margin: 0;
    width: 650px;
}

ol.commentlist li cite.author {
    font-size: 14px;
    font-weight: bold;
    font-style: normal;
}

ol.commentlist li {
    margin-bottom: 1em;
    background: url(images/comment.png) repeat-y;
}

ol.commentlist li .comment {
    margin: 0 10px;
}

ol.commentlist li .comment-id {
    float: right;
    width: 30px;
    font-size: 30px;
    color: #303030;
    text-align: right;
    margin-right: 15px;
}

ol.commentlist li .comment-top {
    background: url(images/comment-top.png) no-repeat;
    font-size: 1px;
    line-height: 1px;
    height: 9px;
}

ol.commentlist li .comment-bottom {
    background: url(images/comment-bottom.png) no-repeat;
    font-size: 1px;
    line-height: 1px;
    height: 9px;
}


ol.commentlist li.alt {

}

ol.commentlist a {

}

ol.commentlist p {
    margin: 0 0 0.5em 0;
}

#commentform p {
    font-size: 12px;
    margin: 0 0 5px 0;
}

#comment {
    width: 97%;
}

#author, #email, #url, #comment {
    border: 1px solid #cdcdcd;
    padding: 3px;
    font-family: Verdana, sans-serif;
    font-size: 10px;
}

#author:hover, #email:hover, #url:hover, #comment:hover {
    border-color: #303030 ;
}

small.commentmetadata {
    margin: 0 0 0.3em 0;
}

h3#comments, h3#respond {
    font-size: 16px;
    font-weight: bold;
    margin: 10px 0 4px 0;
    color: #303030;
}

/************************/
/*     Search Design    */
/************************/
#searchform {

}

#searchform #s {

}

#searchform #searchsubmit {

}

#searchform-top #s-top {
    width: 185px;
    border: none;
    background-color: transparent;
    color: #FFF;
}

/************************/
/*   Calendar Design    */
/************************/

#wp-calendar {
	width: 100%;
}

#wp-calendar td {
	text-align: center;
}

#wp-calendar th {

}

#wp-calendar a {

}

#prev a, #next a {

}

#wp-calendar caption {

}

/************************/
/*     Footer Design    */
/************************/
#footer-meta {
    font-size: 10px;
    padding: 20px 10px 10px 10px;
    clear: right;
    text-align: center;
}

#footer p {
	margin: 0;
}

/************************/
/*     Other Design     */
/************************/
.clear {
    clear: both;
}
