/*
--------------------------
Simple PHP Blog CSS Styles
--------------------------

Name: Modern Theme
Author: Alexander Palmo
Version: 0.4.1

Description:
This the is the css theme for the Modern theme. You can use
this as a template for your own themes.

Also refer to user_style.php...
*/

/* Images */

img	{
	border: 0;
}

hr	
{
	color: #9A9A8C;
	background-color: #9A9A8C;
	height: 1px;
	border: 0px;
}

#top_img_disp {
	
	top: 2px;
	padding: 0; margin: 0;
	font-size: 0px;
} 


#img_body {
	border: 5px solid;
	background-color: #FFF;
	border-color: #FFFFFF;
	border-width:5px;	
}

#img_audio {
	margin: 0px;
	padding: 0px;
	border: 0px;
	border-width: 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 */

body
{
	color: #000;
	font-size: 11px;
	margin: 0px;
	padding: 0px;
	text-align: left;
	background-color: #CC9;
	
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;	
	
	/* 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; */
}

input, select, option, textarea
{
	font-size: 11px;
	text-align: left;
}

#header_image
{
	border-color: #666;
	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: #666;
	border-width: 0px 0px 0px 0px;
	border-style: solid;
	background-color: #996;
	font-size: 14px;
}

#maincontent
{
	margin: 0;
	padding: 0px 0px 10px 0px;
}

#sidebar
{
	padding: 0px 0px 10px 10px;
}

#footer
{
	border: 0;
	border-top: 1px solid #ccc;
	color: #666;
	background: #eee;
	padding: 10px;
	text-align: left;
	clear: both;
}

#maincontent .blog_title
{
	font-family: 'Verdana', Helvetica, 'Trebuchet MS', 'Gill Sans',  sans-serif;
	font-size: 14px;
	padding: 0px 0px 0px 0px;
	color: #FFF;
	background-color: #B2B286;
	border-color: #A6A6A6;
}

#maincontent .blog_title_buttons
{
	/* Edit and Delete buttons in the Blog Title */
	float: right;
	position: relative;
	padding: 0px 0px 0px 0px;
	margin: 0px;
	/*top: -15px;*/
	right: -2px;
	/* This is totally broken on IE for the Mac but who cares! */
}

#maincontent .blog_title_buttons img
{
	border: 0px;
	border-width: 0px;		
}

#maincontent .blog_body
{
	padding: 20px 20px 40px 10px; /* Used to be 10px */
	font-size: 12px;
	line-height: 20px; /* This is new */
	border-width: 0px;
	border-style: solid;
	color: #663;
	background-color: #FFF;
	border-color: #A6A6A6;
}


#maincontent .audio_buttons
{

	/*background-color: #FFFADC;
	color: #5D5A53;*/
	
	color: #FFFADC;
	
	padding: 1px 3px 0px 3px; 
	margin: 0px 3px 0px 3px;
}



#maincontent .blog_date
{
	font-weight: normal;
	color: #999;
	font-size: 10px;
	margin-bottom: 4px;
}

#maincontent .blog_comment
{
	padding: 6px 10px 6px 10px;
	border-width: 0px 1px 1px 1px;
	border-style: solid;
	color: #663;
	background-color: #FFF;
	border-color: #A6A6A6;
}

#sidebar .menu_title
{
	font-family: 'Verdana', Helvetica, 'Trebuchet MS', 'Gill Sans',  sans-serif;
	font-size: 11px;
	color: #FFF;
	padding: 3px 5px 3px 8px;
	background-color: #B2B286;
	margin: 0px;
	border-color: #A6A6A6;
	border-width: 0px 0px 0px 0px;
	border-style: solid solid none solid;
}

#sidebar .menu_body
{
	line-height: 15px; 
	padding: 10px;
	clear: both;
	padding: 6px 15px 17px 8px;	
	background-color: #FFF;
	margin: 0px;
	border-color: #A6A6A6;
	border-width: 0px;
	border-style: solid;
}

#sidebar .big_body
{
	font-size: 20px;
	padding: 10px;
	clear: both;
	margin: 0px;
	padding: 12px 15px 12px 8px;
}

/*
#maincontent .blog_body img
{
	border: 5px solid;
	background-color: #FFF;
	border-color: #FFFFFF;
	border-width:5px;	
}
*/


#sidebar .calendar
{
	font-size: 10px;
}

#sidebar .calendar a
{
font-size: 10px;
text-decoration: none;
}

#sidebar .calendar td
{
	padding: 1px;
}


/* Links */

a
{
	padding: 0px 1px 0px 1px;
	text-decoration: none;
}

a:link, a:visited
{
	color: #404040;

}



a:hover
{
	color: #F33;
	text-decoration: none;
}

a:active {
	color: #33F;
}


#maincontent .blog_body a
{
	color: #FFFADC;
	text-decoration: underline;
}

#maincontent .blog_body a:hover
{
	color: #ffffff;
	background-color: #8B000B;
	text-decoration: none;
}

a.none:link, a.none:hover, a.none:active, a.none:visited {
	padding: 0px;
	margin: 0px;
}





#sidebar .menu_body a
{
	text-decoration: none;
}

#sidebar .menu_body a:link
{
	color: #933;
}

#sidebar .menu_body a:visited
{
	color: #933;
}


#sidebar .menu_body a:hover
{
	color: #F33;
	background-color: #ffffff;
}

#sidebar .menu_body a:active {
	color: #33F;
}


#sidebar .menu_body a:active {
	color: #FFFFFF;
}

#maincontent .audio_buttons img
{
	border: 0px;
	border-width: 0px;
	margin: 0px;
	padding: 0px; 
}


.track {
	height:20px;
	line-height:20px;
	text-align:center;
	margin: 0px;
	padding: 0px; 

}
.track a.download {
	float:left;
	background-repeat:no-repeat;
	background-image:url('images/download-btn.gif');
	background-position: 0px 0px;	
}
.track a.download:hover {
	background-position: -61px 0px;
}
.track a.download img {
	border:0px;
}
.track a.play {
	float:left;
	background-repeat:no-repeat;
	background-image:url('images/play-btn.gif');
	background-position: 0px 0px;
	margin-right:7px;
}
.track a.play:hover {
	background-position: -54px 0px;
}
.track a.play img {
	border:0px;
}

.track a.playlist {
	float:left;
	background-repeat:no-repeat;
	background-image:url('images/playlist-btn.gif');
	background-position: 0px 0px;
	margin-right:7px;
}
.track a.playlist:hover {
	background-position: -54px 0px;
}
.track a.playlist img {
	border:0px;
}


/* Typeography */


h1, h2, h3, h4, h5, h6
{
	font-family: 'Verdana', Helvetica, 'Trebuchet MS', 'Gill Sans',  sans-serif;
	
	margin: 2px 0px 2px 0px;
}

h1
{
	font-size: 20px;
}

h2
{
	font-size: 18px;
}

h3
{
	font-size: 16px;
}

h4
{
	font-size: 14px;
}

h5
{
	font-size: 12px;
}

h6
{
	font-size: 10px;
}
