/*
Theme Name: Nuclear Magic
Theme URI: N/A (not a publicly available theme)
Description: The next evolution in my nuclear theme.
Author: Steve Mooradian
Author URI: http://www.stevemooradian.com
Version: 2.0
*/
/*The CSS, XHTML and all design elements are not under any release.  All rights reserved.

Send feedback to steve [at] negative99 [dot] com

Changelog:
v1.0
First Release
v1.1
Cleaned up some style
v1.2
Cleaned up style and added polish
v2.0
Complete restyling and polishing.

******* COLOR LEGEND *******
* white:             #fff
*
* nuke green:        #aaff44
* link green:        #88cc66
*
* magenta:           #f0f
*
* light gold:        #cccc99
* gold:              #aaaa66
* dark gold:         #575520
*
* font grey:         #94969a
* medium grey:       #50585c
* background:        #2E3335
* muted background:  #2a2e30
* darker grey:       #1e2325
****************************

reset compliments of Yahoo (YUI) - http://developer.yahoo.com/yui/reset------------------------------*/
HTML, BODY, DIV, DL, DT, DD, UL, OL, LI, H1, H2, H3, H4, H5, H6, PRE, FORM, FIELDSET, INPUT, TEXTAREA, P, IMG, BLOCKQUOTE, TH, TD
{
	margin: 0;
	padding: 0;
}
TABLE
{
	border-collapse: collapse;
	border-spacing: 0;
}
FIELDSET
{
	border: 0;
}
ADDRESS, CAPTION, CITE, CODE, DFN, EM, STRONG, TH, TD, VAR
{
	font-style: normal;
	font-weight: 400;
}
UL
{
	list-style: none;
	padding: 4px 0;
}
CAPTION, TH, TD
{
	text-align: left;
}
H1, H2, H3, H4, H5, H6
{
	font-size: 100%;
	font-weight: 400;
}
Q:before, Q:after
{
	content: '';
}
ABBR, ACRONYM
{
	border: 0;
}
/*layout------------------------------*/
HTML, BODY
{
	overflow: auto;
}
BODY
{
	min-width: 800px;
	background-color: #2E3335;
	font-weight: 400;
	font-size: 0.8em;
	line-height: 1.5em;
	font-family: verdana, helvetica, arial, sans-serif;
	color: #94969A;
	margin: 1px 0 0;
}
#header
{
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	height: 100%;
	width: 35%;
	text-align: right;
	background: url(images/upperleft.jpg) no-repeat left top;
}
BODY>#header
{
	position: fixed;
}
#wrapper
{
	height: 100%;
	padding-top: 0 !important; /*[e]0*/
	overflow: visible;
	margin: 0 0 0 35%;
}
#content
{
	width: 590px;
	float: left;
	background: url(images/trifoil.jpg) no-repeat center -10px;
	margin: 0 0 0 25px;
	padding: 180px 0 0;
}
/*headings------------------------------*/
H2
{
	text-align: center;
	color: #AAAA66;
	font-size: 3.5em;
	font-family: tahoma, helvetica, arial, sans-serif;
	margin: 0 auto;
}
H3
{
	color: #CCCC99;
	font-size: 1.8em;
	font-family: tahoma, helvetica, arial, sans-serif;
	padding: 4px 0;
}
.frontpage H3
{
	font-size: 1.5em;
	padding: 4px 0;
}
H4
{
	color: #CCCC99;
	text-align: left;
	font-weight: 900;
	font-size: 1.6em;
	margin: 5px 0;
	font-family: tahoma, arial, sans-serif;
	letter-spacing: -1px;
}
H4 A
{
	color: #AAAA66;
	border-bottom: none;
}
H4 A:hover
{
	color: #F0F;
	background: none;
}
H5
{
	color: #CCCC99;
	font-weight: 900;
	font-size: 1.1em;
	font-family: tahoma, arial, sans-serif;
}
H5 A
{
	border-bottom: none;
}
H6
{
	color: #FFF;
	font-weight: 900;
	font-size: 1.4em;
	font-family: tahoma, helvetica, arial, sans-serif;
	margin: 0 0 5px;
	padding: 4px;
}
H6 A
{
	border-bottom: none;
}
/*basic styles------------------------------*/
A
{
	text-decoration: none;
	background: none;
	color: #88CC66;
	border-bottom: 1px solid #50585C;
}
A:active, A:focus
{
	outline: none;
}
A:hover
{
	text-decoration: none;
	background: #88CC66;
	color: #2E3335;
	border-bottom: none;
}
P
{
	padding: 0 0 10px;
}
STRONG
{
	font-weight: 700;
}
PRE
{
	display: block;
	background-color: #2A2E30;
	line-height: 1.4em;
	margin: 2px 2px 10px;
	padding: 5px;
}
CODE
{
	font-size: 1.1em;
	background-color: #2A2E30;
}
EM
{
	font-style: italic;
}
BLOCKQUOTE
{
	display: block;
	clear: both;
	border-top: 1px dashed #575520;
	border-bottom: 1px dashed #575520;
	color: #CCCC99;
	font-size: 0.9em;
	line-height: 1.35em;
	text-align: left;
	margin: 5px 35px 10px;
	padding: 7px;
}
BLOCKQUOTE P
{
	padding: 0;
}
OL
{
	margin: 2px 10px 4px 25px;
}
/*images------------------------------*/
IMG
{
	border: 0;
	vertical-align: bottom;
}
A IMG.ir_sm
{
	border: 3px solid #50585C;
	padding: 2px;
}
A:hover IMG.ir_sm
{
	border: 3px solid #F0F;
	padding: 2px;
}
A IMG.ir
{
	text-decoration: none;
	border: 5px solid #50585C;
	padding: 2px;
}
A:hover IMG.ir
{
	border: 5px solid #F0F;
	padding: 2px;
}
IMG.ir_thin
{
	text-decoration: none;
	border: 1px solid #50585C;
	padding: 2px;
}
/*#header elements & navigation styles------------------------------*/
#eastereggs A, #eastereggs A:hover
{
	float: left;
	text-decoration: none;
	color: #2E3335;
	background: none;
	border-bottom: none;
}
#navigation
{
	position: absolute;
	left: 0;
	top: 50%;
	width: 100%;
	height: 600px;
	margin-top: -310px;
	background: url(images/vertical_divider.jpg) no-repeat right bottom;
	padding: 0;
}
#maintitle
{
	display: inline;
	float: right;
	margin-top: 80px;
	margin-right: 22px;
	margin-bottom: 10px;
	height: 119px;
	width: 240px;
	background: url(images/stevemooradian_maintitle.png) no-repeat right bottom;
	border-bottom: none;
}
.page_item A
{
	display: block;
	text-decoration: none;
	font-weight: 900;
	font-size: 18px;
	line-height: 22px;
	font-family: tahoma, helvetica, arial, sans-serif;
	color: #50585C;
	border-bottom: none;
	margin: 0;
	padding: 0 40px 2px 0;
}
.page_item A:hover
{
	color: #AAFF44;
	background: #1E2325;
}
.current_page_item A, .current_page_item A:hover
{
	color: #F0F;
	background: #1E2325;
	border-bottom: none;
}
#search
{
	float: right;
	display: inline;
/*ie sucks*/
	margin-right: 40px;
	margin-bottom: 10px;
}
#search .searchfield
{
	background: #2A2F33 url(images/google_search_field.gif) no-repeat center;
	width: 170px;
	border: 1px solid;
	color: #50585C;
	text-align: right;
	border-color: #202227 #3D4244 #3D4244 #202227;
}
#search .searchfieldfocus
{
	background: #303436 url(none) no-repeat center;
	width: 170px;
	border: 1px solid;
	color: #95969A;
	text-align: right;
	border-color: #101217 #4D5254 #4D5254 #101217;
}
#copyright
{
	display: block;
	position: absolute;
	bottom: 3px;
	left: 6px;
	text-align: left;
	width: 100%;
	color: #404547;
	font-weight: 700;
	font-size: 0.8em;
	line-height: 1.1em;
	font-family: tahoma, "trebuchet ms", helvetica, arial, sans-serif;
}
#copyright A
{
	text-decoration: none;
	color: #50585C;
	border-bottom: none;
	padding: 2px 0;
}
#copyright A:hover
{
	color: #2E3335;
	background: #50585C;
}
.warning
{
	border: 1px solid #F33;
	color: #F66;
	background: #433;
	font-size: x-small;
	width: 235px;
	margin: 10px;
	padding: 10px;
}
.warning A
{
	color: #FFF !important; /*[e]#FFF*/
	border-bottom: none !important; /*[e]none*/
}
.warning A:hover
{
	color: #F00 !important; /*[e]#F00*/
	background: none !important; /*[e]none*/
}
#quicklinks
{
	display: block;
	width: 95%;
	text-align: left;
	border-top: 1px solid #575520;
	border-bottom: 1px solid #575520;
	color: #575520;
	font-weight: 900;
	font-size: 0.8em;
	line-height: 0.8em;
	font-family: tahoma, "trebuchet ms", helvetica, arial, sans-serif;
	margin: 10px 0;
	padding: 3px 3px 3px 10px;
}
#quicklinks A
{
	text-decoration: none;
	color: #AAAA66;
	border-bottom: none;
	margin: 0;
	padding: 1px 4px;
}
#quicklinks A:hover
{
	background-color: #AAAA66;
	color: #1E2325;
}
A.frontlink
{
	color: #AAAA66;
	font-variant: small-caps;
	font-weight: 600;
	font-size: 11px;
	line-height: 1.7em;
	font-family: tahoma, arial, sans-serif;
	border-bottom: none;
	padding: 1px;
}
A.frontlink:hover
{
	background: none !important; /*[e]none*/
	color: #FFF;
}
/*special classes------------------------------*/
A.no_deco
{
	text-decoration: none;
	border-bottom: none;
}
.title
{
	display: block;
	font-weight: 600;
	font-size: 1.1em;
	font-family: verdana, "trebuchet ms", helvetica, arial, sans-serif;
	color: #FFF;
}
.entry
{
	font-size: 0.95em;
	background: url(images/faded_corner_bottomright.png) no-repeat bottom right;
	margin: 10px 0 15px;
	padding: 5px 20px 10px 5px;
}
.frontpage .entry
{
	margin-top: 0;
}
.subentry
{
	margin-bottom: 2px !important; /*[e]2px*/
	margin-top: 2px !important; /*[e]2px*/
	font-size: 0.9em;
/*background:url(images/subcontent_corner.jpg) no-repeat top left;*/
	padding: 0 0 0 5px;
}
.subentry_excerpt
{
	margin-left: 135px !important; /*[e]135px*/
	padding-top: 1px;
}
.seperator
{
	width: 400px;
	height: 1px;
	line-height: 0.1em;
	border-top: 1px dotted #F0F;
}
.more-link
{
	float: right;
}
.more-link A
{
	color: #AAAA66;
	font-variant: small-caps;
	font-weight: 900;
	font-size: 1em;
	line-height: 1.2em;
	font-family: tahoma, arial, sans-serif;
	border-bottom: none;
	padding: 2px;
}
.more-link A:hover
{
	background-color: #AAAA66;
	color: #1E2325;
}
.note_text
{
	font-size: 0.9em;
	font-weight: 700;
	font-style: italic;
}
#bottom
{
	height: 66px;
	width: 100%;
	background: url(images/bottom.jpg) no-repeat bottom left;
}
UL.bullet_list
{
	padding-left: 20px;
	list-style: square !important; /*[e]square*/
}
UL.bullet_list LI
{
	line-height: 1.4em;
}
UL.bullet_list UL
{
	list-style: square !important; /*[e]square*/
}
DIV.infoblock
{
	display: block;
	clear: both;
	background: #313735;
	border: 1px dotted #373;
	font-size: 0.9em;
	line-height: 1.4em;
	font-family: tahoma, helvetica, arial, sans-serif;
	text-align: left;
	margin: 5px 20px 15px;
	padding: 7px;
}
DIV.infoblock A
{
	border-bottom: none;
}
DIV.infoblock P
{
	padding: 3px;
}
DIV.blogblock
{
	display: block;
	clear: both;
	background: #2A2E30;
	border: 1px solid #282828;
	font-size: 0.9em;
	line-height: 1.4em;
	font-family: tahoma, helvetica, arial, sans-serif;
	text-align: left;
	margin: 5px 20px 15px;
	padding: 6px;
}
DIV.blogblock P
{
	margin-bottom: 3px;
	padding: 0;
}
DIV.blogblock H4
{
	margin: 10px 0 0;
	line-height: 1.2em;
}
DIV.blogblock UL
{
	margin: 0;
}
DIV.blogblock UL LI
{
	margin-bottom: 10px;
}
.separated
{
	border-bottom: 1px dashed #575520;
	padding-bottom: 5px;
}
.home_widget
{
	width: 255px;
	font-size: 0.95em;
	background: url(images/faded_corner_bottomright_small.png) no-repeat bottom right;
	margin: 5px 0 10px;
	padding: 5px 20px 10px 5px;
}
SPAN.edit-link A
{
	color: #222222;
	border: 0;
	float: right;
	margin-top: -20px;
}
SPAN.edit-link A:hover
{
	color: #FFFFFF;
	border: 0;
	background: none;
}
/*#flickrss styles------------------------------*/
#flickrss A
{
	border-bottom: none;
}
#flickrss A IMG
{
	display: inline-block;
	border: 3px solid #50585C;
	margin: 2px 0;
	padding: 0;
}
#flickrss A:hover IMG
{
	border: 3px solid #F0F;
	margin: 2px 0;
	padding: 0;
}
#flickrss UL
{
	list-style: none;
	margin: 0;
	padding: 0;
	white-space: nowrap;
}
#flickrss LI
{
	display: inline;
	margin: 0;
	padding: 0 4px 0 0;
	float: left;
}

