/*[variables]
colors
{
	@60: #FFCC00;
	@50: #F0BF00;
	@40: #F67C00;
	@30: #EFD1EB;
	@20: #B6B6B6;
	@11: #EF0CE0;
	@10: #FF00EF;
	@00: #0F46CB;
}
*/
/*
Theme Name: megaform2
Theme URI: http://www.darrenhoyt.com/2007/08/05/wordpress-magazine-theme-released/
Description: A magazine-style layout for Wordpress
Version: 0.1
Author: Darren Hoyt
Author URI: http://www.darrenhoyt.com/

The CSS, XHTML and design is released under GPL:
http://www.opensource.org/licenses/gpl-license.php



/* HTML Elements*/
*
{
	margin: 0;
	padding: 0;
}
BODY, HTML
{
	min-height: 101%;
}
BODY
{
	background: url(images/cardboardbg.jpg);
	color: #010101;
	padding: 13px 0;
}
BODY, SELECT, INPUT, TEXTAREA
{
	font: normal 100% Helvetica;
}
P
{
	margin: 15px 0;
}
A:link, A:visited
{
	font: normal Helvetica;
	color: #010101;
	text-decoration: none;
	background: none;
}
A:hover, A:active
{
	color: #000001;
	text-decoration: underline;
}
.entry A, .entry A:visited
{
	text-decoration: underline;
}
HR
{
	display: block;
	height: 1px;
	background: #F3DA02;
	border: 0 #000000;
}
SMALL
{
	color: #010101;
	font-size: inherit;
	background: #FFCC00;
	padding: 3px 6px;
}
IMG, A:link IMG, A:visited IMG
{
	border: 0;
}
/*Structure*/
#page
{
	width: 880px;
	margin: 0 auto;
	padding: 0 8px 25px;
	font-family: Arial;
	font-size: small;
	background: #FFFFFF;
	border-style: none;
	border-color: #FFCC00;/*[e]@60*/
	border-width: 6px;
}
#header
{
	width: 880px;
	height: 150px;
	padding-bottom: 0;
	background: #FFFFFF url(images/cardboardbg.jpg) no-repeat;
	overflow: visible;
}
.left
{
	float: left;
}
.right
{
	float: right;
}
.right_header
{
	float: right;
	text-align: right;
}
#sidebar
{
	width: 250px;
	float: right;
}
#leftcol
{
	width: 287px;
	border-right: 2px dotted #F0C200;
	padding-right: 18px;
}
#leftcol, #rightcol
{
	margin-top: 10px;
	float: left;
}
#rightcol
{
	width: 277px;
	padding-left: 18px;
	margin-top: -2px;
}
/*Subnav*/
.subnav LI
{
	list-style: none;
	border-bottom: 1px solid #EFD1EB;/*[e]1px solid @30*/
}
.subnav LI A
{
	font-weight: bold;
	font-size: inherit;
	text-decoration: none;
}
.subnav LI A:link, .subnav LI A:visited
{
	color: #000000;
	background: #F2CB02;
	display: block;
	padding: 4px 4px 4px 8px;
	border-left: 4px solid #EAEAEA;
}
.subnav LI A:hover, .subnav LI A:active
{
	background: #EAEAEA;
	text-decoration: inherit;
	color: #010101;
	/*old #7da939*/
}
.subnav LI LI A
{
	font-size: small;
	color: #FFFFFF;
}
.subnav LI LI A:link, .subnav LI LI A:visited
{
	/*[empty]border-left: ;*/
}
/*Headers*/
H1
{
	font: 0 Helvetica;
	letter-spacing: -0.02em;
}
H2
{
	font: bold 1.5em "Times New Roman";
	padding-bottom: 8px;
	border-bottom: 1px solid #F0BF00;/*[e]1px solid @50*/
	margin: 20px 0;
}
.entry H2
{
	font: 1.5em Helvetica;
	padding-bottom: 8px;
	border-bottom: 0px solid #FFCC00;
	margin: 20px 0;
}
H3, #sidebar H2
{
	font: normal normal normal small Helvetica;
	text-transform: lowercase;
	letter-spacing: 0.1em;
	margin-bottom: 3px;
	font-weight: bold;
	color: #000000;
}
#sidebar H3, #sidebar H2
{
	border-top: 6px solid #FFCC00;
	border-bottom: 1px solid #FFCC00;
	padding: 8px 0;
	margin: 0px 0 15px;
	font-size: small;
}
H3#respond
{
	border-top: 1px dotted #010101;
	margin-top: 20px;
	padding-top: 25px;
}
H3#comments
{
	margin-top: 32px;
	color: #010100;
}
H4
{
	font-size: large;
	margin-bottom: 6px;
}
/*Content*/
#content
{
	width: 605px;
	float: left;
}
.description
{
	font-size: 1.3em;
	font-weight: bold;
	font-style: italic;
	color: #545454;
	margin-top: -4px;
}
#header .description
{
	font-size: 2.1em;
	font-weight: bold;
	font-style: normal;
	color: #545454;
	margin-top: -4px;
	position: relative;
	left: 430px;
	top: 10px;
}
.feature
{
	background: #EAEAEA;
	padding: 15px;
	border-bottom: 1px dotted #EAEAEA;
	border-top: 1px dotted #EAEAEA;
}
.feature:hover
{
	background: #EAEAEA;
}
.feature P, #rightcol P
{
	margin: 0;
}
.feature IMG, #rightcol IMG
{
	padding: 1px;
	border: 0 none #FFCC00;/*[e]0 none @60*/
}
#leadpic
{
	float: left;
	margin: 0 10px 8px 0;
}
#lead
{
	margin-right: 8px;
}
#lead_story_excerpt
{
	text-align: justify;
	font-size: medium;
}
#lead_story_more_link
{
	text-align: right;
}
.title
{
	font-size: 1.1em;
	font-weight: bold;
	line-height: 100%;
	/*[empty]background: ;*/
}
.feature#lead .title
{
	font: larger Arial;
	line-height: 100%;
	display: block;
	padding-bottom: 7px;
	text-decoration: none;
}
#leftcol .feature
{
	margin-bottom: 5px;
	border-bottom: none;
}
#rightcol IMG
{
	float: left;
	margin: 3px 10px 4px 0;
}
#leftcol IMG
{
	margin-bottom: 4px;
	display: block;
}
#rightcol .clearfloat
{
	border-bottom: 2px none #F0BF00;/*[e]2px none @50*/
	padding: 12px 0;
}
#sidelist LI
{
	list-style: none;
}
.bullets LI
{
	list-style: none;
	border-bottom: 1px solid #EAEAEA;
}
#sidelist .bullets LI
{
	list-style: none;
	margin-bottom: 5px;
	line-height: 115%;
	margin-left: auto;
}
#sidelist .children
{
	background: #E4EFD5;
	/*old e4efd5*/
}
#sidelist .children LI
{
	list-style: square;
	margin-left: 28px;
	border-bottom: 1px solid #E4EFD5;
}
#sidelist .children LI A, #sidelist .children LI A:visited
{
	padding: 2px 2px 2px 0px;
	border: 0;
	background: #E4EFD5;
	/*[empty]color: ;*/
	/*old #818d6f*/
}
#sidelist .children LI A:hover, #sidelist .children LI A:active
{
	color: #3962A9;
	/*old #465d23*/
}
.postmetadata
{
	margin: 30px 0;
}
#writer
{
	background: #EAEAEA;
	margin: 15px 0;
	padding: 12px;
}
#writer IMG
{
	padding: 1px;
	border: 1px solid #F0BF00;/*[e]1px solid @50*/
	float: left;
	width: 80px;
}
#writer SPAN
{
	display: block;
	padding-top: 4px;
	border-top: 1px solid #EAEAEA;
	margin-top: 12px;
}
#writer P
{
	margin: 0;
	width: 482px;
}
.entry
{
	padding-bottom: 20px;
	margin: 1.3em;
	text-align: justify;
}
H3 A:link, H3 A:visited
{
	color: #030303;
}
UL.links
{
	list-style-type: none;
	list-style-position: outside;
}
UL.links UL
{
	padding: 0px 0px 0px 15px;
	list-style-type: disc;
	list-style-position: outside;
	font-size: 2em;
}
UL.links UL LI
{
	padding: 0px 0px 10px;
}
/*Post Formatting*/
.picleft
{
	float: left;
	margin: 3px 14px 10px 0;
	/*border:7px solid #f2f2f2;*/
}
.picright
{
	float: right;
	margin: 3px 0 10px 14px;
	border: 7px solid #F2F2F2;
}
.post BLOCKQUOTE
{
	color: #76767A;
	background: #F2F2F2;
	padding: 6px 14px;
	margin: 18px 35px;
	border-right: 1px solid #DDD;
	border-bottom: 1px solid #DDD;
}
.post UL LI
{
	list-style: square;
	margin-bottom: 5px;
	line-height: 115%;
	margin-left: 42px;
}
.post OL LI
{
	margin-bottom: 5px;
	line-height: 115%;
	margin-left: 48px;
}
/*Form Elements*/
SELECT
{
	background: #FFFFFF;
	border: inherit solid #F0BF00;/*[e]inherit solid @50*/
	width: 100%;

}
#searchform
{
	padding: 4px 0px 2px 40px;
	margin-bottom: auto;

}
.button
{
	padding: 1px;
	background: #FFCC00;
	color: #000000;
	border: none;
}
.button:hover
{
	background: #EAEAEA;
	color: #000000;
}
#commentform INPUT
{
	width: 170px;
	margin: 5px 5px 1px 0;
}
#commentform TEXTAREA
{
	width: 100%;
	margin-top: 5px;
}
/*Comments*/
.commentlist
{
	padding-left: 30px;
}
.commentlist LI
{
	margin: 15px 0 3px;
	padding: 8px 15px 10px;
	background: #EAEAEA;
	border-top: 1px solid #EAEAEA;
}
#commentform SMALL
{
	background: #FFF;
	font-weight: bold;
	padding: 0;
}
.commentmetadata
{
	display: block;
}
.commentlist SMALL
{
	background: #FFC00;/*[e]@60*/
}
.commentlist CITE
{
	font: larger Calibri;
	font-weight: bold;
	letter-spacing: -0.05em;
}
/*Float Properties*/
.clearfloat:after
{
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
	content: ".";
}
.clearfloat
{
	display: inline-block;
}
.clearfloat
{
	display: block;
}
/*Footer*/
#footer
{
	margin: auto;
	width: 880px;
	left: auto;
	font-size: smaller;
	padding: 2px;
	color: #030303;
	background: #FFCC00;
}
#footer A
{
	color: #010101;
}
