/* HTML Elements */

@font-face {  
  font-family: FrugalFont;  
  src: url( http://frugalguitarist.com/themes/ArthemiaPRO2011/RPRSTITL.TTF ) format("truetype");  
}  


* {
	margin: 0;
	padding: 0;
}



body 
{
    /*background: #fff url(http://frugalguitarist.com/themes/ArthemiaPRO2011/images/collage.jpg) 0 10px;*/
	font: 100% Arial, Helvetica;
	background-color: #fff;
	color: #333;
}
p, #commentlist p {
	margin: 15px 0;
}
input, textarea, select {
	background: #fff url(http://frugalguitarist.com/themes/ArthemiaPRO2011/images/input.png) repeat-x scroll left top;
	border-color: #BDBDBD #ccc #ddd;
	border-style: solid;
	border-width: 1px;
	padding: 4px;
	font-size: 100%;
}
textarea {
	font-size: 1.25em;
}
a:link, a:visited {
	color: #336699;
	text-decoration: none;
}
a:hover, a:active {
	color: #336699;
	text-decoration: underline;
}
a img {
	border: 0;
}
code {
	font-size: 1.0em;
	font-family: 'Courier New', Courier, Fixed;
	background-color: #ececec;
}
acronym, abbr, span.caps {
	font-size: 0.9em;
	letter-spacing: .07em;
	cursor: help;
}
acronym, abbr {
	border-bottom: 1px dashed #999;
}
abbr.timeago {
	cursor: default;
	text-decoration: none;
	border: 0px solid #333;
	letter-spacing: normal;
	font-size: 1.0em;
}

blockquote {
	background: url(http://frugalguitarist.com/themes/ArthemiaPRO2011/images/quote.png) no-repeat;
	/*margin-left: 1.5em;*/
	margin: 15px 0px 15px 1.5em;
	padding: 1px 0 0px 40px;
	border-top: 3px double #ddd;
	border-bottom: 3px double #ddd;
}
select {
	width: 130px;
}
/* Structure */
#head {
	width: 960px;
	margin: 0px auto;
	margin-top: 15px;
	padding: 0px;
	font-size: 0.7em;
    background-color: White;
}
#bpage {
	width: 938px;
	margin: 0px auto;
	padding: 10px;
	background-color: #ececec;
	font-size: 0.7em;
	background-image: url(http://frugalguitarist.com/themes/ArthemiaPRO2011/images/diag_stripe.gif);
	border-right: 1px solid #EBEBEB;
	border-left: 1px solid #EBEBEB;
}
.left, .alignleft {
	float: left;
}
.right, .alignright {
	float: right;
}
/* Navigation Bar*/
#navbar {
	margin: 0 auto;
	margin-top: 15px;
	padding: 0px 10px;
	text-transform: uppercase;
	background: #2c2c2c url(http://frugalguitarist.com/themes/ArthemiaPRO2011/images/navbar.png);
}
#page-bar {
	width: 720px;
}
#page-bar ul {
	list-style: none;
}
#page-bar li {
	float: left;
	list-style: none;
	cursor: pointer;
	display: block;
	border-right: 1px solid #333;
}
#page-bar li:hover {
	background-color: #336699;
}
#page-bar a, #page-bar a:visited {
	margin: 0px;
	padding: 10px 16px;
	font-weight: bold;
	color: #FFF;
	display: block;
}
#page-bar a:hover {
	text-decoration: none;
	display: block;
}
#searchform {
	width: 194px;
	float: right;
	text-align: right;
	padding-top: 8px;
	margin-right: 10px;
	
}
#searchbox {
	height: 24px;
	padding: 5px;
	float: right;

}
.post div #searchbox {
	float: none;
}
.post div #searchbox #searchfield {
	width: 345px;

}
#searchbutton {
	height: 23px;
	margin-bottom: 0;
	margin-left: 3px;
	margin-right: 0;
	margin-top: 0;
	padding: 1px 0 3px !important;
}
/* Dropdown Menus */
#page-bar li {
	float: left;
	margin: 0px;
	padding: 0px;
}
#page-bar li li {
	float: left;
	margin: 0px;
	padding: 0px;
	width: 122px;
	text-transform: none;
}
#page-bar li li a, #page-bar li li a:link, #page-bar li li a:visited {
	background-color: #2B2B2B;
	width: 122px;
	float: none;
	margin: 0px;
	padding: 5px 10px 5px 18px;
	border-top: 1px solid #C0C0C0;
}
#page-bar li li a:hover, #page-bar li li a:active {
	background-color: #666666;
	padding: 5px 10px 5px 18px;
}
#page-bar li ul {
	position: absolute;
	width: 10em;
	left: -999em;
}
#page-bar li:hover ul {
	left: auto;
	display: block;
}
#page-bar li:hover ul, #page-bar li.sfhover ul {
	left: auto;
}
div.spacer {
	clear: both;
	display: block;
	border-bottom: 0px solid rgb(222, 222, 222);
	height: 6px;
	margin-bottom: 6px;
}
.profileImage {
	float: left;
	margin: 3px 6px 2px 0;
	border:1px solid #CCCCCC;
	padding: 2px;
}
#sidebar #sidebar-profile h3 {
	background-color: green;
}
#sidebar #sidebar-twitter h3 {
	background-color: #ccddff;
	color: #333;
}

