@charset "UTF-8";

/*  
Theme Name: ALC Corp
Theme URI: N/A
Description: The original ALC Corp theme
Version: 1.0
Author: Lac
Author URI: N/A
Tags: dark color, fixed width, two columns, widgets


*/

body, h1, h2, h3, h4, h5, blockquote, p, form, ul, li, table, td, tr, th{
	margin: 0;
	padding: 0;
}

body {
	background: #121212 url(images/bg.png) repeat-x;
	font-family: Arial, Helvetica, Georgia, Sans-serif;
	font-size: 13px;
	color: #FFF;
	vertical-align: top;
	text-align: left;
}

input, textarea{
	font-family: Arial, Helvetica, Georgia, Sans-serif;
	font-size: 13px;
}

textarea{
	padding: 5px;
	border: 1px #ccc solid;
	line-height: 150%;
}

h1, h2, h3, h4, h5 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: normal;
}


h1 {
	/*Not currently in use, saved for special occasions*/
}

h2 {
	letter-spacing: -1px;
	font-size: 2em;
	background: url(images/arrow_big.gif) no-repeat left center;
	padding: 0 0 0 30px;
}

h3 {
	font-size: 1.7em;
	margin: 0 5px 15px 0;
}

h4{
	font-size: 1.3em;
}

p{
	padding: 0.5em 0 1em 0;
}

a:link, a:visited{
	text-decoration: none;
	color: #6ECFF6;
}

a:hover{
	background: #F09;
	text-decoration: none;
	color: #FFF;
}

a img{
	border: 0;
}

p.edit{
	padding: 50px;
text-align: right;
	}

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

/* HEADER */

#header{
	height: 170px;
	width: 750px;
	margin: 0 auto;
}

#header a{
	background: none;
	color: #0C0C0C;
}

#header img{ 
	margin: 10px 0 0 32px;
}

/* MENUBAR */

#menubar {
	height: 50px;
	z-index: 100;
	width: 750px;
	margin: 0 auto;
}

#menubar ul, #menubar ul ul {
	padding: 18px 0 0 0;
	line-height: 100%;
	float: left;
}

#menubar ul li{
	margin: 0 5px;  
	list-style-type: none;
	position: relative; 
	display: inline;
}

#menubar ul li ul {
	display: none;
	position: absolute;
	top: 15px;
	left: -15px;
}

#menubar ul li ul li{
	background: #2A2A2A;
	padding: 5px;
	border-top: 1px #0B0B0B solid;
	border-left: 1px #0B0B0B solid;
	border-right: 1px #0B0B0B solid;
	width: 130px;
	display: block;
}

#menubar ul li ul li:hover{
	background-color: #F09;
}

#menubar ul li:hover ul{    /* one of the most important declarations - the browser must detect hovering over arbitrary elements                                  the > targets only the child ul, not any child uls of that child ul */
	display: block;
}

/* and some link styles */
#menubar ul li a:link, #menubar ul li a:visited {
	background: url(images/arrow_menu.gif) no-repeat left center;
	padding: 0 40px 0 15px;
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
}

#menubar ul li a:hover{
	color: #F09;
}

#menubar ul li ul li a:hover{
	color: #FFF;
}

/* MAIN */

#main{
	float: left;
	width: 500px;
	margin: 15px 30px 0 0;
}

/* POST */

.post{
	padding: 0 0 35px 0;
	float: left;
}

.post h2 a:link, .post h2 a:visited{
	color: #FFF;
	width: 450px;
	display: block;
	padding: 0 10px;
}

.post h2 a:hover{
	background-color: #F09;
}

/* ENTRY */

.entry{
	line-height: 190%;
	float: left;
	width: 100%;
}

.entry ul{
	padding: 0 0 0 20px;
}

ul.post-meta{
	padding: 20px 0 10px 0;
}

/* COMMENTS */

.comments{
	margin: 50px 0 0 0;
}

.commentlist{
	line-height: 150%;
}

textarea#comment{
	width: 490px;
	height: 200px;
}

#commentform #submit{
	border: 1px #ccc solid;
}

