/* 
Theme Name: Infinite Ammo
Theme URL: http://infiniteammo.ca
Description: The official Infinite Ammo theme.
Author: Infinite Ammo
Author URI: http://infiniteammo.ca
Version: 2.0
*/

/*	BoxNinja - Master Screen Style Sheet
============================================================================ */

/*	Reset
---------------------------------------------------------------------------- */

	html, body, div, span, applet, object, iframe,
	h1, h2, h3, h4, h5, h6, p, blockquote, pre,
	a, abbr, acronym, address, big, cite, code,
	del, dfn, em, font, img, ins, kbd, q, s, samp,
	small, strike, strong, sub, sup, tt, var,
	dl, dt, dd, ol, ul, li,
	fieldset, form, label, legend, input, select, textarea,
	table, caption, tbody, tfoot, thead, tr, th, td {
		margin: 0;
		padding: 0;
		border: 0;
		outline: 0;
		font-weight: normal;
		font-style: normal;
		font-size: 100%;
		font-family: inherit;
		vertical-align: baseline;
		text-decoration: none;
	}
	:focus { outline: 0; }
	body { line-height: 1; color: black; background: white; }
	ol,ul { list-style: none; }
	table { border-collapse: separate; border-spacing: 0; }
	caption, th, td { text-align: left; font-weight: normal; }
	blockquote:before, blockquote:after, q:before, q:after { content: ""; }
	blockquote, q { quotes: "" "";}
	em, i { font-style: italic; }
	strong, b { font-weight: bold; }
	label { cursor:pointer; }
	hr { display: none; }
	img { display: inline; }
	.hidden { display: none; }