#sidebar #sidebar-right h3 {
	background-color: #E6AB07;
}
#sidebar #sidebar-right h4 {
	background-color: #E6AB07;
}
#sidebar #sidebar-left h3 {
	background-color: #B7462C;
}
#sidebar #sidebar-left h4 {
	background-color: #B7462C;
}
#sidebar-profile p {
	padding: 0;
	margin: 0;
	font-size: 1.05em;
	line-height:1.65em;
}

img.floatLeft { 
    float: left; 
    margin: 10px;
}

img.floatRight { 
    float: right; 
    margin: 10px;
}
img.center 
{
    margin-left:auto;
    margin-right:auto;
    
}

/* Text*/
h1 {
	font-size: 2.2em;
	font-family: Arial;
	font-weight: bold;
	letter-spacing: -0.08em;
}
h2 {
	font-size: 2.0em;
	font-family: Arial, "Times New Roman";
}
h3 {
	font-size: 1.3em;
	font-family: Arial;
	margin-bottom: 3px;
	color: #336699;
	font-weight: bold;
}
h4 {
	font-size: 1.0em;
	font-family: Arial;
}
h3.cat_title, h3.cat_title a {
	color: #333;
	letter-spacing: -0.05em;
	font-size: 0.85em;
}
h3#respond {
	margin-top: 0px;
	padding-top: 20px;
}
h1#comment, h1#addcomment {
	margin-top: 32px;
	padding-left: 0px;
	font-size: 1.3em;
	font-family: Arial;
	margin-bottom: 3px;
	color: #336699;
	font-weight: bold;
}
h3.authors {
	margin-top: 15px;
}
/* Index Page*/
#logo {
	width: 480px;
	padding: 5px 0px 5px 20px;	
}
#logo a {
	/*Gulim font - not good ;-)*/
    font-family: FrugalFont !important;
	font-size: 45px;
	text-transform: uppercase;
	color: #2C2C2C;
}
#logo a:hover {
	text-decoration: none;
}
#tagline {
	margin-top: 1px;
	font-size: 1.1em;
	color: #333;
	text-transform: lowercase;
}


