/* --
Theme Name: Monzilla Media
Theme URI: http://monzilla.biz/
Description: Primary Theme for Monzilla Media
Version: 1.0
Author: Jeff Starr ( m0n @ monzilla.biz )
Author URI: http://monzilla.biz/
Copyright: (c) 2008 Monzilla Media
-- */

/*

ALT FONT STACKS:
	font-family: Palatino, "palatino linotype", serif;

*/

/* === PRIMARY === */

* { font-size: 100%; padding: 0; margin: 0; }

html { /* force vertical scrollbar */
	margin-bottom: 0.1em; height: 100%; /* moz */
	overflow-y: scroll; /* ie */
	}
body {
	padding-bottom: 17px;
	text-align: center;
	background: black;
	font-size: 62.5%;
	color: white;
	}
div#wrap { 
	background: white; 
	color: black; 
	}
div#footer { 
	background: black;
	color: gray;
	}
div#gallery {
	background: white url(images/bg-c.gif) repeat-x bottom left;
	padding-bottom: 44px;
	color: black;
	}
div#content {
	padding-bottom: 22px;
	background: white;
	margin: 11px 0;
	color: black;
	}
div.content {
	text-align: left;
	overflow: hidden;
	margin: 0 auto;
	width: 788px; 
	}

/* === SECONDARY === */

div.left     { float: left;  clear: none; width: 46%; }
div.right    { float: right; clear: none; width: 46%; }
div.midleft  { float: left;  clear: none; width: 60%; }
div.midright { float: right; clear: none; width: 35%; }
div.altleft  { float: left;  clear: none; width: 30%; }
div.altright { float: right; clear: none; width: 65%; }

/* === SEARCH === */

div#search {
	text-align: right;
	margin: 5px 15px;
	}
input#s {
	font: 1.1em "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif;
	border: 1px solid #555;
	text-align: center;
	background: #333;
	padding: 1px 3px;
	color: #999;
	}
input#s:active, input#s:focus {
	border: 1px solid #777;
	background: #ccc;
	color: #333;
	}

/* === HEADER === */

div#header {
	background: white url(images/bg-h.gif) repeat-x 0 0;
	padding: 5px 0;
	height: 88px;
	color: black;
	}
div#header h1 {
	background: white url(images/icon.gif) no-repeat center left;
	padding-left: 25px;
	text-align: left;
	font-size: 2.8em;
	color: black;
	}
div#header h1 a:link, div#header h1 a:visited {
	text-decoration: none;
	border: 0 none;
	color: black;
	}
div#header h1 a:hover, div#header h1 a:active {
	text-decoration: none;
	border: 0 none;
	color: maroon;
	}
div#header ul.inline {
	font: 1.4em "Times New Roman", Times, serif;
	font-weight: bold;
	text-align: right;
	list-style: none;
	padding: 1em 0;
	}
div#header ul.inline li {
	padding: 0.9em 0.7em;
	display: inline;
	}
div#header ul.inline li#n { background: url(images/ovals.gif) no-repeat 1px -19px;  }
div#header ul.inline li#a { background: url(images/ovals.gif) no-repeat 1px -99px;  }
div#header ul.inline li#c { background: url(images/ovals.gif) no-repeat 1px -179px; }
div#header ul.inline li#v { background: url(images/ovals.gif) no-repeat 1px -259px; }
div#header ul.inline li#p { background: url(images/ovals.gif) no-repeat 1px -339px; }

div#header ul.inline a:link, div#header ul.inline a:visited {
	border-bottom: 1px solid black;
	text-decoration: none;
	color: black;
	}
div#header ul.inline a:hover, div#header ul.inline a:active {
	border-bottom: 3px solid maroon;
	text-decoration: none;
	color: maroon;
	}
div#header ul.inline li.current a:link, div#header ul.inline li.current a:visited {
	border: 0 none;
	}
div#header ul.inline li.current a:hover, div#header ul.inline li.current a:active {
	border-bottom: 3px solid maroon;
	}
div#header h2 {
	font: 1.1em "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif;
	padding-left: 25px;
	text-align: left;
	}

