/*

	Design by : Iban Martinez
	Released for free under a Creative Commons Attribution 2.5 License

	Based on the following desing :	

	Name       : StarGazer	
	Description: Fixed-width, two-column design suitable for small sites and blogs.
	Version    : 1.0
	Released   : 20071222
	
	http://www.freecsstemplates.org
	Released for free under a Creative Commons Attribution 2.5 License
*/

* {
	margin: 0;
	padding: 0;
}

body {
	background: #000000 url(../images/img01.gif) repeat-x;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: white;
}


h1, h2, h3 {
}

h1 {
	font-size: 3em;
}

h2 {
	letter-spacing: -1px;
	font-size: 1.5em;
}

h3 {
	font-size: 1em;
}

p, ul, ol {
	margin-top: 1.8em;
	line-height: 180%;
}

ul, ol {
	margin-left: 3em;
}

blockquote {
	margin-left: 3em;
	margin-right: 3em;
}

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

a:hover {
	text-decoration: none;
	color: #FFFFFF;
}

img {  
	border-style: none;
}

hr {
	display: none;
}

/* Header */

#header {
	width: 960px;
	height: 80px;
	margin: 0 auto;
	background: url(../images/img02.jpg);
}

#header h1, #header h2 {
	float: left;
	margin: 0;	
	color: #FFFFFF;
}

#header h1 {
	padding: 30px 0 0 20px;
	font-size: 3em;
}

#header h2 {
	padding: 47px 0 0 8px;
	font-size: 1.8em;
	font-style: italic;
}

#header a {
	text-decoration: none;
	color: #FFFFFF;
}

/* Menu */

#menu {
	width: 960px;
	height: 51px;
	margin: 0 auto;
	background: url(../images/img03.jpg);
	text-align: center;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

#menu li {
	float: left;
	padding: 12px 10px 0 20px;
}

#menu a {
	text-decoration: none;
	letter-spacing: -1px;
	font-size: 1.2em;
	font-weight: bold;
	color: #63A6BA;
}


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


/* Page */

#page {
	width: 920px;
	margin: 0 auto;
	padding: 30px 20px 60px 20px;
	background: url(../images/img04.jpg) no-repeat;
}


/* Content */

#content {
	float: left;
	width: 920px;
}

.post {
	margin-bottom: 40px;
}

.post .title {
	border-bottom: 1px solid #454545;
}

.post .title a {
	text-decoration: none;
}

.post .entry {
	padding: 0 20px;
}


.post .entry a:hover {
	text-decoration: none;
	color: #FFFFFF;
}


.post .meta {
	height: 20px;
	padding: 5px 20px;
	background: url(../images/img05.gif) no-repeat;
	line-height: normal;
	float: right;
}

.post .meta a {
	text-decoration: none;
	font-weight: bold;
}

.post .meta a:hover {
	text-decoration: underline;
}

.post .meta .byline {
	float: right;
}

.post .meta .comments {
	float: right;
}

/* Contact form style */

#contactForm {
width: 500px;
margin: 50 auto;
padding-top: 20px;
border: 0px solid #e1e1e1;
text-align: left;
}

label {
padding: 0 0 0 30;
font-size: 120%;
display: inline-block;
width: 150px;
line-height: 40px;
}

input,textarea,select {
border: 1px solid #bbb;
background-color: #f8f8f8;
padding: 5px;
-moz-border-radius: 3;
}

#security_code {
vertical-align: middle;
}

#security_image {
vertical-align: middle;
margin: 0 40 0 25%;
}
#submit {
width: 120px;
height: 30px;
float: right;
}

input:focus,textarea:focus,select:focus {
background-color: #FFF;
}

.err {
background-color: #fae8e2;
border: 1px solid #d57d79;
}
.warning {
background-color: #feb1b1; color: #820101; padding:2px; margin: 20px; border: 1px solid #fe9090;
}

fieldset {
-moz-border-radius: 6;
border: 0;
}


