/*   
Theme Name: Quillaja
Theme URI:
Description: A theme developed for quillaja.net
Author: Quillaja
Author URI: http://www.quillaja.net
Version: 1.1
.
This a variable width layout, so the text will reflow. It should 
be compatible with all major browsers.
.
*/

/* colors

blue body background: #4CD5FF
tan content background: #f5ede5
orange header color: #ff6600
dark tan accent: #e1d4c0
light blue link color: #6699ff
dark blue link color: #154890
other colors used: gray, darkgray, gainsboro, white, black, smokewhite

*/

*
{
	margin: 0em;
	padding: 0em;
	border: solid 0px transparent;
}

body
{
	font-family: "Segoe UI", Tahoma, Sans-Serif;
	font-size: 1.125em;
	
	margin: 0em !important;
	padding: 0em !important;
		
	background: url("images/blue-diagonal-stripe.png") top left repeat;
	/*background-color: White;/* #4CD5FF;
	background-image: url("images/skyline.jpg");
	background-attachment: fixed;
	background-position: center bottom;
	background-repeat: no-repeat;*/
}

a
{
	color: #154890;
	text-decoration: none;
}
a:hover 
{ 
	color: #ff6600;
	text-shadow: 1px 1px 4px #154890,
		-1px -1px 4px #154890;
}

#body-wrapper
{
	width: 95%;
	margin: 0em auto;
}

#header
{
	margin-top: 0.25em;
	margin-bottom: 1em;
	min-width: 700px;
	
	/*relative to normal layout so i can use absolute for sub elements*/
	position: relative; 
	top: 0px;
	left: 0px;
}
#header #title {
	display: inline-block;
	float: left;
}
	#header #title-link
	{
		height: 200px;
		width: 400px;
		background-color: transparent;
		background-image: url("images/quillaja puke 400x200.png");
		background-repeat: no-repeat;
		background-position: center top;
		display: inline-block;
	
		/*hide the text*/
		text-indent: -9999em;
		text-align: left;
	}
#header #main-menu
{
	background-color: transparent;
	padding-left: 1em;
	width: auto;
	display: inline;
}
  #main-menu .widget {
    background-color: transparent;
  }
  #main-menu .widget_categories li, .widget_links li {
    list-style: none;
    display: inline-block;
    margin-right: 1em;
  }
  #main-menu .widget_categories {
    font-size: 2em;
  }
  #main-menu .widget_search {
    position: absolute; top: 0px; right: 0px;
    width: 20%;
  }

.search-form .input-box
{
	width: 100%;
	height: 1.25em;
	padding: 0.25em;
	background-color: #4CD5FF;
	border: solid 1px #6699ff;
	-moz-border-radius: 2px;
	-khtml-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
}

