/*
	Theme Name: NonZero Ventures
	Theme URI: http://www.nonzeroventures.com/
	Version: 1.0
	Author: Bangbay Siboliban
	Author URI: http://www.siboliban.org/
*/

/* THE BASICS */

html, body, div, ul, ol, li, h1, h2, h3, h4, h5, h6, form, fieldset, input, textarea, p, blockquote, a, span { margin: 0; padding: 0; }

html, body {
	height: 100%;
	font-size: 76%;
}

body {
	position: relative;
	font: 0.95em/1.5em "Lucida Sans Unicode","Lucida Grande",sans-serif;
	background: #020200 url(images/bg.gif);
	color: #333;
}

h1, h2, h3, h4, h5, h6  {
	clear: both;
	font-size: 100%;
}

a {
	color: #c00;
	overflow: hidden;
	text-decoration: none;
}

a:hover { text-decoration: underline; }

a img { border: none; }

ul, ol { padding: 0 0 15px 15px; }

ul { list-style: circle; }

/* CONTAINERS */

#container {
	position: relative;
	padding: 25px 0 0;
}

#main-wrap {
	position: relative;
	width: 980px;
	margin: 0 auto;
	background: #fff url(images/water.gif) center top no-repeat;
}

/* HEADER */

#header {
	position: relative;
	width: 980px;
	height: 100px;
	margin: 0 auto;
	background: url(images/header.gif) left top no-repeat;
}

h1#brand {
	width: 375px;
	height: 82px;
	padding: 18px 0 0;
}

h1#brand a {
	width: 375px;
	height: 82px;
	background: url(images/logo.gif) left bottom no-repeat;
	display: block;
	text-indent: -9999px;
}

h2#phone {
	position: absolute;
	top: 50px;
	right: 30px;
	font: normal 1.35em "Helvetica","Arial",sans-serif;
}

/* MENU */

#menu-bar {
	position: absolute;
	top: 100px;
	width: 980px;
	height: 45px;
	margin: 0 auto;
	background: url(images/menu.gif) left top repeat-x;
	opacity: 0.3;
	filter: alpha(opacity=30);
}

/* top level */
#menu {
	position: relative;
	width: 930px;
	height: 45px;
	margin: 0 auto;
	padding: 0 25px;
	list-style: none;
	z-index: 1000;
}

#menu li {
	position: relative;
	float: left;
	height: 45px;
	display: inline;
}

#menu li a {
	padding: 0 15px;
	color: #555;
	display: block;
	font: 13px/45px "Helvetica", "Arial", sans-serif;
	text-transform: uppercase;
}

/* drop downs */
#menu ul {
	visibility: hidden;
	position: absolute;
	top: 45px;
	left: 0;
	width: 175px;
	height: auto;
	padding: 0;
	background: #fff url(images/drop.gif) left top repeat-x;
	border: 1px solid #ddd;
	border-top: none;
	list-style: none;
	overflow: hidden;
	z-index: 1000;
	opacity: 0.95;
	filter: alpha(opacity=95);
}

#menu li li {
	float: none;
	height: 40px;
}

#menu ul a {
	height: 20px;
	padding: 5px 13px;
	display: block;
	line-height: 20px;
	text-align: left;
}

#menu .visible ul, #menu li:hover ul, #menu a:hover ul {
	visibility: visible;
	height: auto;
}

/* current page */
#menu .current_page_parent li a, #menu .current_page_item li a, #menu .current-cat li a { color: #555; }

#menu .current_page_item a, #menu li .current_page_item a, #menu .current_page_parent a, #menu .current_page_parent .current_page_item a, #menu .current-cat a, #menu a:hover, #menu li a:hover, #menu li ul li a:hover {
	color: #c00;
	text-decoration: none;
}

/* CONTENT */

#content {
	clear: both;
	width: 900px;
	min-height: 320px;
	margin: 0 auto;
	padding: 15px 40px;
	background: url(images/content.gif) left bottom no-repeat;
	overflow: hidden;
}

#content h2, #content h3.single, #content h3.comments-title {
	font-size: 1.35em;
	color: #333;
}

#left-content h2, #content h3.single { padding: 0 0 15px; }

