/*
Theme Name: Arsenal Today
Theme URI:
Description:
Version: 1.0
Author:
Author URI:
Tags:
*/

body {
	background-color:#aa0000;
	font-family:Arial, Verdana, Tahoma, Helvetica, sans-serif;
	font-size:12px;
	color:#000;
	margin:0;
	padding:0;
}

#container {
	width:995px;
	padding:0;
	height:auto;
	margin:4px auto 9px auto;
	background-image:url(images/bgrepeat.jpg);
	background-repeat:repeat-y;
	background-position:top center;
	background-color:#fff;
	position:relative;
}

#header {
	width:975px;
	height:auto;	
	background-image:url(images/header.jpg);
	background-repeat:no-repeat;
	background-position:top;
	padding:10px 10px 6px 10px;
	margin:0px auto;
}


#header #search input {
	border:1px solid #4b7c9f;
	padding:2px;
	font-size:1em;
	color:#666666;
	width:203px;
	float:left;
	margin:1px 0 0 -3px;
	position:relative;
	z-index:100;
}

#header #search #searchsubmit {
	width:55px;
	height:26px;
	border:none;
	padding:0;
	float:left;
	margin:-3px 0 0 2px;
	position:relative;
        background:url(images/searchbutton.png);
}

#header #search {
	position:absolute;
	right:35px;
	top:26px;
	width:270px;
}

#header #banner {
	width:468px;
	height:60px;
	position:absolute;
	top:55px;
	right:20px;
}

/** navigation **/

#nav {
	margin-top: 111px;
	font-size: 10px;
}
#mainnav-topshadow {
	background-image:url(images/mainnav-topshadow.png);
	background-repeat:repeat-x;
	background-position:bottom;
	height:8px;
	width:972px;
	margin:1px 0px 0px 2px;
	padding:0;
}

#mainnav-bottomshadow {
	background-image:url(images/mainnav-bottomshadow.png);
	background-repeat:repeat-x;
	background-position:top;
	height:7px;
	width:972px;
	margin:1px 0px 2px 2px;
	padding:0;
}

#mainnav {	
	background-image:url(images/mainnav-background2.png);
	background-repeat:repeat;
	background-position:top;
	width:972px;
	margin:0 0 1px 2px;
	padding:0;
	position:relative;
	z-index:100;
	height:23px;
}

#mainnav ul {
	margin:0 0 0 -1px;
	padding:0;
	float:left;
}

#mainnav ul li {
	float:left;
	margin:0 auto;
	padding:0 0 0 0;
	list-style-type:none;
	border-left:1px solid #ffffff;
}

#mainnav ul li a {
	background-image:url(images/mainnav-background.png);
	background-repeat:repeat-x;
	background-position:top;
	background-color:#dedede;
	float:left;
	border-top:2px solid #cccccc;
	padding:4px 12px 4px 12px;
	margin:0;
	text-transform:uppercase;
	color:#000000;
	font-size:1em;
}

#mainnav ul li a.active {
	border-top:2px solid #db0007;
}

#mainnav ul li a.last3 {
	padding-left:10px;
}

#mainnav ul li a.last4 {
	padding-left:13px;
}

#mainnav ul li a:hover {
	border-top:2px solid #db0007;
	color:#000000;
	text-decoration:none;
}

#mainnav ul li ul li {
	border:1px solid #cccccc;
	background-color:#f2f2f2;
	display:inline;
	margin:-1px 0 0 -1px;
	background-image:url(images/dropdown.gif);
	background-repeat:no-repeat;
	background-position:left;
	padding:0 0 0 4px;
	position:relative;
	z-index:20;
}

#mainnav ul li ul li.first {
	border-top:none;
}

#mainnav ul li ul li a {
	background-color:transparent;
	background-image:none;
	float:none;
	border:0;
	border-top:1px solid #fff;
	border-bottom:1px solid #fff;
	border-right:1px solid #fff;
	padding:1px 8px 2px 9px;
	margin-left:-4px;
	text-transform:none;
	color:#000000;
	font-size:1.1em;
	width:129px;
	display:block;
}

#mainnav ul li ul li a.drop {
	background-image:url(images/bullet9px.gif);
	background-repeat:no-repeat;
	background-position:right;
	border-top:1px solid #fff;
}

#mainnav ul li ul li a:hover {
	color:#aa0000;
	text-decoration:none;
	border-top:1px solid #fff;
}

/* Get rid of the margin, padding and bullets in the unordered lists */
#dropnav, #dropnav ul {
	position:relative;
	z-index:10;
}

/* Set up the link size, color and borders */
#dropnav a, #dropnav a:visited {
	display:block; 
	text-decoration:none;
}

/* For Non-IE browsers and IE7 */
#dropnav li:hover {
	position:relative;
}

/* Make the hovered list color persist */
#dropnav li:hover > a {
	border-top:2px solid #db0007;
}

