/*	
 Written by E.Bertin.
 Theme Name: Astromatic
 Version: 1.0
 Description: A simple WordPress Theme
 Author: E.Bertin, derived from Moonlight by simple-webdesign.com
 Author URI: http://www.astromatic.net
 Tags: two-columns, dark, variable-width, right-sidebar
*/

/**************** general ***************/

 img {
	border:none;
/*
	behavior: url("/iepngfix/iepngfix.htc");
*/
	}

a, a:visited {
	color:#9ABBCA;
	font-weight: bold;
	text-decoration: none;
	transition: color 500ms, text-decoration 500ms;
	-moz-transition: color 500ms, text-decoration 500ms;
	-webkit-transition: color 500ms, text-decoration 500ms;
	-o-transition: color 500ms, text-decoration 500ms;
}
a:hover {
	color:#FFFFFF;
	text-decoration: underline;
}


body {
	font-family:"verdana", "lucida sans", "lucida grande", sans-serif;
	font-style:normal;
	font-variant:normal;
	font-weight:400;
	font-size:12px;
	line-height:normal;
	text-align:center;
	margin: 10px;
	background-color: #1B2F3A;
	color: #FFFFFF;
	background-image: url("images/body_bg.jpg");
	background-repeat: repeat-x;
	background-position: top;
}
.left {
	float: left;
}
.right {
	float: right;
}
.aligncenter {
/*
	display: block;
*/
	margin-left: auto;
	margin-right: auto;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.clear {
	clear: both;
}
h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 48px;
	font-weight: normal;
	margin: 0px;
}
h2 {
	margin: 0px;
	font-size: 18px;
	font-weight: bold;
}
h3 {
	font-size: 16px;
	line-height: 20px;
}
h3 span {
	font-weight: bold;
}
h4 {
	font-size: 14px;
}

/********************************* top part **********************************/

#wrapper {
	width: 100%;
}

/* Top Menu */
#top_menu {
	height: 4px;
	width: 100%;
	color: #FFFFFF;
}

/* Header */
#header {
	color:#D3E7F0;
	width: 100%;
	height: 110px;
	margin: 0px;
	top: 0px;
	background-image: url("images/astromaticleft.png");
	background-repeat: no-repeat;
	background-position: left top;
	min-width: 682px;
}
#headerright {
	color:#D3E7F0;
	height: 110px;
	margin: 0px;
	text-align: right;
}

#blog-title {
	height: 90px;
	margin-left: 10px;
	position: absolute;
	top: 16px;
	left: 10px;
	text-align: left;
}
#blog-description {
	font-size: 9px;
	margin-left: 20px;
	position: absolute;
	top: 105px;
	left: 15px;
	text-align: left;
}


#header a {
	text-decoration: none;
	color:#D3E7F0;
	transition: All .5s;
	-webkit-transition: All .5s;
	-moz-transition: All .5s;
	-o-transition: All .5s;	
}
#header a:hover {
	color:#FFFFFF;
	transform: scale(1.1);
	-ms-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
}

#leftitle {
	float: left;
	color: #1B2E3C;
	font-size: 12px;
	font-weight: bold;
}

#categories {
	margin-top: 4px;
	width: 100%;
	height: 17px;
	text-align: left;
}
#categories ul {
	margin: 0px;
	padding: 0px;
	width: 800px;
}
#categories a {
	font-size: 11px;
	color: #1B2E3C;
	font-weight: bold;
	text-decoration: none;
	line-height: 17px;
	font-family: Arial, Helvetica, sans-serif;
}
#categories li {
	float: left;
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#categories li li {
	float: left;
	margin: 0px;
	padding: 0px;
	width: 150px;
}

#categories li li a, #categories li li a:link, #categories li li a:visited {
	float: none;
	margin: 0px;
	padding: 2px 5px;
	width: 150px;
	color: #fff;
	font-size: 11px;
	line-height: 23px;
	background-color: #476674;
	display: block;
}

#categories li li a:hover, #categories li li a:active {
	color: #fff;
	background-color: #000000;
	text-decoration: none;
}

#categories li ul {
	left: -999em;
	position: absolute;
	z-index: 10;
	width: 10em;
}

#categories li:hover ul {
	display: block;
	left: auto;
}

#categories a:hover {
	text-decoration: underline;
}
#categories li:hover ul, #categories li.sfhover ul {
	left: auto;
}
/*- RSS -*/
#rss{
	position:absolute;
	right:5px;
	float:right;
	margin-top: -24px;
}
.cat {width: 890px;}


/**************************** left-right table *******************************/

.contable {
	border-collapse: collapse;
}
.contbody {
	vertical-align: top;
}

.leftspace {
	vertical-align: top;
}
.midspace {
	min-width: 10px;
	width: 10px;
}
.rightspace {
	vertical-align: top;
}

/******************************** left part **********************************/

/* Container */
#container {
	width: 100%;
	min-width: 682px;
	margin-top: 10px;
}
#content {
	min-width: 360px;
	overflow: hidden;
	background-color: #162026;
	padding: 10px;
	position: relative;
	left: 0px;
	right: 10px;
	top: 0px;
	text-align: left;
	border: 1px solid #000000;
	box-shadow: inset #1B2F3A 2px 2px 4px,inset #0B1013 -2px -2px 4px, 4px 4px 4px #040404;
}