/* === TEXT === */

p, ul, ol {
	font: 1.2em "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif;
	margin: 0.3em 0 1.1em 0;
	line-height: 1.7em;
	}
ul, ol { margin-left: 3.0em; }
li { margin: 0.3em 0; }

h1, h2, h3, h4, h5, h6 {
	font-family: "Times New Roman", Times, serif;
	font-weight: normal;
	}
h1 { font-size: 2.2em; }
h2 { font-size: 1.6em; }
h3 { font-size: 1.4em; }
h4 { font-size: 1.4em; }
h5 { font-size: 1.4em; }
h6 { font: 1.1em "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif; }

small {
	font-size: 80%;
	}

h1.intro { font-size: 2.4em; }
div#portfolio h2, div#services h2, div#skillz h2, div#vcard h2, #news h3, #work h3 { font-weight: bold; }

/* === LINKS === */

a:link, a:visited {
	text-decoration: underline;
	border: 0 none;
	color: maroon;
	}
a:hover, a:active {
	text-decoration: none;
	border: 0 none;
	color: maroon;
	}
h1 a:link, h1 a:visited, 
h2 a:link, h2 a:visited, 
h3 a:link, h3 a:visited, 
h4 a:link, h4 a:visited, 
h5 a:link, h5 a:visited {
	text-decoration: none;
	border: 0 none;
	color: maroon;
	}
h1 a:hover, h1 a:active, 
h2 a:hover, h2 a:active,
h3 a:hover, h3 a:active, 
h4 a:hover, h4 a:active, 
h5 a:hover, h5 a:active {
	border-bottom: 1px solid maroon;
	text-decoration: none;
	color: maroon;
	}
h6 a:link, h6 a:visited {
	text-decoration: none;
	border: 0 none;
	color: #999;
	}
h6 a:hover, h6 a:active {
	border-bottom: 1px solid #999;
	text-decoration: none;
	color: #999;
	}
.link a:link, .link a:visited {
	text-decoration: none;
	border: 0 none;
	color: maroon;
	}
.link a:hover, .link a:active {
	border-bottom: 1px solid maroon;
	text-decoration: none;
	color: maroon;
	}

/* === ELEMENTS === */

a img {
	border: 0 none;
	}
img {
	border: 3px solid #e1e1e1;
	}
img.left {
	margin: 0.5em 1.1em 0.1em 0;
	float: left;
	clear: none;
	}
pre, code {
	font-family: "Courier New", Courier, mono;
	font-size: 1.2em;
	color: #555;
	}
acronym, abbr {
	border-bottom: 1px dotted #555;
	cursor: help;
	}
blockquote {
	background: url(images/quote.gif) no-repeat 0 0;
	padding-left: 37px;
	}
blockquote p {
	font-family: Georgia, sans-serif;
	margin: 0.3em 1.5em 1.1em 0;
	text-align: justify;
	font-style: italic;
	font-size: 1.3em;
	color: maroon;
	}

/* == MISC STYLEZ == */

#copyright {
	background: url(images/rss.gif) no-repeat left center; 
	padding-left: 13px; 
	text-align: left;
	margin: 0.7em 0;
	outline: none;
}
#perishable {
	background: url(images/press.gif) no-repeat right center; 
	padding-right: 15px; 
	text-align: right;
	margin: 0.7em 0; 
}
#portfolio, #services {
	background: url(images/brand.gif) no-repeat left top; 
	padding-top: 30px;
}
#portfolio p {
	/*font: 1.2em "Courier New", Courier, Monospace;*/
	font: 1.1em/1.5em Verdana, sans-serif;
	color: #555;
}
#signature {
	border: 0 none;
}
#featured {
	padding: 0.7em 0 1.0em 0;
}
#searched {
	background: url(images/search.gif) no-repeat left center; 
	padding: 7px 0 7px 27px; 
}
#results {
	margin-bottom: 2em;
	margin-top: 2em;
}
#intro p {
	margin: 0.3em 0 1.0em 0;
}
#skillz {
	margin: 1em 0;
	color: #555;
}
#news, #work {
	padding: 0.7em 0 1.0em 0;
}
#news p, #work p {
	margin: 0.3em 0 1.7em 0;
}
#work img {
	margin: 0.3em 0;
}
#more {
	background: url(images/pipe.gif) no-repeat left center; 
	padding: 25px 0 25px 37px;
	margin: 0.7em 0;
}
ul#experience, ul#software, ul#websites {
	/*font: 1.2em "Courier New", Courier, Monospace;*/
	font: 1.1em/1.3em Verdana, sans-serif;
	margin-left: 0.1em;
}
ul#experience li, ul#software li, ul#websites li {
	margin: 0.7em 0;
}
ul#experience li {
	background: url(images/open.gif) no-repeat 0 0.2em;
	list-style: none outside;
	padding-left: 19px;
}
ul#software li {
	background: url(images/check.gif) no-repeat 0 0.2em;
	list-style: none outside;
	padding-left: 19px;
}
ul#websites li {
	background: url(images/sites.gif) no-repeat 0 0.2em;
	list-style: none outside;
	padding: 3px 0 3px 19px;
}
ul#menu {
	margin-left: 0.7em;
}
ul#menu li {
	background: url(images/open.gif) no-repeat 0 0.1em;
	list-style: none outside;
	padding-left: 19px;
}
.vcard {
	margin: 1em 0;
	color: #555;
}
.vcard div {
	/*font: 1.2em "Courier New", Courier, Monospace;*/
	font: 1.1em Verdana, sans-serif;
}
.vcard .block {
	margin: 0.5em 0;
	display: block;
}
.link {
	background: url(images/mini.gif) no-repeat left center;
	padding-left: 15px;
}
.hide, .local {
	display: none;
}
.info {
	font: 1.2em "Courier New", Courier, Monospace;
	color: #555;
}
.noborder {
	border: 0 none;
}
.nav {
	margin: 2em 0 1em 0; 
}
.open {
	background: url(images/open.gif) no-repeat left center;
	padding: 3px 0 3px 19px;
	color: #555;
}
.right {
	margin: 0.5em 0 0.1em 1.1em;
	float: right;
	clear: none;
}
.clear {
	clear: both;
}
.post {
	margin-bottom: 2em;
}