#commentform #submit:hover{
	background: #F09;
	color: #FFF;
}

ul.post-meta{
	margin: 0 0 25px 0;
	clear: both;
}

ul.post-meta li{
	margin: 0 20px 3px 20px;
	padding: 3px 15px;
	background: #1A1A1A;
	list-style:none;
}

.post-meta-key {
	font-weight: bold;
	font-size: 1.1em;
}

p.top{
	font-size: 0.8em;
	text-align: left;
	padding: 5px 0 10px 50px;
}

p.postmetabottom{
	border-top: 1px solid #666;
	border-bottom: 1px solid #666;
	margin: 10px 0;
	padding: 0;
	font-size: 0.8em;
	clear: both;
}

p.postmedabottom img{
	vertical-align: center;
	}

.navigation{
	text-align: center;
	font-weight: bold;
	margin: 0 0 50px 0;
}

p.pagenavigation{
	text-align: center;
	font-size: 1.5em;
}

p.pagenavigation a{
	font-size: 0.8em;
}


/* SIDEBAR*/

ul#sidebar{
	float: left;
	width: 220px;
	display: inline;
	margin: 15px 0 0 0;
	list-style-type: none;
	display: block;
}

ul#sidebar li{
	margin: 0 0 25px 0;
}

ul#sidebar li h2{
	margin: 0 0 10px 0;
}

ul#sidebar li ul{
	margin: 0 0 0 20px;
}

ul#sidebar li ul li{
	margin: 0;
	line-height: 2em;
}

/* SEARCH & LOGIN */

form#searchform{
	float: right;
	margin: 12px 15px 0 0;
}
form#searchform input{
	border: 1px #333 solid;
	background:#111;
	color:#FFF;
	padding: 3px;
}

form#searchform #s{
	width: 100px;
	padding: 3px;
	margin: 0 10px 0 0;
}

form#searchform input:hover{
	background: #F09;
	color: #FFF;
}

/* LOGIN */

li#loginsidebar ul{
	list-style:none;
	margin: 0;
	padding: 0;
}

li#loginsidebar ul li{
	list-style:none;
	margin: 0;
	padding: 0;
}


form#loginform #log, form#loginform #pwd{
	width: 125px;
	border: 1px #333 solid;
	background:#111;
	color:#FFF;
	padding: 3px;
	margin: 0 0 10px 0;
}

form#loginform input#log:hover,form#loginform input#pwd:hover{
	background: #F09;
	color: #FFF;
}


/* POLLS */
.wp-polls-ans p input.Buttons{
	float:left;
	background:#3C0;
	}

/* BUTTONS */

.button{
	border: 1px #333 solid;
	background:#111;
	color:#FFF;
	padding: 3px;
}

.button:hover{
	background: #F09;
	color: #FFF;
}

/* TEXTWIDGET */

div.textwidget{
	line-height: 200%;
}


/* CALENDAR */

table#wp-calendar table{
	background: #CCC;
}


table#wp-calendar caption{
	text-align: center;
	padding: 5px 0;
}

table#wp-calendar th{
	color: #333;
	border: 0;
	padding: 0;
	margin:0 ;
}

table#wp-calendar td#today{
	background: url(images/today.png);
}

table#wp-calendar td, table#wp-calendar tr{
	text-align: center;
	vertical-align: center;
	width: 30px;
	height: 30px;
	border:0;
}

table#wp-calendar td a{
	display: block;
	vertical-align: center;
	height: 16px;
	padding: 7px 0;
	width: 100%;
	text-decoration:underline;
}

/* FOOTER */

#footer{
	clear: both;
	text-align: center;
	line-height: 2.5em;
	padding: 50px 0;
	border-top: 2px #666 solid;
	color: #666;
	background: #0C0C0C;
	font-size: 0.8em;
	letter-spacing: 0.3em;
}

#footer a:link, #footer a:visited{
	color: #666;
	text-decoration: underline;
}

#footer a:hover{
	background: none;
	text-decoration: none;
}


/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */


img#shTopImg{
	height: 550px;
}
