/*
Theme Name: Alan Lawrence Sitomer Theme
Theme URI:	/wordpress/wp-content/themes/alansitomerwordpresstheme
Description: Theme for Alan's Website
Author: Edgar H. Ortiz
Author URI: edgarortiz.com
Version: 2.09.05
*/

body, td, th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
}

body {
	background:#030303 url("images/backgrounds/noisywhitebg2.png") repeat-y fixed center center;
	margin:0;
	padding:0;
}

h1 {
	border-bottom:1px dashed #CCCCCC;
	color:#CCCCCC;
	font-size:1.5em;
	font-weight:bold;
	text-align:left;
	padding:0em 0em 0.15em;
	margin: 0em 0 0.1em;
}

h2 {
	color:#65BFFD;
	font-size:1.4em;
	font-weight:bold;
	text-align:left;
	padding: 0em 0em 0.15em;
	margin: 0em 0em 0.1em;
}
h2 a {
	color:#65BFFD;
}

.pagetitle {
	margin-bottom:0;
}

h3 {
	color:#B0EE12;
	font-size:1.3em;
	font-weight:bold;
	margin: 0em 0em 0.1em;
}
h3 a {
	color:#B0EE12;
}

h4 {
	font-size:1em;
	font-weight:bold;
	margin: 0em 0em 0.25em;
}

h5 {
	font-size:.9em;
	font-weight:bold;
	margin: 0em 0em 0.75em;
}

h6 {
	font-size:.8em;
	font-weight:bold;
	margin: 0.75em 0em 0.75em;
}

p {
	font-size:1.2em;
	line-height:1.3em;
	text-align:left;
	margin:0em 0em 1em 0em;
}

p img {
	padding-right:10px;
	float:left;
}

a {
	color:#999;
	text-decoration:none;
}

blockquote {
	background-color:#444444;
	border:1px solid #FFFFFF;
	padding:1em;
}

legend {
	border: 1px solid #B0EE12;;
	color: #B0EE12;
	font-size: 1.3em;
	font-weight: bold;
}
fieldset {
	border: 1px solid #B0EE12;
}

.caption {
	border-top:2px solid #444;
	color:#222;
	font-size:0.9em;
	font-style:normal;
	margin-top:0em;
	padding:5px 0px;
}

.datestamp {
	color:#444;
	font-size:0.8em;
	margin:0;
	padding:0;
	text-align:left;
}

.divider {
	background-color:#444444;
	background-image:url("images/gradients/style_001b.jpg");
	border-bottom:1px solid #000000;
	border-top:0 solid #444444;
	height:10px;
	width:100%;
	margin: 5px 0px 0px;
}

.clear_float {
	background-color:#000;
	clear:both;
	color:#FFF;
	height:0;
	overflow:hidden;
}

.menudivider {
	background-color:#FFF;
	border-top:solid #333 0px;
	border-right:solid #000 1px;
	border-left:solid #000 1px;
	border-bottom:solid #000 1px;
	clear:both;
	color:#000;
	font-size:1em;
	font-weight:bold;
	letter-spacing:0;
	margin:4px 0px 4px;
	padding:2px 6px 2px;
	text-transform:uppercase;
	height:auto;
}
.twtr-widget h3 {
	font-size:11px !important;
	font-weight:normal !important;
	border-bottom:0px none transparent;
	color:#B0EE12;
}

#searchform {
	float:right;
	padding:7px 5px 0;
}
#s {
	background-color: #222;
	border:1px solid #000;
	height:14px;
	color:#FFF;
}
#searchsubmit {
	border:1px solid #000;
	background-color: #222;
	height:18px;
	font-weight: bold;
	color: white;
	padding-bottom:2px;
}

#wrapper {
	background-color:#222;
	width:1000px;
	margin: 0px auto 0px auto;
	border-left:1px solid #000;
	border-right:1px solid #000;
}
	
/* ----------- IMAGES ------------------ */
img.left {
	float:left;
}

img.right {
	float:right;
}


/* ------- TOP NAVIGATION ----------- */
ul.topnav {
		list-style: none;
		padding: 0 1px 0px 10px;
		margin: 0;
		float: left;
		height:25px;
		font-size: 1em;
}
ul.topnav li {
	float: left;
	margin: 0;
	padding: 0 10px 0 0;
	position: relative; /*--Declare X and Y axis base for sub navigation--*/
}
ul.topnav li a {
	padding: 8px 5px;
	color: #fff;
	display: block;
	text-decoration: none;
	float: left;
}
ul.topnav li a:hover{
	background: url("images/backgrounds/topnav_hover.gif") no-repeat center top;
}
ul.topnav li span { /*--Drop down trigger styles--*/
	width: 17px;
	height: 35px;
	float: left;
	background: url("images/icons/subnav_btn.gif") no-repeat center top;
}
ul.topnav li span.subhover {background-position: center bottom; cursor: pointer;} /*--Hover effect for trigger--*/
ul.topnav li ul.subnav {
	list-style: none;
	position: absolute; /*--Important - Keeps subnav from affecting main navigation flow--*/
	left: 0; top: 25px;
	background: #222;
	margin: 0; padding: 0;
	display: none;
	float: left;
	width: 170px;
	border: 1px solid #111;
}
ul.topnav li ul.subnav li{
	margin: 0; padding: 0;
	border-top: 1px solid #252525; /*--Create bevel effect--*/
	border-bottom: 1px solid #444; /*--Create bevel effect--*/
	clear: both;
	width: 170px;
}
html ul.topnav li ul.subnav li a {
	float: left;
	width: 145px;
	background: #333 url("images/backgrounds/dropdown_linkbg.gif") no-repeat 10px center;
	padding-left: 20px;
	font-size:11px;
}
html ul.topnav li ul.subnav li a:hover { /*--Hover effect for subnav links--*/
	background: #222 url("images/backgrounds/dropdown_linkbg.gif") no-repeat 10px center;
}

