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

Name: Modern Theme
Author: Alexander Palmo
Version: 0.3.7.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...
*/

 #menu1 { display : none }
 #menu2 { display : none }
 #menu3 { display : none }





A:link {color:black; text-decoration:none}
 A:hover {color:blue; text-decoration:underline}




/* Images */

img	{
	border: 0;
}

#img_float_left
{
	/* Used in the [img] tag when float=left */
	float: left;
	margin: 2px 15px 5px 5px;
}

#img_float_right
{
	/* Used in the [img] tag when float=right */
	float: right;
	margin: 2px 5px 5px 15px;
}

/* General Layout */

body
{
	margin: 0px;
	padding: 0px;
	font-size:12px; 
	line-height:18px; 
	text-align:left;

	



}

/* New 0.3.7 */
input, select, option, textarea
{
	font-size: 14px;
	text-align: left;
}

#header
{       font-size: 12px
        font-family: times, times new roman;
	font-weight: small;
	text-transform: uppercase;
	letter-spacing: 7px;
 	margin: 20px 0px 10px 0px;
	padding: 0px;
	border-color: #666;
	border-width: 0px 0px 1px 10px;


}

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

#sidebar
{
	padding: 12px;
}

#footer
{

	font-family: times, times new roman;
	font-size: 12px;
        letter-spacing: 6px;
        font-size: normal;
        text-transform: uppercase;
	border: 0;
#	border-top: 1px solid #ccc;
	padding: 4px 5px 3px 5px;
	text-align: center;
	clear: both;
	margin: 5px

} 

#blog_title
{
	font-family: times, times new roman;
	font-size: medium;
	color: #3D3D3D; 
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: 8px;
	padding: 25px 4px 2px 25px;
	margin: 0px;
	border-width: 0px 10px 0px 0px;
	border-style: none none none none;
}
#dropdown
{       font-size: 12px; 
        font-family: times, times new roman;
	font-weight: small;
	color: #616161; 
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 7px;
	padding: 0px;
	border-color: #FFDFDF;
	border-width: 0px 1px 1px 1px;
	border-style: solid none solid none;
	padding: 4px 5px 3px 7px;
	margin: 0px;
	border-width: 0px 1px 1px 1px;
        background-color: #FFDFDF;
}



#blog_title_buttons
{
	/* Edit and Delete buttons in the Blog Title */
	font-size: 14px;
	text-align: right;
	float: right;
}

#blog_body
{


	font-family: lucida grande, verdana, arial, sans-serif;
	text-align: left;

	font-size: 12;
	padding: 0px 10px 10px 25px;
	margin: 0px;
	border-width: 1px;
	border-style: solid;
	background-color: #FFF;
	border-color: #F2F2F2;	
	
	
	
}

#blog_date
{
	font-family: times, times new roman;
	font-weight: normal;
	color: #C0C0C0;
	letter-spacing: 5px;
        font-size: normal;
        text-transform: uppercase;
	font-size: 11px;
	margin-bottom: 25px;
}

#blog_comment
{

        padding: 6px 10px 6px 10px;
	border-width: 0px 0px 0px 0px;
	border-style: solid;
	color: #663;
	background-color: #FFF;
	border-color: #F2F2F2;
	text-align: right;
}  

#menu_title
{
	font-family: times, times new roman;
	font-size: 12px;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: 5px;
	padding: 4px 5px 3px 7px;
        text-align: left;
	margin: 0px;
	border-width: 0px 1px 1px 1px;
        background-color: #FFDFDF;
}

#menu_body
{
	padding: 12px;
	clear: both;
	background-color: #FFF;
	margin: 0px;
}

/* Links */

a
{
	font-weight: normal;
	text-decoration: none;
}

a:link, a:visited
{
}

a:hover
{
	text-transform: uppercase;
	font-size: 16;      
}

a:active {
}

#menu_body a
{
	font-weight: normal;
	text-decoration: none;
	font-size: 16;
}

#menu_body a:link
{
}

#menu_body a:visited
{
         
}


#menu_body a:hover
{
        text-transform: uppercase;
        font-size: 16;
}


#menu_body a:active {
}

/* Typeography */


h1, h2, h3, h4, h5, h6
{
	font-weight: bold;
	
	/* New 0.3.7 */
	margin: 2px; 
}

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;
}
