/*  
Theme Name: laVieConsciente
Description: Webpage with easy access to everything I want 
Version: 1.1
Author: Monique Rio
Author URI: http://laVieConsciente.com
*/



/* Basics */

body {
	margin: 0;
	padding: 0;
	background: #bdb6b6;
	color: black;
	font-size: 78%;
	font-family: sans-serif;
	
}

ol, ul {
	font-size: 1em;
	margin: 1.2em 0 1.2em 2em;
	padding: 0;
}
h1, h2, h3, h4, h5, h6 {
	font-family: serif; 
	color: black; 
}
a:link, a:active, a:visited {
	color: #225791;
	text-decoration: none;
}
a:hover,a:active {
	color:#225791;
	text-decoration: underline;
}

blockquote {
	margin: 0 20px;
	padding-left:20px;
	padding-right:20px;
	padding-bottom:10px;
	padding-top:10px;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
	font-size:90%;
	background-color: silver;

}
code {
	font-size:110%;
	color: #1D2740;
}

textarea, select {
	background-color: white; 
	color: black;
	font-size: 1em;
	font-family: "Lucida Sans Unicode", Tahoma, Geneva, sans-serif;
}
img {
	border: 0; 
	margin: 5px; 
	padding: 0px;
}
img.wp-smiley{
    margin:0px;
}
.wp-caption{
        background:#D4D4D4;
        border: 2px solid #757575;
        margin: 10px;
}
.wp-caption-text{
        text-align:center;
}
img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}
img.bordered {
	border-style:solid;
	border-width:2px;
}
table{
    width:80%;
    margin-left:auto;
    margin-right:auto;
    clear:both;
    border-style:solid;
    border-width:0px;
    border-color:black;
    border-collapse:collapse;
}
td {
    border-style:solid;
    border-width:1px;
    border-color:black;
    padding-left:5px;
}
tr.even{
    background:#d6c99d;
}
thead {
    	background:#8b92c4;
	font-weight:bold;
	text-align:center;
}
hr{
    width:75%;
    border-color: #465747;
    border-style:dashed;
    border-width:1px;
    margin-bottom:13px;
}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
.adsense-left{
	display:block;
	float:left;
	clear:both;
	margin-right:15px;
	margin-bottom:5px;
}

/* Layout */ 
#wrapper {
    	position:relative;
	margin-left: auto;
	margin-right: auto;
	width: 1000px;
	overflow:hidden;
}


#header {
	width:996px;
	background:url(/images/pathLessTraveled.jpg);
	padding-top:128px;
	border:2px solid black;
	margin-bottom:10px;
}
#links{
    	font-size:1.3em;
	padding-bottom:5px;
	text-align:center;
	
}
	#links a {
		padding-left:10px;
		padding-right:10px;
		font-weight:bold;
		color:#225791;
		
	}
	#links a:hover {
		background:#78a9de;
		color:white;
		text-decoration: none;
	}	

.colmask{
    position:relative;
    clear:both;
    float:left;
    width:100%;
    overflow:hidden;
    background:#bdb6b6;
}

.colGiant{
    position:relative;
    width:200%;
    float:left;
    right:100%;
}

.contentOuter{
    width:50%;
    position:relative;
    float:left;
}

.content{
    position:relative;
    margin:0 230px 0 180px;
    padding: 5px 10px;
    border: 2px solid black;
    left:100%;
    background:white;
}

.colRightOuter{
    float:right;
    position:relative;
    width:220px;
    background:white;
    border:2px solid black;
}
.colRightInner{
    position:relative;
    margin:5px 10px;
}


.colLeftInner{
    position:relative;
    margin:5px;
   
}

.colLeftOuter{
    float:left;
    position:relative;
    width:170px;
    border:2px solid black;
    background:white;
}

#footer {
}

/*Sidebar*/
ul#sidebar {
    list-style-type:none;
    margin-left:0px;
}

/*Contact Page*/
#contact{
}
#contact h3{ 
    	
	margin-bottom:0px;
	margin-top:10px;
}

/*Archives*/
.archive{
	text-align:center;	
}	
	
/* Blog */

.pagetitle {
	margin: 1.2em 0 0 0;
}
.post {
	padding: 1.2em 0 0 0;
}
.storydate {
	float: left;
	margin: 0 0.5em 0 0;
	padding: 0 0.5em 0 0;
	border-right: 1px solid #CCC;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Tahoma, Geneva, sans-serif;
	font-weight: normal;
	color: gray;
}
.storytitle {
	float: left;
	margin: 0;
}
.datePosted{
    padding: 0.5em 0 0 0;
}
.meta {
	margin: 0;
	padding: 0.5em 0 0;
        text-align: center;

} 
.feedback {
	padding: 0 0 0 3em;
}
.meta, .feedback, .datePosted{
	clear: both;
	font-size: 0.9em;
	color: gray;
	background: url(images/deco.gif) no-repeat bottom left;	
}
.permalink {
	margin: 0 1.5em 0 0;
	padding: 0 0 0 1.2em;
	background: url(images/perma.gif) no-repeat center left;
}
.commentslink {
	padding: 0 0 0 1.5em;
	background: url(images/comments.gif) no-repeat center left;
}
.storytitle a:link .meta a:link .feedback a:link .commentauthor a:link .commentmeta a:link #comments a {
	text-decoration: none;
}
.storytitle a:hover .meta a:hover .feedback a:hover .commentauthor a:hover .commentmeta a:hover #comments a {
	text-decoration: none;
}

/* Comments */

#commentlist {
	margin: 1.2em 0;
	padding: 0;
	list-style-type: none;
}
#commentlist li {
	margin: 1em 0;
	padding: 0 20px;
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	background: url(images/comment.gif) repeat-y;
}
.commentalt {
	background: url(images/commentalt.gif) repeat-y !important;
}
.commentauthor {
	margin: 1em 0 0 0;
}
.commentauthor a {
	font-weight: bold;
}
.commentmeta {
	margin-top: 0;
	font-size: 0.9em;
}
#comment {
	width: 98%;
}
/*Editions*/

#editions{
    text-align:center;
}

#editions table{
    width:100%;
    margin-left:auto;
    margin-right:auto;
}
