/*
THEME NAME: Elegantly Presented
THEME URI: http://www.not-my-muse.org/themes/
DESCRIPTION: Elegantly presented to you
VERSION: 1.0
AUTHOR: Chien Yee
AUTHOR URI: http://www.not-my-muse.org/
TEMPLATE: sandbox
*/

/* Two-column with sidebar on left from the /sandbox-layouts/ folder  */
/*
LAYOUT: Two-Column (Right)
DESCRIPTION: Two-column fluid layout with one sidebars right of content
*/
body {
	background: #a41440 url(images/bg.gif) repeat-y top center;
	margin: 0;
	padding: 0;
	text-align: center;
	font: 10pt Arial, Helvetica, sans-serif;
}
a, a:link, a:visited {
	color: #444;
}
a:hover {
	color: #9A0130;
}
/* arranging the whole thing */
div#container {
	margin: 0;
}
div#content {
	float: left;
	margin: 0;
	width: 490px;
	padding: 5px;
}
div.sidebar {
	float: right;
	overflow: hidden;
	width: 190px;
	padding: 5px;
}
div#secondary	{
	clear: right;
}
div#footer {
	background: url(images/footer.gif) repeat-y top center;
	clear: both;
	padding: 10px 0px;
	text-align:center;
}
div#wrapper {
	width: 700px;
	padding: 0px 25px;
	margin: 0px auto;
	text-align: left;
}
h1#blog-title {
	background: #ddd url(images/title.gif) repeat-y top center;
	text-align: right;
	padding: 3px 10px 0px 0px;
	font: bold 20px blackjack, freestyle script, georgia;
	height: 27px;
	margin: 0;
}
h1#blog-title a, h1#blog-title a:link, h1#blog-title a:hover, h1#blog-title a:visited {
	color:#FFFFFF;
	text-decoration: none;
}
div#blog-description {
	background: url(images/image.gif) no-repeat top;
	text-align: right;
	font: bold 1px blackjack, freestyle script, georgia;
	height: 199px;
	color: #C36E70;
}


div#access div.skip-link{
	display: none;
}
/* the menu */
div#menu{
	background: url(images/navigate.gif) repeat-x center center;
	font-size:0.9em;
	height:28px;
	padding:0;
	width:100%;
	border-bottom: 1px solid;
	border-top: 1px solid;
	border-color: #666;
}
div#menu ul a{
	font-weight:700;
	text-decoration:none;
}
div#menu ul,div#menu ul ul,div#menu ul li{
	list-style:none;
	margin:0;
	padding:0;
}
div#menu ul li{
	float: left;
}
div#menu ul li a{
	background: url(images/navigate.gif) center center;
	padding: 8px 10px 2px 10px;
	border-right: 1px solid #666;
	height:19px;
	float: left;
	color:#333;
}
div#menu ul li a:hover{
	border-top: 1px solid #666;
	padding-top: 7px;
	color: #fff;
}
div#menu ul ul {
	display:none;
}

/* Entry related */
.entry-title{
	clear:both;
	border-bottom: 1px dashed #C14C56;
	text-align: right;
	margin: 10px 0px 0px 3px;
	padding: 0;
}
#content a, #content a:link, #content a:visited {
	color: #C14C56;
}
#content a:hover {
	color: #9A0130;
}
.entry-title a{
	color: #9A0130 !important;
	text-decoration: none;
}
.entry-date {
	color: #666;
	font-size: smaller;
}
.entry-date abbr {
	border-bottom: 0px none;
}

/* etcetera */
div#nav-above,div#nav-below{
	width:100%;height:1em;
}
div#nav-above{
	margin-bottom:1em;
}
div#nav-below{
	margin-top:1em;
}
.alignleft,div.nav-previous{
	float: left;
}
.alignright,div.nav-next{
	float: right;
}
/* forms */
form#commentform .form-label{
	margin:1em 0 0;
}
form#commentform span.req-field{
	background:#ddd;
	color:red;
}
form#commentform,form#commentform p{
	padding:0;
}
input#author,input#email,input#url
	{width:50%;
}
input#author,input#email,input#url,textarea#comment{
	padding:0.2em;
}
ol.commentlist li{
	margin:0 0 3.5em;
}
textarea#comment{
	height:13em;
	margin:0 0 0.5em;
	overflow:auto;
	width:66%;
}

/* the sidebar */
div.sidebar div,div.sidebar h3,div.sidebar ul,div.sidebar li{
	margin:0;
	padding:0;
}
div.sidebar h3{
	letter-spacing: 1px;
	margin: 20px 0 0 0;
	text-align: right;
	color: #fff;
	border-bottom: 1px solid;
	background-color: #ccc;
}
div.sidebar input#s{
	width:7em;
}
div.sidebar a:link, div.sidebar a:visited {
	color: #9A0130;
}
div.sidebar a:hover {
	color: #C14C56;
}
div.sidebar li {
	list-style: none;
	margin: 0px;
	padding: 0px;
	text-align: left;
}
div.sidebar li li li {
	list-style: none;
	margin: 0px;
	padding: 0px 10px;
	text-align: left;
}
div.sidebar li li a, div.sidebar li li a:link, div.sidebar li li a:visited {
	padding: 5px 0px 3px 0px;
	text-decoration: none;
	margin-bottom: 3px;
	display: block;
	width: 100%;
	border-bottom: 1px dashed #888;
}
div.sidebar li li a:hover {
	color: #9A0130;
	background: #ccc;
	text-decoration: none;
	font-weight: normal;
	padding-left: 5px;
}
div.sidebar li form{
	margin:0.2em 0 0;
	padding:0;
}
