/*
Theme Name: Picture 2000
Theme URI: http://www.picture2000.com
Author: Justin Busa
Author URI: http://www.axiommarketingsolution.com
*/

/***********************************************
* XHTML
************************************************/

body {
	
}

h1, h2, h3, h4 {
    color:#333333;
    font-weight:normal;
	background:none !important;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
	
h1 {
	font-size: 20pt;
}

h2 {font-size: 16pt;}
h3 {font-size: 14pt;}
h4 {font-size: 10pt;}

a{ text-decoration:none; }
a:hover{text-decoration: underline;}

/***********************************************
* From Main Site
************************************************/

#div_body {
	padding:10px 25px;
	width:850px;
}

/********************************************
* Blog Sub Menu
*********************************************/

#menu ul {
	margin:0;
	padding:0;
}

#menu .cat-item  {
	list-style: none;
	float:left;
	margin: 0;
	padding: 0;
}

#menu .cat-item  a {
	margin: 0;
	color: #000000;
	display:block;
	padding:5px 15px;
}

#menu .cat-item  a:hover {
	background:#000000;
	color:#FFFFFF;
}

/***********************************************
* Posts
************************************************/

#content {
	float:left;
	width:550px;
	overflow: hidden;
    padding:10px;
}

.post {
	background:url(images/post-top.jpg) top center no-repeat;
	margin-bottom:10px;
	padding:5px 25px 0 25px;
	font-size: 10pt;
	font-family:Georgia, "Times New Roman", Times, serif !important;
	line-height: 18pt;
	color:#333333;
	text-align:center !important;
}
	
.post h2{
    color:#333333;
	font-size:24px;
	text-align:center;
	border-bottom:1px dotted #666666;
}
	
.post h2 a{
	color: #333333;
	text-decoration: none;
}
	
.post h2 a:hover{
	color: #666666;
	text-decoration: none;
}

.post .entry p {
	text-align:justify !important;
	line-height: 18pt;
	color:#333333;
}

.post .entry img {
	
}

.post ul {}

.post li {}

.postmetadata{
	clear: both;
	padding:6px;
	margin: 20px 0;
}
	
.navigation {
	margin-top:10px;
}

.navigation a {
	text-decoration:underline;
}
	
/***********************************************
* Sidebar
************************************************/

#sidebar {
	font-size:8pt;
	width:237px;
	float:right;
	margin:0;
	padding: 0;
	text-align:left;
	}

#sidebar h2{
	font:normal 13pt arial, georgia, times;
	color: #627f9f;	
	margin: 0;
	padding: 0;
}

#sidebar label{
	font:normal 11pt arial, georgia, times;
	color: #9D6E2F;	
	margin: 0;
	padding: 0;
}

#sidebar p {margin:0; padding: 0 6px 0 12px;}

#sidebar img {padding: 0; margin: 0;}

#sidebar ul {
	margin:0;
	padding:0;
}

#sidebar ul li {
	display:block;
	margin:15px 0;
	list-style-type: none;
	width:237px;
}
	
#sidebar ul li div.box { background:url('images/boxbg.jpg') repeat-y; padding:0 10px; }
#sidebar ul li div.boxTop { background:url('images/boxtop.jpg') no-repeat; height:23px; }
#sidebar ul li div.boxBottom { background:url('images/boxbottom.jpg') no-repeat; height:23px; }

#sidebar ul ul {
	margin:0;
	padding:0;
}

#sidebar ul ul li {
	width:200px;
	padding:7px 0;
	margin:0 !important;
	display:block;
	list-style:none;
    border-bottom:1px dotted #424242;
}

#sidebar li.categories,
#sidebar li.linkcat { margin:0 !important; }

#sidebar ul ul ul{
	margin: 0;
	padding: 0;
}

#sidebar ul ul ul li{
}

/***********************************************
* Comments
************************************************/

#commentform{
	margin:0;
	padding:0;
	}
	
#commentform p{
	}
	
#commentform a{text-decoration: none; border-bottom: 1px dotted #465D71;line-height: 14pt;}
	
#commentform h3{
	font-size: 10pt;
	font-weight: 300;
	margin:0;
	padding:0;
	}
	
#comment{
	width:80%;
	}

#author, #email, #url, #comment, #submit{
	font-size: 8pt;
	margin:5px 5px 0 0;
	padding:0;
	border: 1px solid #000;
	}
	
#submit{margin:5px 5px 0 0;}

#comments{margin:0; padding:0}
	
ol.commentlist {list-style-type: none; margin:0; padding:0;}

.avatar{float:left; margin:0 12px 0 0;}

ol.commentlist li {
	margin:10px 0;
	padding:5px 0 5px 10px;
	list-style-type:none;
	}

ol.commentlist li.alt {background: #eee;}
ol.commentlist li p {margin: 6px 0 6px 0; padding: 0 12px 0 0; line-height: 14pt;}


cite {
	font-size: 9pt;
	font-weight: bold;
	font-style: normal;
	}
	
cite a{text-decoration: none; border-bottom: 1px dotted #465D71;}


