@charset "utf-8";
/* -------------------------
SITE: www.thearmpit.net
AUTHOR: Ian Hirschfeld
CONTACT: contact@ianhirschfeld.com
DATE: 06/19/09
---------------------------- */
/* ----- GENERAL ----- */
body {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.4em;
	background: #0e0e0e;
}

#forum {
	width: 100%;
	height: 48px;
	background: url('../img/stripe_bg.jpg') repeat;
	border-bottom: 2px solid #393939;
	border-top: 2px solid #393939;
}


.forum {
	clear: both;
	margin: 5px 60px 0px 0px;
	float: right;
}

.forum:hover {
	color: #ffffff;
	text-decoration: none;
}


a:link, a:visited {
	color: #9e9e9e;
	text-decoration: none;
}

a:hover, a:focus {
	color: #dbb366;
	text-decoration: underline;
}

#wrapper {
	width: 1024px;
	margin: 0 auto;
}

.hide {
	display: none;
}

/* ----- HEADER ----- */
#header {
	width: 1024px;
	height: 336px;
	background: url(../images/home/header.jpg);
}

/* ----- CONTENT ----- */
#content-header{
	width: 1024px;
	height: 244px;
	background: url(../images/home/content_header.jpg);
}

#content {
	width: 704px;
	padding: 20px 160px;
	background: url(../images/home/content_repeater.png) repeat-y;
	color: #a3a3a3;
}

#content_positioner {
	position: relative;
	bottom: 90px;
}

#content-footer {
	width: 1024px;
	height: 205px;
	background: url(../images/home/content_footer.jpg); 
}

/* ----- FOOTER ----- */
#footer {
	margin: 10px 0;
	padding: 0;
	text-align: center;
	list-style: none;
	font-size: 8pt;
	color: #9e9e9e;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#footer li {
	margin: 0;
	padding: 0 5px;
	display: inline;
	border-right: 1px solid #9e9e9e;
}

#footer li.end {
	border-right: none;
}

img.imgBorder {
border: 3px solid #313131;
}

img.imgBorder:hover {
border: 3px solid #f0c377;
}

/* ----- SUBNAV ----- */
#subnav {
	width: 1024px;
	height: 178px;
}

#subnav img {
	border: none;
}

.row {
	height: 59px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.row li {
	height: 59px;
	margin: 0;
	padding: 0;
	display: inline;
	float: left;
}

.row2 {
	height: 55px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.row2 li {
	height: 55px;
	margin: 0px 0 0 0;
	padding: 0;
	display: inline;
	float: left;
}

.row3 {
	height: 64px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.row3 li {
	height: 64px;
	margin: 0px 0 0 0;
	padding: 0;
	display: inline;
	float: left;
}

/* ----- FORUM ----- */
#forum-content {
	width: 714px;
	height: 113px;
	margin: 0;
	padding: 40px 130px 0 180px;
	color: #a3a3a3;
	background: url('../images/home/forum_content.jpg') no-repeat;
}

#recent-posts {
	position: relative;
	bottom: 40px;
	left: 20px;
}

#forum-footer {
	width: 1024px;
	height: 48px;
	margin: 0;
	padding: 0;
	background: url('../images/home/forum_footer.jpg');
}

/* ----- TWITTER ----- */
#twitter-header {
	width: 1024px;
	height: 78px;
	background: url('../images/home/twitter_header.jpg');
}

#twitter-content {
	width: 1024px;
	height: 198px;
}

.follow {
	margin: 20px 0 0 0;
	clear: both;
	float: left;
}

#twitter-content ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#twitter-sam {
	width: 186px;
	height: 178px;
	padding: 20px 10px 0 20px;
	float: left;
	color: #d7af63;
	background: url('../images/home/twitter_sam.jpg');
}

#twitter-lethal {
	width: 161px;
	height: 178px;
	padding: 20px 10px 0 10px;
	float: left;
	color: #d7af63;
	background: url('../images/home/twitter_lethal.jpg');
}

#twitter-fred {
	width: 174px;
	height: 178px;
	padding: 20px 15px 0 15px;
	float: left;
	color: #d7af63;
	background: url('../images/home/twitter_fred.jpg');
}

#twitter-wes {
	width: 176px;
	height: 178px;
	padding: 20px 15px 0 15px;
	float: left;
	color: #d7af63;
	background: url('../images/home/twitter_wes.jpg');
}

#twitter-john {
	width: 177px;
	height: 178px;
	padding: 20px 30px 0 10px;
	float: left;
	color: #d7af63;
	background: url('../images/home/twitter_john.jpg');
}

/* ----- CONTACT STYLES ----- */

#contact {
	font-size: 10pt; letter-spacing: -1pt; font-family: verdana; font-weight: normal; color: #b1b1b1;
	padding: 10px;
	background: url('../img/stripe_bg2.jpg') repeat;
	text-align: left;}

#contact form {
	font-size: 12pt; letter-spacing: -1pt; font-family: courier; font-weight: normal; color: #b1b1b1;
	font-weight: bold;
	padding: 5px;
	text-align: left;}

#visitor {
	padding: 5px;
	position: relative;
	right: 1px;
	width: 169px;
	color: #B22222;
	font-family: courier;
	border: 5px solid #96867a;
	border-left: 1px solid #96867a;
	border-right: 1px solid #96867a;
	font-size: 12pt;
	background: #181818;}

#visitor2 {
	padding: 5px;
	width: 169px;
	color: #B22222;
	font-family: courier;
	border: 5px solid #96867a;
	border-left: 1px solid #96867a;
	border-right: 1px solid #96867a;
	font-size: 12pt;
	background: #181818;}

#contact textarea {
	padding: 5px;
	color: #9e9e9e;
	font-family: Helvetica;
	border: 5px solid #96867a;
	font-size: 10pt;
	background: #181818;
	width: 90%; }
	
#contact input {
	padding: 5px;
	color: #9e9e9e;
	font-family: Helvetica;
	border: 5px solid #96867a;
	font-size: 10pt;
	background: #181818;
	width: 90%; }
	
#contact select {
	position: relative;
	left: 5px;
	padding: 5px;
	letter-spacing: 0pt;
	width: 169px; }

#send_mail {
	padding: 5px;
	height: 35px;
	letter-spacing: -10pt;
	width: 169px; }
	
/*--thearmpit--*/
#thearmpit {
	font-size: 12pt; font-family: verdana; font-weight: normal; color: #b1b1b1;
	padding: 30px;
	width: 423px;
	background: url('../img/stripe_bg2.jpg') repeat;
	text-align: center;}

