/*
Theme Name: Luminous Blue
Theme URI: http://themebot.com
Description: Blue and luminous :) If you need support or want customization, please visit: <a href="http://undoitsolutions.com/">Undo IT Solutions</a>.
Version: 1.0
Author: ThemeBot
Author URI: http://themebot.com
License: Creative Commons Attribution Share Alike (by-sa) http://creativecommons.org/licenses/by-sa/3.0/
*/

/*Global*/
html, body {
	height: 100%;
}
body {
	color: #d0edf8;
	font-family: "Trebuchet MS", verdana, helvetica, arial, sans-serif;
	font-size: 12px;
	background-color: black;
	background-image: url(images/bg.jpg);
	background-repeat: repeat;
}
* {
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6 {
	color: #616161;
	font-weight: bold;
}
h1 {
	font-size: 1.6em
}
h2 {
	font-size: 1.5em;
}
h3 {
	font-size: 1.4em;
}
h4 {
	font-size: 1.3em;
}
h5 {
	font-size: 1.2em;
}
h6 {
	font-size: 1.1em;
}
p, pre, blockquote, form, label, dl, fieldset, address {
	margin: 10px 0;
}
fieldset {
	padding: 10px;
}
small {
	color: #485C5A;
}
a {
	color: #5ea8ef;
	text-decoration: none;
}
a:hover, a:active {
	color: #485c5a;
	text-decoration: none;
}
ul, ol {
	margin: 5px 0 20px 0px;
	list-style-type: none;
}
li, dd, blockquote {
	margin-left: 7px;
	list-style-type: none;
}
input { color: #d0d0d0; border: none; background-color: #303030; vertical-align: middle; margin-top: 2px; margin-bottom: 2px; border: solid 1px #485c5a; }
textarea {
	background-color: #303030;
	color: #d0d0d0;
	border: ridge 1px #485c5a;
	font-size: 0.9em;
}
#submit {
	color: #d6e4e1;
	font-size: 1em;
	border: solid 1px #485c5a;
	background-color: #303030;
	padding-right: 1px;
	padding-left: 1px;
}
blockquote {
	border: 2px dotted #BFCFCC;
	background-color: #9DB2B1;
	margin: 1em 2em;
	padding: 0 1em;
}
#container {
	width: 770px;
	text-align: left;
	position: relative;
	margin: 50px auto 0;
}
/* Header */
#header {
	width: 770px;
    height: 60px;
    padding: 0;
    background-repeat: no-repeat;
	background-image: url(images/header.png); width: 770px; height: 60px; }
h1#sitename {
	background-image: url(images/header.gif);
	background-repeat: no-repeat;
	background-position: center 0;
	text-indent: -9999em;
	height: 120px;
	margin: 0;
	padding: 0;
}
#sitename a:focus {
	outline-style: none;
}
#sitename a {
	position: absolute;
	left: 20px;
	top: 0;
	height: 120px;
	width: 730px;
	text-decoration: none;
}
#topnav { color: #ffffff; word-spacing: -0.5px; letter-spacing: -0.2px; font-size: 1.1em; font-weight: bold; position: relative; }
#topnav a {
	color: #ffffff;
	text-decoration: none;
	padding: 8px 8px 7px;
}
#topnav a:hover { color: #d6e4e1; background-color: #000; text-decoration: none; padding: 7px 7px 6px; border: solid 1px #485c5a; }
#topnav ul {
	margin: 0 0 10px 28px;
	list-style: none;
	padding: 20px 0 0;
}
#topnav li {
	padding: 0;
	margin: 0;
	display: inline;
}
#blog_title {
  text-align:center;
	color: #d6e4e1;
	margin: 0;
	padding: 0;
	font-weight: bold;
	font-size: 28px;
	letter-spacing: 0;
	word-spacing: 0;
	left: 30px;
	display:none;
}
#blog_title a {
	color: #D6E4E1;
	text-decoration: none;
}
#blog_title a:hover {
	color: #FFFFFF;
}
#blog_slogan {
	color: #c2c2c2;
	margin-top: 5px;
	text-align:center;
	letter-spacing: 0.2px;
	word-spacing: 0.4px;
}
/*Main*/
#wrapper {
	background-image: url(images/middle.png);
	background-repeat: repeat-y;
	background-position: 0 0;
	position: relative;
	width: 770px;
	float: left;
}
#content {
	width: 496px;
	float: left;
	padding: 0 14px 0 30px;
}
.post h2 {
	margin: 0 0 2px 0;
}
.post h2 a {
	color: #D6E4E1;
	text-decoration: none;
}
.post h2 a:visited {
	color: #D6E4E1;
	text-decoration: none;
}
.post h2 a:hover {
	color: #00beff;
}
.postmetadata {
	padding-bottom: 25px;
}
.entry {
	font-size: 12px;
	padding-top: 5px;
}
#quotes_header {
	font-weight: bold;
	color: #0055A3;
}
#quotes_body {
	width: 170px;
	font-size: 11px;
}
hr.clearing {
	height: 1px;
	visibility: hidden;
	clear: both;
	width: 50px;
	margin: 0;
}
.smaller {
	font-size: 10px;
	padding-right: 5px;
}
.graybox { color: #dedede; border: dotted 1px #bfcfcc; background-color: #555; margin: 1em 2em; padding: 0 1em; }
.commentmetadata {
	color: #9db2b1;
}
/*Sidebar*/
#sidebar {
	color: #485c5a;
	position: relative;
	width: 200px;
	float: right;
	margin: 0;
	padding-right: 30px;
}
#sidebar h2 {
	color: #0055a3;
	font-size: 1.1em;
	font-weight: bold;
	padding: 0;
}
#sidebar a { color: #739b97; font-size: 1em; text-decoration: none; }
#sidebar a:hover {
	color: #00beff;
}
#searchform .buttons {
	border: solid 1px #485c5a;
	background-color: #8c9c9a;
	color: #d6e4e1;
	font-size: 0.9em;
	padding-right: 1px;
	padding-left: 1px;
}
.button {
	margin-top: 7px;
	margin-left: 97px;
}
#wp-calendar #prev a {
	font-size: 9pt;
}
#wp-calendar a {
	text-decoration: none;
}
#wp-calendar a:hover {
	text-decoration: none;
	background-color: #485C5A;
	color: #D6E4E1;
}
#wp-calendar caption {
	color: #0055A3;
	text-align: left;
	font-weight: bold;
}
#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	text-align: left;
}
#wp-calendar td {
	color: #BFCFCC;
	font-weight: bold;
	font-size: 12px;
	letter-spacing: 2px;
	padding: 2px 1px 0 1px;
	text-align: center;
}
/*Footer*/
#footer { background-image: url(images/footer.png); background-repeat: no-repeat; width: 770px; height: 60px; clear: both; }
#footer_content { color: #d6e4e1; font-size: 0.9em; text-align: center; position: relative; padding-top: 20px; }
#footer a { color: #9db2b1; text-decoration: underline; }
#footer a:hover {
	color: #ffffff;
}
