/*
Theme Name: Astrolox
Theme URI: http://www.astrolox.com/
Description: Theme for Astrolox
Version: 1
Author: Astrolox
Author URI: http://www.astrolox.com/

*/
body {
	background: #FFFEFE;
	border: 0px solid #555;
	color: #111;
	font: 70%/150% verdana, arial, sans-serif;
	margin: 10px;
	padding: 10px;
}

.sidebar {
}
.sidebar ul, .sidebar ul li ul li,  .sidebar ul li ul li ul, .sidebar ul li ul li ul li   {
	margin: 0;
	padding: 0;
}
.sidebar ul li {
	list-style: none;
	padding: 0;
	margin: 1px 1px 0 0;
}
.sidebar ul li h2 {
	font-size: 1em;
	margin: 0;
	color: #444;
}
.sidebar ul li ul {
	border-right: none;
	margin: 0 0 10px 0;
	padding: 0;
}
.sidebar ul li ul li ul {
	margin: 0 0 5px 0;
}
.sidebar ul li ul li ul li {
	font-size: 0.9em;
	font-style: italic;
	padding: 0;
}
#col2 {
	margin-left: 2%;
}
#container {
	margin-top: 10px;
	float: left;
	width: 90%;
	clear: both;
	border: 0px;
	padding: 2em;
	margin-right: auto;
	margin-left: auto;
}
#content {
	padding: 0;
}
#searchbform {
	padding: 1% 0 0 0;
}
#search-results {
	padding: 0 0 2% 0;
}
.content-column {
	float: left;
	margin: 0 2% 0 0;
	width: 45%;
	vertical-align: top;
}
.navigation {
	background: #e5e5e5;
	color: #444;
	height: 1.5em;
	width: 100%;
	font-size: 0.9em;
	text-align: center;
	padding: 0 3px 1px 3px;
}
.post-header {
	/* background: #e5e5e5; */
	background: transparent;
	border-bottom: 1px dashed #330;
	color: #444;
	height: 3em;
	width: 100%;
}
.post-header h2, .post-header h3 {
	margin: 4px 3px 1px 3px;
	font-size: 2em;
}
.post-header h2 {
	float: left;
}
.post-header h3 {
	float: right;
	font-weight: normal;
}
.post-entry {
	margin-bottom: 2.5em;
}

