/*
	Author Name	:Michael Verdi
	Author Site	:http://michaelverdi.com
	Style Name	:Minimal
	Style URI	:http://showinabox.tv
	Version		:1.0
	Comments	:Now with more nothing!
*/

body { /* Basic defaults and the area outside the design */
	background: #fff;
	}

#page { /* This wraps the whole design */
	border:none;
	}

#header { /* Contains the H1 and menu - USE THE ADMIN INTERFACE TO SET A HEADER IMAGE */
	padding: 0;
	margin: 0;
	position: relative;
	height: 100px;
	background: #fff url('header.jpg');
	}	

.secondary {
	float: left;
	font-size: 1em;
	line-height: 1.5em;
	color: #999;
	position: relative;
	}

.comments {
	text-align: left;
	padding: 30px 0 0;
	position: relative;
	}


/*- Main Menu in Header-------------------------------- */
ul.menu {
	margin: 0;
	padding: 0;
	position: absolute;
	bottom: 0;
	left: 20px;
	width: 90%;
	}

ul.menu li {
	display: inline;
	margin: 0;
	}

ul.menu,
ul.menu li a {
	padding: 5px 15px 6px;
	}

ul.menu li a {
	font-size: 1em;
	color: #888;
	margin: 0;
	}
	
ul.menu li a:visited {
	color: #888;
	}

ul.menu li a:hover {
	background: none;
	color: #111 !important;
	text-decoration: none;
	}

ul.menu li.current_page_item a,
ul.menu li.current_page_item a:hover {
	color: #111 !important;
	background: white;
	text-decoration: none;
	}
/*- Main Menu End------------------------------------ */


/*- Links-------------------------------------------- */
#primary a:hover, #primary a:visited:hover,
.secondary a:hover, .secondary a:visited:hover {
	color: #111 !important;
	text-decoration: none;
	}

h2 a:hover, h2 span a:hover {
	color: #111 !important;
	text-decoration: none;
	}

a {
	color: #666;
	text-decoration:none;
	}
	
a:visited {
	color: #666;
	text-decoration:none;
	}

.entry-content a:visited {
	color: #666;
	}
/*- Links end----------------------------------------- */


/*- Headings---------------------------------------- */
h1, h2, h3, h4 {
	font-family: Arial, Sans-Serif;
	text-transform: uppercase;
	}

h1 { /* H1 is the title in the header */
	font-size: 3em;
	font-weight: normal;
	letter-spacing: -1px;
	margin: 0;
	padding: 15px 40px 0;
	}

h1, h1 a, h1 a:visited,
#header .description {
	text-decoration: none;
	color: #666 !important;
	}

h1 a:hover {
	color:#111 !important;
	text-decoration: none;
	}

#header .description { /* Description in header */
	font-size: 1em;
	margin: 0 40px;
	text-transform: uppercase;
	}

h2 { /* H2 is what kind of page you are on. Eg. 'Monthly Archive'. */
	text-align: left;
	font-size: 2em;
	font-weight: normal;
	letter-spacing:normal;
	}

.secondary h2 { /* Secondary H2 is sidebar headlines */
	font-size: 1.3em !important;
	font-weight: normal !important;
	padding: 0 !important;
	display: inline;
	}

#primary h3, #primary h4, .single #primary .k2-asides h3 { /* H3 is entry headlines. H4 is comments and replyform headlines */
	font-size: 2em;
	font-weight: normal;
	letter-spacing: -1px;
	}
	
#primary .metalink a, #primary .metalink a:visited, /* The Metalink class takes care of the comments, edit, rss and trackback links next to the titles */
.secondary .metalink a, .secondary .metalink a:visited,
.secondary span a, .secondary span a:visited {
	color: #999;
	font-weight: normal;
	}

h2, h2 a, h2 a:visited,
h3, h3 a, h3 a:visited,
h4, h4 a, h4 a:visited {
	color: #666;
	}

h2, h2 a, h2 a:hover, h2 a:visited,
h3, h3 a, h3 a:hover, h3 a:visited,
h4, h4 a, h4 a:hover, h4 a:visited {
	text-decoration: none;
	}

.entry-meta { /* Time and category for blog entries */
	font-size: 1em;
	line-height: 1.6em;
	display: block;
	margin-top: 1px;
	color: #bbb;
	}

.entry-category {
	text-transform: lowercase;
	margin-right: 10px;
	}

.entry-meta a, .comment-meta a {
	color: #777;
	}

.chronodata {
	padding: 2px 0 2px 20px ;
	background: url('images/time.png') left center no-repeat;
	}

.commentslink {
	padding: 2px 0 2px 20px;
	background: url('images/comment.png') left center no-repeat;
	margin-right: 10px;
	}

.quoter_comment {
	padding: 2px 0 2px 20px;
	background: url('images/comment.png') left center no-repeat;
	margin-left: 5px;
	}

.entry-tags {
	display: block;
	padding: 2px 0 2px 20px;
	background: url('images/tag_blue.png') left center no-repeat;
	}

.entry-tags a {
	text-transform: lowercase;
	}
/*- Headings End---------------------------------------- */

.entry-content {
	font-size: 1.2em;
	line-height: 1.8em;
	text-align: justify;
	color: #999;
	}
	
#commentlist li .commentauthor {
	font-size: 1.5em;
	font-weight: normal;
	letter-spacing: normal;
	color:#666;
	}
	
#commentlist li .comment-content {
	padding: 10px 0;
	font-size: 1.2em;
	line-height: 1.8em;
	color:#999;
	}
	
li.bypostauthor {
	background: #f5f5f5;
	}

/*- Footer---------------------------------------------- */
#footer {
	clear: both;
	margin: 0 auto;
	padding: 20px 0;
	text-align: center;
	color: #999;
	}

#footer a {
	color: #666;
	text-decoration: none;
	font-weight: normal;
	}

#footer a:hover {
	border: none;
	text-decoration:none;
	color: #111;
	}
/*- Footer End------------------------------------------- */