#pages {
	font-size: 10px;
	text-align: left;
	line-height: 14px;
}
#pages ul {
	padding: 0;
	margin: 0;
}

#pages li {
	display: inline;
	padding-right: 15px;
	text-transform: uppercase;
}
#pages a, a:visited {
	text-decoration: none;
}
#pages a:hover {
	text-decoration: underline;
}

.page-title {
	margin-top: 5px;
}
.post {
	width: 100%;
}
.post a, a:visited {
	color:#9ABBCA;
	font-weight: bold;
	text-decoration: none;
}

.post a:hover {
	color:#FFFFFF;
	font-weight: bold;
	text-decoration: underline;
}
.post , #content {
	color:#FFFFFF;
}
.post p a,.post p a:visited {
	color:#9ABBCA;
	text-decoration: none;
	font-weight: bold;
}
.post p a:hover {
	color:#FFFFFF;
	text-decoration: underline;
	font-weight: bold;
}
.post_details {
	height: 40px;
	width: 100%;
}
.post_details a {
	color: #a3a192;
	text-decoration: none;
	font-weight: bold;
}
.post_details a:hover {
	text-decoration: underline;
}
.post_data {
	font-size: 10px;
	color: #a3a192;
	width: 100%;
	height: 20px;
	line-height: 20px;
	text-align: left;
}
.post_comments {
	text-align: right;
	height: 20px;
	font-size: 10px;
	line-height: 20px;
	background-image: url(images/comments_icon.gif);
	background-repeat: no-repeat;
	background-position: left center;
	text-indent: 20px;
}
.post p img {
	border: none;
}
.post p {
	line-height: 18px;
}

.post hr {
	height: 2px;z
	border-left: 0px;
	border-right: 0px;
	border-top: 0px;
	border-bottom: 1px solid #9ABBCA;
	background-color: #000000;
}

.post ul {
	line-height: 150%;
}

.more {
	font-size: 10px;
	color: #1B2F3A;
	width: 100%;
	height: 20px;
	line-height: 20px;
	text-align: left;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #8BABB8;
	padding-bottom: 5px;
	margin-bottom: 20px;
}
.more a {
	color:#000000;
	text-decoration: none;
}
.tags {
	font-size: 10px;
	color: #1B2F3A;
	width: 400px;
	height: 20px;
	line-height: 20px;
	text-align: left;
//	background-image: url(images/tags.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	text-indent: 25px;
}
.tags a {
	text-decoration:none;
}
.tags a:hover {
	text-decoration: underline;
}
.read_more {
	text-align: right;
	height: 20px;
	font-size: 10px;
	line-height: 20px;
	color: #FFFFFF;
}

/* Edit */
.edit-link a {
	color: #FFC060;
}

/* Comments */
#comments-list {
	color:#C0C0C0;
}
.comment-meta {
	color:#A1A392;
	font-size: 10px;
	text-align: left;
}
.comment-meta a {
	color:#CFE3EC;
	text-decoration:none;
}
.comment-meta a:hover {
	text-decoration:underline;
}

.edit-link a {
	color:#FFC060;
	text-decoration:none;
}

.avatar {
	float: left;
	padding-right: 5px;
	padding-bottom: 10px;
}


.form-textarea {
	padding-right: 10px;
}

#comment {
	width: 100%;
	padding: 1px;
	padding-left: 5px;
	padding-right: 5px;
	margin-top: 10px;
	border-top: 1px solid #000000;
	border-left: 1px solid #000000;
	border-right: 1px solid #9ABBCA;
	border-bottom: 1px solid #9ABBCA;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	font-size: 12px;
	color: #a3a192;
	background: #1B2F3A;
}

#submit {
	width: 96px;
	height: 21px;
	padding: 1px;
	padding-bottom: 3px;
	margin-top: 5px;
	margin-left: 0px;
	border-top: 1px solid #9ABBCA;
	border-left: 1px solid #9ABBCA;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	font-size: 11px;
	font-weight: bold;
	color: #D3E7F0;
}


/* Pagination */
.pagination {
	padding: 5px;
}
.pagination a, .pagination a:visited {
	text-decoration:none;
}
.pagination a:hover {
	text-decoration: underline;
}
.nav {
	width: 82px;
	height: 21px;
}	
.nav a, .nav a:visited {
	text-decoration:none;
}
.nav a:hover {
	text-decoration: underline;
}

