@charset "UTF-8";
/* CSS Document */

/*
++++++++++++++++++++++++++++++++++++++++++++++++
Tactical Magic.com Global CSS
author: PJ McCormick
Spring 2009
++++++++++++++++++++++++++++++++++++++++++++++++ 
*/


/*
NEW FORM
++++++++++++++++++++++++++++++++++++++++++++++++ 
*/

	span.label,span.spacer,span.multiple span {
		float:left; 
		padding: 0 5px 0 0;
		} 
		
	span.multiple {
		float:left;
		} 
		
	span.button {
		float: left; 
		overflow: hidden; 
		}
		
		span.button button {
			margin: 0; 
			padding: 0px 0 0px 0; 
			background: #fff url(i/submit_join.gif) no-repeat 8px 4px; 
			color: #C0C0C0; 
			border: #ccc 1px solid; 
			font-size: 13px; 
			height: 19px;
			width: 41px; 
			font-variant: small-caps;
			display: inline;
			white-space: normal;
			text-align: center;
			overflow: hidden;
			text-indent: -9999px;
			}
		
		span.button button:hover {
			border-color: #ee3124; 
			cursor: pointer;  
			} 
			
	div.clear {
		clear:both;
		}
		
	input#tyme-tyme {
		float: left; 
		padding: 2px 4px 2px 3px; 
		margin: 0 5px 0 0; 
		color: #C0C0C0; 
		border: #ccc 1px solid; 
		height: 13px; 
		font-size: 10px; 
		}
		
	div#emailForm {
		float: right; top: 0;  
		margin: -2px 13px 0 0; 
		position: relative;
		}
		
	form {
		display:inline; 
		margin: 0; 
		} 
		
		
		
/*
GENERAL RULES
++++++++++++++++++++++++++++++++++++++++++++++++ 
*/

#wrapper {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	width: 840px;
	margin: 0 auto; 
	position: relative;
	color: #666;
	line-height: 16px;
	-webkit-text-size-adjust:none
}
#header {
	background-image: url(../images/header_03.png);
	float: left;
	position: relative;
	width: 840px;
	height: 50px;
}
#footer {
	float: left;
	width: 840px;
	position: relative;
	border-top: 1px solid #ccc; 
	margin-top: 1px;
}
#twitter_wrapper {
	float: left;
	width: 816px;
	border-bottom: 1px solid #ccc; 
	position: relative;
	padding: 6px 12px; 
	overflow: hidden;
	text-align: center;
}
#footer_contactinfo {
	float: left;
	width: 840px;
	position: relative;
	border-bottom: 1px solid #ccc; 
	padding: 6px 0;  
}
.twitter_timestamp {
	color: #666;
}
.left {
	float: left;
	margin: 12px 12px 12px 0; 
	position: relative;
}
.contact_info {
	float: left;
	position: relative;
	text-align: center;
	width: 840px;
}

#legal {
	float: left;
	width: 828px;
	position: relative;
	padding: 15px 0 0 12px; 
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #CCC;
	}

li  {
	list-style-type: none;
	}

	ul  {
		padding-left: 0px;
		}	


/*Global Link Formatting*/
a {
	color: #666;
	text-decoration: none;
	}
	
a:hover {
	color: #ee3124;
	text-decoration: none;
	}
	
.nolink {
	color: #ee3124;
	}

/*Global Headline Formatting*/
h1, h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #666;
	font-weight: 100;
	line-height: normal;
	}

h1 {
	font-size: 32px;
	position: relative;
	margin: 0px;
	}

h2 {
	font-size: 13px;
	margin: 0 0 0 0; 
	}

.headline_wrapper {
	margin: 10px 0 15px 0; 
	line-height: normal;
	}
	
.smallheadline_wrapper {
	margin: 10px 0 9px 0; 
	}

h4 {
	font-size: 11px;
	padding-right: 30px;
	font-weight: normal; 
	color: #ee3124;
	}

/*Primary Navigation*/

#mainnav {
	font-size: 11px;
	float: left;
	height: 22px;
	width: 827px;
	position: relative;
	border-bottom: 1px solid #ccc; 
	border-top: 1px solid #ccc; 
	margin-top: 1px;
	padding: 7px 0 0 13px; 
	color: #666;
	-webkit-text-size-adjust:none
}
.mainnav_item {
	font-size: 100%;
	padding-right: 30px;
	position: relative;
	color: #666;
	float: left;
}
.mainnav_item a { 
    color: #666;
	text-decoration: none;
}
.mainnav_item a:hover {
	color: #ee3124;
	text-decoration: none;
}
.mainnav_current {
	font-size: 11px;
	padding-right: 30px;
	position: relative;
	float: left;
	color: #ee3124;
}

