/*#############################################################
Theme Name: Glass Onion
Theme URI: http://www.tastyplacement.com/free-wordpress-theme-glass-onion
Description: Simple theme based on the default Wordpress template.
Version: 1.2
Author: Michael at TastyPlacement.com
Author URI: http://www.tastyplacement.com/
Tags: green, blue, two-columns, fixed-width

Feel free to use and modify but please provide credits.

Ported to Frog CMS by: Katsu Yamamoto
#############################################################*/

/* standard elements */
html {min-height: 100%;}

* {
	margin: 0;
	padding: 0;
}

a {color: #048;}
a:hover {color: #06C;}

body {
	background: #cae1a8 url('img_glassonion/header.jpg') repeat-x;
	color: #444;
	font: normal 62.5% Tahoma,sans-serif;
	padding-top: 0px;
}

p,code,ul,ol {padding-bottom: 1.2em;}

li {list-style: none;}

h1 {font: normal 1.8em Tahoma,sans-serif;}
h2 {font: bold 1.4em sans-serif;}
h3 {font: bold 1.2em Tahoma,sans-serif;}
h4 {font: bold 1em Tahoma,sans-serif;}

form,input {margin: 0; padding: 0; display: inline;}

pre {
	background: #FFF;
	border: 1px solid #EEE;
	border-left: 6px solid #CCC;
	color: #666;
	display: block;
	font: normal 1em Tahoma,sans-serif;
	line-height: 1.6em;
	margin-bottom: 12px;
	padding: 8px 10px;
	white-space: pre;
}
code {
	background: #FFF;
	font: normal 1em "Courier New",monospace;
}
blockquote {
	background: url('img_glassonion/quote.gif') no-repeat;
	display: block;
	padding-left: 28px;
}

h1,h2,h3,h4 {padding-top: 6px; color: #553; margin-bottom: 4px;}

/* misc */
.clearer {clear: both; font-size: 0;}
.footerLeft {float: left;} /* changed names to prevent conflict with admin css */
.footerRight {float: right;} /* original here is simply ".left" and ".right" */

/* structure */
.inner-container {
	padding: 2px;
	font-size: 1.2em;
}

.outer-container {
	margin: 0 auto;
	width: 800px;
}

/* header & title */
.header {
    width: 800px;
	height: 218px;
	margin: 0 auto;
	text-align: left;
}
.header .title {
	color: #333;
	padding-top: 50px;
}
.header .title .sitename a {
	color: #333;
	font: normal 3em sans-serif;
	padding-bottom: 2px;
	text-decoration: none;
}
.header .title a:hover {color: #666;}
.header .title .slogan {
	font: normal 1.1em Verdana,sans-serif;
	padding-top: 6px;
}

/* path */
.path {
    width: 800px;
	margin: 0 auto;
	text-align: left;
	color: #333;
	font: normal 1.1em Verdana,sans-serif;
	padding: 4px 0;
}
.path a {
	color: #333;
	text-decoration: none;
}
.path a:hover {
	color: #666;
	text-decoration: underline;
}

/* main */
.main {
	padding: 4px;
}

/* content */
.content-outer {
/*
	background: #E6F1D8 url('img_glassonion/post-top.gif') no-repeat;
*/
	background: #FAF0E6 url('img_glassonion/post-top.gif') no-repeat;
	float: right;
	width: 560px;
}
.content {
	padding: 10px;
	margin: 0px;
	background: transparent url('img_glassonion/post-bottom.gif') no-repeat bottom;
}
.content .info {  /* .descr */
	color: #664;
	font-size: 1.0em;
	margin-bottom: 6px;
}
.content ul li {
	list-style: disc;
	margin-left: 36px;
	padding: 4px 0;
}
.content ol li {
	list-style: decimal;
	margin-left: 36px;
	padding: 4px 0;
}
.content p {
	font-family: "Lucida Sans Unicode",sans-serif;
	line-height: 150%;
}
.content .comment-form-body {
	width: 450px;
}

/* navigation */
.navigation-outer {
/*
	background: #E6F1D8 url('img_glassonion/sidebar-top.gif') no-repeat;
*/
	background: #FAF0E6 url('img_glassonion/sidebar-top.gif') no-repeat;
	float: left;
	width: 216px;
	margin-bottom: 22px;
}
.navigation {
	background: transparent url('img_glassonion/sidebar-bottom.gif') no-repeat bottom;
	padding: 18px 12px;
}
.navigation h2,.navigation h3 {
	color: #5A5A43;
	font: bold 1.1em Tahoma,sans-serif;
	line-height: 30px;
	margin: 0;
	padding-left: 12px;
}
.navigation ul, .navigation ol {
	padding: 0;
	border-top: 1px solid #EAEADA;
}
.navigation li {border-bottom: 1px solid #EAEADA;}
.navigation li a {
	display: block;
	list-style: none;
	font-size: 1.1em;
	color: #554;
	text-decoration: none;
	padding: 8px 0 8px 5%;
	width: 95%;
}
.navigation li a:hover {
/*
	background: #B0E0E6;
*/
	background: #cae1a8;
	color: #654;	
}
.navigation p {
	border-top: 1px solid #EAEADA;
	border-bottom: 1px solid #EAEADA;
	line-height: 1.6em;
	font-size: 1.1em;
	color: #554;
	display: block;
	padding: 8px 0 8px 5%;
	width: 95%;
}

/* footer */
.footer {
/*
	background: #E6F1D8;
*/
	color: #666;
	font: 1em sans-serif;
	margin-top: 5px;
	padding: 10px 12px;
}
.footer a {
	color: #666;
	text-decoration: none;
}
.footer a:hover {color: #999;}

/* contactForm */
.contactForm {
	width:400px;
}
.contactForm p {
	padding:10px;
}
.contactForm input {
	width:240px;
}
.contactForm textarea {
	width:360px;
	height:120px;
}
.submit {
	width:45px!important;
}
.hide {
	display:none;
}