/*
Theme Name: XCNTRS
Theme URI: http://excentris.net
Description: The new Excentris
Version: 3.0
Author: Eduardo Rubio
Author URI: http://excentris.net
*/


/***********************************		BODY		***********************************/
* {
	margin: 0;
	padding: 0;
	}
	body {
		color: #333;
		background-color: #FFF;
		font-family:  Verdana, "Lucida Sans Unicode", "Lucida Grande", sans-serif;
		font-size: 62.5%; /* Resets 1em to 10px */
		text-align: center;
		}


/***********************************		CONTAINERS		***********************************/
/***********************************		Main containers		***********************************/
div#top-nav {
	text-align: center;
	}
	
	div#top-nav-band {
		height: 5px;
		background-color: #00BFFF;
	}	
	
	div#top-nav-in {
		width: 760px;
		margin: 0 auto;
		text-align: right;
		}

div#page {
	width: 760px;
	margin: 0 auto;
	text-align: left;
	padding-bottom: 80px;
	}

	div#header {
		height: 140px;
		border: 1px solid white; /* to stop ie from collapsing the div*/
		}
		
		div#header-in {
			margin-top: 40px;
			}

	div#content { /* holds the main (which holds entries) and the sidebar (which holds sidebar-sections) */
		font-size: 1.1em;
		}

		div#main {
			width: 500px;
			}

			div#main-in {
				margin: 5px 0;
				}

		div#sidebar {
			width: 220px;
			float: right;
			margin-bottom: 80px;
			}

			div#sidebar-in {
			margin: 5px 0;
				text-align: right;
				color: #808080;
				line-height: 1.9em;
				}

div#footer {
	text-align: center;
	}

	div#footer-in {
		text-align: right;
		margin: 20px auto 5px auto;
		width: 760px;
		color: #808080;
		padding: 1px 0;
		}
		
		div#footer-in p {
			line-height: 1.8em;
			}
		
	div#footer-band {
		height: 15px;
		background-color: #00BFFF;
		}
		

/***********************************		Other containers		***********************************/
div.entry { /* contains title, entry-body and entry-meta of an entry */
	margin-bottom: 40px; 
	border-bottom: solid 1px #C0C0C0;
	}

	div.entry-body {
		line-height: 1.9em;
		margin-bottom: 30px;
		overflow:auto; /* added to make large floated images not overlap with meta and other posts */
		height: 1%; /* added to make ie understand the overflow: auto */
		}
		div.entry-body p {
			margin-bottom: 10px;
			}
			
	div.entry-meta {
		text-align: right;
		font-size: 0.9em;
		}

div.entry-single {
	margin-bottom: 15px; 
	border-bottom: solid 1px #C0C0C0;
	}

div.sidebar-section { /* contains a sidebar section with its title */
	margin-bottom: 30px;
	}
	
/*
	div.pingback-trackback-container {  to use the padding-bottom instead of margin-bottom to separate trackbacks from comments 
		padding-bottom: 25px;
		}
		
		div.pingback-trackback {border: 1px solid black;
			color: #808080;
			margin-bottom: 5px;
			padding: 5px;
			line-height: 1.9em;
			}
*/

div.comment-rss-trackback-links {
	margin: 15px 0 20px 0;
	line-height: 1.9em;
	}

div.aside {
	margin-bottom: 40px;
	}
	
	div.aside-body {
		line-height: 1.9em;
		display: inline;
		}	

		div.aside p {
			display: inline;
			margin: 8px 0;
			}

div.pseudo-entry { /* used for returning the text in case no results were found or to hold the text before a single/search/archive */
		line-height: 1.9em;
		margin-bottom: 30px;
		}

/***********************************		LISTS		***********************************/
div.entry ul, div.entry ol, div.entry-single ul, div.entry-single ol {
	margin: 15px 0 15px 20px;
	}
	
	div.entry ul li, div.entry ul li, div.entry-single ul li, div.entry-single ol li {
	line-height: 1.9em;
	}

.car-list { /* were the srg_clean_archives go */
	color: #808080;
	}
		
div.entry-meta ul {
	list-style-type: none;
	margin: 20px 0;
	color: #808080;
	}

	div.entry-meta ul li {
	line-height: 1.9em;
	}

div.sidebar-section ul {
	list-style-type: none;
	}

	div.sidebar-section ul li {
		line-height: 1.9em;
		}

div#top-nav ul {
	padding: 5px 0;
	font-size: 1.2em;
	}

	div#top-nav ul li { /* top navigation bar elements*/
		margin-left: 10px;
		display: inline;
		}


/***********************************		TYPOGRAPHY		***********************************/
/***********************************		Headers		***********************************/
h1 {
	font-size: 3.5em;
	font-family: "Lucida Sans Unicode", "Lucida Grande", Verdana, sans-serif;
	font-weight:normal;
	}

h2 { /* post and asides titles */
	font-size: 2.6em;
	margin-bottom: 10px;
	color: #9ACD32;
	font-family: "Lucida Sans Unicode", "Lucida Grande", Verdana, sans-serif;
	font-weight:bold;
	}

	div.aside h2 {
		display: inline;
		font-size: 1.4em;
		font-weight:normal;
		}

	div.sidebar-section h2 {
		display: inline;
		font-size: 1.2em !important;
		}