.subnav_main {
	float: left;
	position: relative;
	font-size: 11px;
	width: 203px;
	padding-left: 12px;
	padding-top: 7px;
	padding-bottom: 6px;
	height: 16px;
	top: -1px;
	background-position: top;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
}
.subnav_main:hover {
	color: #ee3124;
	text-decoration: none;
}
.subnav_main:last-child {
	float: left;
	position: relative;
	width: 203px;
	padding-left: 12px;
	padding-top: 7px;
	padding-bottom: 6px;
	margin-bottom: 2px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}
.subnav_main > a:last-child {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}

a.subnav_main {
	color: #666;
	text-decoration: none;
}
.subnav_divider {
	float: left;
	position: relative;
	background-color: #CCC;
}
hr {
	background-color: #CCC;
	height: 1px;
	position: relative;
	float: left;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0px;
	padding: 0px;
}
.subnav_sub {
	font-size: 11px;
	float: left;
	position: relative;
	padding-left: 27px;
	padding-top: 7px;
	width: 191px;
	padding-bottom: 7px;
}
.subnav_sub_wrapper {
	position: relative;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
}

/*Front Page*/

#frontpage_featured {
	float: left;
	height: 294px;
	width: 828px;
	position: relative;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	padding-top: 12px;
	padding-left: 12px;
}
#frontpage_featured_slide {
	float: left;
	height: 294px;
	width: 828px;
	position: relative;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	padding-top: 12px;
	padding-left: 12px;
	overflow: hidden;
}
#frontpage_desc {
	float: left;
	min-height: 123px;
	height: 100%;
	width: 412px;
	position: relative;
	padding-left: 12px;
	padding-right: 12px;
	padding-bottom: 12px;
}
#frontpage_news1 {
	float: left;
	min-height: 123px;
	height: 100%;
	width: 165px;
	position: relative;
	padding-bottom: 12px;
	padding-right: 12px;
	padding-left: 12px;
	overflow: hidden;
}
#frontpage_news2 {
	float: left;
	min-height: 123px;
	height: 100%;
	width: 182px;
	position: relative;
	padding-bottom: 12px;
	padding-left: 12px;
}
#frontpage_newswrapper {
	float: left;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	position: relative;
	width: 840px;
	background-image: url(../images/newswrapperbar.png);
	background-repeat: repeat;
}
a.frontpage_more {
	text-decoration: underline;
}



/*Work Page*/
#work_wrapper {
	float: left;
	width: 840px;
	position: relative;
	background-image: url(../images/work/bg_main.png);
	background-repeat: repeat;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}
#work_leftwrapper {
	float: left;
	width: 624px;
	height: 100%;
	position: relative;
	background-image: url(../images/work/BG.png);
	background-repeat: no-repeat;
}
#work_rightwrapper {
	float: right;
	width: 215px;
	position: relative;
}
.work_work {
	width: 624px;
	position: relative;
	z-index: 1;
	height: 280px;
	top: 0px;
	float: none;
	overflow: hidden;
	left: 0px;
}

#work_subwrapper {
	float: left;
	position: relative;
	margin-top: 65px;
	bottom: 0px;
}
#work_desc {
	float: left;
	position: relative;
	padding-left: 12px;
	padding-right: 12px;
	min-height: 162px;
	height: 100%;
	width: 412px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCC;
}
.work_caption {
	position: relative;
	top: 55px;
	left: 450px;
	width: 150px;
}
.work_counter {
	text-align: center;
	height: 38px;
	width: 187px;
	position: absolute;
	z-index: 15;
	left: 436px;
	top: 305px;
}
.prevpipe {
	float: left;
	position: relative;
}
.nextpipe {
	float: left;
	position: relative;
	margin-left: 68px;
	margin-right: 1px;
}
#work_controls {
	height: 38px;
	width: 187px;
	position: absolute;
	z-index: 10;
	left: 437px;
	top: 305px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}


/*About Page*/