#top {
	padding: 0;
}
#headline {
	width: 590px;
	float: left;
	background-color: #fff;
	padding: 10px;
	font-size: 1.05em;
	line-height: 1.5em;
	margin: 0;
	height: 328px;
}
#headline h1 {
	padding: 0;
	font-size: 1.8em;
	margin: 0;
	font-weight: normal;
}
#headline div.title {
	font-family: Arial;
	font-size: 2.0em;
	font-size-adjust: none;
	font-stretch: normal;
	font-style: normal;
	font-variant: normal;
	letter-spacing: -0.05em;
	line-height: 1.2em;
	margin-top: 0;
	padding-bottom: 5px;
	padding-top: 5px;
}
#headline div.meta {
	display: block;
	margin-top: -5px;
	padding-bottom: 2px;
}
#headline p {
	padding-bottom: 15px;
}
#featured {
	width: 300px;
	background-color: #fff;
	float: right;
	padding: 10px 10px 11px 10px;
	font-size: 1.05em;
	line-height: 1.5em;
}
#featured h1 {
	padding: 0;
	font-size: 1.8em;
	margin: 0;
	font-weight: normal;
}
#featured .clearfloat {
	margin-top: 6px;
	margin-bottom: 5px;
}
#featured .info {
	margin-top: 5px;
	padding-top: 5px;
	float: right;
	width: 230px;
}
#featured .title {
	font-weight: bold;
	font-size: 1.05em;
}
#headline a img, #featured a img {
	border: 0px solid #ccc;
	margin-top: 5px;
	margin-right: 10px;
	padding: 2px;
}
#middle {
	width: 920px;
	background-color: #fff;
	padding: 10px;
	margin: 10px 0;
}
#middle h1 {
	padding: 0;
	font-size: 1.8em;
	line-height: 1.35em;
	margin: 0;
	font-weight: normal;
}
.category {
	width: 164px;
	float: left;
	border-top: 8px solid #333;
	margin: 0px;
	padding: 5px 10px 10px 10px;
	background-color: #fff;
}
.category p {
	margin: 0;
}
#cat-1 {
	border-top: 8px solid #E6AB07;
}
#cat-2 {
	border-top: 8px solid #2B9435;
}
#cat-3 {
	border-top: 8px solid #A5CC3A;
}
#cat-4 {
	border-top: 8px solid #B7462C;
}
#cat-5 {
	border-top: 8px solid #326ABD;
}
.cat-1 {
	border-top: 8px solid #E6AB07;
}
.cat-2 {
	border-top: 8px solid #2B9435;
}
.cat-3 {
	border-top: 8px solid #A5CC3A;
}
.cat-4 {
	border-top: 8px solid #B7462C;
}
.cat-5 {
	border-top: 8px solid #326ABD;
}
.category span.cat_title, #front-popular h3, #front-popular h4, .front-list .cat_title, #archive .cat_title {
	text-transform: lowercase;
	margin: 0;
	font-weight: bold;
	font-size: 1.5em;
	letter-spacing: -0.05em;
}
.front-list, #middle, #sidebar-profile, #sidebar-twitter, #sidebar-ads, #sidebar-left, #sidebar-right, #sidebar-bottom, #headline, #featured {
	border-top: 1px solid #ECECEC;
}
#front-popular h3 {
	color: #fff;
}
.category a {
	color: #333;
	display: block;
}
.category a:hover {
	color: #fff;
	text-decoration: none;
}
#cat-1:hover, #cat-3:hover, .cat-5:hover {
	background-color: #333;
	color: #fff;
}
#cat-2:hover, #cat-4:hover {
	background-color: #369;
	color: #fff;
}
#cat-1:hover a, #cat-3:hover a, .cat-5:hover a {
	background-color: #333;
	color: #fff;
}
#cat-2:hover a, #cat-4:hover a {
	background-color: #369;
	color: #fff;
}
.cat-1:hover {
	background-color: #E6AB07;
	color: #fff;
}
.cat-2:hover {
	background-color: #2B9435;
	color: #fff;
}
.cat-3:hover {
	background-color: #A5CC3A;
	color: #fff;
}
.cat-4:hover {
	background-color: #B7462C;
	color: #fff;
}
.cat-5:hover {
	background-color: #326ABD;
	color: #fff;
}
.cat-1:hover a {
	background-color: #E6AB07;
	color: #fff;
}
.cat-2:hover a {
	background-color: #2B9435;
	color: #fff;
}
.cat-3:hover a {
	background-color: #A5CC3A;
	color: #fff;
}
.cat-4:hover a {
	background-color: #B7462C;
	color: #fff;
}
.cat-5:hover a {
	background-color: #326ABD;
	color: #fff;
}
#bottom {
	width: 940px;
}
.front-list {
	width: 590px;
	background-color: #fff;
	padding: 10px;
	font-size: 1.05em;
	line-height: 1.75em;
	float: left;
}
#archive {
	padding-top: 15px;
	font-size: 1.05em;
	line-height: 1.75em;
}
.front-list blockquote {
	/*padding: 0px 10px 0 10px;*/
}
.front-list .title, #archive .title {
	font-weight: bold;
	font-size: 1.5em;
	font-family: Arial;
	letter-spacing: -0.05em;
	font-size-adjust: none;
	font-stretch: normal;
	font-style: normal;
	font-variant: normal;
	line-height: normal;
}
.front-list .clearfloat, #archive .clearfloat {
	padding-bottom: 10px;
	border-bottom: 1px dotted #ccc;
	margin-bottom: 10px;
}
.front-list .spoiler, #archive .spoiler {
	display: block;
	margin-top: 3px;
}
.front-list p, #archive p {
	margin: 0px;
	padding: 0px;
}
.author {
	font-size: 0.8em;
	font-weight: bold;
}
.meta {
	font-size: 0.95em;
	color: #666;
}
.meta a {
	color: #666;
}
#headline p, #featured p {
	margin: 0;
}
.tags a:link {
	font-weight: normal;
}
/* Content Page*/
#content {
	width: 590px;
	background-color: #fff;
	padding: 10px;
	font-size: 1.05em;
	line-height: 1.75em;
	float: left;
	min-height: 400px;
}
#content .breadcrumbs, #content .breadcrumbs a, .post .breadcrumbs, .post .breadcrumbs a {
	font-weight: bold;
	color: #333;
}
#content h2.title, .post h1, .post h2.title, #contact h1, #archive h1, #page h1, #searchonsearch h3 {
	font-size: 2.0em;
	font-family: Arial;
	letter-spacing: -0.05em;
	border-bottom: 1px solid #E2E2E2;
	border-top: 3px solid #E2E2E2;
	padding: 5px 0px;
	font-size-adjust: none;
	font-stretch: normal;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	line-height: normal;
}
#page div h2 {
	font-size: 1.3em;
	letter-spacing: -0.05em;
	padding: 5px 0px;
}
#page div p {
	padding: 0 0 10px 0;
}