/* Post and Page Navigation */
.previous{
	height:19px;
	padding:0px 10px 0px 18px;
	float:left;
	font-weight:bold;
	background-image: url(images/prev.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
.next{
	height:19px;
	padding:0px 18px 0px 35px;
	float:right;
	font-weight:bold;
	background-image: url(images/next.gif);
	background-repeat: no-repeat;
	background-position: right center;
}
html .next{
	height:18px;
	text-align:right;
}
.previous a, .previous a:visited, .next a, .next a:visited{
}
.previous a:hover, .next a:hover{
	color: #FFFFFF;
}
.previous:hover{
	background-image: url(images/prev_on.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
.next:hover{
	background-image: url(images/next_on.gif);
	background-repeat: no-repeat;
	background-position: right center;
}

/* Misc */
.meta_entry {
	background:#000000;
	color:#FFFFFF;
	font-size: 10px;
	line-height: 15px;
	padding: 5px;
	margin-bottom: 10px;
}
.meta_entry a, #meta_entry a:visited {
	color:#CFE3EC;
	font-weight: bold;
}

.meta_entry a:hover {
	color:#FFFFFF;
	font-weight: bold;
}

.meta_entry .edit-link a {
	color: #FFC060;
}
.navigation a {
	background-color: #1B2F3A;
	line-height: 20px;
	color: #FFFFFF;
	padding: 5px;
	text-decoration: none;
}
.navigation a:hover {
	background-color: #03080C;
}
.wp-caption {
	border-top: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	text-align: center;
	background-color: #90B870;
	padding-top: 4px;
	margin: 5px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	font-weight: bold;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption-dd {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
blockquote {
	border-left:2px dotted #1B2F3A;
	background:#eef3f8;
	margin-bottom:10px;
	margin-left:20px;
	padding:10px;
}


blockquote p {
	margin:0;
}

input{	float: left;
	width: 290px;
	height: 16px;
	padding: 1px;
	padding-left: 5px;
	padding-right: 5px;
	margin: 0px;
	border-top: 1px solid #000000;
	border-left: 1px solid #000000;
	border-right: 1px solid #9ABBCA;
	border-bottom: 1px solid #9ABBCA;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	font-size: 12px;
	color: #a3a192;
	background: #1B2F3A;
}

input.button{
	width: 48px;
	height: 21px;
	padding: 1px;
	padding-bottom: 3px;
	margin: 0px;
	margin-left: 10px;
	border-top: 1px solid #9ABBCA;
	border-left: 1px solid #9ABBCA;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	font-size: 11px;
	font-weight: bold;
	color: #D3E7F0;
}
/******************************** right part *********************************/

/* Sidebar */
#sidebar {
	background-color: #162026;
	border: 1px solid #000000;
/*
	width: 280px !important;
	width: 270px;
*/
	width: 260px;
	padding: 10px;
	text-align: center;
	top: 0px;
	box-shadow: inset #1B2F3A 2px 2px 4px,inset #0B1013 -2px -2px 4px, 4px 4px 4px #040404;
}
.box {
	background-color: #03080C;
	background-image: url(images/box.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	padding: 10px;
	padding-top: 5px;
	text-align: left;
	color: #FFFFFF;
	margin-bottom: 10px;
	line-height: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.box a, .box a:visited {
	color:#9ABBCA;
	font-weight: bold;
	text-decoration: none;
	transition: color 500ms, text-decoration 500ms;
	-moz-transition: color 500ms, text-decoration 500ms;
	-webkit-transition: color 500ms, text-decoration 500ms;
	-o-transition: color 500ms, text-decoration 500ms;
}
.box a:hover {
	color:#FFFFFF;
	text-decoration: underline;
}
.box ul {
	margin: 0px;
	padding: 0px;
	list-style-position: inside;
	}
.boxline {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #243440;
	margin: 0px;
	height: 5px;
}
.box_title {
	color:#FFFFFF;
	font-size: 14px;
	font-weight:bold;
	width: 100%;
	text-align: center;
	padding-top: 0px;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}

.blog-search {
	width: 100%;
	height: 24px;
}
/*
#search {
	position: relative;
	left: 0px;
	right: 0px;
	color: #a3a192;
}
*/
#search input{	width: 170px;
	height: 16px;
	padding: 1px;
	padding-left: 5px;
	padding-right: 5px;
	margin: 0px;
	border-top: 1px solid #000000;
	border-left: 1px solid #000000;
	border-right: 1px solid #9ABBCA;
	border-bottom: 1px solid #9ABBCA;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	font-size: 12px;
	color: #a3a192;
	background: #1B2F3A;
}

#search input.button{
	width: 48px;
	height: 21px;
	padding: 1px;
	padding-bottom: 3px;
	margin: 0px;
	margin-left: 10px;
	border-top: 1px solid #9ABBCA;
	border-left: 1px solid #9ABBCA;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	font-size: 11px;
	font-weight: bold;
	color: #D3E7F0;
}


/******************************** bottom part ********************************/

/* Footer */
#footer {
	text-align: center;
	font-size: 10px;
	line-height: 15px;
	color: #FFFFFF;
	padding: 5px;
	background-color: #000000;
	margin-top: 10px;
	margin-bottom: 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #666666;
}
#footer a, #footer a:visited {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}
#validate {
	line-height: 15px;
	float: right;
}

/********************************* Google maps *******************************/
div.gmap{	border-top: 2px solid #000000;
	border-left: 2px solid #000000;
	border-right: 2px solid #1B2F3A;
	border-bottom: 2px solid #1B2F3A;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	font-size: 12px;
	color: #a3a192;
	background: #1B2F3A;
}

div.gmap a:hover{
	color: #000000;
}
