/*
Theme Name: wptone
Theme URI: http://creadiv.com/
Description: wptone by creadiv.com.
Version: 1.6
Author: Adam Mlynarcik
Author URI: http://creadiv.com
Tags: adsense, custom header, fixed width, two columns, widgets

	wptone v1.0
	http://creadiv.com

	This theme was design and built by Adam Mlynarcik
	of creadiv.com

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/


body 
{
	font-size: 76%; /* Resets 1em to 10px */
	font-family: 'Georgia';
	color: #333;
	text-align: center;
	padding:0; margin:0;
	border:0;
}


	
#header 
{
	text-align: left;
	background: #fff;
	width: 900px;
	margin: 0px auto;
}

#bloginfo
{
	float: left;
	width: 700px;
}
#bloginfo h1 {width:900px; height:200px; background:#fff url(images/my.gif);}
#bloginfo h1 a , #bloginfo h1 a:visited , #bloginfo h1 a:active , #bloginfo h1 a:hover
{
	text-decoration: none;
	color: #560;
	font-weight:normal; 
	font-size:60px;
	margin:0; padding:0;
}
#bloginfo a span {color:#340; font-size:100px; position:absolute; left:-9999px;}
#bloginfo a img
{
	border: 0px;
}

#page_menu
{
	float: right;
	background: #fff;
	width: 200px;
	height:32px;
	margin-top:2px;
}


#page_menu li.page_item 
{
	float:right;
	
}
#page_menu ul {padding:0; margin:0; list-style:none; float:right;}

#page_menu li.page_item a , #page_menu li.page_item a:visited , #page_menu li.page_item a:active
{
	float: right;
	padding: 5px 10px;
	border-left: 1px solid #cccccc;
	font-family: georgia;
	font-size: 10pt;
	color: #333;
	text-decoration: none;
	margin-left: -1px;
	
}

#page_menu li.page_item a:hover
{
	color: #521;
}

#category_menu
{
	text-align: left;
	width: 600px;
	height: 32px;
	background: #fff;
}

#category_menu ul {padding:0; margin:0; list-style:none; float:left;}

#category_menu li.cat-item
{
	float:left;	
}

#category_menu li.cat-item a , #category_menu li.cat-item a:visited , #category_menu li.cat-item a:active
{
	float: left;
	padding: 5px 10px;
	font-family: georgia;
	font-size: 10pt;
	color: #333;
	text-decoration: none;
	margin-right: 10px;
	border-right:1px solid #ddd;
	margin-top: 3px;
	margin-right:-1px;
}

#category_menu li.cat-item a:hover
{
	color: #000; text-decoration:underline;
}

#google_adsense_1
{

	width: 898px;
	border: 1px solid #ccc;
	padding: 10px 0px;
	margin: 0px auto;
	margin-top: 10px;
	
}

#container
{
	width: 900px;
	margin: 0px auto;
}

#content
{
	margin-top: 10px;
	width: 570px;
	float: left;
}

.narrowcolumn
{
	text-align: left;	
}


.post
{

	border: 1px solid #ccc;
	padding: 10px;
	margin-bottom: 10px;
}

.post h3
{
	font-family: Georgia;
	font-size: 12pt;
	margin: 0px 0px 3px 0px;
	padding: 0px;
}

.post h3 a , .post h3 a:visited , .post h3 a:active
{
	color: #892;
	text-decoration: none;
}

.post h3 a:hover
{
	text-decoration: underline;
}

.post h2
{
	font-family: Georgia;
	font-size: 20px;
	margin: 0px;
	padding: 0px;
}

.post h2 a , .post h2 a:visited , .post h2 a:active
{
	color: #892;
	text-decoration: none;
}

.post h2 a:hover
{
	text-decoration: underline;
}

hr
{
	border: 0px;
	border-bottom: 1px solid #ccc;
}

.entry
{
	font-family: georgia;
	color: #333333;
	font-size: 11pt;
}
.entry p {line-height:1.5em;}
.entry b
{
	font-family: georgia;
	color: #111111;
	font-weight: bold;
}

.entry em
{
	font-family: georgia;
	color: #333333;
	font-size: 11pt;
	font-style: italic;
}

.entry ul
{
	margin: 0px;
	padding: 0px 25px;
}

.entry ul li
{
	margin: 5px 0px;
	list-style-type: square;
}

.entry ol
{
	margin: 0px;
	padding: 0px 30px;
}

.entry ol li
{
	margin: 5px 0px;	
}

.entry blockquote p
{
	background: #892;
	padding: 3px;
	font-style: italic;
}

.entry p a , .entry p a:visited , .entry p a:active
{
	color: #892;
	text-decoration: none;
}

.entry p a:hover
{
	text-decoration: underline;
}

p.postmetadata a ,p.postmetadata a:visited , p.postmetadata a:active
{
	color: #892;
	text-decoration: none;
}

p.postmetadata a:hover
{
	text-decoration: underline;
}

.navigation
{
	margin-top: 10px;
	border: 1px solid #ccc;
	padding: 10px;
}

.navigation a , .navigation a:visited , .navigation a:active
{
	color: #892;
	text-decoration: none;
}

.navigation a:hover
{
	text-decoration: underline;
}

#sidebar
{
	width: 290px;
	float: right;
	text-align: left;
	border: 1px solid #ccc;
	padding: 10px;
	margin: 10px 0px 0px 10px;
	text-align: left;
}

#google_adsense_2
{
	width: 570px;
	text-align: center;
	border: 1px solid #ccc;
	padding: 10px 0px;
	margin-top: 10px;
	margin-bottom: 10px;
	
}

#sidebar ul
{
	margin: 5px 0px;
	padding: 0px;
	list-style-type: none;
}

#sidebar li h2
{
	margin: 0px;
	padding: 0px;
	font-family: georgia;
	font-size: 14pt;
	color: #521;
}



#sidebar li ul li
{
	margin: 3px 15px;
	padding: 0px 3px;
	list-style-image: url(images/arrow.gif);
}

#sidebar ul li a , #sidebar ul li a:visited , #sidebar ul li a:active
{
	font-family: georgia;
	font-size: 8pt;
	color: #666;
	text-decoration: none;			
}

#sidebar ul li a:hover
{
	text-decoration: underline;
}

#footer p
{
	font-size: 9pt;
}

#footer p a , #footer p a:visited , #footer p a:active
{
	font-size: 9pt;
	color: #892;
	text-decoration: none;
}

#footer p a:hover
{
	text-decoration: underline;
}

h2.pagetitle
{
	color: #892;
	margin-top: 0px;
	border: 1px solid #ccc;
	width: 558px;
	padding: 10px;
}

.alignleft
{
	float: left;
}

.alignright
{
	float: right;
}

#comments
{
	width: 556px;
	border: 1px solid #ccc;
	padding: 10px;
	margin-bottom: 10px;
}

ol.commentlist
{
	width: 556px;
	border: 1px solid #ccc;
	padding: 10px;
	margin: 0px;
	margin-bottom: 10px;
}

ol.commentlist li
{
	list-style-type: none;
	padding: 5px;
	margin-bottom: 10px;
}

ol.commentlist li a , ol.commentlist li a:visited , ol.commentlist li a:active
{
	font-family: georgia;
	font-size: 10pt;
	color: #666;
	text-decoration: none;	
}

ol.commentlist li a:hover
{
	text-decoration: underline;
}

ol.commentlist li p
{
	font-size: 10pt;
	color: #666666;
}

li.alt
{
	background: #ffffcc;
	
}

img.avatar
{
	float: right;
}