.post {
	font-size: 1.05em;
	line-height: 1.75em;
}
.post p {
	margin-top: 0px;
}
.post .clearfloat {
	border-bottom: 1px dotted #ccc;
	margin:0;
}
.post ul, .post ol, .front-list ul, .front-list ol {
	margin-bottom: 15px;
}
.post ul li, .front-list ul li {
	list-style: square;
	margin-left: 30px;
	margin-bottom: 15px;
}
.post ol li, .front-list ol li {
	list-style: decimal;
	margin-left: 30px;
}
.post ol li ul li, .front-list ol li ul li {
	list-style: square;
	margin-left: 20px;
}
.post img, .post a img, .front-list img, #archive img {
	border: 0px solid #ccc;
	margin: 0 10px 5px 0;
	padding: 2px;
}
.post .ads {
	margin-top: 10px;
}
.entry {
	margin-top: 20px;
}
.entry p {
	margin: 0 0 10px 0;
}
.entry h2 {
	font-size: 1.8em;
	letter-spacing: -0.05em;
	padding: 10px 0 5px 0;
}
.entry h3 {
	font-size: 1.5em;
	letter-spacing: -0.05em;
	padding: 10px 0 5px 0;
	color: #333;
	font-style: italic;
}
.entry h4 {
	font-size: 1.2em;
	letter-spacing: -0.05em;
	padding: 8px 0 3px 0;
	color: #333;
}
.entry h5 {
	font-size: 1.0em;
	letter-spacing: -0.05em;
	padding: 5px 0 2px 0;
	color: #333;
}
#stats {
	margin-top: 0px;
	padding: 4px 0px 10px 0px;
	font-size: 1.0em;
	font-family: Arial;
	color: #666;
	display: block;
}
#stats span {
	padding: 0;
}
#stats span a:hover {
}
#stats span a {
	color: #666;
}
#stats img, #nav img {
	border: 0px;
	margin: 0px;
	padding: 0px;
}
#tools {
	width: 590px;
	height: 25px;
	font-size: 0.95em;
}
#tools a:hover {
}
#postPaging {
	padding: 5px 0px;
	text-align: Center;
}
/* Sidebar*/
#sidebar {
	width: 320px;
	float: right;
	margin: 0px 0px 0px 0px;
}
#sidebar h3 {
	font-size: 1.1em;
	font-family: Arial; /*1.1*/;
	font-weight: bold;
	background-color: #333;
	color: #fff;
	margin: 10px 0px 5px 0px;
	padding: 3px 10px;
}
#sidebar h4 {
	font-size: 1.1em;
	font-family: Arial; /*1.1*/;
	font-weight: bold;
	background-color: #333;
	color: #fff;
	margin: 10px 0px 5px 0px;
	padding: 3px 10px;
}
#sidebar-top, #sidebar-bottom, #sidebar-twitter {
	width: 300px;
	background-color: #fff;
}
#sidebar-bottom, #sidebar-middle {
	margin-top: 10px;
}
#sidebar-middle {
	width: 320px;
	float: right;
}
#sidebar-left {
	width: 145px;
	background-color: #fff;
}
#sidebar-right {
	width: 145px;
	float: right;
	background-color: #fff;
}
#sidebar li {
	list-style: none;
	border-bottom: 1px dotted #ccc;
	display: block;
	padding: 2px 0px 2px 13px;
	background: url(http://frugalguitarist.com/themes/ArthemiaPRO2011/images/sub.png) no-repeat 0 0px;
}

