/* 
	CSS Theme for GeoSharing-project.org
	Author: Vincent Nuttin : [Vinc *at* Vinc *dot* be]
	Version: 1.0
*/

/* General style */
html {
	overflow-y: scroll;
}

body, html {
	/*background-color: #eeeeee;*/
	background-image:url('img/background.png');
	color: #080808;
	font-family: "Myriad Pro", "Arial", sans-serif;
	font-size: 10pt;
	margin: 0;
	padding: 0;
}

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

a:hover {
	color: #e28f33;
	cursor: pointer;
}

a img {
	border: 0px none;
}

hr {
	border: 0px;
	width: 80%;
	color: #e28f33;
	background-color: #b23f03;
	height: 1px;
}

.left {
	float: left;
	text-align : left;
}

.right {
	float: right;	
	text-align: right;
}

.spacer {
	clear: both;
}

/* Content */
#header,
#main,
#footer {
	width: 700px;
	margin: 0 auto;
	margin-top: 3px;
	/*background-color: #ffffff;
	background-image:url('img/background.png');
	border: 1px solid #e28f33;*/
	padding: 5px 15px; /* top-right-bottom-left */
}

#header h1 {
	font-size: 27pt;
}

#header h2 {
	color: #777777;
}

#header img {
	margin: 0px 15px 0px 0px; /* top-right-bottom-left */
}

#menu {
    margin: 40px 0px 0px 0px; /* top-right-bottom-left */
    padding: 0px;
    list-style: none;
    text-align: center;
}
    
#menu ul {
	color: #e28f33;
}

#menu li {
	display: inline;
}

#menu li a { 
	padding: 4px 20px;
	background: #eeeeee; 
	border: 1px solid #b23f03;
	text-align: center;
	text-decoration: none;
}
    
#menu li a:hover, #menu li a:focus, #menu li a:active { 
	background: #ffffff;
	text-decoration: underline;
}

#main .entry .title h1 {
	padding-left:40px;
	background:url(img/NeoFreeRunner-mini-h1) no-repeat left center;
}

#main .entry .content p {
	padding-left: 45px;
	/*text-align: justify;*/
	color: #393939;
}

#main .entry .content ul {
	color: #393939;
	list-style: none;
}

#main .entry .content .photo {
	float: left;
	margin: 0px 25px 10px 40px; /* top-right-bottom-left */
}

#main .entry .sendMail {
	width: 600px;
	margin: 0 auto;
	/*border: 1px solid #b23f03;*/
	padding: 0px 0px; /* top-right-bottom-left */
}

#main .entry .sendMail .error h2 {
	color: #900000;
}

#main .entry .sendMail .success h2 {
	color: #33CC33;
}

input, textarea {
	border: 1px solid #b23f03;
}


#footer {
	font-size: 8.5pt;
}

#footer img {
	margin: 0px 15px 0px 0px; /* top-right-bottom-left */
}

#bibtex {
	background-color:#eeeeee;
	margin: 10px 70px 10px 0px; /* top-right-bottom-left */
	padding: 5px 5px 5px 15px; /* top-right-bottom-left */
	font-size: 9pt;
}