/* ----- CSS Document: HEADER ----- */
#header {
	width:100%;
	height:auto;
}

#header_top {
	background:#222 url("images/backgrounds/topnav_bg.gif") repeat-x;
	width:100%;
	height:25px;
}

#header_banner {
	width:1000px;
	margin:auto;
}

/* ----- CSS Document: MAIN ----- */
#main_container {
	background:#222 repeat-x scroll 0 0;
	width:100%;
	height:100%;
}
.content_container ul {
	margin-bottom:1em;
	margin-top: .5em;
	padding-left:1.2em;
	font-size: 1.1em;
	line-height:1.3em;
}
.content_container ol {
	font-size:1.2em;
	line-height:1.3em;
}
#toolbar {
	padding: 5px 10px 5px;
	background: #111;
}
.layoutdivider {
	border-top:1px solid #EEEEEE;
	margin:1em 0;
}
#blog {
	background-color: #FFF;
	color: #000;
}
#videos-list {
	width:733px;
	list-style:none;
	padding:0px;
	margin:0px;
}
#videos-list li {
	width:352px;
	float:left;
	text-align:center;
	margin-bottom:1em;
	padding:0.5em;
	border:1px solid #000000;
	background:#111111 none repeat scroll 0 0;
}

/* ----- COLUMN 1 ----- */
#content {
	background-color:transparent;
	float:left;
	width:765px;
	height:100%;
}
#content_alt {
	background-color:transparent;
	float:left;
	width:530px;
	height:100%;
}
.content_container {
	background:#333;
	border:1px solid #000;
	margin:05px 05px 0px 05px;
	padding:10px 10px 10px 10px;
}
#halfbox.content_container {
	background-color: #111;
	float:left;
	width:350px;
	height:220px;
}

#book_gallery {
	background:#111;
}

.bookcover_contain {
	float:left;
	border-width: 5px 10px 0px 0px;
	border-style: solid;
	border-color:transparent;
}

.post .caption {
	border-top:0px;
	color:#222;
	font-size:0.9em;
	font-style:normal;
	margin-top:0px;
	padding:0px;
}

.post .datestamp {
	margin:0 0 1em;
	padding:0 0;
	color:#CCC;
}

.post .storycontent, .entry {
	margin:0px 0px 0px;
}

.navigation {
	width:100%;
	text-align:center;
}

.alignleft {
	background-color:#333;
	float:left;
	padding:5px;
	border:1px solid #000;
	margin:5px 5px 0px;
}

.alignright {
	background-color:#333;
	float:right;
	padding:5px;
	border:1px solid #000;
	margin:5px 5px 0px;
}

/* ----- SIDEBAR ----- */
#column_left {
	padding:0;
	width:235px;
	float:left;
}
#column_right {
	padding:0;
	width:235px;
	float:left;
}

.sidebar, .widget {
	background:#111;
	border-color:#000000;
	border-style:solid;
	border-width:1px;
	font-size:12px;
	margin: 5px 0px 0px 5px;
	padding:5px;
}

#widget-right {
	margin: 5px 5px 0px 0px;
	background-color:#111;
	color:#fff;
}

.widget h3, .menudivider a {
	color: #000;
	text-decoration:none;
}

.widget ul {
	font-family:Arial, Helvetica, sans-serif;
	margin:0;
	text-align:left;
}

.widget ul li {
	margin:0 !important;
}

.widget ul li {
	height:auto !important;
	line-height:1.3em;
	margin:0;
	padding:0;
}

.widget ul, .widget ul li {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0;
	padding:0;
}

.widget li {
	border-top:1px dotted transparent;
	margin:-5px 0 -3px;
	padding:0;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
}

.widget ul a:link, .widget ul a:visited, .widget ul a:hover, .widget ul a:active {
	text-decoration:none;
}

.widget li a {
	border-left:0px solid #FFF;
	border-right:0px solid #FFF;
	display:block;
	margin:0;
	padding:2px 6px 2px;
	text-decoration:none;
}

.widget li a:hover {
	background-color:#333;
	color:#FFF;
}
.twtr-widget h3 {
	color:#CCC;
}

/* ------------- BODY ---------------------*/
#gallery {
	list-style:none;
	padding-left:0;
	float:left;
}
#gallery li {
	float:left;
	height:210px;
	padding:0 14px 5px;
	text-align:center;
	width:154px;
}

/* ------------- FOOTER --------------------- */
#footer_container {
	background:#111;
	border:1px solid #000;
	margin:05px 05px 05px 05px;
	padding:0px 10px 0px 10px;
}
.footer_column {
	float:left;
	background-color:#111;
	width:242px;
}

.footer_list {
	list-style-image:none;
	list-style-position:inside;
	margin-left:0;
	padding-left:10px;
}