#twitter li
{
	background: transparent url(http://frugalguitarist.com/themes/ArthemiaPRO2011/images/icons/twitter.png) no-repeat scroll 5px 3px;
	list-style: none;
	border-bottom: 1px dotted #ccc;
	display: block;
	padding: 2px 0px 2px 25px;
}
#sidebar .rssButton {
	margin-right: 4px;
}
#sidebar li ul li:last-child {
	list-style: none;
	border-bottom: 0px dotted #ccc;
	display: block;
	padding: 2px 0px 0px 13px;
	background: url(http://frugalguitarist.com/themes/ArthemiaPRO2011/images/sub.png) no-repeat 0 0px;
}
#sidebar-ads {
	width: 300px;
	margin-bottom: 10px;
	margin-top:10px;
	background-color: #fff;
	padding: 10px 0 0;
}
#sidebar-profile {
	width: 300px;
	margin-bottom: 10px;
	padding: 0 10px 10px 10px;
	background-color: #fff;
}
#sidebar-twitter {
	margin-bottom: 10px;
	margin-top: 10px;
}
/* Form Elements */
.field {
}
#s {
	padding: 1px;
	font-size: 1.0em;
	width: 150px;
}
#searchsubmit {
	padding-left: 5px;
}
/* Comments*/
#commentlist cite {
	font-style: normal;
	margin-bottom: 4px;
	display: inline;
}
#commentlist .flag {
	margin: 0 3px -3px 0;
	padding: 2px;
}
#commentlist blockquote {
	background-color: #ededed;
}
#commentlist .comment {
	list-style: none;
}
.commentlist li li {
	border: none;
	list-style: square;
	margin: 3px 0 3px 20px;
	padding: 3px 0;
}
.commenttext {
	padding: 10px;
	background-color: #f1f1f1;
	border-color: #EAEAEA;
	border-style: solid;
	border-width: 1px 1px 1px 3px;
}
#commentlist cite strong {
	font-size: 1.1em;
}
.self {
	background-color: #fff;
	border: none;
}
.self cite strong {
	font-size: 1.3em;
	color: #313228;
}
#commentform small {
	background-color: #fff;
	font-weight: bold;
	padding: 0;
}
.commentmetadata {
	color: #4d4d4d;
	display: block;
	text-align: right;
	font-size: 0.9em;
}
.commentmetadata a, .commentmetadata a:visited {
	color: #959382;
}
.commentlist small {
	background-color: #e9e9e9;
}
.thumb {
	border: 1px solid #bbb;
	margin: 0px 10px 0px 0px;
	float: left;
	padding: 2px;
	width: 55px;
}
.photo {
	border: 1px solid #CCCCCC !important;
	float: right;
	height: 45px;
	margin: 0 0 13px 13px !important;
	padding: 2px !important;
	width: 45px;
}
#comment {
	clear: both;
	color: #333333;
	font-size: 1.3em;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	line-height: normal;
	margin: 15px 0 5px 0;
}
/* Footer*/
#front-popular {
	font-size: 1.0em;
	color: #fff;
	width: 910px;
	background: #333 repeat scroll 0 0;
	border-bottom: 3px #222 solid;
	margin: 0 auto;
	padding: 15px;
}
#recentpost, #mostcommented {
	width: 275px;
	float: left;
	padding: 0 20px 0 0;
	border-right: 1px solid #cdf;
}
#mostcommented {
	margin-left: 20px;
}
#recent_comments {
	width: 275px;
	float: right;
	padding: 0;
}
#recentpost a, #mostcommented a, #recent_comments a {
	color: #fff;
}
#recentpost ul, #mostcommented ul, #recent_comments ul {
	margin-top: 5px;
}
#recentpost ul li, #mostcommented ul li, #recent_comments ul li {
	list-style: none;
	border-top: 1px dotted #fff;
	padding: 5px 5px 5px 0;
	display: block;
}
#recentpost ul li:hover, #mostcommented ul li:hover, #recent_comments ul li:hover {
	background-color: #369;
}
#recentpost ul li:first-child, #mostcommented ul li:first-child, #recent_comments ul li:first-child {
	border-top: 0px dotted #fff;
}
#recentpost ul li span {
	padding: 0 0 0 10px;
}
#footer 
{
	font-size: 1.0em;
}
#footerNotes {
	margin: 0 auto;
	width: 960px;
	font-size: 0.7em;
	padding-top: 10px;
	padding-bottom: 10px;
}
#footerNotes div {
	padding-bottom: 5px;
}

