/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

* {
	margin: 0;
	padding: 0;
}

body {
	background: #353C9E url(images/glassbackground.jpg) ;
	font: normal small Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}

h1, h2, h3 {
}

h2 {
}

h3 {
}

p, blockquote, ul, ol {
}

p {
}

blockquote {
	margin-left: 3em;
}

ul {
	margin-left: 3em;
}

ul li {
}

ol {
	margin-left: 3em;
}

ol li {
}

a {
	color: #FFFFFF;
}

a:hover {
	text-decoration: none;
}

img {
}

/* Boxed Style */

.boxed {
	font-size: .8em;
	background: #788CA5;
	border: 2px solid #FFFFFF;
	margin-bottom: 10px;
}

.boxed .title {
	padding: 5px 5px;
	background:  #A6B3C4 url(images/img02.gif) repeat-x;
	border-bottom: 2px solid #FFFFFF;
	color: #355379;
}

.boxed h1 {
	text-transform: uppercase;
	text-align: center;
	font-weight: bold;
	font-size: 1.3em;
	letter-spacing: 4px;
	
}

.boxed h2 {
	text-transform: lowercase;
	font-size: 1.1em;
}

.boxed a {
	text-decoration: none;
	font-weight: bold;
	font-size: 1.2em;
}

.boxed li {
	margin: 0px 5px 5px -20px;
}

.boxed p {
	margin: 5px 5px;
	text-align: justify;
}

/* Post */

.post {
	margin-bottom: 10px;
	padding: 10px 10px 10px 10px;
	background: #788CA5;
	border: 2px solid #FFFFFF;
}

.post .title {
	clear: both;
	padding: 20px 0;
	color: #355379;
}


.post p {
	line-height: 1.5em;
	text-align: justify;
}

.post li {
	line-height: 1.5em;
	margin-bottom: 5px;
}


.post h1 {
	font-weight: bold;
	font-size: 1.2em;
	letter-spacing: 1px;
	color: #355379;
	border-bottom: 2px solid #FFFFFF;
	margin: -10px -10px 10px -10px;
	padding: 5px 10px 5px 10px;
	background: #A6B3C4 url(images/img02.gif) repeat-x;
}

.post h2.byline {
	text-align: right;
	font-size: 1em;
	font-weight: bold;
	margin-top:-3px;
}

.post p.comment {
	
}

.warning {
	border: 1px solid #FFFFFF;
	text-align: center;
	font-size: x-small;
	margin-bottom: 10px;
}

.warning h3 {
	float: left;
	width: 80px;
	padding: 15px 0;
	margin-right: 2px;
	background: #FFFFFF;
	text-align: center;
	font-size: x-small;
	color: #355379;

}

.warning p {
	margin: 4px;
	line-height: 1.2em;
	}


/* Content */
#content {
	background: url(images/img01.jpg) no-repeat center top;
	width: 800px;
	margin: 0 auto;
	padding: 20px 0 0 0;
}

/* Logo */

#logo {
	width: 800px;
	height: 180px;
	margin: 0 auto;
}

#logo h1 {
	padding: 90px 0 0 30px;
	margin: 0 0;
	text-transform: lowercase;
	letter-spacing: -2px;
	font-size: 4em;
	font-weight: normal;
	color: #FFFFFF;
}

#logo h1 span {
	font-size: .7em;
	font-weight: bold;
}

#logo h2 {
	margin-top: -0.5em;
	padding: 0 0 0 50px;
	text-transform: uppercase;
	font-size: .85em;
	font-weight: bold;
	color: #FFFFFF;
}

#logo a {
	text-decoration: none;
}



/* Content > Main */

#main {
	float: right;
	width: 570px;
}


/* Content > Sidebar */

#sidebar {
	float: left;
	width: 220px;
}

#sidebar a {
}



/* Footer */

#extra {
}

#footer {
	clear: both;
	width: 800px;
	margin: -20px auto;
	padding: 10px 0;
	text-align: center;
	border-top: 1px dotted #FFFFFF;
}

#footer p {
	margin: 0;
	font-size: x-small;
}