#content h3.comments-title {
	padding: 15px 0;
	border-top: 1px dotted #ddd;
}

#blog-content h2 {
	padding: 15px 0;
	border-bottom: 1px dotted #ddd;
}

#left-content {
	float: left;
	width: 360px;
	padding: 15px 0 0 0;
	overflow: hidden;
}

#blog-content {
	float: left;
	width: 440px;
	padding: 0 80px 0 0;
	overflow: hidden;
}

#content p, .excerpt { padding: 0 0 15px; }
.entry, .padding { padding: 15px 0 0; }

.entry { border-bottom: 1px dotted #ddd; }
.entry h3 { font-size: 1.25em; }
.entry h3 a { color: #333; }

.date, .comment-meta a {
	color: #666;
	font-size: 0.85em;
}

.excerpt p {
	padding: 0;
	display: inline;
}

/* COMMENTS */

.comments { clear: both; }

.commentlist {
	padding: 0;
	list-style: none;
}

.commentlist li {
	padding: 15px 0 0;
	border-top: 1px dotted #eee;
	overflow: hidden;
}

.avatar {
	float: left;
	padding: 0 15px 15px 0;
}

.fn, .says {
	float: left;
	color: #666;
}

.fn {
	padding: 0 5px 0 0;
	font-style: normal;
}

.comment-meta { float: right; }

.cancel-comment-reply a {
	clear: both;
	padding: 0 0 15px;
	display: block;
}

#content .comment-body p, .reply {
	float: right;
	width: 325px;
	padding: 15px 0 0;
}

.reply { padding: 15px 0; }

.comments label {
	color: #666;
	display: block;	
	font-size: 0.85em;
}

#searchform input, .comments input, .comments textarea { font: 11px/14px "Lucida Sans Unicode","Lucida Grande",sans-serif; }

#searchform .field, #comment-email, #comment-name, #comment-email {
	width: 200px;
	padding: 5px;
	background: #fff;
	border: 1px solid #ddd;
}

#searchform .field {
	float: left;
	width: 190px;
}

.comments textarea {
	width: 400px;
	height: 90px;
	padding: 5px;
	background: #fff;
	border: 1px solid #ddd;
}

#searchform .search, #submit {
	width: 70px;
	padding: 4px 8px;
	background: #fff url(images/shadow.gif) left bottom repeat-x;
	border: 1px solid #ddd;
	cursor: pointer;
	text-transform: uppercase;
}

#searchform .search { float: right; }

#searchform .search:hover, #submit:hover {
	background: #fff url(images/drop.gif) left top repeat-x;
	color: #c00;
}

/* SIDEBAR */

#sidebar {
	float: left;
	width: 280px;
	padding: 15px;
	background: #eee;
	opacity: 0.9;
	filter: alpha(opacity=90);
}

.tag-cloud { padding: 0 0 15px; }

.tag-cloud a {
	float: left;
	padding: 5px 5px 5px 0;
	display: block;
}

/* FOOTER */

#footer {
	clear: both;
	width: 100%;
	height: 50px;
	padding: 0 0 25px;
	color: #fff;
	font-weight: normal;
	line-height: 50px;
	text-align: center;
}

/* WORDPRESS POSTS */

img.alignleft {
	float: left;
	padding: 0 10px 5px 0;
}

img.alignright {
	float: right;
	padding: 0 0 5px 10px;
}

.alignleft { float: left; }
.alignright { float: right; }

/* PAGINATION */

.navigation, .wp-pagenavi {
	clear: both;
	padding: 15px 0;
	overflow: hidden;
}

#blog-content .wp-pagenavi span, #blog-content .wp-pagenavi a {
	padding: 5px 9px;
	background: #fff url(images/shadow.gif) left bottom repeat-x;
	border: 1px solid #ddd;
}

#blog-content .wp-pagenavi .current { background: #fff url(images/drop.gif) left top repeat-x; }

#blog-content .wp-pagenavi .pages, #blog-content .wp-pagenavi .current { font-weight: normal; }

#blog-content .wp-pagenavi a { color: #c00; }
#blog-content .wp-pagenavi a:hover { background: #fff url(images/drop.gif) left top repeat-x; }

.navigation div { width: 210px; }
.navigation .alignright { text-align: right; }

