body {
	/*:Background image*/
	background-color:#ffffff;
}

#header_image {
	/*:Header image height*/
	padding-top:200px;
	/*:Header image*/
	background-image:url(images/headers/main-header.jpg);
	/*:Header image alignment*/
	background-position:top;
	background-repeat: no-repeat;
}

#blogcontent_wrapper{
    position: relative;
    width:700px;
    padding:10px;
    border:1px solid #C6C6C6;
    height:100px;
    overflow-y:auto;
}

#maincontent_wrapper{
    position: relative;
    width:800px;
    padding:10px;
    border:none;
    height:400px;
    overflow-y:auto;
}

small {
	font-size:.9em;
}

a small {
	color:#999999 !important;
	text-decoration: underline !important;
}

.sidebar_left #frame {
	/*:Sidebar left width*/
	padding-left:200px;
}

.sidebar_right #frame {
	/*:Sidebar right width*/
	padding-right:200px;
}

#sidebar_left.sidebar {
	/*:Sidebar left width*/
	width:200px;
	/*:Sidebar left width*/
	right:200px;
}

#sidebar.sidebar {
	/*:Sidebar right width*/
	width:200px;
}

* html #sidebar_left {
	/*:Sidebar right width*/
	left:200px;
}

#page, #header, #footer {
	/*:Page width*/
	width:800px;
}

*::-moz-selection, *::-selection {
	/*:Navigation color*/
	background-color:#7d7d7d;
}

#quicklinks #addicted_results ul li a:hover {
	/*:Navigation color*/
	background-color:#7d7d7d;
}

a {
	/*:Navigation color*/
	color:#7d7d7d;
}

a:hover {
	/*:Navigation color*/
	color:#7d7d7d;
}

#links_wrapper {
	width: 50%;
	margin: 0 auto;
	text-align:center;
}

#work_page_wrapper {
	width: 100%;
	margin: 0 auto;
	text-align:center;
}

#shop_redbubble_wrapper {
	width: 100%;
	margin: 0 auto;
	text-align:center;
}

.shop_content {
	font-family:Verdana, sans;
	font-size: 100%;
	color:#000000;
	text-align:center;
}

.shop_content a {
	color:#FF0000;
}

.sidebar h2, .sidebar h3, .sidebar h4, .sidebar h5, .sidebar h6 {
	/*:Sidebar titles font*/
	font-family:Verdana, sans-serif;
}

.sidebar h2 {
	margin-left: .1em;
	/*:Sidebar titles color*/
	border-left-color:#9eb0aa;
	/*:Sidebar titles color*/
	color:#9eb0aa;
}

.sidebar h2 a {
	/*:Sidebar titles color*/
	color:#9eb0aa;
}

.sidebar h2 {
	/*:Sidebar titles size*/
	font-size:1.5em;
}

.sidebar li {
	/*:Sidebar line height*/
	line-height:1.8em;
	/*:Sidebar line height*/
	min-height:1.8em;
}

* html .sidebar li {
	/*:Sidebar line height*/
	height:1.8em;
}

.sidebar li a:hover {
	/*:Sidebar rollover color*/
	background-color:#99cccc;
}

.sidebar li.current_page_item a, .sidebar li.current-cat a {
	/*:Menu highlight color*/
	background-color:#9eb0aa;
}


code {
	/*:Content color*/
	background-color:#9eb0aa;
	/*:Content color*/
	border-color:#9eb0aa;
}

.comment.comment_author {
	/*:Content color*/
	background-color:#9eb0aa;
	/*:Content color*/
	border-color:#9eb0aa;
}

h2, h3, h4, h5, h6 {
	/*:Titles font*/
	font-family:Verdana, sans-serif;
	/*:Titles font style*/
	font-style:normal;
}

h2 {
	/*:Titles size*/
	font-size:1.9em;
}

h2, h2 a, h3, h3 a {
	/*:Titles color*/
	color:#7d7d7d;
}

h3, h3 a, .post blockquote, .post blockquote a, .author, .author a, .date, .comment.comment_author .author, .comment.comment_author .author a, .comment.comment_author .date, .comment.comment_author h4 {
	/*:Content color*/
	color:#9eb0aa;
}

.post blockquote {
	/*:Content color*/
	border-left-color:#9eb0aa;
}

