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

Name: String Replace (Default) Theme
Author: Alexander Palmo

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

Also refer to user_style.php...
*/

/*
-------
GENERAL
-------
*/

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

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #5e5e5e;
	line-height:20px;
}
body {
	background-color: #111111;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

.header{
	background-image:url(/images/hdr_bg.gif);
	vertical-align:bottom;
	height:67px;
	padding-left:23px;
	padding-bottom:5px;
	color:#5E5E5E;
	font-family:Georgia, Garamond, Arial;
	font-size:11px;
}

.headerLargeTxt, .headerLargeTxt:link, .headerLargeTxt:visited, .headerLargeTxt:hover, .subject {
	font-size:18px;
	color:#EDEDED;
	margin-top:10px;
	padding-top: 10px;
	font-family:Georgia, Garamond, Times, serif
}

img {
	display: block;
	border:none;}

.photo {
	margin-left:23px;
	margin-top:20px;
	margin-bottom:10px;

}
.photo img{
/*	min-width: 700px; */


}

.navigation {
	text-transform:uppercase;
	color:#3d3d3d;
	font-size:10px;
	text-decoration:none;
}

.navigation:link {
	text-transform:uppercase;
	color:#3d3d3d;
	font-size:10px;
	text-decoration:none;
}

.navigation:visited {
	text-transform:uppercase;
	color:#3d3d3d;
	font-size:10px;
	text-decoration:none;
}

.navigation:hover {
	text-transform:uppercase;
	color:#ce1e1e;
	font-size:10px;
	text-decoration:none;
}

.navbox{
	background-color:#111111; 
	border-style:solid; 
	border-bottom-width:thin;
	border-bottom-color:#040404;
	border-right-width:thin; 
	border-right-color:#040404;
	border-left-width:thin; 
	border-left-color:#1a1a1a; 
	border-left-width:thin; 
	border-top-color:#1a1a1a;
	border-collapse:collapse;
}

.search {
color: #931212;
background: #000000;
border:none;
font-size:10px;
width:115px;
height:18px;
}

#links a, .links, .links:link, .links:visited, .links:active, .links:hover {
font-family:Georgia, Garamond, Arial;
font-size:9px;
text-transform:uppercase;
border-bottom-style:dotted;
border-bottom-width:thin;
text-decoration:none;
/* margin-left:23px; */

}
a.links:link, a.links:visited, a.links:active, a.links:hover {
font-family:Georgia, Garamond, Arial;
font-size:9px;
text-transform:uppercase;
border-bottom-style:dotted;
border-bottom-width:thin;
text-decoration:none;
margin-left:23px;

}

a:link {
color:#5d5b5b;
text-decoration:none;

}
a:visited {
color:#5d5b5b;
text-decoration:none;
}
a:hover {
color:#ce1e1e;
text-decoration:none;
}

	
	/* Standard. Readable */
	/* 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; */
}

/* Typeography */

p
{
	margin: 8px 0px 8px 0px; 
}

code, pre {
	font-family: 'Courier New', Courier, Fixed;
}

pre {
	overflow: auto;
	width: 550px;
	border: 1px dotted #D9D9D9; /* inner_border_color */
	padding: 5px
}

blockquote {
	/* color: #777; */
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd
}

h1, h2, h3, h4, h5, h6
{
	font-family: Georgia, Garamond, Arial;
	font-weight: bold;
	color: #900; /* headline_txt_color */
    /* text-shadow: #bbb 2px 2px 1px; */
	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;
}

/* Links */



/* Images */

img
{	display: block;
	border: 0;
}

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

/* Forms */

form {
	font-size: 11px;
	margin: 0px;
	padding: 0px
}
	
input, select, option, textarea
{
	font-size: 11px;
	text-align: left;
	border: 1px solid #333333;
}

/* Other Elements */

.hr	
{
	color: #D9D9D9; /* inner_border_color */
	background-color: #D9D9D9; /* inner_border_color */
	height: 1px;
	border: 0px;
	margin: 4px 0px; 
}

/*
------------
THEME SPECIFIC
------------
*/

/* Navigation */

#navigation
{
	color: #000;
	position: relative;
	height: 25px;
	background: url(images/nav-background.gif) repeat-x;
}

#navigation a, #navigation a:hover
{
	color: inherit;
    font-size: inherit;
	font-weight: inherit;
	text-decoration: inherit;
}

/* Header */

#header
{
	/* background-image: url(images/background-header.gif); */
	width: 100%;
	background-color: #2b557f;
}

/* Main */

#main
{
	padding: 20px 0px 20px 0px;
	float: left;
	/* sidebar total width + 10px + 10px = 220 */
	margin-right: 0px;
	width: 100%;
}

#popup
{
	padding: 20px;
}

.comment
{
	margin: 20px;
	 border: 1px #444 dashed;
	 padding:20px;
}

.entry
{
	margin-bottom: 24px;
	width:100%;
}




.comment, .subject 
{
	font-size: 16px;

}

.byline
{
	color: #999999;
	font-size: 10px;
	padding: 2px 0px;
}

.content
{
	padding: 10px 0px;
}

.comments {padding:30px;}

.buttons
{
	padding: 4px 0px;
}

/* Footer */

#footer
{
	padding: 4px 20px;
	clear: both;
	border-top: #333333 1px solid;
}

.copyright
{
	font-size: 10px;
	color: #444444;
}

/* Sidebar */

div #toggleSidebarAvatar, #toggleSidebarLinks, #toggleSidebarCalendar, #toggleSidebarArchives, #toggleSidebarCategories , #toggleSidebarSearch, #toggleSidebarMenu, #toggleSidebarPreferences, #toggleSidebarRecentComments, #toggleSidebarRecentEntries, #toggleSidebarRecentTrackbacks
{
	display: block;
}

#sidebar
{
	padding: 10px 15px 0px 20px;
	width: 180px;
	/* padding plus width = 240*/ 
	top: 120px;
	right: 30px;
	background-color:#111111; 
	border-style:solid; 
	border-bottom-width:thin;
	border-bottom-color:#040404;
	border-right-width:thin; 
	border-right-color:#040404;
	border-left-width:thin; 
	border-left-color:#1a1a1a; 
	border-left-width:thin; 
	border-top-width:thin; 
	border-top-color:#1a1a1a;
	border-collapse:collapse;
	
}

#sidebar .menu_title, a.menu_body
{
	font-family: 'Trebuchet MS', 'Gill Sans', Helvetica, sans-serif;
	font-weight: normal;
	padding: 0px 5px 0px 0px;
	text-transform:uppercase;
	font-size:10px;
	color: #3d3d3d;
	white-space:nowrap; 
}

#sidebar .menu_title a, a.menu_body #sidebar .menu_title:hover
{
	text-decoration: none;
	color: inherit;
}

#sidebar .menu_body
{
	padding: 0px;
	margin-bottom: 10px;
	border: none;
}

#sidebar .calendar
{
	font-size: 10px;
}
#sidebar img
{ white-space:nowrap;
margin-right:4px;
margin-top:6px;
}

#sidebar .calendar a
{
	font-weight: bold;
	text-decoration: none;
}

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

#archive_tree_menu ul	
{
	list-style: none inside;
	padding: 0px 0px 0px 10px;
	margin: 0px;
}

#archive_tree_menu li	
{
	margin: 0px;
	padding: 0px;
	/* border: 1px #F0F dashed; */
}