/* Float Properties*/
.clearfloat:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfloat {
	display: inline-block;
}
/* Hides from IE-mac \*/
* html .clearfloat {
	height: 1%;
}
* + html .clearfloat {
	height: 1%;
}
.clearfloat {
	display: block;
}
/*----------------------------
					Star rater
----------------------------*/
.rating {
	opacity: 1;
	width: 100%;
}
.rating p {
	display: inline;
	position: relative;
	top: 14px;
	left: 55px;
}
.star-rating {
	position: relative;
	width: 125px;
	height: 25px;
	overflow: hidden;
	list-style: none;
	margin: 0;
	padding: 0;
	background-position: left top;
}
.star-rating li {
	display: inline;
}
.star-rating a, .star-rating .current-rating {
	position: absolute;
	top: 0;
	left: 0;
	text-indent: -1000em;
	height: 25px;
	line-height: 25px;
	outline: none;
	overflow: hidden;
	border: none;
}
.star-rating a:hover, .star-rating a:active, .star-rating a:focus {
	background-position: left bottom;
}
.star-rating a.one-star {
	width: 20%;
	z-index: 6;
}
.star-rating a.two-stars {
	width: 40%;
	z-index: 5;
}
.star-rating a.three-stars {
	width: 60%;
	z-index: 4;
}
.star-rating a.four-stars {
	width: 80%;
	z-index: 3;
}
.star-rating a.five-stars {
	width: 100%;
	z-index: 2;
}
.star-rating .current-rating {
	z-index: 1;
	background-position: left center;
}
/* smaller star */
.small-star {
	width: 50px;
	height: 10px;
}
.small-star, .small-star a:hover, .small-star a:active, .small-star a:focus, .small-star .current-rating {
	background-image: url(http://frugalguitarist.com/pics/star_small.gif);
	line-height: 10px;
	height: 10px;
}
/*----------------------------
					Comments
----------------------------*/
.commentForm {
	background-color: #FFFFFF;
	border-color: #EAEAEA;
	border-style: solid;
	border-width: 1px 1px 1px 3px;
	margin: 15px 0;
	padding: 12px 12px 9px;
}
.commentForm #addcomment {
	clear: both;
	color: #333333;
	font-family: Arial;
	font-size: 1.3em;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	line-height: normal;
	margin: 0 0 10px;
}
.commentForm label {
	cursor: pointer;
	display: block;
	font-size: 100%;
	line-height: 100%;
	margin: 6px 0 6px 0;
	text-align: left;
	white-space: pre;
	color: #999999;
}
.commentForm input, .commentForm textarea, .commentForm select, #searchfield, #searchbutton, #q, #searchpage input {
}
.commentForm select {
	width: 250px;
}
.commentForm input {
	width: 240px;
}
.commentForm textarea {
	height: 120px;
	width: 95%;
	font-size: 1.25em;
}
#commentMenu {
	padding: 0;
	margin: 0;
	clear: both;
}
#commentMenu li {
	float: left;
	border: 1px solid silver;
	border-bottom: transparent;
	margin: 0;
	list-style: none;
	margin-right: 5px;
	padding: 3px 8px;
	cursor: pointer;
	position: relative;
	top: 2px;
	background-color: #d8d8d8;
}
#commentMenu li.selected {
	background-color: white;
	border-bottom: 1px solid white;
}
#commentPreview {
	display: none;
	clear: both;
	min-height: 150px;
}
.success {
	color: green;
	font-weight: bold;
}
.commentForm .bbcode {
	font-size: 10px;
	float: right;
	position: relative;
	top: 20px;
	padding: 3px 18px 0px 0px;
}
.bbcode a {
	margin: 1px;
	font-size: 1.2em;
	padding: 5px;
	background-color: #fff;
	border: 1px solid #ccc;
}
/*----------------------------
				Month list
----------------------------*/
ul#monthList {
	font-weight: bold;
}
ul#monthList ul li {
	margin-left: 5px;
	font-weight: normal;
}
ul#monthList li.year {
	cursor: pointer;
}
ul#monthList ul {
	display: none;
}
ul#monthList ul.open {
	display: block;
}
/*----------------------------
				 Tag cloud
----------------------------*/
.tagcloud {
	margin-bottom: 10px;
	padding: 5px;
	text-align: center;
	white-space: normal;
}
#tagcloud li {
	display: inline;
	border-bottom: 0;
	line-height: 1.9em;
	background: transparent none repeat scroll 0 0;
}
.tagcloud a {
	margin-right: 3px;
	display: inline;
}
.tagcloud a:hover {
	margin-right: 3px;
	display: inline;
	background-color: #f4f4f4;
}
.tagcloud a.biggest {
	font-size: 22pt;
	color: #222;
}
.tagcloud a.big {
	font-size: 16pt;
	color: #333;
}
.tagcloud a.medium {
	font-size: 12pt;
	color: #666;
}
.tagcloud a.small {
	font-size: 10pt;
	color: #999;
}
.tagcloud a.smallest {
	font-size: 8pt;
	color: #ccc;
}
/*----------------------------
					 Calendar
----------------------------*/
#calendarContainer {
	text-transform: capitalize;
	margin: 0 auto;
}
.calendar {
	border: none;
	margin: 0 auto;
	font-size: 12px;
}
.calendar .weekend {
}
.calendar .other {
}
.calendar a.exist {
	display: block;
	font-weight: bold;
}
.calendar td {
	vertical-align: top;
	color: White;
}
/*----------------------------
			Related Posts
----------------------------*/
#relatedPosts {
	margin: 10px 0 0;
	border: 1px solid #ccc;
	background-color: #f4f4f4;
	padding: 10px;
}
#relatedPosts div {
}
#relatedPosts h1 {
	margin: 0 0 10px 0;
	color: #333;
	font-family: Arial;
	font-size: 1.3em;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	line-height: normal;
	clear: both;
}
#relatedPosts a {
	display: block;
	margin-top: 5px;
	font-weight: bold;
}
#relatedPosts span {
	color: #666666;
	text-indent: 10px;
	font-size: 10px;
}
/*----------------------------
			Recent comments
----------------------------*/
ul.recentComments li {
	padding-bottom: 10px;
	text-transform: none;
}
ul.recentComments li a.postTitle {
	font-weight: bold;
}
/*----------------------------
				Search page
----------------------------*/
#searchpage {
	margin-bottom: 30px;
}
#searchpage input#q {
	width: 300px;
}
#searchpage input#comment {
	clear: both;
}
.searchresult {
	margin-bottom: 10px;
}
.searchresult a {
	font-family: Arial;
	font-size: 1.5em;
	font-size-adjust: none;
	font-stretch: normal;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	letter-spacing: -0.05em;
	line-height: normal;
}
.searchresult span.text {
	clear: both;
	display: block;
}
.searchresult span.type {
	display: block;
}
.searchresult span.url {
	color: green;
}
.searchpage ul.paging {
	list-style-type: none;
	margin: 0px;
	margin-bottom: 20px;
	padding: 0px;
}
.searchpage ul.paging li {
	display: inline;
	border: 1px solid gray;
	background-color: #f1f1f1;
	margin-right: 5px;
}
.searchpage h1 {
}
.searchpage ul.paging li a {
	padding: 5px 8px;
}
.searchpage ul.paging li.active {
	background-color: #f1f1f1;
	border: 1px solid black;
}
/*----------------------------
				Contact page
----------------------------*/
#contact {
}
#contact label {
	display: block;
	padding-top: 5px;
}
#contact input.field {
	width: 200px;
}
#contact textarea {
	display: block;
	overflow: auto;
	width: 75%;
	height: 150px;
	margin: 0;
}
/*----------------------------
					Archive
----------------------------*/
#archive {
}
#archive h2 {
	border-bottom: 1px solid silver;
	padding-bottom: 4px;
	font-size: 12px;
	margin-bottom: 10px;
}
#archive h2 img {
	border: 1px solid #CCCCCC;
	margin: 15px 0 0 3px;
	padding: 2px;
}
#archive ul {
	list-style-type: square;
	margin: 0 10px;
	padding: 10px;
}
#archive ul li {
	margin-right: 20px;
}
#archive table {
	width: 100%;
	border-collapse: collapse;
}
#archive table td, #archive table th {
	text-align: left;
	vertical-align: top;
}
#archive table td {
	text-align: left;
	border-bottom: 1px solid #D8D8D8;
	padding: 2px 0;
}
#archive table .title {
	font-size: 100%;
	line-height: inherit;
	letter-spacing: normal;
}
#archive .date {
	width: 70px;
}
#archive .comments {
	width: 70px;
	text-align: center;
}
#archive .rating {
	width: 70px;
	text-align: center;
}
.ThemeLabel {
	display: block;
	float: left;
	width: 111px;
}
.ThemeOption {
	margin-bottom: 10px;
}
#ThemeSettings {
	margin-bottom: 15px;
}
.ThemeSettingsSubmit {
	float: right;
	display: block;
}
/*----------------------------
			Search on search
----------------------------*/
#searchonsearch {
	background-color: #fff;
	padding: 5px 10px;
	margin-bottom: 20px;
}
#searchonsearch h3 {
	color: #333333;
}
#searchonsearch ol li {
	margin: 2px 50px;
}
/*----------------------------
	Tags and Categories
----------------------------*/
#taxonomy {
	margin: 20px 0 0 0;
	font-size: 1.0em;
}
#taxonomy tags {
}
#taxonomy categories {
	margin: 4px 0 0 0;
}
/*----------------------------
	Twitter
----------------------------*/
ul.twitter li {
	margin: 0 0 4px 0;
}
#archive h2 img {
	border: 0;
	margin: 15px 0 0 3px;
	padding:2px;
} 