#center
{
	min-width: 32em; /* 32em * 16em-per-px = 512px */
	padding: 0em;
	background-color: #f5ede5;
	border: solid 2px #4CD5FF;
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

/*#sidebar-column /*uncomment to use columns*
{
	float: left; 
	width: 20%;
	/* don't change padding or margin on this element*
	margin: 0em;
	padding: 0em;
	height: 100%;
}*/

#sidebar
{
	margin: 0em;
	padding: 0em;
	background-color: Transparent;
}

/*#content-column /*uncomment to use columns*
{
	float: right; 
	width: 80%;
	/* don't change padding or margin on this element*
	margin: 0em;
	padding: 0em;
	height: 100%;
}*/

#content
{
	background-color: Transparent;
	padding: 0em;
	margin: 0em;
}

/* =======================================================
   main style ALL the content (post text and comment text) 
   =======================================================*/
#content h1, #content h2, #content h3, #content h5
{
	color: #ff6600;
}
#content p
{
	margin: 0.5em 0em 0.5em 0em;
	line-height: 1.25em;
}
#content blockquote
{
	margin: 0em 1em;
	padding: 0.5em 2em;
	background: url("images/open-quote.png") top left no-repeat,
		url("images/close-quote.png") bottom right no-repeat;
}
#content ol, #content ul
{
	margin-left: 2em;
}
#content code
{
	background: #e1d4c0;/* url("images/dark-bg-12.png") repeat;*/
	font-size: 1.125em;
}
#content pre
{
	font-size: 1.125em;
	border: solid 1px #e1d4c0;
	background: #e1d4c0;/* url("images/dark-bg-12.png") repeat;*/
	overflow: auto;
}
#content address
{
}
#content table /* nice looking tables, like wikipedia */
{
    margin: 0.125em 1em 1em 0.5em;
    background: whitesmoke;
    border: 1px darkgray solid;
    border-collapse: collapse;
}
#content table th, 
#content table td 
{
    border: 1px darkgray solid;
    padding: 0.25em;
}
#content table th
{
    background: gainsboro;
    text-align: center;
}
#content table caption
{
    font-weight: bold;
}

/* ---- end main content style ---- */

#content .noresult { padding: 1em; }

#content .navigation {}

#content .four-oh-four { font-size: 10em !important; text-align: center; }

#footer
{
	margin-top: 1em;
	background-color: Transparent;
}

/*==============
	classes
================*/

.expander-shown {}
.expander-hidden { display: none; }
.test {  } /*junk*/

.clearer
{
	content: ".";
	height: 0px;
	display: block;
	clear: both;
	visibility: hidden;
}

.horizontal-menu
{
	list-style: none;
}
.horizontal-menu > li
{
	display: inline-block;
	margin-right: 1em;
}

.vertical-menu
{
	list-style: none;
}
.vertical-menu > li
{
	display: block;
}

.widget-area {
  list-style: none;
}
.widget-area ul, ol {
	list-style: none;
}

/* styles for the posts (main style rules defined above in #content) */
.post .header 
{ 
	background: url("images/blue-diagonal-stripe-25.png") top left repeat;
	padding: 0.5em;
	padding-bottom: 0em;
	margin-bottom: 0em;
	border-bottom: dotted 1px gray;
}
.post .header .title 
{
	/*width:60%; 
	float:left;*/
	display: inline-block;
}
.post .header .title a { color: #ff6600; text-shadow: 2px 2px 4px black; }
.post .header .meta 
{ 
	font-size: 1em !important;
	line-height: 1em !important; 
	text-align: right;
	
	/*width: 40%;*/ display: inline-block;
	float: right;
	margin: 0em;
	padding: 0em;
}
.post .header .meta p 
{ 
	margin: 0em !important; 
	padding: 0em !important;
}
.post .header .meta-button
{
	background: url("images/blue-diagonal-stripe-25.png") top left repeat;
	padding: 0.125em;
	margin: 0em;
	float: right;
	
	border: dotted 1px gray;
	border-top: none;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
}
.post .header .meta-button:hover { color: #ff6600; }
.post .header .meta-expander
{
  display: none;
	margin: 0.5em 0em 0em 1em;
	-moz-column-count: 2;
	-webkit-column-count: 2;
}
.post .header .meta-expander p
{
	 margin: 0em !important;
	 padding: 0em 0em 0.125em 0em !important;
}
.post .content 
{
	background-color: transparent; 
	padding: 1em;
	/*-moz-column-count: 2;
	-moz-column-width: 20em;*/
}

/* styles for the comments */
#comments { padding: 1em; padding-top: 0em; }
#comments #comments-header
{
	border-top: dotted 1px black;
	padding: 0.5em;
}
#comments #comments-header a /*feed link*/
{
	display: inline-block;
	height: 1em;
	width: 1em;
	background: url("images/rss.png") center center no-repeat;
	
	/*hide the text*/
	text-indent: -9999em;
	text-align: left;
}
#comments .comment-list /* ol */
{
	list-style: none;
}
#comments .comment
{
	margin: 0.75em;
	background-image: url("images/dark-bg-12.png");
	background-repeat: repeat;
	border: dashed 1px gray;
	
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
#comments .comment .comment-header
{
	background: url("images/blue-diagonal-stripe-25.png") top left repeat;
	border-bottom: dotted 1px gray;
	padding: 0.125em;
}
#comments .comment .comment-avatar
{
	float: right;
	margin: 0.5em;
}
#comments .comment .comment-author .fn 
{ 
	font-size: 1.125em; 
	font-weight: bold; 
	font-style: normal; 
}
#comments .comment .comment-author,
#comments .comment .comment-meta
{
	display: inline-block;
}
#comments .comment .comment-body
{
	padding: 0.25em;
}
#comments .comment .comment-body p
{
	margin: 0.5em !important;
	margin-left: 1em !important;
	padding: 0em !important;
	line-height: 1em !important;
}
#comments .comment .comment-body .moderation { color: Red; }
#comments .comment .reply
{
	padding: 0em 1em 0em 1em;
	display: inline;
	float: right;
}

/* other comment classes */
#comments .comment .children /*ul or ol*/
{
	list-style: none;
}
#comments .comment .even {}
#comments .comment .odd {}
#comments .bypostauthor { border: dashed 2px white !important; }

#comments #commentform
{
	margin: 0.5em;
	margin-left: 2em;
}
#comments #commentform p
{
	margin: 0em !important;
	line-height: 1em !important;
}
#comments #commentform .text-box,
#comments #commentform .text-area,
#comments #commentform .button
{
	background-color: White;
	
	border: solid 1px gray;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	
	margin: 0.25em;
	padding: 0.125em;
}
#comments #commentform .text-box 
{ 
	width: 30%;
}
#comments #commentform .text-area
{
	width: 75%;
}
#comments #commentform .button /* overwrite specific things */
{
	color: ButtonText;
	background-color: ButtonFace;
	border: solid 2px #154890;
	padding: 0.5em;
}
#comments #commentform .button:hover  
{
	border: solid 2px #ff6600;
}

/* =============================
   wordpress generated classes
================================*/

.aligncenter,
div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}

.alignleft {
   float: left;
}

.alignright {
   float: right;
}

.wp-caption {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #e1d4c0;
   padding: 0.25em;
   margin: 0.5em;
   /* optional rounded corners for browsers that support it */
   -moz-border-radius: 3px;
   -khtml-border-radius: 3px;
   -webkit-border-radius: 3px;
   border-radius: 3px;
}

.wp-caption img {
   margin: 0em;
   padding: 0em;
   border: 0px none;
}

.wp-caption p.wp-caption-text {
   font-size: 1em;
   line-height: 1em;
   padding: 0em 0.25em;
   margin: 0em;
}

.categories {}
.cat-item {} /*li of each category link*/
.current-cat {} /*li of the currently shown category link*/
.current-cat-parent {}
.pagenav {}
.page_item {}
.current_page_item {}
.current_page_parent {}
.widget { } /* experimental */
.widgettitle { visibility: hidden; text-indent: -1000em; height: 0px; } /*experimental*/
.widget_text {}
.blogroll {}
.linkcat {}


