/*
--------------------------
Simple PHP Blog CSS Styles
--------------------------

Name: Classic Theme
Author: Alexander Palmo
Version: 0.3.7.1

Description:
This the is the css theme for the Classic theme. You can use
this as a template for your own themes.

Also refer to user_style.php...
*/


/* Images */

.f{visibility: hidden; line-height: 0;}


ul {
text-transform: none;
text-decoration: none;
text-indent: 0px;
list-style-position: outside;
list-style-type: none;
padding: 0px;
margin: 0px;
}

li{
	text-indent: 0px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
}


div#navigation ul{
text-transform: none;
text-decoration: none;
text-indent: 0px;
list-style-position: outside;
list-style-type: none;
padding: 0px;
margin: 0px;
}

div#navigation li{
	text-indent: 0px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
}

div#gap ul{
text-transform: none;
text-decoration: none;
text-indent: 0px;
list-style-position: outside;
list-style-type: none;
padding: 0px;
margin: 0px;
}

div#gap li{
	text-indent: 0px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 10px;
}

div#miniposts ul {
text-transform: none;
text-decoration: none;
text-indent: 0px;
list-style-position: outside;
list-style-type: none;
padding: 0px;
margin: 0px;
}

div#miniposts li{
	text-indent: 0px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 10px;
}

li#"widget widget_text"{
text-transform: none;
text-decoration: none;
text-indent: 0px;
list-style-position: outside;
list-style-type: none;
padding: 0px;
margin: 0px;
}

.mcplist li{
	text-indent: 0px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 10px;
}

.photo
{
	border-top: solid #EEE 1px;
	border-left: solid #EEE 1px;
	border-right: solid #AAA 1px;
	border-bottom: solid #AAA 1px;
	padding: 5px;
}


img	{
	border: 0;
}

hr	
{
	color: #FFF;
	background-color: #FFF;
	height: 1px;
	border: 0px;
}

#img_float_left
{
	/* Used in the [img] tag when float=left */
	float: left;
	margin: 2px 8px 4px 2px;
}

#img_float_right
{
	/* Used in the [img] tag when float=right */
	float: right;
	margin: 2px 2px 4px 8px;
}

/* General Layout */

.divider { margin: 20px 0px 15px 0px; }

body
{
	color: #000;
	//font-size: 11px;
	font-size: 13px;
	margin: 10px;
	padding: 0px;
	text-align: left;
	background-color: #394521;
	
	/* Standard. Readable */
	/*font-family: Arial, Helvetica, Sans-Serif;*/
	 font-family:  'Lucida Grande', Geneva, sans-serif; 
	/* font-family: Tahoma, Geneva, sans-serif; */
	/* font-family: Geneva, Verdana, sans-serif; */
	
	/* Nice. Classic Looking */
	/* font-family: 'Times New Roman', Times, serif; */
	/* font-family: Georgia, serif; */
	/* font-family: Book Antiqua, Palatino, serif; */
	
	/* Modern. Kind of Funky */
	/* font-family: 'Gill Sans', 'Trebuchet MS', Helvetica, sans-serif; */
	
	/* Monospace */
	/* font-family: Lucida Console, Monaco, monospace; */
}

/* New 0.3.7 */
input, select, option, textarea
{
	font-size: 11px;
	text-align: left;
}

#header_image
{
	border-color: #FFF;
	border-width: 0px 0px 0px 0px;
	border-style: solid;
}

#header
{
	font-family: 'Trebuchet MS', 'Gill Sans', Helvetica, sans-serif;
	color: #FFF;
	margin: 0px;
	padding: 4px 12px 4px 12px;
	border-color: #FFF;
	border-width: 0px 0px 0px 0px;
	border-style: solid;
	background-color: #996;
	font-size: 14px;
	font-weight: bold;
}

#maincontent
{
	margin: 0;
	padding: 20px;
	padding-top:10px;
	line-height: 14px; /* This is new */
}

#sidebar
{
	padding: 10px;
	background-color: #FFF;
}

#sidebar .menu_title
{
	font-family: 'Trebuchet MS', 'Gill Sans', Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 20px;
}


#sidebar .mainmenulinks
{
	margin: 5px;
}

#sidebar .divider {
	margin: 8px 0px 8px 0px;
}

#sidebar .calendar
{
	font-size: 10px;
}

#sidebar .calendar a
{
font-size: 11px;
font-weight: bold;
text-decoration: none;
}

#sidebar .calendar td
{
	padding: 2px;
}

#maincontent .blog_subject
{
	font-family: 'Trebuchet MS', 'Gill Sans', Helvetica, sans-serif;
	color: #333;
	font-size: 16px;
	font-weight: bold;
	/* margin: 3px 0px 3px 0px; */
}

#maincontent .blog_date
{
	font-weight: normal;
	color: #999;
	font-size: 9px;
	margin: 2px 0px 10px 0px;
}
#maincontent .blog_categories
{
	font-weight: normal;
	color: #999;
	font-size: 9px;
	margin: 2px 0px 10px 0px;
}