/*----------------------------
					Contents
----------------------------*/

#contentlist
{
	padding: 10px;
}

.contentlevel1
    {
        font-weight: bold;
        margin:10px 0 10px 5px;
        font-size:larger;
    }
    
.contentlevel1 a
    {
     color:Black;   
    }   
    
.contentlevel1 a:hover
    {
     text-decoration: none;
    }

.contentlevel2
{
    font-weight: bold;
    margin: 0px 0 5px 10px;
    border-bottom: 1px solid silver;
    padding-top:10px;
    
}

.contentlevel2 a
    {
     color:Black;   
    }   
    
.contentlevel2 a:hover
    {
     text-decoration: none;
    }
    
.contentlevel3
{
   margin:0 0 5px 20px;
   padding-top:10px;
}

.contentlevel3 a
    {
     color:Black;   
    }   
    
 .contentlevel3 a:hover
    {
     text-decoration: none;
    }
    
.contentlevel4
{
    margin:0 0 0px 35px;
}

/*----------------------------
			Social bookmarks
----------------------------*/
.bookmarks {
	float: left;
}

.digg { background: url(http://frugalguitarist.com/themes/ArthemiaPRO2011/images/digg.png) no-repeat; padding-left: 20px; padding-top: 3px; } 
.reddit { background: url(http://frugalguitarist.com/themes/ArthemiaPRO2011/images/reddit.png) no-repeat; padding-left: 20px; padding-top: 3px; } 
.facebook { background: url(http://frugalguitarist.com/themes/ArthemiaPRO2011/images/facebook.gif) no-repeat; padding-left: 20px; padding-top: 3px; } 
.stumbleupon { background: url(http://frugalguitarist.com/themes/ArthemiaPRO2011/images/stumbleupon.gif) no-repeat; padding-left: 20px; padding-top: 3px; }


.bio
{
    border-bottom: 3px solid #ddd;
    padding-top: 10px;
}