/* === CONTACT COLDFORM === */

/* 
Coldskin #3 [modified] for Contact Coldform WordPress Plugin
@ http://perishablepress.com/press/2008/01/08/contact-coldform/ 
@ http://perishablepress.com/press/2008/01/15/contact-coldskins/ 
*/

div#coldform {
	background: #fff;
	width: 90%;
	}
div#coldform fieldset {
	border: 0 none;
	display: block;
	clear: both;
	}
div#coldform legend.hide {
	display: none;
	}
div#coldform label.label {
	font: 1.2em "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif;
	margin: 10px 0 3px 0;
	text-align: left;
	display: block;
	border: 0 none;
	float: left;
	clear: both;
	} 
div#coldform input.input {
	font: 1.2em "Courier New", Courier, Monospace;
	padding: 3px;
	color: #777;
	float: left;
	clear: both;
	width: 70%;
	}
div#coldform input.input:active, div#coldform input.input:focus, 
div#coldform textarea#coldform_message:active, div#coldform textarea#coldform_message:focus {
	background: #ffffee;
	border-color: #555;
	color: #333;
	}
input#coldform_carbon {
	float: left;
	clear: both;
	}
div#coldform textarea#coldform_message {
	font: 1.2em "Courier New", Courier, Monospace;
	height: 333px;
	padding: 3px;
	float: left;
	clear: both;
	color: #777;
	width: 88%;
	}
div#coldform input.submit {
	font: 1.2em "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif;
	margin: 7px 0;
	padding: 3px;
	color: #333;
	width: 33%;
	}
h3#coldform_spam, h3#coldform_success {
	margin: 0.7em 0 1.0em 0;
	font-weight: bold;
	font-size: 1.6em;
	color: red;
	}
span.required { /* asterisks */
	font-family: Verdana, sans-serif;
	font-size: 1.2em;
	color: red;
	}

/* ALL YOUR CODE ARE BELONG TO POETRY */