/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

body {
	margin: 0;
	padding: 0;
	background: #000;
	font-size: 13px;
	color: #999;
}

body, th, td, input, textarea, select, option {
	font-family: Arial, Helvetica, sans-serif;
}

h1, h2, h3 {
	color: #999;
}

h1 {
	font-size: 15px;
}

h2 {
	font-size: 15px;
}

h3 {
	font-size: 1em;
}

p, ul, ol {

}

blockquote {
	padding-left: 1em;
}

blockquote p, blockquote ul, blockquote ol {
	line-height: normal;
	font-style: italic;
}

a {
	color: #ed1c24;
}

a:hover {
	text-decoration: none;
}

img { border: none; }

/* Header */

#header {
	width: 830px;
	height: 245px;
	margin: 0 auto;
	background-image: url(images/header.gif);
	background-repeat: no-repeat;
}

/* Logo */

#logo {
	height: 245px;
	background: url(images/header.gif) no-repeat  left 65%;
}

#logo h1 {
	float: left;
	padding: 25px 0px 0 45px;
	font-size: 12px;
}

#logo h2 {
	float: right;
	padding: 68px 0 0 0;
	font-size: 24px;
	
}

#logo a {
	text-decoration: none;
	color: #09F;
	text-align: right;
}

/* Gallery */

#gallery {
	clear: both;
	width: 830px;
	height: 300px;
	margin: 0 auto;
	
}

#top-photo h2 {
	height: 1.4em;
	font-size: 1em;
}

#top-photo p {
	margin: 0;
	padding: 0 0 10px 0;
}

/* Menu */

#menu {
	width: 830px;
	height: 49px;
	background: url(images/menu.jpg) no-repeat;
}

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

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	width: 136px;
	height: 49px;
	padding-top: 17px;
	text-transform: lowercase;
	text-decoration: none;
	text-align: center;
	letter-spacing: 1px;
	font-size: 13px;
	color: #999;
	background: url(images/inactive-button.jpg) no-repeat;
	margin-left: 27px;
}

#menu a:hover {
	background: url(images/active-button.jpg) no-repeat;
	color: #000;
	margin-left: 27px;
}

#menu .active a {
	background: url(images/active-button.jpg) no-repeat;
	color: #000;
	margin-left: 27px;
}

/* Page */

#page {
	width: 830px;
	margin: 0 auto;
	padding: 20px 0;
	margin-top: 50px;
	background-image: url(images/body.jpg);
	background-repeat: no-repeat;
}

/* Content */

#content {
	float: left;
	padding-left: 20px;
}

.post {
	padding: 0 0 20px 0;
	width: 520px;
	float: left;
}
.post2 {
	width: 800px;
	float: left;
}
.title {
	margin: 0;
	border-bottom: 1px solid #ed1c24;
	padding-top: 15px;
	font-weight: normal;
}

.byline {
	margin: 0;
}

.meta {
	border-top: 1px solid #4A3903;
	text-align: right;
	color: #646464;
}

.meta a {
	padding-left: 15px;
	background: url(images/img06.gif) no-repeat left center;
	font-weight: bold;
}

/* Sidebar */

#sidebar {
	float: right;
	width: 240px;
	padding-right: 20px;
	margin-left: 15px;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
}

#sidebar li ul {
	padding: 15px 0;
}

#sidebar li li {
	padding-left: 30px;
	border-bottom: 1px dotted #4A3903;
	background: url(images/img06.gif) no-repeat 15px 50%;
}

#sidebar h2 {
	margin: 0;
	border-bottom: 1px solid #ed1c24;
	padding-top: 15px;
	font-weight: normal;
}

#sidebar a {
	text-decoration: none;
}

#sidebar a:hover {
	text-decoration: underline;
}

/* Footer */

#footer {
	clear: both;
	background: #000;
	text-align: center;
	font-size: smaller;
	color: #999;
	height: 71px;
	background-image: url(images/footer.jpg);
	background-repeat: no-repeat;
	background-position: center;
}

#footer a {
	color: #ed1c24;
}
.inputs { 
padding: 2px; 
border: 1px solid #ccc; 
width: 300px; 
height: 16px; 
} 

.caus { 
padding: 2px; 
border: 1px solid #ccc; 
width: 305px; 
height: 22px; 
} 

.validation { 
padding: 2px; 
border: 1px solid #ccc; 
width: 250px; 
height: 16px; 
} 

.wrong_validation { 
border: 1px solid #990000; 
background-color: #D70000; 
color: #FFFFFF; 
padding:4px; 
padding-left: 6px; 
width: 295px; 
margin: 0 auto; 
text-align: center; 
} 

.message { 
padding: 2px; 
border: 1px solid #ccc; 
width: 300px; 
height: 100px; 
} 

.button { 
margin: 0 0 0 59px; 
display: inline; 
border: 1px solid #ccc; 
width: 120px; 
height: 22px; 
padding: 0 2px 2px 2px; 
line-height: 14px; 
background-color: #EFEFEF; 
float: left; 
} 


