/*
Theme Name: Tracey Cleantis
Theme URI: www.traceycleantis.com
Description: twentyten customized for Tracey Cleantis
Author: Tobias Ross
Author URI: www.ineye-design.com
Template: twentyten
*/

@import url("../twentyten/style.css");



/* =Fonts
-------------------------------------------------------------- */
body,
input,
textarea,
.page-title span,
.pingback a.url {
    font-family: Georgia, "Bitstream Charter", serif;
}
h3#comments-title,
h3#reply-title,
#access .menu,
#access div.menu ul,
#cancel-comment-reply-link,
.form-allowed-tags,
#site-info,
#site-title,
#wp-calendar,
.comment-meta,
.comment-body tr th,
.comment-body thead th,
.entry-content label,
.entry-content tr th,
.entry-content thead th,
.entry-meta,
.entry-title,
.entry-utility,
#respond label,
.navigation,
.page-title,
.pingback p,
.reply,
.widget-title,
.wp-caption-text,
input[type=submit] {
    font-family: Georgia, "Bitstream Charter", serif;
}
pre {
    font-family: "Courier 10 Pitch", Courier, monospace;
}
code {
    font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

#header {
    padding: 0 0  0 0;
}

#contact
{
	float: right;
	font-size: 13px;
	margin: 5px 50px 0px 0;
}

#site-title, #site-title a
{
	float: left;
	font-size: 30px;
	line-height: 15px;
	margin: 30px 0 0px 0;
	color: #550000;
}

#site-description {
	font-style: normal;
	margin: 14px 0 18px 0;
	width: 100% ;
	font-size: 14px;
}


body {
	background: url(images/tracey-charcoal.gif);
	font-size: 12px;
	line-height: 18px;
}

a:link {
    color: #550000;
}

a:visited {
    color: #770000;
}
a:active, a:hover {
    color: #996666;
}

#wrapper {
	background: transparent;
	margin-top: 20px;
	padding: 0 20px;
}

#main {
	z-index: -9899;
	clear: both;
	overflow: hidden;
	-webkit-border-radius: 10px 10px 0px 0px;
	-moz-border-radius: 10px 10px 0px 0px;
	border-radius: 10px 10px 0px 0px;
	padding: 40px 0 0 0;
}

.one-column #content
{
	margin: 0 150px 0 30px;
	width: 650px;
}

#access .menu-header, div.menu, #colophon, #branding, #main, #wrapper {
	margin: 0 auto;
	width: 800px;
}

body, input, textarea {
    color: #444;
    font-size: 12px;
    line-height: 18px;
}


Inherited from div#content
#content, #content input, #content textarea {
	color: #333;
	font-size: 12px;
	line-height: 18px;
}

	ul#display-inline-block-example,
	ul#display-inline-block-example li {
		/* Setting a common base */
		margin: 0;
		padding: 0;
	}

	ul#display-inline-block-example li
	{
		display: inline-block;
		width: 190px;
		margin: 3px;
		padding: 5px;
		min-height: 225px;
		background: #ccc;
		vertical-align: top;
		text-align: center;
	}

	}

#newsbox
{
	color: #333;
	border: 1px #770000 solid;
	padding: 5px 10px 10px 10px;
	display: block;
	clear: left;
	width: 410px;
	margin-top: -20px;
	margin-bottom: 20px;
}


#access {
	background: transparent;
    display: block;
    float: left;
    margin: 0 auto;
    width: 800px;
}
#access .menu-header,
div.menu {
    font-size: 13px;
    margin-left: 12px;
    width: 928px;
}
#access .menu-header ul,
div.menu ul {
    list-style: none;
    margin: 0;
}
#access .menu-header li,
div.menu li
{
	background: #000;
	float: left;
	position: relative;
	-webkit-border-radius: 10px 10px 0px 0px;
	-moz-border-radius: 10px 10px 0px 0px;
	border-radius: 10px 10px 0px 0px;
	margin-right: 2px;
	margin-left: 2px;
    font-size: 16px;
    font-style: bold;
    text-transform:uppercase;
}
#access a {
    color: #aaa;
    display: block;
    line-height: 38px;
    padding: 0 10px;
    text-decoration: none;
}
#access ul ul {
    box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
    -webkit-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
    display: none;
    position: absolute;
    top: 38px;
    left: 0;
    float: left;
    min-width: 220px;
    z-index: 99999;
}
#access ul ul li {
    min-width: 220px;
	-webkit-border-radius: 0px 0px 0px 0px;
	-moz-border-radius: 0px 0px 0px 0px;
	border-radius: 0px 0px 0px 0px;     
}
#access ul ul ul {
    left: 100%;
    top: 0;
}
#access ul ul a {
    background: #333;
    line-height: 1em;
    padding: 10px;
    min-width: 220px;
    height: auto;
}

#access li:hover > a,
#access ul :hover > a {
    background: #333;
    color: #fff;
        -webkit-border-radius: 10px 10px 0px 0px ; 
        -moz-border-radius: 10px 10px 0px 0px ; 
        border-radius: 10px 10px 0px 0px ;     
}

#access li:hover > a,
#access ul ul :hover > a {
    background: #333;
    color: #fff;
        -webkit-border-radius: 10px 10px 0px 0px ; 
        -moz-border-radius: 0px 0px 0px 0px ; 
        border-radius: 0px 0px 0px 0px ;     
}
#access ul li:hover > ul {
    display: block;
}
#access ul li.current_page_item > a,
#access ul li.current-menu-ancestor > a,
#access ul li.current-menu-item > a,
#access ul li.current-menu-parent > a {
    color: #fff;
}
* html #access ul li.current_page_item a,
* html #access ul li.current-menu-ancestor a,
* html #access ul li.current-menu-item a,
* html #access ul li.current-menu-parent a,
* html #access ul li a:hover {
    color: #fff;
}


.keywords {
display:none;
}

#flowers
{
	position: relative;
	top: 0px;
	bottom: 0px;
	right: 0px;
	left: 0px;
	height: 100%;
	min-width: 1000px;
	height: 100%;	
	min-height: 800px;	
}


#red-flower
{
	z-index: -20;
	position: absolute;
	right: 0px;
	top: 10px;
	height: 500px;
	width: 300px;
	overflow: hidden;
}

#black-flower
{
	z-index: -30;
	position: absolute;
	bottom: -200px;
	right:  0px;
	width: 500px;	
	height: -200px;	
}


#white-flower
{
	z-index: -40;
	position: absolute;
	left: -200px;
	top: 250px;
	height: 500px;
	width: 500px;
	overflow: hidden;
}

#colophon
{
	border-top: 0px;
	margin-top: 0px;
	overflow: hidden;
	padding: 0px 0;
	text-align: center;
    color: #550000;
	font-size: 13px;    
}

.alpha60 {

/* Fallback for web browsers that doesn't support RGBa */
background: rgb(255, 255, 255);
/* RGBa with 0.6 opacity */
background: rgba(255, 255, 255, 0.8);
/* For IE 5.5 - 7*/
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99FFFFFF, endColorstr=#99FFFFFF);
/* For IE 8*/
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99FFFFFF, endColorstr=#99FFFF)";
}