.post p {
	font-size: 1em;
	margin: 0.85em 0;
	text-align: justify;
}
.post blockquote {
	background: #f6f6f6;
	border-left: 3px solid #eee;
	padding: 1px 10px;
}
.post code, .post pre {
	font-size: 1.2em;
}
.post abbr {
	border-bottom: 1px dotted #c30;
	cursor: help;
} 
.post ul.list, .post ul.list li, .post ul.list li ul  {
	margin: 0;
	padding: 0;
}
.post ul.list li ul li ul {	/* Deeep nesting */
	margin: 0 0 0 10px;
	padding: 0;
	font-style: italic;
}
.post ul.list li {
	font-size: 1em;
	list-style: none;
}
.post ul.list li h2 {
	font-size: 1em;
	margin: 10px 0 0 0;
}
.post .excerpt, .post-footer, #metadata p, #comments .comment-metadata  {
	font-style: italic;
}
.post .excerpt  {
	color: #444;
	background: #fff;
}
.post-footer {
	margin: 0 0 15px 0;
}
.post-footer p {
	font-size: 0.95em;
	text-align: right;
}
#metadata {
	background: #f3f3f3;
	color: #111;
	margin: 15px 20px 25px 20px;
	padding: 5px;
}
#metadata p {
	font-size: 0.9em;
	margin: 0;
}
#comments {
	margin: 0 0 25px 0;
}
#comments h3 {
	margin: 25px 0 0 0;
	font-size: 1em;
}
#comments ol li {
	background: #f6f6f6;
	color: #111;
	margin-bottom: 15px;
	padding: 5px;
}
#comments ol li p {
	margin: 0.75em 0;
}
#footer {
	clear: both;
	background: #fff;
	color: #aaa;
}
#footer p  {
	margin: 0;
	font-size: 0.9em;
	padding: 25px 0 0 0;
}
/* LINKS */
a {
	outline: none;
}
/*
#header a, #header a:active, #header a:link, #header a:visited {
	text-decoration: none;
	border-bottom: 1px solid #ddd;
	color: #059;
	background: #fff;
}
#header a:hover {
	border-bottom: 1px solid #999;
	color: #c30;
	background: #fff;
}
*/
.sidebar a, .sidebar a:active, .sidebar a:link, .sidebar a:visited {
	background: #fff;
	color: #059;
	padding: 1px 2px;
}
.sidebar a:hover {
	background: #059;
	color: #fff;
}
.current-cat a, .current-cat a:active, .current-cat a:link, .current-cat a:visited, .current-cat a:hover, .current_page_item a, .current_page_item a:active, .current_page_item a:link, .current_page_item a:visited, .current_page_item a:hover {
	background: #80abcd;
	color: #fff;
}
.post-header a, .post-header a:active, .post-header a:link, .post-header a:visited, .navigation a, .navigation a:active, .navigation a:link, .navigation a:visited  {
	background: #eee;
	color: #059;
	text-decoration: none;
}
.post-header a:hover, .navigation a:hover {
	background: #eee;
	color: #c30;
}
#content a, #content a:active, #content a:link, #content a:visited {
	background: transparent;
	color: #059;
}
#content a:hover {
	background: transparent;
	color: #c30;
	text-decoration: none;
}
#footer a, #footer a:active, #footer a:link, #footer a:visited {
	color: #aaa;
	background: #fff;
}
#footer a:hover {
	color: #c30;
	background: #fff;
	text-decoration: none;
}
/* IMAGE ELEMENTS, INCLUDING LINKS */
img {
	border: none;
}
#content img.center, #content img.alignright, #content img.alignleft {
	border: 1px solid #222;
}
#content img.center {
	display: block;
	margin: 5px auto;
}
#content img.alignright {
	margin: 5px 0 5px 10px
}
#content img.alignleft {
	margin: 5px 10px 5px 0;
}
#content a:hover img.center, #content a:hover img.alignright, #content a:hover img.alignleft {
	border: 1px solid #c30;
}
li img, li a img {
	border: none !important;
}
/* MULTI-PURPOSE STRUCTURAL DIVS */
.alignleft {
	float: left;
}
.alignright {
	float: right;
}
.center {
	text-align: center;
}
.clearer {
	clear: both;
	height: 1px;
}
/* FORMS FOR COMMENTS AND SEARCH / INCLUDES STYLES FOR THE WP-CONTACTFORM PLUGIN */
#blog-search form {
	margin: 0;
	padding: 0;
}
#s {
	width: 100px;
}
#searchsubmit, #submit {
	background: #ddd;
	margin: 3px 0 0 0;
	padding: 0;
}
#searchbox {
	padding: 5px;
	font-size: 1em;
	overflow: hidden;
}
#searchbox form {
	display: inline;
	padding: 0px;
	margin: 0px;
	clear: none;
}
.formcontainer {
	font-size: 1em;
	overflow: hidden;
	position: static;
	width: 99%;
}
.formright, .formleft {
	display: inline;
	float: left;
	margin: 3px 0;
	padding: 2px;
}
.formright {
	text-align: left;
	width: 75%;
}
.formleft {
	clear: both;
	text-align: right;
	width: 60px;
}
.formcontainer textarea {
	overflow: auto;
}
.formcontainer textarea, input {
	padding: 1px;
}
#comment, #wpcf_msg {
	height: 125px;
	width: 250px;
}
#author, #email, #url, #wpcf_your_name, #wpcf_email, #wpcf_website {
	width: 125px;
}
#author, #email, #url, #comment, #bs, #s, #wpcf_your_name, #wpcf_email, #wpcf_website, #wpcf_msg, #searchsubmit, #submit {
	border: 1px solid #666;
	color: #111;
	font: 1em/normal verdana, arial, sans-serif;
}
#author, #email, #url, #comment, #bs, #s, #wpcf_your_name, #wpcf_email, #wpcf_website, #wpcf_msg {
	background: #fff;
	margin: 0;
	padding: 1px;
}
#author:focus, #email:focus, #url:focus, #comment:focus, #bs:focus, #s:focus, #wpcf_your_name:focus, #wpcf_email:focus, #wpcf_website:focus, #wpcf_msg:focus {
	border: 1px solid #c30;
}

