@import url('../style.css');

/* LAYOUT */
html, body {
	background-color: #FFFFFF;  
	padding: 0;        
	font-family: "Helvetica", "Helvetica Neue", "Univers", sans-serif;
	font-size: 13px;
}
div#wrapper {
	margin: 30px auto 30px auto;
	width: 920px;
	padding: 0;
}            
div#container {
	float: left;
}
div#content {
	margin-right: 20px;
	width: 608px;
	padding: 0;
}
div#sidebar {
	float: left; 
	position: relative;
	padding-left: 12px;    
	background-color: #FFFFFF;
	border-left: 1px solid #DDD;
	z-index: 10;
	width: 200px;
}
div.sidebar {
	float: left;
	text-align: left;
}
div#primary, div#secondary {
	clear: left;
}
div#footer {
	clear: both;
	width: 100%;
	color: #888888;
	font-size: 0.95em;
}
div#header {
	margin: -10px 0 5px 0;
	padding: 0;
	text-align: left;
}        

/* TEXT */                             
p {
	font-size: 1em;
	line-height: 1.5em;    
	text-align: justify;
}     
blockquote {
	padding-left: 12px;
	border-left: 1px solid #D3C8BA;
	font-style: italic;
	line-height: 1.7em;
}
p.caption {
	text-align: center;
	font-size: 11px;
	color: #888888;
}

/* IMAGES */
div.images {
	text-align: center;
	margin: 0 auto;
}
div.images img, div.images a img {
	text-align: center;
	border: 1px solid #DDDDDD;
	padding: 4px;
	margin-bottom: 10px;
	max-width: 600px;
}

/* LINKS */
a, a:link, a:visited {
	text-decoration: none;
	color: #FF0092;
}
a:hover, a:active {
	text-decoration: underline;
	color: #94C63E;
}
a img, a:link img, a:visited img, a:hover img, a:active img { border: none; }

/* HEADINGS */
h1, h2, h3, h4 {
	font-weight: lighter;
	font-family: "Georgia";
}         
div#sidebar h3 {
	margin-bottom: 5px;
}

/* LISTS */
ul {
	padding: 0 0 0 20px;
	margin: 10px 0;
}
ul li {
	line-height: 1.6em;
	list-style-type: disc;
}
div#sidebar ul li {
	line-height: 1.6em;
	list-style-type: none;
	padding: 0;
}                           

/* ELEMENTS */
div#about {
	background-image: url("../images/gradient_bg.png");
	background-repeat: repeat-x;
	padding: 4px 12px;
	margin: 0 0 10px 0;
	color: #093D33;
	width: 220px;
}
div#about p {
	text-align: left;
	line-height: 1.4em;
}
p#mantra {
	color: #888888;
	font-style: italic;
	padding-top: 10px;
}    
hr {
	border: none;
	border-top: 1px solid #D3C8BA;  
	margin: 20px 0;
}

/* DATES */
div.entry-date {
	float: left;
	margin: 0 10px 0 0;
	background-image: url("../images/gradient_bg.png");
	background-repeat: repeat-x;
	text-align: center;
	padding: 6px 8px;
}
abbr.published {
	border: 0;
	cursor: default;
	margin: 0;
}
body.home abbr.published, body.archive abbr.published, div.page-link {
}
div.date-month {
 	font-size: 1.4em;
 	margin-bottom: 2px;
}
div.date-day {
	font-size: 2.4em;
}
div.date-year {
	font-size: 1em;
}        

/* CALENDAR */   
li#calendar {           
	padding: 0;    
	text-align: center;
}   
table#wp-calendar {
	background-image: url("../images/gradient_bg.png");
	background-repeat: repeat-x;
	padding: 6px 3px;
	margin: 5px 0 10px 0;                
	width: 244px;
}    
table#wp-calendar td {
	padding: 0;
	margin: 0;
}     
table#wp-calendar tbody td a:link, table#wp-calendar tbody td a:visited {
	padding: 4px 4px 2px 4px;
	margin: 0;         
	border: 1px solid #D3C8BA;
	background-color: #FFFFFF;
}     
table#wp-calendar tbody td a:hover, table#wp-calendar tbody td a:active {
	background-color: #94C63E;
	color: #FFFFFF;
	text-decoration: none;
}     
table#wp-calendar th {
	font-size: 1.3em;
	font-weight: lighter;
}  
table#wp-calendar tfoot td#prev, table#wp-calendar tfoot td#next { 
	padding-top: 10px;
}
table#wp-calendar tfoot td#prev { 
	text-align: left; 
	padding-left: 4px;
}   
table#wp-calendar tfoot td#next { 
	text-align: right; 
	padding-right: 4px;
}   
li#calendar-2 caption {
	background-image: url("../images/calendar.jpg");
	background-repeat: no-repeat;
	padding-left: 20px;  
	font-weight: lighter;
	font-family: "Georgia";
	margin: 0;
	font-size: 1.2em;
}            
li#calendar h3 {
	height: 0;
	display: none;
}

/* TAGS */
li#tag_cloud {
	width: 240px;
}  

/* NAV */
.nav_previous {
	text-align: left;
}
.nav_next {
	text-align: right;
}

/* BUTTONS */
div#buttons {
	position: absolute;
	position: fixed;
	top: 20px;
	right: 20px;    
	z-index: 0;
}   

/* CLEARING */
div.flash {
	clear: both;
	width: 600px;
	text-align: center;
	display: block;
}

/* ICONS */
li#search-2 h3 { height: 20px; background-image: url("../images/search.jpg"); }
li#tag_cloud-2 h3 { background-image: url("../images/tag.jpg"); }
li#recent-posts-2 h3 { background-image: url("../images/posts.jpg"); }               
li#categories-1 h3 { background-image: url("../images/categories.jpg"); }               
li#archives-2 h3 { background-image: url("../images/archives.jpg"); }               
div#secondary li h3 { background-image: url("../images/meta.jpg"); }               
div#sidebar li h3 {
	background-repeat: no-repeat;
	padding-left: 25px;  
}