#dropnav li li:hover > a {
	border-top:1px solid #fff;
	color:#db0007;
}

/* Set up the sublevel lists with a position absolute for flyouts and overrun padding. The transparent gif is for IE to work */
#dropnav li ul {
	display:none;
}

/* For Non-IE and IE7 make the sublevels visible on list hover. This is all it needs */
#dropnav li:hover > ul {
	display:block; 
	position:absolute; 
	top:0px;
	left:119px; 
	padding:0 30px 30px 30px; 
	margin:14px 0 0 -1px;
}

#dropnav li:hover > ul ul {
	margin-top:0;
}

/* Position the first sub level beneath the top level liinks */
#dropnav > li:hover > ul {
	left:-30px; 
	top:10px;
}

/* get rid of the table */
#dropnav table {
	position:absolute; 
	border-collapse:collapse; 
	top:0; 
	left:0; 
	z-index:100; 
	font-size:1em;
}

/* For IE5.5 and IE6 give the hovered links a position relative and a change of background and foreground color. This is needed to trigger IE to show the sub levels */
* html #dropnav li a:hover {
	position:relative; 
}

/* This lot is for IE5.5 and IE6 ONLY and is necessary to make the sublevels appear */

/* change the drop down levels from display:none; to visibility:hidden; */

* html #dropnav li ul {
	visibility:hidden; 
	display:block; 
	position:absolute; 
}

/* keep the third level+ hidden when you hover on first level link */
#dropnav li a:hover ul ul{
	visibility:hidden;
}

/* keep the fourth level+ hidden when you hover on second level link */
#dropnav li a:hover ul a:hover ul ul{
	visibility:hidden;
}

/* keep the fifth level hidden when you hover on third level link */
#dropnav li a:hover ul a:hover ul a:hover ul ul{
	visibility:hidden;
}

/* keep the sixth level hidden when you hover on fourth level link */
#dropnav li a:hover ul a:hover ul a:hover ul a:hover ul ul {
	visibility:hidden;
}

/* make the second level visible when hover on first level link and position it */
#dropnav li a:hover ul {
	visibility:visible; 
	left:0px; 
	top:17px; 
	lef\t:0px; 
	to\p:17px;
	padding-top:5px;
}

/* make the third level visible when you hover over second level link and position it and all further levels */
#dropnav li a:hover ul a:hover ul { 
	visibility:visible; 
	top:-6px; 
	left:149px;
}

/* make the fourth level visible when you hover over third level link */
#dropnav li a:hover ul a:hover ul a:hover ul { 
	visibility:visible;
}

#footer {
	width:974px;
	height:49px;
	margin:0px;
	padding:10px 10px 0 11px;
	background-image:url(images/footer.jpg);
	background-repeat:no-repeat;
	background-position:top;
	text-align:center;
	clear:both;
}

.postmetadata {
	background:#EEEEEE none repeat scroll 0 0;
	clear:both;
	padding:5px;
}

.commentlist {
	list-style:none;
	padding:0px;
}

.post {
	clear:both;
}

.post h2 {
	margin-bottom:2px;
	color:#AA0000;
}

#sidebar {
	float:right;
	margin-right:20px;
	margin-top:5px;
	width:320px;
}

#sidebar ul {
	margin:0;
	padding:0;
	list-style:none;
}

#sidebar ul li.widget {
	background-color:#FFFFFF;
	border:1px solid #AA0000 !important;
	list-style:none;
	margin:5px;
}


#sidebar ul li.widget h2 {
	background:#AA0000;
	color:#FFFFFF;
	font-size:12px;
	font-weight:bold;
	margin:0 0 5px;
	padding:4px;
}

#sidebar ul li.widget ul {
	margin:4px;
}

#sidebar ul li.widget ul ul, #sidebar ul li.widget ul ul ul {
	margin:0px;
}

ul li.widget ul li.widget_tag_cloud a {
	margin:2px;
}

#narrowleft {
	margin: 5px;
	float: left;
	width: 150px;
}

#narrowright {
	margin: 5px;
	float: right;
	width: 150px;
}

img {
	border:0;
}

a {
	color:#AA0000;
	text-decoration:none
}

a:hover {
	text-decoration:underline;
}

h1, h2, h3, h4, h5, h6 {}

blockquote {
	padding-left:10px;
	color:#777;
	font-style: normal;
}

.clear {
	clear:both;
}

.alignleft {
	float:left;
	padding:3px 0 2px 5px;
}

.alignright {
	float:right;
	padding:3px 5px 2px 0px;
}

#content {
	float:left;
	height:100%;
	margin:0 5px 0 20px;
	padding:0;
	width:630px;
}

#logoholder {
	position:absolute;
	top:35px;
	left:25px;
}

#logo {
	width:400px;
	height:75px;
	display:block;
}