h3 { /* other titles: titles inside entries, titles sidebar-sections, titles in comments */
	font-size: 1.6em;
	margin-bottom: 10px;
	color: #696969;
	font-family: "Lucida Sans Unicode", "Lucida Grande", Verdana, sans-serif;
	font-weight:normal;
	}

	div.entry h3, div.entry-single h3 {
		margin: 15px 0;
		}

h3#comments { /* title indicating the amount of comments for the current entry */
	margin-top: 50px;
	}

/***********************************		Special tags		***********************************/
code {
	font-family: 'Courier New', Courier, Monospace;
	}

blockquote {
	line-height: 1.9em;
	margin: 10px 15px;
	padding-left: 30px;
	background: url('../excentris/images/quote.gif') no-repeat;
}


/***********************************		Links		***********************************/
a {
	color: #00BFFF;
	border-bottom: 1px solid;
	text-decoration: none;
	}
	
	a:hover {
		color: #FFA500 !important;
		}
	
	a:active {
		color: #FFA500;
		}
	
	a:visited {
		color: #FFA500;
		}




h1 a, h2 a, h3 a {
	text-decoration: none !important;
	border: 0 !important;
	color: #9ACD32;
	}

	h1 a:visited, h2 a:visited, h3 a:visited {
		color: #9ACD32;
		}
	

div#top-nav ul li a {
	font-weight: bold;
	border-bottom: 0;
	}

/***********************************		IMAGES		***********************************/
img {}

.center {
	display: block;
	margin: 10px auto 10px auto;
	}

.border {
	border: 1px solid #C0C0C0;
	padding: 5px;
	}

.noborder {
	border: 0;
	padding: 0;
	}

.x-footer {
	margin-left: 5px;
	float: right;
	}

.rating {
	margin: 1px 1px -3px 1px !important;
	}
	
div.entry-body img {
	margin: 5px 10px;
	}

img.alignright {
	margin-right: 0 !important; /* added to floated images to just have margin where the text is */
	}

img.alignleft {
	margin-left: 0 !important; /* added to floated images to just have margin where the text is */
	}

img.center {
	clear: both; /* added tp avoid floated images floating over centerd images */
	}

div#header-in img {
	border: 0 !important;
	}

/***********************************		FORMS		***********************************/
.text-input {
	border: 1px solid #C0C0C0;
	padding: 3px;
	font-size: 1.1em;
	font-family: "Lucida Sans Unicode", "Lucida Grande", Verdana, sans-serif;
	}

	.text-input-onfocus {
		border: 1px solid #00BFFF;
		padding: 3px;
		font-size: 1.1em;
		font-family: "Lucida Sans Unicode", "Lucida Grande", Verdana, sans-serif;
		}	

.sidebar-form-input { /* sidebar form box */
	border: 1px solid #C0C0C0;
	padding: 2px 3px 3px 27px;
	font-size: 1.1em;
	font-family: "Lucida Sans Unicode", "Lucida Grande", Verdana, sans-serif;
	color: #808080;
	width: 170px;
	}

	.sidebar-form-input-onfocus { /* sidebar form box */
	border: 1px solid #00BFFF;
	padding: 2px 3px 3px 27px;
	font-size: 1.1em;
	font-family: "Lucida Sans Unicode", "Lucida Grande", Verdana, sans-serif;
	color: #808080;
	width: 170px;
	}
	
	.search {
		background: url('../excentris/images/magnifier.png') 5px 2px no-repeat;
		}
textarea {
	border: 1px solid #C0C0C0;
	padding: 3px;
	font-size: 1.1em;
	font-family: "Lucida Sans Unicode", "Lucida Grande", Verdana, sans-serif;
	}

/***********************************		OTHER		***********************************/
div.previous-next-nav {
	overflow:auto; /* added to make the floated left/right nav links not set on top of whatever might go under */
	height: 1%; /* added to make ie understand the overflow: auto */
	}

div.previous-next-nav-left {
	text-align: left;
	float: left;
	width: 40%; /* added so that the titles from previous and next entries do not get so close */
	padding: 1px 0; /* added in order to see the border from the links */
	}

div.previous-next-nav-right {
	text-align: right;
	float: right;
	width: 40%;
	padding: 1px 0;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}

.center {
	display: block;
	margin-left: auto !important; /* important added to avoid the important from img.alignleft and img.alignright */
	margin-right: auto !important;
	}



/***********************************		COMMENTS		***********************************/
div.comment-body {  /*where the text from the comment goes. Place inside an OL LI */
	border: 1px solid #C0C0C0;
	margin-bottom: 5px;
	padding: 5px;
	line-height: 1.9em;
	}
	
.commentlist li .avatar { 
	float: right;
	border: 1px solid #C0C0C0;
	padding: 2px;
	margin: 0 0 5px 5px;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.9em;
	text-transform: none;
	}

.comment-author {
	color: #696969;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	color: #696969;
	}

#commentform {
	margin: 5px 10px 0 0;
	}

#commentform textarea {
	width: 100%;
	padding: 2px;
	}

#commentform #submit {
	color: #696969;
	font-weight: bold;
	background-color: WhiteSmoke;
	border: 3px double #C0C0C0;
}

.alt {
	margin: 0;
	padding: 10px;
	}

.comment-author-admin div.comment-body {
	border: 1px solid #00BFFF;
}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 10px 0 10px;
	padding: 0px;
	list-style: none;
}

.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}

.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}

.formLabel {
	color: #808080;
	font-size: 0.9em;
	}

/***********************************		END		***********************************/
