/*
the-artful.net/blog
Layout version BLACK, WHITE & RED
*/



/*IMG*/

*{
	margin:0;
	padding:0;
}

img { 
	background-color: #FFF; 
	border-left: 2px solid #FFF; 
	border-top: 2px solid #FFF; 
	border-right: 2px solid #FFF; 
	border-bottom: 2px solid #FFF; 
	padding: 2px; 
	margin: 2px 2px 2px 2px; 
}

.bottom{
	float: left; 
}



/*Website*/

body {
	background:#fff;
	text-align:left;
	line-height:20px;
	color:#444;
	border-top:20px solid #000;
	border-bottom:20px solid #222;
	text-align:left; 
	font-style:normal; 
	font-variant:normal; 
	font-weight:normal; 
	font-size:75%; 
	font-family: Arial, Verdana, sans-serif;
}

#wrap{
	width: 685px;
	margin: 0 auto;
	background: #ffffff;
}

#flower {
	width:124px;
	float:left;
}

.clearboth {
	clear:both;
}
	
#container {
    width: 600px;
	margin:0 auto;
	float:left;
}
	
#content {
	padding: 15px 0 15px 0;
	margin-left: 5px;
	width: 600px;
	float:left;
}


/*Sidebar*/

#sidebar {
margin-top:85px;
margin-left:30px;
float:left;
width:150px;
background-image:url('sidebarbg.png');
background-repeat:no-repeat;
background-position:left top;
}


/*Bottom Information*/

#bottom { 
	width : 100%; 
	clear : both;
	margin : 0;
	height : 100px;
	padding: 0;
	font-family: Arial;
	font-size: 8pt;
	background: #222;
} 

.bottomheader {
	font-weight: bold;
	color : #FFFFFF;
	font-size : 15pt;
	text-align : center;
	font-weight: bold;
	font-family: Arial;
	margin-bottom: 10px;
	text-transform: normal;
}

.bottomarea {
	margin-top: 20px;
	text-align: left;
}

#bcontainer { 
	width: 685px; 
	margin: auto; 
	color: #FFFFFF;
} 

.left { 
	width : 180px;  
	float : left; 
	padding: 2px;
} 
.right { 
	width : 300px;  
	padding: 2px; 
	float: left;
	margin-left: 10px;
}
		
	
/*Navigation*/

#menu {
	float: right;
	width: 685px;
	padding-top: 1px;
	text-transform: lowercase;
	font-family: georgia;
	font-size: 1.73em;
}

#menu ul li{
	display:inline;
}
	
.tabs a {
	color:#333;
	padding:4px 0.5em;
}

.tabs a:hover {
	background:#000;
	color:#fff;
	-moz-border-radius-bottomleft:4px;
	-webkit-border-bottom-left-radius:4px;
	-moz-border-radius-bottomright:4px;
	-webkit-border-bottom-right-radius:4px;
	border-bottom-right-radius:4px;
	border-bottom-left-radius:4px;
}
	
#current {
	background:#000;
	padding:5px 0 5px 0;
	-moz-border-radius-bottomleft:4px;
	-webkit-border-bottom-left-radius:4px;
	-moz-border-radius-bottomright:4px;
	-webkit-border-bottom-right-radius:4px;
	border-bottom-right-radius:4px;
	border-bottom-left-radius:4px;
}

#current a{
	color:#ffffff;
}



/*Text*/
	
h2 {
	font-family: Georgia, Times New Roman, serif;
	font-size: 11pt;
	font-weight: bold;
	line-height: 31pt;
	padding-top: 5px;
	padding-bottom: 1px;
	color: #222222;
}

h3 {
	font-family: Arial, Verdana, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	line-height: 31pt;
	padding-top: 5px;
	color: #222222;
	text-transform: uppercase;
}

a {
	color:#901426;
}
	
a:hover {
	color:#C0C0C0;
}

.heading{
	display: block;
	width: 495px;
	height: 46px;
	color: #751922;
	text-align: left;
	text-transform: uppercase;
	font-family: Georgia, Times New Roman, serif;
	font-size: 13pt;
	font-weight: bold;
	line-height: 31pt;
	background-image: url('header.gif');
	background-repeat: no-repeat;
	background-position:  left bottom; ; padding-left:25px; padding-right:0px; padding-top:0px; padding-bottom:0px
}

.heading i, .heading em, .heading b, .heading strong{
	color: #555244;
}

i{
	color: C0C0C0;
}

a{
	text-decoration: none;
	font-weight: bold;
}

ol, ul, li{
	list-style:none;
}

p{
	margin-bottom: 10px;
}



/*Blockquote*/

blockquote {
	margin: 10px 60px 10px 60px;
	padding: 10px 10px 10px 10px;
	color: #000000;
	font-family: Arial, Verdana, sans-serif;
	font-size: 8pt;
	line-height: 14pt;
	border-right: solid 8px #C0C0C0;
	border-left: solid 5px #901426;
	background-color: #F8F5F2}

blockquote a:link, blockquote a:visited{
	color: #901426;
	padding: 0px;
	border-bottom: 0px;
	background-color: transparent;
	text-decoration: none}

blockquote a:hover, blockquote a:active{
	color: #C0C0C0;
	padding: 0px;
	border-bottom: 0px;
	background-color: transparent;
	text-decoration: none}

blockquote b, blockquote strong, blockquote i, blockquote em {
	color: #000000}
