/*
Theme Name: minimal
Theme URI: http://rizzlestudios.ath.cx/wordpress/minimal
Description: A minimalistic WordPress theme utilizing no images in the template.
Version: 1.1
Author: rizzlestudios
Author URI: http://rizzlestudios.ath.cx/
Tags: white, two-column, one-column, minimalist, widgets, widgetized
Licensed under GPL. 
*/
body
{
	margin: 0;
	padding: 0;
	background-color:#9AA0AF;
	background-image:url(images/hg.jpg);	
	background-position:center top;
	background-repeat:no-repeat;
 	background-attachment:fixed;
	font: normal 13px Arial, Verdana, Sans-Serif;
    text-align: left;
}

/* Links */

a:link { color: #273A4D; text-decoration: none;}

a:visited { color: #273A4D; text-decoration: none; }

a:hover, a:active { color: #9d7b38;}

h3 a:link { color: #3f4f5c; text-decoration: none; }

h3 a:visited { color: #3f4f5c; text-decoration: none; }

h3 a:hover, a:active { color: #FFFFFF; }

.right { float:right; }

/* Typography */

h1, h2, h3, h4, h5, h6 { font-weight: normal; margin: 0; padding: 0; }

h1 {     
	font-family: Georgia,Constantina,'Nimbus Roman No9 L',serif;
	border-bottom: dotted #192132 1px;	
	font-size: 22px;	
	color: #192132;
	margin-top:6px;
	padding-bottom:8px;
}

h2 { 
    font-family: Georgia,Constantina,'Nimbus Roman No9 L',serif;	
	font-size: 22px;	
	color: #192132;
}

.post-title h2 {color: #000; font-weight:bold; text-transform: uppercase; margin-bottom:5px;}

h3 { 
	font-family: Georgia,Constantina,'Nimbus Roman No9 L',serif;
	border-top: dotted #192132 1px;	
	font-size: 22px;	
	color: #192132;
	margin-top:0px;
	padding:15px 0 8px 0;
}

h4 { 
	font-family: Georgia,Constantina,'Nimbus Roman No9 L',serif;
	font-size: 22px;	
	color: #192132;
	padding-bottom:8px;
 }

h5 { font-size: 16px; color: #3f4f5c;}

h6 
{ 
	font-size: 13px; 
	text-transform: uppercase; 
	margin: 5px 0; 
	font-weight: bold; 
}

ul { line-height: 1.8em; list-style-type: circle; color: #333333; }

ol { line-height: 1.8em; color: #000; margin:0; }

blockquote
{
	color: #555555;
	background-color: #eeeeee;
	border: 1px solid #cfcfcf;
	padding: 5px 10px; 
	margin: 10px 10px;
}

code {  font-family:  Arial, Verdana, "Courier New"; 	
        color: #555555;
        font-weight: bold;
	padding: 5px 10px; 
	margin: 10px 20px;
     }

abbr, acronym { font-style: normal; border-bottom: 1px dotted #333333; cursor: help; }

em { font-style: italic; }

strong { font-weight: bold; }

del { text-decoration: line-through; color: #555555; font-size: 11px; }

ins { text-decoration: none; color: #679b3c; }

p em, 
cite
{
	font-family: Arial,Verdana,Sans-Serif;
}
/* Structure */

#container
{
	width: 700px;
	margin: 0 auto;
}

#header
{
    height:80px;
    padding-top:30px;
}

#navigation
{
	float: left; 
	width: 700px;
	border-top:solid 1px #192132;
	border-bottom:solid 1px #192132;
	text-transform: uppercase;
    font-size: 12px;
    background-color:#fff;
    height: 28px;
}

#wrapper
{
	margin: 0;
	padding: 0;
	clear: both;
	float: left;
	width: 700px;
}

#content-wrapper
{
	float: left;
}
#content
{
	float: left;
	padding: 30px;
	line-height: 21px;
	margin: 15px 0 0 0;
	background-color: #FFF;
	border-top:solid 1px #192132;
	border-bottom:solid 1px #192132;
	width: 420px;
	min-height:500px;
}
#content img
{
	border: none;
	margin: 5px 15px 5px 0;
}
#content p
{
	text-align:justify;

}
#content .commentbox {
	color: #918E85;
	background-color: #FBF4E2;
	padding: 2px 5px 2px 5px;
	border-top: solid #D4CBB4 1px;
	border-bottom: solid #D4CBB4 1px;
	text-transform: uppercase;
	font-size: 11px;
    margin-bottom: 10px;
}
#comments {
	color: #4A4A4A;
	padding: 0px;
}
#comments .comment {
        padding: 10px;
        background-color: #F6F6F6;
		border-bottom: 20px solid #ffffff;
}
#comments .comment cite {
        font-size: 14px;
        font-weight: bold;
        font-style: normal;
}
#sidebar-wrapper
{
        display: inline;
        margin: 15px 0 0 15px;
		width: 205px;
		float: left;
		border-top: solid #192132 1px;
		border-bottom: solid #192132 1px;
}

#sidebar
{
	float: left;
	width: 175px;
	padding: 29px 15px 30px 15px;
        color: #000;
	font-size: 9pt;
	text-align: left;
        background-color: #fff;

}
#white {
}
.textwidget {
	font-size:12px;
	margin-bottom:10px;
	margin-left:0;
	margin-right:0;
	margin-top:0px;
}
#footer
{
	clear: both;
	float: left;
	width: 480px;
	margin: 0px 0;
	color: #FFF;
	padding: 10px 0;
        text-align: center;
	font-size:11px;
}
#footer a:visited
{

	color: #FFF;
}

/* Single Post */

#post_content-wrapper
{
	padding: 0;
	margin: 0;
}

#post_content
{
	float: left;
	padding: 30px;
	line-height: 21px;
	margin: 15px 0 0 0;
	background-color: #FFF;
	border-top:solid 1px #192132;
	border-bottom:solid 1px #192132;
	width:640px;



}

#post_content .commentbox {
	color: #918E85;
	background-color: #FBF4E2;
	padding: 2px 5px 2px 5px;
	border-top: solid #D4CBB4 1px;
	border-bottom: solid #D4CBB4 1px;
	text-transform: uppercase;
	font-size: 11px;
        margin-bottom: 10px;
        width: 575px;
}

.line {
	color: ##192132;
	border-top: dotted #192132 1px;
	text-transform: uppercase;
	font-weight:bold;
	font-size: 11px;
        margin-bottom: 10px;
        margin-top:15px;
        width: 420px;
}



/* Navigation */


#navigation ul
{
	margin: 0;
	float: left;
	width: 700px;
	padding: 0px 0;
	list-style-type: none;
}

#navigation li { float: left; margin: 0; padding: 0; height: 28px;
}

#navigation a:link,
#navigation a:visited
{
	float: left;
	display: block;
	color: #000;
	padding: 3px 10px;
	height: 23px;
}

#navigation ul li.current_page_item   a:link,
#navigation ul li.current_page_item   a:visited,
#navigation ul li.current_page_item   a:active
{
	color: #fff;
	background-color: #000;
}
#navigation a:hover
{
	color: #fff;
	background-color: #000;
}

#navigation ul li.search
{
        float:right;
        margin-right: 10px;
}


/* Header */

#header h1 {color: #191a1a; font-weight: bold; margin: 0px; }

#header h1 a {width:750px; background: transparent url() center center no-repeat; }

#header h1 a:link,
#header h1 a:visited
{
	color: #333333;
}

#header h1 a:hover,
#header h1 a:active
{
	color: #fff;
	background-color: transparent;
}

#header h1 span {color:#FFF;}


.blog-title {
        visibility:visible;
        }

.blog-title a {
     font-family: Georgia,Constantina,'Nimbus Roman No9 L',serif;	
	font-weight: bold;
	color: #FFF;
	letter-spacing: 1px;
	font-weight: bold;
	font-size: 36px;
	border-bottom: none;
	text-shadow:1px 1px 1px #000;
	}

.blog-title a:hover {
	text-decoration: none;
	color: #fff;
	background: transparent;
	}

.tagline {	
    font-family: Arial,Verdana, Sans-Serif;
	font-weight: normal;
	font-size: 13px;
    text-align: left;
	margin-left: 3px;
	padding: 10px 5px 0 0;
	color: #FFF;
	text-shadow:1px 1px 1px #000;
	letter-spacing: 1px;
	text-transform: upercase;
	display: block;
	margin:0;

}
.logo {	
    	position:absolute;
	margin: 40px 0 0 600px;
	}

/* Content */

.date {	
   	font-family: Arial, Verdana, Sans-Serif;	
    font-weight: normal;
	font-size: 12px;
	margin-left: 0px;
	padding: 0;
	color: #000;
	letter-spacing: 0px;
	text-transform: lowercase;
	display: inline;
	}

h3.post-title {
        display: block;
		line-height:33px;
        }

h3.post-title a {	
    font-family: Georgia,Constantina,'Nimbus Roman No9 L',serif;	
	font-size: 22px;	
	color: #192132;
	border-bottom: dotted 1px #192132;
	padding-bottom: 5px;
	}

h3.post-title a:hover {
	text-decoration: none;
	color: #000;
	background: transparent;
	border-bottom: dotted 1px #000;
	padding-bottom: 5px;
	}

/* Sidebar */

#sidebar h2 { 
    font-family: Georgia,Constantina,'Nimbus Roman No9 L',serif;	
	font-size: 22px;	
	color: #192132;
	border-bottom: dotted 1px #192132;
	padding-bottom: 5px;
	margin-top:5px;
}
.widgettitle { font-size: 18px; color:#5b5c5c; text-transform: uppercase; border-bottom: solid #5b5c5c 2px;}

#sidebar ul
{
	margin: 0;
	padding: 0;
	line-height: 1.6em;
	list-style-type: none;
}

#sidebar ul li
{
	padding: 5px;
	border-bottom: 1px dotted #a8aec0;
}
#sidebar ul li:hover
{
	background-color: #a8aec0;
}

#sidebar ul li .title
{
	display: block;
	font-weight: bold;
}

#sidebar ul li .date
{
	display: block;
	color: #777777;
	font-size: smaller;
}

#sidebar ul li .content
{
	display: block;
}

#sidebar ul li a:link,
#sidebar ul  li a:visited
{
	padding: 0; 
	color: #333333;
}

#sidebar ul  li a:hover,
#sidebar ul  li a:active
{
	background-color: transparent; 
}

#sidebar ul  .list_subpages {
	padding: 5px;
	border-bottom: 1px dotted #cccccc;
	list-style-type: none;
}


/* Footer */

#footer a:hover,
#footer a:active
{
	color: #003355;
	background-color:transparent;
}


/* Comments */
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 0;
	padding: 5px 0px 0px 0px;
	list-style: none;
	border-top: 1px dotted #192132;

	}

.commentlist p {
	margin: 10px 5px 10px 0;
	}

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	visibility:hidden;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
.commentlist li, #commentform input, #commentform textarea {
	font: 12px Arial, Verdana, Sans-Serif;
	}

.commentlist li {
	font-weight: bold;
	}

.commentlist li .avatar { 
	float: right;
	border-top: 1px solid #e6e8f2;
	padding: 2px;
	background: #fff;
	}

.commentlist cite {

	font-style: normal;
	font-size: 12px;
	margin-left:5px;
	}


.commentlist p {

	font-weight: normal;
	font-size: 12px;

	text-transform: none;
	line-height:16px;
	margin:5px;
	}

#commentform p {
	font-family: Arial, Verdana,  Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	float:right;
	font-size: 12px;
	margin-right:5px;

	}
.alt {
	background-color: #e1e4ee;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}
.comment-childs{
	margin: 0;
	padding: 5px 0 2px 0;
	background-color: #ccff99;
	border-top: 1px dotted #192132;

	
}

/

/* Images */
.aligncenter,
div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}

.alignleft {
   float: left;
}

.alignright {
   float: right;
}

.wp-caption {
	border: none;

}

.wp-caption img {
   	border: none;
	margin: 5px 15px 5px 0;
}

.wp-caption p.wp-caption-text {
   font-size: 11px;
   line-height: 17px;
   padding: 0 4px 5px;
   margin: 0;
}


/* Forms */
#s {
width: 169px;
margin:10px 0 0 0;
}

#searchsubmit {
width: 169px;
margin:5px 0 0 0;


}

textarea {width: 100%;}