/* @group RESET */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td,input { margin:0; padding:0; line-height:18px }
table { border-collapse:collapse; border-spacing:0; }
p { margin:5px 0 5px 5px; }
fieldset,img { border:0; }
address,caption,cite,code,dfn,th,var { font-style:normal; font-weight:normal; }
ol,ul { list-style:none; }
caption,th { text-align:left; }
h1,h2,h3,h4,h5,h6 { font-size:100%; font-weight:bold; }
q:before,q:after { content:''; }
abbr,acronym { border:0; }
legend { display:none; }
a:active { outline:none; }
a:focus { -moz-outline-style:none; }
/* @endgroup RESET */

/* Begin Typography & Colors */
body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	color: #333;
	text-align: center;
	background: #EEE;
}

#page {
	background: white;
	text-align: left;
}

#header {
	background: transparent url('images/header.jpg') no-repeat bottom center;
}

#content {
	font-size: 1.2em
}

#footer {
	border-top: 1px solid gray;
	margin: 10px;
	padding: 5px 0;
	width: 740px;
	clear: both;
}

#sidebar {
	font: 1em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	overflow:hidden;
	padding-left:25px;
	width: 220px;
}

a{
	color: #06c;
	text-decoration: none;
}

a:hover {
	color: #147;
	text-decoration: underline;
}


/* Begin Structure */
body {
	margin: 0 0 20px 0;
	padding: 0;
}

#page {
	background-color: white;
	margin: 20px auto;
	padding: 0;
	width: 760px;
	border: none;
}

#header {
	height:200px;
	margin:0 0 15px 1px;
	padding:0;
	width:758px;
}

#headerimg {
	margin: 0;
	height: 200px;
	width: 100%;
}

.narrowcolumn {
	float: left;
	margin-left: 15px;
	width: 450px;
}

.widecolumn {
	margin-left: 15px;
	width: 450px;
}

.post {
	margin: 30px 0;
	text-align: justify;
	clear:both;
}
.single_title
{
	border-bottom:1px solid #333;
	font-size:1.3em;
}
.widget{
	margin: 1em 0;
}

.clear {
	clear: both;
}

#comment
{
	width:400px;
}

#footer p {
	padding: 20px 0;
	text-align: center;
}
.wp-tag-cloud{
	text-align:center;
}
.wp-tag-cloud li{
	display:inline;
	margin-left:5px;
}
.wp-tag-cloud li *{
	font-style:normal;
	font-weight:normal;
	display:inline;
}
.wp-tag-cloud li h1{
	font-size:14px;
}
.wp-tag-cloud li h2{
	font-size:12px;
}
.wp-tag-cloud li h3{
	font-size:10px;
}
.wp-tag-cloud li strong{
	font-size:9px;
}
.wp-tag-cloud li em{
	font-size:8px;
}
.recentcomments, .widget.widget_pages li {
	margin-left:10px;
}

.wp-pagenavi
{
	text-align:center;
}
.widgettitle
{
	clear:both;
}
#headerimg{
	position:relative;	
}
#headerimg .main_title a,
#headerimg .main_title a:hover{
	font-size:5em;
	position:absolute;
	right:15px;
	top:130px;
	text-decoration:none;
	color:#111;
	line-height:42px;
}
#headerimg .description{
	position:absolute;
	right:15px;
	top:170px;
}
.widget_ratings_highest_rated ul
{
	margin-left:10px;
}

.alignleft
{
	float:left;
}
.alignright
{
	float:right;
}
.tags
{
	font-size:0.8em;
	float:left;
}
.comment_link
{
	font-size:0.8em;
	display:block;
	float:right;
}
.entry
{
	clear:both;
	border-bottom:1px solid #EEEEEE;
}
.inline
{
	display:inline;
}
.widgettitle, .title
{
	font-weight: bold;
}
.related_posts
{
	margin:3px 0 20px 10px;
}
.avatar
{
	float:left;
	margin-right:7px;
}
#comments
{
	margin-bottom:10px;
}
.commentmetadata
{
	float:right;
}
.comment_text
{
	overflow:hidden;
	margin-bottom:15px;
	padding-left:10px;
}
.post_date
{
	float:right;
}
.post ol, .post ul {
        list-style-image:none;
        list-style-position:outside;
        list-style-type:disc;
        margin: 0.5em auto 0.5em 3em;
}
.post h2 {
        margin: 1em auto 0.5em 0;
        font-size: 1.2em;
}
table
{
	border: 1px solid gray; 
	padding: 1em; 
	width: 30em;
	border-collapse:collapse;
	margin:auto;
}
td
{
	border:1px solid gray;
	padding:0.1em;
	text-align:center;
}
th
{
	text-align: center;
	font-weight: bold;
	border:1px solid gray;
}
.alignleft
{
float:left; 
margin:1em;
}
.alignright
{
float:right; 
margin:1em;
}
.post_ads
{
margin: 10px 0 5px 100px;
}
.read_more
{
clear:both;
}
.related_posts li {
margin-top:10px;
list-style:square;
margin-left:30px;
}