#about_wrapper {
	float: left;
	width: 840px;
	position: relative;
	height: 100%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	background-image: url(../images/about/bg_main.png);
	background-repeat: repeat;
}
#about_rightwrapper {
	float: right;
	width: 215px;
	position: relative;
}
#about_main {
	float: left;
	width: 412px;
	position: relative;
	min-height: 100%;
	height: 100%;
	padding-right: 12px;
	padding-bottom: 12px;
	padding-left: 12px;
}
#about_quote {
	float: left;
	height: 76%;
	width: 163px;
	position: relative;
	padding: 12px;
	margin-top: -10px;
}
#about_divider {
	background-color: #CCC;
	float: left;
	height: 100%;
	width: 1px;
	position: relative;
}

/*News Page*/


#news_wrapper {
	float: left;
	width: 840px;
	position: relative;
	height: 100%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	background-image: url(../images/news/bg_main.png);
	background-repeat: repeat;
}
#news_rightwrapper {
	float: right;
	height: 100%;
	width: 215px;
	position: relative;
}
#news_main {
	float: left;
	width: 412px;
	position: relative;
	min-height: 100%;
	height: 100%;
	padding-right: 12px;
	padding-bottom: 12px;
	padding-left: 12px;
}
#news_quote {
	float: left;
	height: 76%;
	width: 163px;
	position: relative;
	padding-top: 12px;
	padding-right: 12px;
	padding-bottom: 12px;
	padding-left: 12px;
}
#news_divider {
	background-color: #CCC;
	float: left;
	height: 100%;
	width: 1px;
	position: relative;
}

/*CONTACT PAGE RULES*/
#contact_rightwrapper {
	float: right;
	width: 203px;
	position: relative;
	padding-top: 12px;
	padding-left: 12px;
}
.contact_socialimg_large {
	margin-bottom: 3px;
	margin-top: 16px;
}

/*BACKEND SPECIFIC RULES*/

.back_redtype {
	color: #ee3124;
	margin: 0px;
	padding: 0px;
}
.back_redtype2 {
	color: #ee3124;
	margin: 0px;
	padding: 5px;
	font-size: 12px;
	font-weight: bold;
	border: 1px dotted #ee3124;
}
#back_wrapper {
	padding: 12px;
	float: left;
	position: relative;
	width: 816px;
}

/*FORMATTING FOR LIST OF DATABASE ITEMS*/
#back_listwrapper {
	padding: 12px;
	float: left;
	position: relative;
	width: 816px;
	height: 800px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
}
#back_editwrapper {
	padding: 12px;
	float: left;
	position: relative;
	width: 816px;
	height: 800px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
}
#back_listitems {
	float: left;
	width: 500px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	position: relative;
	padding-bottom: 5px;
	margin-top: 8px;
}
#back_noteitems {
	float: right;
	width: 280px;
	position: relative;
	margin-top: 8px;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #ee3124;
	padding-left: 15px;
}

.back_buttons {
	background-color: #CCC;
	display: block;
	float: right;
	position: relative;
	padding-top: 6px;
	padding-right: 8px;
	padding-bottom: 6px;
	padding-left: 8px;
	margin-right: 10px;
}
.back_buttons a {
	background-color: #CCC;
	display: block;
	float: right;
	position: relative;
	padding-top: 6px;
	padding-right: 8px;
	padding-bottom: 6px;
	padding-left: 8px;
}
.back_buttons:hover {
	background-color: #ee3124;
	display: block;
	float: right;
	position: relative;
	padding-top: 6px;
	padding-right: 8px;
	padding-bottom: 6px;
	padding-left: 8px;
	color: #FFF;
}
.back_button_add {
	background-color: #CCC;
	display: block;
	float: left;
	position: relative;
	padding-top: 6px;
	padding-right: 8px;
	padding-bottom: 6px;
	padding-left: 8px;
	margin-bottom: 20px;
	margin-right: 220px;
}
.back_button_add a {
	background-color: #CCC;
	display: block;
	float: left;
	position: relative;
	padding-top: 6px;
	padding-right: 8px;
	padding-bottom: 6px;
	padding-left: 8px;
}
.back_button_add:hover {
	background-color: #ee3124;
	display: block;
	float: left;
	position: relative;
	padding-top: 6px;
	padding-right: 8px;
	padding-bottom: 6px;
	padding-left: 8px;
	color: #FFF;
}
.back_listitemwords {
	float: left;
	position: relative;
	padding-top: 6px;
}