/*	Typography
---------------------------------------------------------------------------- */
	
	/* General */
	body { z-index: 10; font-size: 75%;}
	html>body { z-index: 1; font-size: 12px; }
	
	/* Font Families*/
	.sans-serif { font-family: Arial, Helvetica, "Lucida Grande", Verdana, sans-serif; }
	.serif { font-family: "Times New Roman", Times, Georgia, serif; }
	.monospace { font-family: Monaco, "Andale Mono", Courier, "Courier New", monospace; }
	
	/* Headlines */
	h1 { font-size: 3.333em;  line-height: 1.000em;  margin: 0 0 .5em 0; }
	h2 { font-size: 2.499em;  line-height: 0.666em;  margin: 0.666em 0;  }
	h3 { font-size: 1.666em;  line-height: 1.000em;  margin: 0 0 1em 0;  }
	h4 { font-size: 1.249em;  line-height: 1.333em;  margin: 1.333em 0;  }
	h5 { font-size: 1.249em;  line-height: 1.333em;  margin: 1.333em 0;  }
	h6 { font-size: 1.249em;  line-height: 1.333em;  margin: 1.333em 0;  }
	h1,h2,h3,h4,h5,h6 { color: #000; }
	
	/* Paragraphs and Body Copy */
	p,span,q { color: #555; font-size: 1em; line-height: 1.666em; margin: 1.666em 0; overflow: hidden; clear: both; }

	small, .small { font-size:0.8333em; line-height: 2em; }
	big { } /* Note: Any size above 1.666em currently creates 1px increase in line height. Bug? */
	.footnote { margin: .25em 0; font-size: .833em; line-height: 1.66em; }

	hr { display: block; color:#DDD; background:#DDD; height: 1px; border: none; margin: -1px 0 0 0; clear:both; overflow: hidden; }
	
	/* Links */
	a { color: #2E7E9F; }
	a:hover { color: #3FAFDD; }
	
	/* Quotations and Cites */
	blockquote { margin: 0 1.666em; }
	blockquote cite { display: block; margin: 0.833em 0 0 0; }
	cite { font-style: italic; }
	
	/* Monospaced */
	code, pre, kbd, tt, samp, var { margin: 1.666em 0; font-size: 1em; line-height: 1.666em; color: #999; font-family: Monaco, "Andale Mono", Courier, "Courier New", monospace; }
	code { background: none; }
	pre { background: none; }
	
	/* Lists */
	ul,ol,li,dl,dd,dt { color: #555; font-size: 1em; line-height: 1.666em; margin: 1.666em 0; }
	ul ul, ul ol, ol ul, ol ol { margin: 0; }
	ul { list-style:disc; }
	ul.none { list-style:none; }
	ol { list-style: decimal; }
	ol li, ul li, dd { margin: 0 0 0 1.666em; }
	dd,dt { color: #555; font-size: 1em; line-height: 1.666em; margin:0; }

	
	/* Accronyms and Abbreviations */
	abbr, acronym { cursor: help; text-transform: lowercase; font-variant: small-caps; font-size: 1.166em; font-style: italic; line-height: 1em; letter-spacing: 0.083em; }
	
	/* Deletions and Insertions */
	del { color: #999; text-decoration: line-through; }
	ins { color: #222; }
	del, ins { cursor: help; }
	
	/* Subscript and Superscript */
	sub { position: relative; top: 0.5em; font-size: 0.8333em; }
	sup { position: relative; bottom: 0.5em; font-size: 0.8333em; }
	
	/* Definition */
	dfn { font-style: italic; cursor: help; }

/*	Navigation
---------------------------------------------------------------------------- */

	/* Horizontal */
	ul#nav-horiz { clear: both; list-style: none; overflow: hidden; }
	ul#nav-horiz li { display: block; float: left; margin: 0 0.833em 0 0; }
	ul#nav-horiz li a { background: #EEE; display: block; float: left; height: 2.499em; line-height: 2.499em; padding: 0 0.833em; }
	ul#nav-horiz li a:hover, ul#nav-horiz li.selected a { background: #888; color: #FFF; }
	
/*	Forms
---------------------------------------------------------------------------- */

	form { margin: 0 0 1.666em 0; }
	form legend { display: none; }	
	form dl { margin: 0; padding: 0; }
	form dl dt, form dl dd { float: left; padding: 0; margin: 0; overflow: hidden; margin: 0 0 0.833em 0; }
	form dl dt { clear: left; }
	form dl dt label { padding: 0 1.666em 0 0; display: block; width: 80px; float: left; font-size: 1em; line-height: 1.666em; }	
	form dl dt label span.req { color: #AE1C42; }	
	form dl dd input, form dl dd textarea, form dl dd select { background: #222; color: #FFF; width: 300px; }
	form dl dd input:focus, form dl dd textarea:focus { background: #999; color: #FFF;}
	form dl dd input { display: block; float: left; height: 1.666em; line-height: 1.666em; }	
	form dl dd select { height: 1.666em; }
	form dl dd select:focus option.message { display: none; }	
	form dl dd textarea { line-height: 1.666em; height: 6.666em; }
	/* form dl > dd:last-child, form dl > dt:last-child { margin: 0; } /* Note: Not Supported in -IE6 */
	
	/* Validation Errors */
	form dl dd label.error { display: block; clear: both; background: #AE1c42; font-size: 0.8333em; line-height: 2em; padding: 0 10px 0 10px; color: #FFF; }
	
	/* Buttons and Submit Inputs */
	form dl dd.submit { clear: both; overflow: hidden;  }
	button, input.submit { line-height: 2.499em; height: 2.499em; padding: 0 0.833em; width: auto; float: left; }
	
/*	Columns
---------------------------------------------------------------------------- */
	
	/* Column Container */
	div.column_container_top, div.column_container { clear: both; overflow: hidden; margin: 0; padding: 0; }
	
	/* Two Column */
	div.twocol_left_column, div.twocol_right_column { margin: -20px 0 0 0; float: left; width: 320px; }
	div.twocol_left_column { margin: -20px 20px 0 0; }
	
	/* Four Column */
	div.fourcol_one_column, div.fourcol_two_column, div.fourcol_three_column, div.fourcol_four_column { margin: -20px 20px 0 0; float: left; width: 150px; }
	div.fourcol_four_column { margin: -20px 0 0 0; }
	
/*	Layout
---------------------------------------------------------------------------- */

	/* General */
	/* html { height: 100%; width: 100%; } */
	body { height: 100%; width: 100%; padding: 0 0 0 0; background: #000 url(images/bg_4.jpg) top center no-repeat; }
	div#wrapper { overflow: hidden; clear: both; width: 920px; margin: 0 auto; padding: 0; background: none; }
	hr { display: none;}
	
/*	Layout
---------------------------------------------------------------------------- */
	
	div#user { color: #333; clear: both; height: 20px; width: 920px; margin: 25px 0 0 0; background: none; }
	div#user p { position: relative; margin: 0 20px 0 0; padding: 0; float: right; color: #333; }
	div#user div#userform { float: right; padding: 0 20px 0 0; line-height: 20px; }
	div#user div#userform form { width: 500px; display: block; padding: 0 5px 0 0; display: inline; vertical-align: top; }
	
	div#user div#userform form input { color: #666; float: left; width: 100px; height: 20px; line-height: 20px; background: #333; vertical-align: middle; margin: 0 0 0 2px; }
	div#user div#userform form input:focus { background: #FFF; }
	div#user div#userform form input#wp-submit { height: 20px; padding: 0 5px; width: 50px; line-height: 20px; }
	div#user a { color: #666; text-decoration: none; }
	div#user a:hover { color: #FFF; }
	div#user img {float: left; margin: 0 10px 0 0; width: 19px; height: 19px; border: 1px #FFF solid; }

/* Navigation
---------------------------------------------------------------------------- */

	div#nav { position: fixed; margin: 55px 0 0 0; float: left; width: 100px; background: none; }
	div#nav h1 { margin: 0 0 10px 0; padding: 0; }
	div#nav h1 a { width: 100px; z-index: 100; text-indent: -30000px; background: url(images/ha_bg.png) no-repeat; height: 160px; border-bottom: 2px solid #FFF; display: block;}

	ul#nav-vert { clear: both; overflow: hidden; list-style: none; margin: 0 0 0 0; padding: 0; }
	ul#nav-vert li { display: block; float: right; margin: 0 0 1px 0; clear: right; }
	ul#nav-vert li a { font-size: 14px; color: #FFF; text-transform: uppercase; float: right; display: block; height: 19px; line-height: 19px; }
	ul#nav-vert li a:hover, ul#nav-vert li.current_page_item a { width: 78px; text-align: right; color: #000; background: #FFF url(images/nav.png) top right no-repeat; padding: 0 17px 0 5px;   }

	ul#nav-vert-admin { clear: both; overflow: hidden; list-style: none; margin: 10px 0 0 0; padding: 10px 0 0 0; border-top: 2px solid #777; }
	ul#nav-vert-admin li { display: block; float: right; margin: 0 0 1px 0; clear: right; }
	ul#nav-vert-admin li a { font-size: 10px; color: #777; text-transform: uppercase; float: right; display: block; height: 19px; line-height: 19px; }
	ul#nav-vert-admin li a:hover, ul#nav-vert-admin li.current_page_item a { color: #FFF; }

/* Div Layout
---------------------------------------------------------------------------- */
	
	/* Right */
	div#right { margin: 15px 0 0 120px; float: left; width: 800px; background-color: #222; background-repeat: no-repeat; }
		
	/* Featured */
	a#featured { margin: -2px 0 0 0; float: left; height: 200px; width: 800px; text-indent: -30000px; }

	/* Content */
	div#content { margin: 0; float: left; width: 630px; padding: 0; clear: both; overflow: hidden; background-position: 0 -200px; background-repeat: no-repeat; } 	
	
	div#content div.post, div#content div.postpage, div#commentfromage { 
	padding: 10px 0 20px 0; margin: 0 0 20px 20px; background: #FFF url(images/post_bg.jpg) 0 0 no-repeat; border: 5px solid #222; }
	
/* Blog Posts
---------------------------------------------------------------------------- */

	div#content div.post { padding-bottom: 0; }
	div#content div.post a, div#content div.postpage a { color: #ae1c42; text-decoration: underline; }
	div#content div.post a:hover, div#content div.postpage a:hover { background:#ae1c42; color: #FFF; text-decoration: none; }
	div#content div.post p, div#content div.postpage p { padding: 0 20px 0 20px; color: #222; margin: 15px 0 0 0; }

/* Blog Images
---------------------------------------------------------------------------- */
	
	div#content div.post img, div#content div.postpage img { display: block; margin: 0 auto; padding: 4px; border: 1px solid #dbdbdb; }
	div#content div.post img.wp-smiley, div#content div.postpage img.wp-smiley { display: inline; margin: 0; padding: 0; border: none; }
	div#content div.post a.img:hover img { border: 1px solid #ae1c42; }
	
	div#content div.post div.vimeo { padding: 4px; border: 1px solid #dbdbdb; margin: 20px auto 0 auto; width: 450px; }
	
	div#content div.post p.dlmp3 { font-size: 14px; padding: 10px 0 1px 0;  display: block; text-align: center; clear: both; overflow: visible; height: 25px; }
	div#content div.post p.dlmp3 span.mp3 { margin: 0; border: 1px solid #dbdbdb; padding: 4px 5px; color: #222; height: 25px;}
	
	div#content div.post div.head { margin: 7px 0 0 0; padding: 0 0 0 20px; }
	div#content div.post div.head img { float: left;  width: 40px; height: 40px; padding: 0; border: none; }
	div#content div.post div.head div.headtext { float: left; width: 500px; padding: 0 0 0 20px; }
	
	div#content div.post h2, div#content div.postpage h2 { font-size: 23px; line-height: 1.000em; margin: 0 0 20px 0; font-weight: bold; text-transform: uppercase; float: left; text-transform: uppercase; }
	div#content div.post h2 a { width: 490px; display: block; text-decoration: none; color: #ae1c42; font-weight: bold; }
	div#content div.post h2 a:hover { color: #222; text-decoration: none; background: none; }

	div#content div.post ul.links, div#content div.postpage ul.links { list-style: none; border-bottom: 1px solid #e1e1e1; margin: 20px 20px 0 20px;}
	div#content div.post ul.links span, div#content div.postpage ul.links span { margin: 0 0 0 10px; }
	div#content div.post ul.links li, div#content div.postpage ul.links li { margin: 0; padding: 0; border-top: 1px solid #e1e1e1; }
	div#content div.post ul.links li a, div#content div.postpage ul.links li a { text-decoration: none; margin: 0 0 0 10px; }
	div#content div.postpage ul.links { margin-bottom: 20px; margin-top: 10px; }

	div#content div.post p.meta { text-transform: uppercase; background: none; font-size:0.8333em; height: 20px; line-height: 2em; margin: 0; padding: 0 0 0 0; }
	div#content div.post p.meta span.by, div#content div.post p.meta span.comments { padding: 0; color: #666; float: left; margin: 0; line-height: 2em; height: 20px; display: block; clear: none; }
	div#content div.post p.meta span.comments { float: right; }
	div#content div.post p.meta span.comments a { font-weight: bold; }

	div#content div.cattags { color: #FFF; margin: 20px 0 0 0; padding: 10px 10px 10px 20px; display: block; background: #ae1c42; clear: both; overflow: hidden; }
	div#content div.cattags p.cat { color: #FFF; text-transform: uppercase; font-size:0.8333em; float: left; line-height: 20px; clear: none; margin: 0; padding: 3px 0; }
	div#content div.cattags p.cat a { color: #FFF; }
	div#content div.cattags p.cat a:hover { background: #FFF; color: #ae1c42; }
	div#content div.cattags a.more-link { color: #FFF; display: block; background: #7a142e; text-decoration: none; float: right; padding: 3px 10px; line-height: 20px; height: 20px}
	div#content div.cattags a.more-link:hover { background: #FFF; color: #ae1c42; }
	
	div#postnavigation p { height: auto; margin: 15px 0 25px 0; }
	div#postnavigation p a { color: #999; padding: 5px; background: #333;}
	div#postnavigation p a:hover { color: #FFF; background: #555; }
	div#postnavigation p { padding: 0 5px 0 25px; }
	div#postnavigation p span { margin: 0; padding: 0; clear: none;}
	div#postnavigation p span.prev { float: left; }
	div#postnavigation p span.next { float: right;}

/* Page Posts
---------------------------------------------------------------------------- */

	div#content div.postpage { position: relative; clear: both; overflow: hidden; padding-bottom: 0; }
	div#content div.postpage h2 { color: #ae1c42; padding: 0 0 0 20px; margin: 10px 0 10px 0; clear: both; width: 100%; }
	div#content div.postpage p.game { margin: 10px 0 0 0; }
	div#content div.postpage p.about { margin: 10px 0 20px 0; }
	
	div#content div.postpage span.screens { clear: both; padding: 0 0 0 20px; margin: 0; overflow: hidden; display: block; }
	div#content div.postpage span.screens img {float: left; margin: 0 10px 0 0; display: inline; clear: none; width: 75px; height: 75px; }
	
	div#content div.postpage span.downloadgame { float: left; color: #FFF; margin: 0; padding: 20px; display: block; background: #ae1c42; width: 560px; }
	div#content div.postpage span.downloadgame a { height: 26px; text-decoration: none; display: inline; background: #7a142e; color: #FFF; padding: 6px 10px; margin: 0 3px; }
	div#content div.postpage span.downloadgame a span.size { color: #FFF; font-size: 10px; padding: 0; margin: 0; }
	div#content div.postpage span.downloadgame a:hover { background: #FFF; color: #ae1c42; }
	div#content div.postpage span.downloadgame a:hover span.size { color: #ae1c42; }
	
	div#content div.postpage blockquote { color: #666; line-height: 22px; display: block; font-size: 16px; font-style: italic; padding: 20px 40px 10px 40px; }
	
	div#content div.postpage span.price { position: absolute; top: -10px; right: 20px; font-size: 16px; }
		
/* Sidebar
---------------------------------------------------------------------------- */

	div#sidebar { height: 100%; margin: 0 0 0 0; padding: 20px 0; float: left; width: 170px; background-position: -630px -200px; background-repeat: no-repeat; }
	
	div#sidebar ul, div#sidebar ul li { margin: 0; padding: 0; list-style: none; }
	div#sidebar ul li.tag { text-transform: lowercase; }
	div#sidebar h2 { font-size: 1.249em; line-height: 1.333em;  margin: 1.333em 0 0 0; color: #FFF;  }
	div#sidebar a { color: #777; }
	div#sidebar a:hover { color: #FFF; }
	div#sidebar ul#sidebar_list { padding: 0 20px; }
	div#sidebar ul#sidebar_list span.count { color: #444; }
		
	div#sidebar form#searchform input { margin: 10px 0 0 0 ; font-size: 14px; width: 128px; height: 18px; color: #000; padding: 2px 0 0 2px; }
	
	div#sidebar div#sidebar_flickr, div#sidebar div#sidebar_vimeo, div#sidebar div#sidebar_twitter { clear: both;  width: 140px; margin: 20px 10px 0 20px; clear: both; overflow: hidden; }
	div#sidebar div#sidebar_flickr h2, div#sidebar div#sidebar_vimeo h2, div#sidebar div#sidebar_twitter h2 {margin: 0 0 5px 0;}
	div#sidebar div#sidebar_flickr a img, div#sidebar div#sidebar_vimeo a img { height: 44px; border: 1px solid #FFF; width: 58px;  float: left; margin: 0 10px 20px 0;}
	div#sidebar div#sidebar_vimeo a img { margin: 0 10px 0 0; }
	div#sidebar div#sidebar_flickr a img { height: 58px; margin: 0 10px 10px 0; }
	div#sidebar div#sidebar_flickr a img:hover, div#sidebar div#sidebar_vimeo a img:hover { border: none; border: 1px solid #222; }

	div#sidebar div#sidebar_twitter ul li { font-size: 10px; color: #FFF; margin: 0 0 5px 0; }
	div#sidebar div#sidebar_twitter { border-bottom: 1px solid #444; margin: 0 10px 15px 20px; padding: 10px 0 15px 0; width: 130px; }
	div#sidebar div#sidebar_twitter ul li a { color: #777; }
	div#sidebar div#sidebar_twitter ul li a:hover { color: #FFF; }
	
/* Comments
---------------------------------------------------------------------------- */	
	
	/* Comments */
	div#right.single div.post { margin-bottom: 0; }
	
	ol#comments { padding: 0 5px 0 25px; margin: 0 0 0 0; list-style: none; }
	ol#comments a { color: #d72352; }
	ol#comments a:hover { color: #222; background: #d72352; }
	ol#comments li { width: 600px; }
	ol#comments li, ol#comments li p, ol#comments span { margin: 0; padding: 0; clear: none; }
	ol#comments li { clear: both; overflow: hidden; border-bottom: 1px solid #333; padding: 20px 0; float: left; }
	
	ol#comments li span.avatar, ol#comments li span.number { float: left; margin: 0; padding: 0; clear: none; display: inline; }
	ol#comments li span.avatar { width: 40px; height: 40px; float: left; clear: none; display: block; }
	ol#comments li span.avatar img { width: 40px; height: 40px; clear: none; float: left; }
	ol#comments li span.number { float: left; font-size: 20px; vertical-align: top; line-height: normal; width: 40px; }
	
	ol#comments li p { color: #888; }
	ol#comments li p.approval { background: #d72352; color: #FFF; padding: 5px;  }
	ol#comments li p.meta { color: #555; margin: 0 0 8px 0; text-transform: uppercase; font-size: 10px; clear: left; }
	ol#comments li div.commentbody { float: left; width: 500px; clear: none; padding: 0 0 0 20px; }
	
	ol#comments li span.number { color: #444; }
	ol#comments li.user0 span.number { color: #333; }
	ol#comments li.user5 span.number, /* Ian */
	ol#comments li.user2 span.number, /* Chris */
	ol#comments li.user3 span.number, /* Alec */
	ol#comments li.user10 span.number /* Katie */
	{ color: #d72352; }
	
	a.commentlogout { float: right;}
	
	/* Footer */
	div#footer { clear: both; overflow: hidden; margin: 0 0 40px 0; padding: 20px 20px; width: 760px; float: right; text-align: center; overflow: hidden; clear: both; background: #000; }
	div#footer p { font-size:0.8333em; text-transform: uppercase; margin: 0; color: #444; }
	div#footer a { color: #666; }
	div#footer a:hover { color: #999; }
		
	/* Forum */
	div#content.forum { width: 760px; padding: 0px 20px 0 20px; }
	div#content.forum #sforum { width: 760px; }		
	
	/* BG */
	div#right, div#content, div#sidebar, a#featured { background-image: url(images/backgrounds/marian.jpg); }

div#right.music, div#right.music div#content, div#right.music div#sidebar, div#right.music a#featured { background-image: url(images/backgrounds/aquariaostbg.jpg); }
/* div#right.music div#content div.postpage h2, div#right.music div#content div.postpage a { color: #466c97; } */

	div#right.about, div#right.about div#content, div#right.about div#sidebar, div#right.about a#featured { background-image: url(images/backgrounds/about2.jpg); }
	div#right.about div#content div.postpage h2, div#right.about div#content div.postpage a { color: #b02d24; }
	div#right.about div#content div.postpage a:hover { background: #b02d24; color: #FFF; }
	
	div#right.about div#content div.postpage p.one, div#right.about div#content div.postpage p.two, div#right.about div#content div.postpage p.three, div#right.about div#content div.postpage p.four { padding: 0 0 20px 20px; margin: 0; width: 125px; float: left; clear: none; }
	div#right.about div#content div.postpage p.one img, div#right.about div#content div.postpage p.two img, div#right.about div#content div.postpage p.three img, div#right.about div#content div.postpage p.four img { margin: 0 0 10px 0; }
	
	form#form { float: left; margin: 0; padding: 0;}
	form#form dl dt label { color: #222; }
	form#form span.captcha { margin: 0; padding: 0; }
	form#form dd input { width: 200px; background: #d2d2d2; color: #222; }
	form#form dd input:focus, #contact-message:focus { background: #555; color: #FFF; }
	form#form dt { padding: 0 0 0 20px; }
	form#form dd { width: 200px; padding: 0 260px 0 0; }
	form#form dd.textarea, #contact-message { width: 460px; padding: 0;}
	#contact-message { height: 200px; background: #d2d2d2; color: #222; }
	form#form dd.submit { padding: 20px; margin: 10px 0 0 0; width: 560px; background: #ae1c42; float: left; }
	form#form dd.submit input { width: 120px; height: 26px; background: #7a142e; color: #FFF; float: right;  }
	form#form dd.submit input:hover { background: #FFF; color: #ae1c42; }
	
	div#commentfromage { border-top: none;  width: 600px; clear: both; overflow: hidden; padding: 20px 0 0 0; background: #333; background-image: none; }
	
	p#commentabove  { color: #FFF; padding: 0 20px 0 20px; margin: 0 0 20px 0; float: left; width: 560px; }
	p#commentabove span.left { float: left; padding: 0; margin: 0; clear: none; }
	p#commentabove span.right { float: right; padding: 0; margin: 0; clear: none;  }
	p#commentabove a { color: #d72352; }
	p#commentabove a:hover { background: #d72352; color: #222; }
	
	form#commentform { float: left; margin: 0; padding: 0;  }
	
	form#commentform dl dt label { color: #FFF; }
	form#commentform dd input { width: 200px; background: #222; color: #FFF;  }
	form#commentform dd input:focus, #comment:focus { background: #FFF; color: #222; }
	form#commentform dt { padding: 0 0 0 20px; }
	form#commentform dd { width: 200px; padding: 0 260px 0 0; }
	form#commentform dd.textarea, #comment { width: 460px; padding: 0;}
	#comment { height: 200px; }
	form#commentform dd.submit { padding: 20px; margin: 10px 0 0 0; width: 560px; background: #ae1c42; float: left; }
	form#commentform dd.submit input { width: 120px; height: 26px; background: #7a142e; color: #FFF;  float: right;}
	form#commentform dd.submit input:hover { background: #FFF; color: #ae1c42; }