/*  
Theme Name: Translucent
Theme URI: http://saxnviolins.com/
Description: blah!.
Version: 1
Author: Bucktus
Author URI: http://saxnviolins.com/

	Have fun, and don't be afraid to contact me if you have questions.
*/



/* Begin Typography & Colors */
body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	background: url(images/body_bg.gif);
	color: #000;
	text-align: center;
	direction: rtl;
	padding: 0;
	margin: 0;
}
#bouquet {
	position: absolute;
	top: 0px;
	left: 60%;
}
ul , li {
	list-style: circle;
	padding: 0;
	margin: 0;
}

a {
	color: #fff;
	text-decoration: none;
}
a:hover {
	color: #fff;
	background: #2a2722;
}
#page {
	text-align: right;
	width: 750px;
	margin: auto;
	font-size: 1.2em;
}

#topLine {
	background: #fff;
	height: 30px;
	opacity: .7;
	filter: Alpha(Opacity=70);
	margin-bottom: 1em;
}

#img  {
	padding: 0;
	max-width: 100%;
	opacity: .9;
        filter: Alpha(Opacity=90);
	}

#header {
	background: #fff;
	height: 100px;
	padding: 1em;
	text-align: center;
	color: #3E382F;
	opacity: .9;
	filter: Alpha(Opacity=90);
}
#header a {
	color: #3E382F;
	text-decoration: none;
	background: transparent;
}
#contentContainer {
 background: #3E382F;
 height: 100%;
 margin-top: 1px;
 opacity: .9;
 filter: Alpha(Opacity=90);
 color: #d9c8ae;
 overflow: auto;
}
#content {
	padding: 1em;
	float: left;
	width: 525px;
	}
#sidebar {
	width: 170px;
	padding: 1em;
	float: right;
	/*background: #221f1c;*/
}
#sidebar a {
}
#sidebar h2 {
	font-size: 1em;
	margin-top: .6em;
}
#footer {
	text-align: center;
	background: #fff;
	padding: .5em;
	margin-top: 1px;
	clear: both;
}
#footer a {
	color: #6cb2d3;
}
#footer a:hover {
	background: none;
	border-bottom: dotted 1px;
}
.commentlist {
	list-style: none;
	padding: 0;
	margin: 0;
}
.commentlist li {
	padding: .5em;
}
.alt {
	background: #2e2a25;
}
h1 {
	font-size: 3em;
	padding: 0;
	margin: 0;
}
h2 {
	font-size: 25px;
	font-weight: normal;
	margin: 0;
	border-bottom: solid 1px #514b42;
}
h2 a {
	color: #958977;
	background: transparent;
	
}
h4 a {
       color: #ffffff;
       margin: 0;
       padding: 0;
       font-weight: normal;
       border-bottom: solid 1px #514b42;
       background: #746b5f;
       }

h5 {
	font-size: 1em;
	font-weight: bold;
        color:#FFCC99;
	margin: 0;
	border-bottom: solid 1px #514b42;
}
h5 a {
	color: #958977;
	background: transparent;
	
}

small {
	color: #746b5f;
}
.alignleft {
	float: right;
}
.alignright {
	float: left;
}

blockquote {
	margin: 15px 30px 0 10px;
	padding-right: 20px;
	border-right: 2px solid #ddd;
        font-size: 11px;
        background: #484848;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

navigation a {
        text-background: #pink;
        font-size: 14pt;
        }
