/*
Theme Name: Lock & Load
Theme URI: http://seanireton.com/
Description:
Version: 1.0
Author: Sean Ireton
Author URI: http://seanireton.com/
*/

body {
	text-align:center;
	background: #000 url(images/blue-grdnt.png) top repeat-x;
	margin: 0 0 25px 0;
}

h1, h2, h3, h4 { margin: 0; }

.left { float: left; }
.right { float: right; }
.clear { clear: both; }

.search { margin-bottom: 15px; }

#topnav {
	width: 100%;
	height: 40px;
	color: #fff;
	font-family: Arial, Verdana, Geneva, sans-serif;
	font-size: 0.8em;
	margin-bottom: 20px;
	line-height: 40px;
	}
	
	#topnav-left {
		float: left;
	}
	
	#topnav-left a {
		color: #fff;
		font-family: Arial, Verdana, Geneva, sans-serif;
		font-size: 1.7em;
		text-decoration: none;
	}
	
	#topnav ul li a {
		color: #fff;
		font-family: Arial, Verdana, Geneva, sans-serif;
		font-size: 1em;
		text-decoration: none;
		padding: 8px;
		background: #4a4a4a;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
	}
	
	#topnav ul li a:hover {
		background: #000;
	}
	
	#topnav ul {
		list-style: none;
		margin: 0 -10px 0 0;
		padding: 0;
		float: right;
	}
	
	#topnav ul li {
		float: left;
		margin-left: 10px;
	}

#wrapper {
	margin-left:auto;
	margin-right:auto;
	width:800px;
	text-align:left;
}

#header {
	height:125px;
}




#navigation {
	background: #000;
}

/** SUCKERFISH NAVIGATION CODE **/


#suckerfishnav {
    font-size: 1em;
    font-family: Arial, Verdana, Helvetica, Geneva, sans-serif;
    width: 100%;
	background: #000;
}
    
#suckerfishnav,
#suckerfishnav ul {
    float:left;
    list-style:none;
    line-height:40px;
    padding:0;
    margin:0 0 0 -10px;
    width:810px;
	z-index: 999999;
}
    
#suckerfishnav a {
    display: block;
    color: #fff;
    text-decoration: none;
    padding: 0px 10px 0 10px;
}
    
#suckerfishnav li {
    float:left;
    padding:0;
}
    
#suckerfishnav ul {
    position:absolute;
    left:-999em;
    height:auto;
    width:151px;
    font-weight:normal;
    margin:0;
    line-height:1;
    border:0;
    border-top:1px solid #666666;
}
    
#suckerfishnav li li {
    width: 144px;
    padding: 5px 5px 5px 0;
    line-height: 1em;
    border-bottom: 1px solid #666666;
    border-left: 1px solid #666666;
    border-right: 1px solid #666666;
    font-family: verdana,sans-serif;
}
    
#suckerfishnav li li a {
    padding: 5px;
    width: 130px;
    font-size: 0.8em;
    color: #dddddd;
}
    
#suckerfishnav li ul ul {
    margin: -21px 0 0 150px;
}
    
/*** DROPDOWN BACKGROUND HOVER COLOR ***/
#suckerfishnav li li:hover {
    background: #000;
}

/*** DROPDOWN TEXT HOVER COLOR ***/    
#suckerfishnav li ul li:hover a,
#suckerfishnav li ul li li:hover a,
#suckerfishnav li ul li li li:hover a,
#suckerfishnav li ul li li li:hover a {
    color: #fff;
}

/*** MAIN TEXT HOVER COLOR ***/
#suckerfishnav li:hover a,
#suckerfishnav li.sfhover a {
    color: #0082f2;
}

/*** DROPDOWN TEXT COLOR ***/ 
#suckerfishnav li:hover li a,
#suckerfishnav li li:hover li a,
#suckerfishnav li li li:hover li a,
#suckerfishnav li li li li:hover li a {
    color: #e5e5e5;
}

/***  ***/
#suckerfishnav li:hover ul ul,
#suckerfishnav li:hover ul ul ul,
#suckerfishnav li:hover ul ul ul ul,
#suckerfishnav li.sfhover ul ul,
#suckerfishnav li.sfhover ul ul ul,
#suckerfishnav li.sfhover ul ul ul ul {
    left:-999em;
}

/*** SUBLEVEL DROPDOWN BACKGROUND HOVER ***/    
#suckerfishnav li:hover ul,
#suckerfishnav li li:hover ul,
#suckerfishnav li li li:hover ul,
#suckerfishnav li li li li:hover ul,
#suckerfishnav li.sfhover ul,
#suckerfishnav li li.sfhover ul,
#suckerfishnav li li li.sfhover ul,
#suckerfishnav li li li li.sfhover ul {
    left:auto;
    background:#444444;
}

/*** MAIN TEXT BACKGROUND HOVER COLOR ***/    
#suckerfishnav li:hover,
#suckerfishnav li.sfhover {
    background: none;
}








#inner-wrapper {
	background: #fff;
	
	color: #000;
	font-family: Arial, Verdana, Geneva, sans-serif;
	font-size: 0.9em;
}

#content {
	float:right;
	width:550px;
	height: 500px;
	min-height: 500px;
	height: auto !important;
	padding: 10px 10px 10px 20px;
	border-left: 1px solid #383838;
	}
	/* mac hide \*/
	* html #content{height:500px}
	/* end hide */
	
	#content a {
		text-decoration: none;
		color: #0082f2;
	}
	
	#content a:hover {
		text-decoration: underline;
	}
	
	#content h3 {
		margin: 0 0 25px 0;
		padding: 0 0 5px 0;
		text-decoration: none;
		display: block;
		color: #0082f2;
		border-bottom: 3px solid #383838;
	}
	
	#content h2 a {
		margin: 0 0 10px 0;
		padding: 0 0 10px 0;
		text-decoration: none;
		display: block;
		color: #0082f2;
	}

.postmetadata {
	display: none;
}

#commentform textarea {
	width: 100%;
	}

#sidebar {
	float:left;
	width:190px;
	padding: 10px;
	}
	
	#sidebar ul, li {
		list-style: none;
		margin: 0;
		padding: 0;
	}
	
	#sidebar a {
		text-decoration: none;
		color: #0082f2;
	}
	
	#sidebar a:hover {
		text-decoration: underline;
	}

#footer {
	clear:both;
	text-align:center;
	background: url(images/blue-grdnt.png) bottom repeat-x;
	padding: 0 10px;
	height: 40px;
	line-height: 40px;
	
	color: #000;
	font-family: Arial, Verdana, Geneva, sans-serif;
	font-size: 0.9em;
	}
	
	#footer a {
		color: #ccc;
		font-family: Arial, Verdana, Geneva, sans-serif;
		font-size: 0.9em;
		text-decoration: none;
	}
	
	#footer a:hover {
		color: #fff;
		font-family: Arial, Verdana, Geneva, sans-serif;
		font-size: 0.9em;
		text-decoration: underline;
	}