/* 
WOO CUSTOM STYLESHEET
---------------------

Instructions:

Add your custom styles here instead of style.css so it 
is easier to update the theme. Simply copy an existing 
style from style.css to this file, and modify it to 
your liking.

*/

#about h2 {
		color: #fff;
		font-size: 1.2em;
		text-transform: uppercase;
		margin: 0 0 12px;
		color:#FFFFFF !important;
}
	
body {
	font-family: "Lucida sans", Arial, Helvetica, sans-serif;
	font-size: 11.3px;
	line-height: 1.5em;
	text-align: center;
	padding: 0 0 30px;
	color:#666666;
}

#home #albums {
	background-color:#222; 
}

#home #albums p.category a {
			text-align:center;
			color:#ffffff;
			display:block;
			height:40px;
			font-size:12px;
			font-weight:bold;
			line-height:40px;
			padding:5px;
			margin-bottom:20px;
}

#contentWrap {
			margin:10px;
			width: 940px;
			padding:20px;
			background-color:#fff;
}

 #twitter_update_list {
	background: #e5edf0;
	border: 2px dotted #b6ccd4;
	color: #777;
	font-family: Arial;
	font-size: 1.1em;
	font-style: normal;
	line-height: 1.43em;
	text-align: left;
	padding: 10px;
	overflow:hidden;
	margin-bottom:0;
}

.copyright {
	float: left;
	color: #DDD;
}

.credit {
	float: right;
	color: #DDD;
}

.credit a, a:link, a:visited {
	color: #BBB;
}

.menu_class {
	border:1px solid #1C1C1C;
}

.the_menu li {
	background-color:#302F2F;
	border-top:1px solid #1c1c1c;
}

.the_menu ul.children li {
	background-color:#333333;
}

.the_menu li a:hover {
	color: #BFC9B4;
}
