/*   
Theme Name: Xhaleera
Theme URI: http://www.xhaleera.com
Description: Default theme for Xhaleera website
Author: Christophe SAUVEUR
Author URI: http://www.xhaleera.com
Version: 0.1
*/

/* -------------------------------------------------
	General styles
   ------------------------------------------------- */
html {
	background-color: #006C80;
	background-image: url(images/background-ripple.jpg);
	background-repeat: no-repeat;
	background-position: bottom left;
	min-height: 100%;
}

body {
	padding: 0px;
	margin: 0px;
}

form {
	margin: 0px;
	padding: 0px;
}

hr {
	height: 1px;
	background-color: #ffae00;
	color: #ffae00;
	border: none;
	margin: 0px;
}

/* -------------------------------------------------
	Header styles
   ------------------------------------------------- */

#header {
	height: 100px;
	background-image: url(images/header-background.jpg);
	background-repeat: repeat-x;
}
#header #inner-header {
	height: 100px;
	text-align: left;
	background-image: url(images/header-inner-background.jpg);
	background-repeat: no-repeat;
	background-position: right;
}
#header #header-contents {
	margin: 0px 10px;
}
#header img {
	border: none;
}
#header a {
	color: black;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#header a:hover {
	color: white;	
}

/* -------------------------------------------------
	Page styles
   ------------------------------------------------- */

#page {
	padding: 10px;
}
#page #left-col {
	width: 50%;
	color: #fff;
	padding-left: 10px;
	padding-right: 50px;
}
#page #right-col {
	width: 18%;
	border-left: 1px solid #ffae00;
	padding: 0px 10px;
}
#page #center-col {
	width: 20%;
	border-left: 1px solid #ffae00;
	padding: 0px 10px;
	margin-left: 10px;
}

/* -------------------------------------------------
	Post
   ------------------------------------------------- */
   
.post, p.nocomments {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-bottom: 40px;
}
.post h1 {
	border-bottom: 1px solid #ffae00;
	margin: 0px;
	padding: 5px 0px;
	font-size: 18px;
	text-transform: uppercase;
}
.post a {
	color: #00d7ff;
	text-decoration: none;
}
.post a:hover {
	color: #ffae00;
}
.post a img {
	border-width: 1px;
}
.post p, p.nocomments {
	margin: 0px;
	padding-bottom: 10px;
}
.post .postcontent {
	background-color: #005766;
	padding: 10px;
	padding-bottom: 0px;
}
.post .postmeta {
	border-top: 1px dashed #ffae00;
	font-size: 10px;
	padding: 5px;
	background-color: #006273;
}
.post li {
	margin: 5px 0px;
}
.post ul, .post ol {
	padding-bottom: 10px;
}

/* -------------------------------------------------
	Comments
   ------------------------------------------------- */
h3#comments, h3#respond {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
.commentlist {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.commentlist li {
	border-top: 1px dashed white;
	background-color: #005766;
	padding: 10px;
}
.commentlist li.alt {
	background-color: #006273;
}
.commentlist li p {
	margin: 0px;
	margin-top: 10px;
}
.commentlist a, #commentform a {
	color: #00d7ff;
	text-decoration: none;
}
.commentlist a:hover, #commentform a:hover {
	color: #ffae00;
}
#commentform {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#commentform #author, #commentform #email, #commentform #url, #commentform #comment {
	border: 1px dashed #FFAE00;
	padding: 1px;
	background-color: #001C21;
	color: #fff;
}
#commentform #submit {
	background-color: #805700;
	color: #ffae00;
	border: 1px solid #ffae00;
}

/* -------------------------------------------------
	Sidebar styles
   ------------------------------------------------- */

.sidebar ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
.sidebar>ul {
	margin-top: 10px;
}
.sidebar>ul#navtree {
	margin-bottom: 10px;
}
.sidebar li, .sidebar h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #fff;
	padding: 2px 0px;
	margin: 0px;
	font-weight: normal;
}
.sidebar li li {
	margin-left: 10px;
}
.sidebar ul a {
	display: block;
	padding: 2px 3px;
	margin-left: 10px;
	color: #00D7FF;
	text-decoration: none;
	border-left: 3px solid #005766;
}
.sidebar a:hover {
	background-color: #005766;
	border-left-color: #ffae00;
}
.sidebar a.active {
	background-color: #005766;
}
.sidebar .the-meta {
	margin-bottom: 10px;
}

/* -------------------------------------------------
	Search form
   ------------------------------------------------- */

#searchform {
	margin-bottom: 10px;
}

#searchform #s {
	width: 90%;
	border: 1px dashed #FFAE00;
	padding: 1px;
	background-color: #001C21;
	color: #fff;
	margin-bottom: 5px;
}
#searchform #searchsubmit {
	background-color: #805700;
	color: #ffae00;
	border: 1px solid #ffae00;
}

/* -------------------------------------------------
	Footer styles
   ------------------------------------------------- */

#footer {
	clear: both;
	height: 50px;
	margin: 0px 10px;
	border-top: 1px solid #FFAE00;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #00D7FF;
	text-align: right;
}
#footer p {
	margin: 0px;
	padding: 0px;
	margin-top: 5px;
}
#footer a {
	color: #00D7FF;
	font-weight: bold;
	text-decoration: none;
}
#footer a:hover {
	color: #FFAE00;
}

/* -------------------------------------------------
	mContact styles
   ------------------------------------------------- */

#mcontact_mail_form {
	margin-bottom: 10px;
}
#mcontact_mail_form input, #mcontact_mail_form textarea {
	border: 1px dashed #FFAE00;
	padding: 1px;
	background-color: #001C21;
	color: #fff;
}
#mcontact_mail_form #submit {
	background-color: #805700;
	color: #ffae00;
	border: 1px solid #ffae00;
}