/*RSS links------------------------------*/
A.rssred16, A.rssblue16, A.rssorange16
{
	display: block;
	text-decoration: none;
	color: #AAAA66;
	text-align: left;
	font-weight: 600;
	font-variant: small-caps;
	font-family: tahoma, arial, sans-serif;
	border-bottom: none;
	margin: 5px 0;
}
A.rssred16, A.rssblue16, A.rssorange16
{
	height: 16px;
	font-size: 11px;
	line-height: 16px;
	background: transparent url(images/rss_icon_glass16.gif) no-repeat 0 0 !important; /*[e]transparent url(images/rss_icon_glass16.gif) no-repeat 0 0*/
	padding: 0 0 0 22px;
}
A.rssred16:hover
{
	background: transparent url(images/rss_icon_glass16.gif) no-repeat 0 -32px !important; /*[e]transparent url(images/rss_icon_glass16.gif) no-repeat 0 -32px*/
	color: #FFF;
}
A.rssorange16:hover
{
	background: transparent url(images/rss_icon_glass16.gif) no-repeat 0 -16px !important; /*[e]transparent url(images/rss_icon_glass16.gif) no-repeat 0 -16px*/
	color: #FFF;
}
A.rssblue16:hover
{
	background: transparent url(images/rss_icon_glass16.gif) no-repeat 0 -48px !important; /*[e]transparent url(images/rss_icon_glass16.gif) no-repeat 0 -48px*/
	color: #FFF;
}
A.rssred32, A.rssblue32, A.rssorange32
{
	height: 32px;
	width: 32px;
	text-decoration: none;
	border-bottom: none;
	background: transparent url(images/rss_icon_glass32.gif) no-repeat 0 0 !important; /*[e]transparent url(images/rss_icon_glass32.gif) no-repeat 0 0*/
	margin: 0 10px 0 0;
}
A.rssred32:hover
{
	background-position: 0 -64px !important; /*[e]0 -64px*/
	background-color: transparent;
}
A.rssorange32:hover
{
	background-position: 0 -32px !important; /*[e]0 -32px*/
	background-color: transparent;
}
A.rssblue32:hover
{
	background-position: 0 -96px !important; /*[e]0 -96px*/
	background-color: transparent;
}
.rssred16 P, .rssorange16 P, .rssblue16 P, .rssred32 P, .rssorange32 P, .rssblue32 P
{
	padding: 0;
}
/*Event Calendar3 styles styles------------------------------*/
UL.ec3_events
{
	margin: 0;
	padding: 0;
}
UL.ec3_events LI
{
	margin: 10px 10px 10px 20px;
	padding: 0;
}
UL.ec3_events P
{
	margin: 0;
	padding: 0;
}
.frontpage UL.ec3_events
{
	font-size: 0.9em;
	line-height: 1.4em;
	font-family: tahoma, helvetica, arial, sans-serif;
}
.frontpage UL.ec3_events LI
{
	margin: 5px 5px 0;
}
UL.ec3_events LI .dateblock
{
	display: block;
	text-transform: uppercase;
	margin-top: 3px;
	text-align: center;
	float: left;
	width: 40px;
	height: 40px;
	font-family: Arial, Helvetica, sans-serif;
	border-bottom: none;
	border: 1px solid #50585C;
	background-image: url(images/calendargold40.jpg);
}
UL.ec3_events LI .eventblock
{
	display: block;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	width: 410px;
	padding-left: 5px;
}
.frontpage UL.ec3_events LI .dateblock
{
	width: 32px;
	height: 32px;
	font-size: 0.95em;
	line-height: 1.1em;
	background-image: url(images/calendargold32.jpg);
}
.frontpage UL.ec3_events LI .eventblock
{
	width: 200px;
}
.datemonth
{
	display: block;
	font-size: 1.2em;
	font-weight: 900;
	color: #CCCC99;
	margin: 0;
	padding: 2px;
}
.dateday
{
	display: block;
	font-size: 1.7em;
	color: #1E2325;
	margin: 0;
	padding: 2px;
}
/*utility classes------------------------------*/
.floatleft
{
	float: left;
}
.floatright
{
	float: right;
}
.floatcenter
{
	display: block;
	margin: 0 auto;
}
IMG.floatleft
{
	float: left;
	margin: 5px 8px 3px 0;
}
IMG.floatright
{
	float: right;
	margin: 5px 0 3px 8px;
}
IMG.floatcenter
{
	display: block;
	margin: 4px auto;
}
.smalltext
{
	font-size: 0.9em;
	line-height: 1.4em;
}
.darktext, .subdued_text
{
	color: #50585C;
}
.subtext
{
	margin-top: 5px;
	font-size: 0.75em;
	color: #50585C;
	line-height: 1.1em;
}
.highlight
{
	background-color: #575520;
}
.justified
{
	text-align: justify;
}
.hide
{
	overflow: hidden;
	position: absolute;
	height: 0;
	width: 0;
}
.clear
{
	clear: both;
}
.clearfix:after
{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix
{
	min-width: 0;
	display: block;
}
* HTML .clearfix
{
	height: 1%;
}
IMG.awards
{
	padding: 0;
	margin: -4px 0 0 -6px;
}
IMG.blend_small
{
	margin:-1px auto -8px !important;
	/*z-index:-9999;
	position:relative;*/
}
IMG.blend_big
{
	margin:-1px auto -20px !important;
	/*z-index:-9999;
	position:relative;*/
}