#footer
{
	border: 0;
	border-top: 0px solid #FFF;
	color: #666;
	background: #eee;
	padding: 10px;
	text-align: left;
	clear: both;
}

/* Links */

a:link, a:visited
{
	font-family:  'Lucida Grande', Geneva, sans-serif;
	font-weight: none;
	text-decoration: none;
	color: #424110;
}

a:hover
{
	font-weight: none;
	text-decoration: none;
	color: #993;
}

a:active {
	font-weight : none; 
	text-decoration : none;
	color: #FF3;
}



div#maincontent a:link, div#maincontent a:visited
{
	font-family:  'Lucida Grande', Geneva, sans-serif;
	font-weight: none;
	text-decoration: none;
	color: #773;
	/*color: #424110;*/
}

div#maincontent a:hover
{
	font-weight: none;
	text-decoration: none;
	color: #993;
}

div#maincontent a:active {
	font-weight : none; 
	text-decoration : none;
	color: #FF3;
}


/* Typeography */
/*h2*/
h1,  h3, h4, h5, h6
{
	font-family: 'Trebuchet MS', 'Gill Sans', Helvetica, sans-serif;
	font-weight: bold;
	
	margin: 2px 0px 2px 0px;
}

h1
{
	font-size: 20px;
	font-weight: bold;
}

/*
h2
{
	font-size: 18px;
	font-weight: bold;
}
*/

h3
{
	font-size: 16px;
	font-weight: bold;
}

h4
{
	font-size: 14px;
	font-weight: bold;
}

h5
{
	font-size: 12px;
	font-weight: bold;
}

h6
{
	font-size: 10px;
	font-weight: bold;
}

h2.widgettitle
{
	font-size: 12px;
	font-weight: none;
	text-align: center;
	
	text-indent: 0px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
}

.textwidget
{
	text-indent: 0px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
}

div#sidebar ul 
{
	padding: 0px;
}
.spoiler {
	background: #000;
	color: #000;
}

.spoiler_hover {
	background: inherit;
	color: inherit;
	cursor: pointer;
}

.post{font-size: 15px;line-height: 17px;}


li#rss-308433792 img {height: 0px; width: 0px;}

li#rss-308433792 li{margin-bottom: 10px;}

li#rss-308433792 h2 {visibility: hidden; line-height: 0; margin-bottom: 0px; font-size: 0;}

li#rss-149360161 img {height: 0px; width: 0px;}

li#rss-149360161 li{margin-bottom: 10px;}

li#rss-149360161 h2 {visibility: hidden; line-height: 0; margin-bottom: 0px; font-size: 0;}

li#rss-149439511 img {height: 0px; width: 0px;}

li#rss-149439511 li{margin-bottom: 10px;}

li#rss-149439511 h2 {visibility: hidden; line-height: 0; margin-bottom: 0px; font-size: 0;}

li#rss-182389601 img {height: 0px; width: 0px;}

li#rss-182389601 li{margin-bottom: 10px;}

li#rss-182389601 h2 {visibility: hidden; line-height: 0; margin-bottom: 0px; font-size: 0;}


p img {
	padding: 0;
	max-width: 100%;
	}

div#lyric a:link, div#lyric a:visited
{
	
	font-weight: none;
	text-decoration: none;
	color: #000;
}

div#lyric a:hover
{
	font-weight: none;
	text-decoration: none;
	color: #000;
}

div#lyric a:active {
	font-weight : none; 
	text-decoration : none;
	color: #000;
}

/* Frame */

.frame-outer {
	background: url(images/frame-top-left.jpg) no-repeat left top;
	padding: 0;
	margin: 0;
	display: inline-block;
}

.frame-outer span {
	background: url(images/frame-bottom-left.jpg) no-repeat left bottom;
	margin: 0;
	padding: 0;
	display: block;
}

.frame-outer span span {
	background: url(images/frame-top-right.jpg) no-repeat right top;
	display: block;
}

.frame-outer span span span {
	background: url(images/frame-bottom-right.jpg) no-repeat right bottom;
	padding: 32px;
	min-width: 150px;
	min-height: 150px;
	text-align: center;
	max-width: 450px;
	overflow: hidden;
	display: block;
}

.frame-outer.small {
	background: url(images/frame-top-left-small.jpg) no-repeat left top;
}

.frame-outer.small span {
	background: url(images/frame-bottom-left-small.jpg) no-repeat left bottom;
}

.frame-outer.small span span {
	background: url(images/frame-top-right-small.jpg) no-repeat right top;
}

.frame-outer.small span span span {
	background: url(images/frame-bottom-right-small.jpg) no-repeat right bottom;
	padding: 10px;
	min-height: 38px;
	min-width: 38px;
}

.frame-outer span span span span {
	background: none;
}
