/*
--------------------
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
-------
*/

body, html
{ 
	margin: 0px;
	padding: 0px;
	border: 0px;
	color: #00370f; /* txt_color */
	font-family: Helvetica, Arial, Sans-Serif;
    font-size: 16px;
	font-weight: normal;
	text-align: left;
	height: 100%; 
	
	/* 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: 'Trebuchet MS', 'Gill Sans', Helvetica, sans-serif;
	font-weight: bold;
	color: #00370f; /* headline_txt_color */
    /* text-shadow: #bbb 2px 2px 1px; */
	margin: 2px 0px 2px 0px;
}


/* Links */

a:link, a:visited
{
	font-weight: bold;
	text-decoration: none;
	color: #00370f /* link_reg_color */
}

a:hover
{
	text-decoration: underline;
	color: #FF3333; /* link_hi_color */
}

a:active
{
	color: #3333FF; /* link_down_color */
}

/* Images */

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

/* Other Elements */

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

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

/* Header */
.titleimg {
	vertical-align: top;
	padding-left: 100px;
	padding-right: 100px;
}

.titleaward {
	padding-left: 5px;
	padding-right: 5px;
	vertical-align: bottom;
	text-align: center;
}

.titleaddr {
	text-align: center;
	font-size: small;
	color: #00370f;
}

.headtable {
	width: 990px;
	color: #00370f;
	font-family: sans-serif;
	font-size: large;
	background-color: #ffffff;
	border-spacing: 0px;
	border: 1px solid #d8d8b8;
	border-collapse: collapse;
	margin-left:auto;
	margin-right:auto;
	padding: 0px;
	text-align: center;
}

/* 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 20px 20px 20px;
	float: right;
	/* sidebar total width + 10px + 10px = 220 */
	width: 732px;
}

#popup
{
	padding: 20px;
}

.comment
{
	margin-bottom: 12px;
	/* border: 1px #0f0 dashed; */
}

.entry
{
	margin-bottom: 24px;
}

.subject
{
	font-family: 'Trebuchet MS', 'Gill Sans', Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #666633;
	padding: 4px 0px;
}

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

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

.content
{
	padding: 10px 0px;
}

.buttons
{
	padding: 4px 0px;
}

/* Footer */

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

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

/* Sidebar */

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

#sidebar
{
	padding: 10px;
	width: 200px;
	float: left;

}

#sidebar .menu_title
{
	font-family: 'Trebuchet MS', 'Gill Sans', Helvetica, sans-serif;
	font-weight: bold;
	padding: 7px 5px 5px 6px;
}

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

#sidebar .menu_body
{
	padding: 10px;
	margin-bottom: 10px;
	border: #FF0 1px solid;
}

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

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






body {
	background-image: url(images/background.gif);
}

h1 {
	text-align: center;
	font-family: sans-serif;
}

h2 {
	text-align: left;
	font-family: serif;
}

img {
	border: 0px none;
}

hr {
	width: 100%;
	border: 1px solid #d8d8b8;
	color: #d8d8b8;
}

.screen {
	width: 100%;
	border-spacing: 0px;
	padding-top: 8px;
}

.headtable {
	width: 990px;
	color: #00370f;
	font-family: sans-serif;
	font-size: large;
	background-color: #ffffff;
	border-spacing: 0px;
	border: 1px solid #d8d8b8;
	border-collapse: collapse;
	margin-left:auto;
	margin-right:auto;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
}

.headnav {
	width: 990px;
	font-family: sans-serif;
	font-size: large;
	color: #00370f;
	background-color: #c8cfa8;	
	border-collapse: collapse;
	border-spacing: 0px;
	border: 0px;
}

.imagetable {
	width: 180px;
	text-align: center;
}

table.center {
	margin-left:auto;
	margin-right:auto;
}


.titleimg {
	vertical-align: top;
	padding-left: 100px;
	padding-right: 100px;
}

.titlelogo {
	padding-left: 50px;
	padding-right: 50px;
	vertical-align: bottom;
	text-align: center;
}

.titleaward {
	padding-left: 5px;
	padding-right: 5px;
	vertical-align: bottom;
	text-align: center;
}

.titleaddr {
	text-align: center;
	font-size: small;
}


.maintable {
	width: 991px;
	border-spacing: 0px;
	border: 2px solid #d8d8b8;
	margin-left:auto;
	margin-right:auto;
	padding: 0px;
}


