/*  
Theme Name: AndyZ
Theme URI: http://www.andrewzeller.com/
Description: Andrew Zeller
Version: 1.0
Author: Geoffrey Lo
Author URI: http://www.geoffreylo.com/

*/

/* @import "style-orig.css"; */


/* Built-in Styles */

body {
	background-color: #000000;
	}

#page {
	background-color: white;
	margin: 20px auto;
	padding: 0;
	width: 900px;
	border: 1px solid #666666;
	}

.post {
	margin: 0 0 30px;
	text-align: justify;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

a, h2 a:hover, h3 a:hover {
	color: #000062;
	text-decoration: none;
	}

a:hover {
	color: #147;
	text-decoration: underline;
	}

/*
.entry p a:visited {
	color: #b85b5a;
	}
	
html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	} 

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

*/

a img {
	border: none;
	}

.page_navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 30px;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}

h1, h2, h3 {
	font-family: Verdana, Arial, Sans-Serif;
	font-weight: bold;
	}

h1 {
	font-size: 18pt;
	text-align: center;
	}

h2 {
	font-size: 14pt;
	margin-bottom: 3px;
	}

h3 {
	font-size: 12pt;
	}


h1, h1 a, /* h1 a:hover, */ h1 a:visited, #headerimg .description {
	text-decoration: none;
	color: white;
	}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #333;
	}

h2, h2 a, /* h2 a:hover, */ h2 a:visited, h3, h3 a, /* h3 a:hover, */ h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
	}

h1 a:hover, h2 a:hover, h3 a:hover {
	text-decoration: underline;
	}

/* 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 */

/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	} 

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
	}

.entry ol {
	padding: 0 0 0 20px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	font-size: 9pt;
	}
	
#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0 6px 0 6px;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 3px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 4px 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 1px 0 0;
	padding: 0;
	}
/* End Entry Lists */

/* Begin Form Elements */
#searchform {
	margin: 0px auto;
	padding: 0; 
	/* text-align: left; */
	}

#searchform #s {
	width: 120px;
	padding: 1px;
	font-family: Verdana, Arial;
	font-size: 8pt;
	}

#searchsubmit {
	padding: 1px;
	width: 50px;
	font-family: Verdana, Arial;
	font-size: 9px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 100%;
	padding: 2px;
	}

#commentform #submit {
	margin: 0;
	float: right;
	}
/* End Form Elements */



/* END Built-in Styles */







#header {
	padding: 15px;
	background-image: url('/wp-content/themes/andyz/images/header.jpg');
	/* border-bottom: 2px solid #FFFFFF; */
	height: 250px;
}

#header_title, #header_title a {
	position: relative;
	top: -2px;
	font-family: Verdana, Arial;
	font-size: 32pt;
	text-align: center;
	color: #FFFFFF;
	text-decoration: none;
}

#header_title a:hover {
	/* border-bottom: 1px dashed #FFFFFF; */
}

#header_subtitle {
	position: relative;
	top: -3px;
	font-family: Verdana, Arial;
	font-size: 16pt;
	text-align: center;
	color: #FFFFFF;
}

#footer_copyright {
	font-family: Verdana, Verdana;
	font-weight: bold;
	font-size: 9pt;
	color: #FFFFFF;
	
	background: #787878;
	padding: 9px;
	border-width: 0px 1px 1px 1px;
	border-style: solid;
	border-color: #FFFFFF;

}

#page_height {
	height: 100%;
	}


#nav_menu {
	position: relative;
	height: 30px;
	
	border-width: 1px 0px 1px 1px;
	border-style: solid;
	border-color: #AAAAAA;

	font-family: Verdana, Arial;
	font-weight: bold;
	font-size: 10pt;
	text-align: center;
	color: #FFFFFF;
	
	background-color: #111111;
}

#nav_menu td {
	padding: 8px;
	border-right: 1px solid #AAAAAA;
}

#nav_submenu {
	position: relative;
	
	border-width: 0px 0px 1px 1px;
	border-style: solid;
	border-color: #CCCCCC;

	font-family: Tahoma, Verdana;
	font-weight: bold;
	font-size: 7pt;
	text-align: center;
	color: #FFFFFF;
	
	background-color: #8F8F8F;
}

#nav_submenu td {
	padding: 3px;
	border-right: 1px solid #CCCCCC;
}

#nav_menu_items {margin: 0; padding: 0; list-style-type: none; list-style-image: none; }
#nav_menu_items ul {margin: 0; padding: 0; }
#nav_menu_items li {display: inline; margin: 0px 20px 0px 0px; }
#nav_menu_items a {
	COLOR: #FFFFFF;
	text-decoration : none;
}
#nav_menu_items a:visited { COLOR: #FFFFFF; }
#nav_menu_items a:hover { COLOR: #ff0000; }
#nav_menu_items a:active { color: #fff600; }

#nav_submenu {margin: 0; padding: 0; list-style-type: none; list-style-image: none; }
#nav_submenu ul {margin: 0; padding: 0; }
#nav_submenu li {display: inline; margin: 0px 10px 0px 0px; }
#nav_submenu a {
	COLOR: #FFFFFF;
	text-decoration : none;
}
#nav_submenu a:visited { COLOR: #FFFFFF; }
#nav_submenu a:hover { COLOR: #ff0000; }
#nav_submenu a:active { color: #fff600; }


#main_content {
	padding: 15px;
	font-family: Verdana, Tahoma;
	font-size: 9pt;
}

#main_sidebar {
	padding: 25px 10px 25px 10px;
	background-color: #EFEFEF;
	font-family: Verdana;
	font-size: 9pt;
	border-width: 1px 1px 0 0;
	border-style: solid;
	border-color: #FFFFFF;
}

.sidebar_note {
	/* font-style: italic; */
	font-size: 7pt;
}

.sidebar_nav {
	font-weight: bold;
}

.sidebar_nav h3 {
	padding-left: 5px;
	margin-bottom: 7px;
}

#main_sidebar_logon {
	padding: 5px 10px 10px 10px;
	background-color: #FBFBFB;
	text-align: right;
	font-family: Tahoma, Verdana;
	font-size: 9px;
	border-width: 0 0 1px 0;
}