#logo {
	position: absolute;
	right: 0px;
	top: 0px;
	padding: 5px;
	margin: 0px;
	clear: right;
	border: 0px;
}

#header {
	margin: 0px;
	width: 100%;
	clear: both;
}
#header h1#title, #header p#description {
	margin: 0;
	margin-bottom: 15px;
}
#header h1#title {
	font-size: 1.25em;
}
#header p#description {
	font-size: 1em;
	font-weight: bold;
}



/* All <ul> tags in the menu including the first level */
.menulist, .menulist  ul {
 margin: 0;
 padding: 0;
 list-style: none;
}

/* Submenus (<ul> tags) are hidden and absolutely positioned downwards from their parent */
.menulist ul {
 visibility: hidden;
 position: absolute;
 top: 2.5em; /* I'm using ems rather than px to allow people to zoom their font */
 left: 0px;
 width: 150px;
}

/* Second and third etc. level submenus - position across from parent instead */
.menulist ul ul {
 top: 0px;
 left: 155px;
}

/*
 All menu items (<li> tags). 'float: left' lines them up horizontally, and they are
 positioned relatively to correctly offset submenus. Also, they have overlapping borders.
*/
.menulist li {
 float: left;
 position: relative;
 background: transparent;		/* NB. Color when idle */
 border: 0px solid #330;
 border-bottom: 1px solid #330;
 margin-left: 0px;
 margin-right: 5px;
}

/* Items in submenus - override float/border/margin from above, restoring default vertical style */
.menulist ul li {
 float: none;
 padding: 0;
 margin-left: 0;
 margin-right: 0;
 margin-bottom: -1px;
 background-color: #a0cbed;		/* NB. Sub Menu Color when idle */
 border: 0px solid #330;
}
.menulist ul>li:last-child {
 margin-bottom: 1px;
}

/* Links inside the menu */
.menulist a {
 display: block;
 padding: 3px;
 color: #000;
 text-decoration:  none;
}

/* Lit  items: 'hover' is mouseover, 'highlighted' are parent items to visible menus */
.menulist a:hover, .menulist a.highlighted:hover, .menulist a:focus {
 color: #FFF;
 background-color: #FFB500;		/* NB. Color when mouse over = Light Orange */
}
.menulist  a.highlighted {
 color: #FFF;
 background-color: #FFA500;		/* NB. Color when open = Dark Orange */
}

/*
 If you want per-item background images in your menu items, here's how to do it.
 1) Assign a unique ID tag to each link in your menu, like so: <a id="xyz" href="#">
 2) Copy and paste these next lines for each link you want to have an image:
    .menulist a#xyz {
      background-image: url(out.gif);
    }
    .menulist a#xyz:hover, .menulist a.highlighted#xyz, .menulist a:focus {
     background-image: url(over.gif);
    }
*/

/* Only style submenu indicators within submenus. */
.menulist a .subind {
 display:  none;
}
.menulist ul a .subind {
 display:  block;
 float: right;
}

/* 'Escaped Comment' hack for horizontal menubar width in IE5/Mac */
.menulist a {
 float: left;
}
.menulist ul a {
 float: none;
}
/* \*/
.menulist a {
 float: none;
}
/* */


/* This semi-commented section exists to fix bugs in IE/Windows (the 'Holly Hack'). \*/
* html .menulist  ul li {
 float: left;
 height: 1%;
}
* html .menulist  ul a {
 height: 1%;
}
/* End Hack */