.lhnav {
	width: 190px;
	color: #00370f;
	background-color: #b8bf98;
	border-spacing: 0px;
	border: 2px solid #d8d8b8;
	border-top: hidden;
	border-bottom: hidden;
	border-left: hidden;
	text-align: left;
	font-family: sans-serif;
	font-weight: bold;
	padding-top: 10px;
	padding-left: 5px;
	vertical-align: top;
}

.lhnimg {
	padding: 8px;
}


.main {
	width: 800px;
	color: #00370f;
	background-color: #c8cfa8;
	border-spacing: 0px;
	border: 0px;
	font-family: sans-serif;
	text-align: left;
	vertical-align: top;
	padding: 12px;
}

.homeimg {
	float: right;
	clear: right;
	padding-right: 10px;
	margin-left: 10px;
	margin-bottom: 10px;
}

.mainimg {
	float: right;
	padding-left: 10px;
}

.centerimg {
	text-align: center;
}

.centerimg_title {
	text-align: center;
	font-style: italic;
}

.maplink {
	float: left;
	padding-right: 10px;
}

.tariff {
	border: 2px solid #a8af88;
	border-collapse: collapse;
	font-family: sans-serif;
	font-size: large;
	width: 490px;
}

.tariffbold {
	font-weight: bold;
}

.tariffhead {
	background-color: #b8bf98;
	font-weight: bold;
	text-align: center;
}

.tariffdays {
	font-weight: bold;
	border: 1px solid #a8af88;
	width: 70px;
}

.tariffprice {
	border: 1px solid #a8af88;
}

.tariffleft {
	background-color: #b8bf98;
	font-weight: bold;
	width: 140px;
}

.footer {
	width: 790px;
	border-spacing: 0px;
	border: 2px solid #d8d8b8;
	margin-left:auto;
	margin-right:auto;
	border-top: hidden;
	border-collapse: collapse;
	padding: 0px;
}

.lhfooter {
	width: 200px;
	background-color: #b8bf98;
	border-spacing: 0px;
	border: 2px solid #d8d8b8;
	border-bottom: hidden;
	border-left: hidden;
	text-align: center;
	border-collapse: collapse;
	padding: 0px;
}

.mainfooter {
	width: 630px;
	background-color: #c8cfa8;
	color: #00370f;
	border-spacing: 0px;
	text-align: left;
	border-collapse: collapse;
	font-family: sans-serif;
	padding: 0px;
}

.footerlogo {
	padding: 12px;
	float: left;
}

.webmaster {
	font-family:sans-serif;
	font-size: small;
	color: #eeeeee;
	text-align: center;
}

a.bodylink:link {
	color: #00370f;
}

a.bodylink:hover {
	color: #00370f;
}

a.bodylink:active {
	color: #00370f;
}

a.bodylink:visited {
	color: #00370f;
}

.center {
	text-align: center;
}

a.lhnlink:link {
	color: #00370f;
	text-decoration: none;
}

a.lhnlink:hover {
	color: #00370f;
}

a.lhnlink:active {
	color: #00370f;
}

a.lhnlink:visited {
	color: #00370f;
	text-decoration: none;
}

a.webmaster:link {
	color: #aaaaaa;
}

a.webmaster:hover {
	color: #888888;
}

a.webmaster:active {
	color: #cccccc;
}

a.webmaster:visited {
	color: #888888;
}

.popup {
	width: 500px;
	height: 480px;
	color: #00370f;
	font-family: sans-serif;
	background-color: #c8cfa8;
	border-spacing: 0px;
	border: 1px solid #d8d8b8;
	padding: 4px;
	vertical-align: top;
}

.popupmain {
	width: 500px;
	height: 388px;
	color: #00370f;
	font-family: sans-serif;
	background-color: #c8cfa8;
	border-spacing: 0px;
	border: 1px solid #d8d8b8;
	border-collapse: collapse;
	padding: 5px;
	text-align: left;
	vertical-align: top;
}

.whatsontab {
	border-spacing: 5px;
}

.whatsontitle {
	color: #993300;
	font-weight: bold;
}

.whatsondate {
	font-weight: bold;
}

.whatsontableft {
	width: 550px;
}

.whatsontabright {
	width: 150px;
	text-align: center;
}

