/*======================================
THEME NAME: Extreme Georgia 0.1 -kwiatki

======================================*/

/* RESET INCLUDED HERE FOR WOLF
Purpose : Reset browser's default style
Date modified : 17/12/2007
*/

/* Global reset */
*{margin:0;padding:0;}

/* Reset the headers  */
h1,h2,h3,h4{font-size:100%;}

/* Removes list style */
ol,ul,li{list-style:none;}

/* Removes border from image */
fieldset,img{border:none;}

/* Removes links underline */
a{text-decoration:none;}

/* Remove horizontal ruler */
hr{display:none;}

/* Common HTML tags */
body
{
	background: url(images/background.jpg);
	font: 76%/115% georgia,verdana,arial;
	text-align:left;
	line-height:20px;
	color:black !important;
	border-top:10px solid #eee;
}

blockquote
{
	background:transparent url(images/blockquote.png) no-repeat left 9px;
	border-top:3px double #eee;
	border-bottom:3px double #eee;
	padding:15px 0 3px 0;
	margin-bottom:10px;
	font-style:italic;
}


/* Wrapper & Container */
#wrapper
{
	width:960px;
	margin:0 auto;
}

/* Header */
#header
{
	text-align:center;
	/* in original layout next line is "margin" but that breaks in IE7;
	"padding" seems to work better across browsers;
	nb. also need additional ie.css file */
	padding:80px 0;
	width:960px;
        background: url(images/flowers-67839_1280.jpg);
}

#header h1 a
{
	font-size:4em;
	font-weight:normal;
	color:black;
}

#header p
{
	font-size:1.5em;
	color:black;
	margin-top:20px;
	letter-spacing:3px;
}

/* Content */
#outer-space
{
	width:750px;
	float:left;
}



ol.comments
{
	margin-top:12px;
	padding-top:8px;
	border-top:1px dotted #ccc;
}
li.comment 
{
	list-style:decimal inside;
	margin: 5px 0;
	padding:6px;
	background-color:#f6f6f6;
	color: #f25f0f;
}
li.comment p
{
	color: #666;
	padding-left:16px;
}

p.info
{
	color:#817679;
	font-style:italic;
}

.separator
{
	border-top:1px dotted #ccc;
	margin:20px 0 30px 0;
}

#page-navigation
{
	margin:-10px 0 10px 0;
}

/* Links */
a 
{
	color:#f25f0f;
        margin-top: 10px;
}

a:hover
{
	color:#444;
	border-bottom:1px dotted #ccc;
}

#header a:hover
{
	border:none;
}

.previous a
{
	float:left;
	padding:3px 10px;
	background:#ccc;
	color:#fff;
	margin-left:20px;
	font-variant:small-caps;
	font-size:1.2em;
	margin-top:-3px;
}

.next a
{
	float:right;
	padding:3px 10px;
	background:#ccc;
	color:#fff;
	margin-right:20px;
	font-variant:small-caps;
	font-size:1.2em;
	margin-top:-3px;
}

.previous a:hover, .next a:hover
{
	border:none;
	background:#333;
}
#col1 {
    width: 70%;
    
    float: right;
}
#col1 h2 {
    text-decoration: underline;
    color: grey;
}
#col1 a {
    color: black;
}

/* Sidebar */
#col2 {
    
    float: left;
    width: 25%;
    
}
#col2 h3 {
    text-decoration: underline;
    color: grey;
}
#colmask {
    border-top: dotted 1px black;
}
/*menu */
#nav ul, ul li {
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
}

#nav ul {
	width: 250px;
}

#nav ul a:link, ul a:visited {
	display: block;
	width: 250px;
	text-decoration: none;
	background-color: #ccc;
	color: #000;
	padding: 5px;
	border: 2px outset #ccc;
        text-align: center;
        font-style: italic;
        font-weight: bold;
}

#nav ul a:hover {
	border-style: inset;
	padding: 7px 3px 3px 7px;
}

/* comment */
.comment-form-body {
  width: 510px;
}

/* Footer */
#footer
{
	height:70px;
	text-align:center;
	padding-bottom:10px;
	margin:20px 0;
	color:#999;
	letter-spacing:2px;
        clear: both;
        border-top: dotted 1px black;
}

/* Images */
.alignleft
{
	float:left;
	margin:0 20px 10px 0;
}

.alignright
{
	float:right;
	margin:0 0 10px 20px;
}

/* Positioning */
.clear
{
	clear:both;
}

/* End Of File */