/*#############################################################
Name: Beautiful Day
Date: 2006-11-12
Description: A soft and bright two-column template.
Author: Viktor Persson
URL: http://templates.arcsin.se

Feel free to use and modify but please provide credits.
#############################################################*/

/* standard elements */
html {min-height: 100%;}

* {
	margin: 0;
	padding: 0;
}
img{
	border: none;
}

a {color: #963;}
a:hover {color: #C60;}

body {
	background: #CCD8E0 url(img/bg.jpg) repeat-x left bottom;
	color: #444;
	font: normal 62.5% Tahoma,sans-serif;
}

p,code,ol,ul {padding-bottom: 1.2em;}

ul li {list-style: none;}

h1 {
	font: normal 1.8em Tahoma,sans-serif;
	margin-bottom: 4px;
}

code {
	font: normal 1em Tahoma,sans-serif;
	white-space: pre;
}

hr{
	background: #FFF;
	border: 1px solid #EEE;
	border-left: 6px solid #C1CAD3;
	display: block;
	margin-bottom: 1em;
	height: 1em;
}

blockquote {
	background: url(img/quote.gif) no-repeat;
	display: block;
	padding-left: 28px;
}

h1,h2,h3 {
	padding-top: 6px;
	clear: left;
}

abbr, acronym, span.abbr {
	border-bottom: 1px dotted #C1CAD3;
	cursor: help;
}

/* misc */
.clearer {clear: both;}
.hidden{
	position: absolute;
	left: -10000px;
}
.left {float: left;}

.right {float: right;}

.frame{border: 1px solid #A4A4A0;}

/* structure */
.container {
	background: #FFF;
	font-size: 1.2em;
	margin: 0 auto;
	padding: 0 10px 10px;
	width: 80%;
}

/* header */
.top {
	background: url(img/clouds.gif) repeat-x;
	padding: 50px 0 0;
}

/* title */
.top .header {
	background: #FFF url(img/header_bg.jpg) repeat-x 10px 10px;
	font-size: 1.2em;
	height: 150px;
	margin: 0 auto;
	padding: 10px 0 5px;
	border-left: 10px solid #fff;
	border-right: 10px solid #fff;
	width: 80%;
}
.header .left, .header .right {
	color: #FFF;
	height: 150px;	
}
.header .left {
	background: url(img/header.jpg) no-repeat;
	padding: 0 0 0 156px;
	overflow: hidden;
}
.header .left h3{
	font: normal 2.4em "Trebuchet MS",sans-serif;
	margin: 0;
	padding: 30px 0 0 0;
}
.header .left h4{
	font: normal 1.5em "Trebuchet MS",sans-serif;
	padding: 0;
	margin: 0;
}
.header .right {
	background: #A4A4A0;
	overflow: auto;
	width: 212px;
}
.header .right p,.header .right h2 {padding: 0 16px;}
.header .right h2 {padding-top: 16px; font: normal 1.6em "Trebuchet MS",sans-serif;}

/* navigation */
.navigation {	
	background: #D9E1E5 url(img/nav.gif);
	border: 1px solid #DFEEF7;
	border-color: #DFEEF7 #CFDEE7;
	height: 41px;
}
.navigation a {
	background: #D9E1E5 url(img/nav.gif);
	border-right: 1px solid #AFBEC7;
	color: #456;
	display: block;
	float: left;
	font: bold 1.1em sans-serif;
	line-height: 41px;
	padding: 0 20px;
	text-decoration: none;
}
.navigation a:hover {background-position: left bottom; color: #234;}

/* main */
.main {
	border-top: 4px solid #FFF;
	background-attachment: scroll;
	background-image: url(img/bgmain.gif);
	background-repeat: repeat-y;
	background-position: right top;
}

/* sub navigation */
.sidenav {
	float: right;
	width: 210px;
}
.sidenav h2 {
	color: #5A5A43;
	font-size: 1em;
	line-height: 30px;
	margin: 8px 0 1px 0;
	padding-left: 12px;
	background-color: #EAEADA;
	border-bottom: 1px solid #EAEADA;
}
.sidenav ul {
	padding: 0;
	border-top: 1px solid #EAEADA;
}
.sidenav li{
	border-bottom: 1px solid #EAEADA;
}
.sidenav li a{
	font-size: 1.1em;
	color: #554;
	display: block;
	padding: 8px 0 8px 10px;
	text-decoration: none;
	width: 200px;
}
.sidenav li a:hover {
	background: #F0F0EB;
	color: #654;	
}
.sidenav p{
	font-size: 1.1em;
	color: #554;
	display: block;
	padding: 8px 0 8px 10px;
	text-decoration: none;
	width: 200px;
	text-align: right;
}
.sidenav .archiveLinks li{
	list-style: url(img/li.gif);
	margin-left: 18px;
	border-bottom: none;
}
.sidenav .archiveLinks li a{
	font-size: 1.1em;
	color: #554;
	display: block;
	padding: 4px 0 4px 0;
	text-decoration: none;
	width: 100%;
}
/* Content
----------------------------------------------------------------*/
.content {
	font-family: "Lucida Sans Unicode",sans-serif;
	margin: 10px 220px 10px 0;
	padding: 0 16px;
	font-size: 1em;
}
.content .descr {
	color: #664;
	font-size: 0.9em;
	margin-bottom: 6px;
}
.content li {
	margin-left: 18px;
	line-height: 1.4em;
	margin-bottom: 4px;
}
.content ul li {
	list-style: url(img/li.gif);
}
.content ul.noDot li {
	list-style: none;
	list-style-image: none;
}
.content p {
	clear: none;
	line-height: 1.4em;
}
.content acronym {
	border-bottom: 1px dotted #444;
	cursor: help;
}
.content dl{
}
.content dl dt{
	font-weight: bold;
	font-style: italic;
}
.content dl dd{
	padding: 0 20px;
}
/* Footer
----------------------------------------------------------------*/
.footer {
	background: url(img/bgfooter.gif) repeat;
	color: #FFF;
	font: bold 1em sans-serif;
	line-height: 39px;
	text-align: center;
}
.footer a,.footer a:hover {color: #FFF;}

/* Customised blog items
---------------------------------------------------------------------*/
.dayHeader,
.commentDateStyle{
	background: #FFF;
	border: 1px solid #EEE;
	border-left: 6px solid #C1CAD3;
	color: #666;
	display: block;
	font: normal 1em Tahoma,sans-serif;
	line-height: 1.6em;
	margin-bottom: 12px;
	padding: 8px 10px;
	vertical-align: middle;
}
.itemFooter{
	background: #F7F7F2;
	border: 1px solid #EEE;
	color: #666;
	display: block;
	font: normal 1em Tahoma,sans-serif;
	line-height: 1.6em;
	margin-bottom: 12px;
	padding: 8px 10px;
	vertical-align: middle;
}
.itemFooter div.noPrint{
	display: inline;
}
.content .AdWords{
	margin-bottom: 12px;
}
/* Tag Cloud
----------------------------------*/
span.tagCloud{
	border-top: 1px solid #EAEADA;
	border-bottom: 1px solid #EAEADA;
	display: block;
	padding: 0 8px 8px 8px;
}
.blogRollContainerStyle{
	border-top: 1px solid #EAEADA;
	padding: 8px 0 0 0;
}
.blogRollDescriptionStyle{
	text-align: right;
	border-bottom: 1px solid #EAEADA;
	padding: 0 0 8px 0;
	margin: 0 0 8px 0;
	font-style: italic;
	font-size: 95%;
}
/* Calender
----------------------------------*/
.hCalendarStyle{
	width: 210px;
	color: #554;
}
.hCalendarStyle a{
	font-size: 1.1em;
	font-weight: bold;
}
.hCalendarStyle a:hover {
	background: #F0F0EB;
	color: #C60;
}
.hCalendarMonthYearRow{
	width: 210px;
	color: #5A5A43;
	font-size: 1em;
	line-height: 30px;
	margin: 0 0 1px 0;
	background-color: #EAEADA;
	border-bottom: 1px solid #EAEADA;
	text-align: center;
}
.hCalendarNextPrevStyle{
	width: 20px;
	text-align: center;
}
.hCalendarDayNameRow,
.hCalendarDay,
.hCalendarWeekendStyle,
.hCalendarOtherMonthStyle,
.hCalendarOtherMonthWeekendStyle,
.hCalendarDayCurrent{
	padding: 2px 0;
}
.hCalendarOtherMonthStyle,
.hCalendarOtherMonthWeekendStyle{
	background: #fff;
}
.hCalendarDayCurrent{
	background: #A4A4A0;
	color: #FFF;
	font-weight: bold;
}
.hCalendarDayCurrent a:link,
.hCalendarDayCurrent a:active,
.hCalendarDayCurrent a:visited,
.hCalendarDayCurrent a{
	color: #FFF;
}
.searchContainerStyle{
	margin: 0 0 8px  0;
	padding: 8px 0 8px 8px;
	border-bottom: 1px solid #EAEADA;
}
.searchContainerStyle .searchTextBoxStyle{
	width: 130px;
	line-height: 20px;
	height: 20px;
	border: 1px solid #EAEADA;
	color: #5A5A43;
	font-weight: bold;
}
.searchContainerStyle input.searchButtonStyle{
	font-family: Tahoma, sans-serif;
	color: #5A5A43;
	font-weight: bold;
	border: 1px solid #EAEADA;
	background-color: #EAEADA;
	width: 58px;
}
/*
----------------------------------*/
.adminNavbarStyle {	
	background: #D9E1E5 url(img/nav.gif);
	border: 1px solid #DFEEF7;
	border-color: #DFEEF7 #CFDEE7;
	height: 41px;
	clear: both;
}
.adminNavbarStyle li {
	list-style: none;
	margin: 0;
	float: left;
}
.adminNavbarStyle a {
	background: #D9E1E5 url(img/nav.gif);
	border-right: 1px solid #AFBEC7;
	color: #456;
	display: block;
	font: bold 1.1em sans-serif;
	line-height: 41px;
	padding: 0 10px;
	text-decoration: none;
}
.adminNavbarStyle a:hover {background-position: left bottom; color: #234;}
.signInTableStyle{
	width: 50%;
	clear: none;
}
.commentBoxStyle{
	margin: 0 0 12px 0;
	border-bottom: 1px solid #EAEADA;
}

.commentBodyStyle{
	border-left: 1px solid #EEE;
	border-right: 1px solid #EEE;
	background-color: #fff;
	padding: 4px;
}

.commentDateStyle{
	background: #FFF url(/tim/images/daylink.png) no-repeat 5px 6px;
	border: 1px solid #EEE;
	border-left: 6px solid #C1CAD3;
	color: #666;
	display: block;
	font: normal 1em Tahoma,sans-serif;
	line-height: 1.6em;
/*	margin-bottom: 12px;*/
	margin-bottom: 0;
	padding: 4px 10px 4px 25px;
	vertical-align: middle;
}
.commentBoxFooterStyle{
	background: #F7F7F2;
	border: 1px solid #EEE;
	color: #666;
	display: block;
	font: normal 1em Tahoma,sans-serif;
	line-height: 1.6em;
/*	margin: 8px 0 12px 0;*/
	margin: 0 0 12px 0;
	padding: 4px 10px;
	vertical-align: middle;
}
/* Document box
----------------------------------------------------------------*/
.document{
	margin: 10px auto;
	padding: 5px 15px;
	border: 1px solid #DFEEF7;
	width: 75%;
	background-color: #fff;
}
/* Quote Box
----------------------------------------------------------------*/
.sidebox{
	margin: 0 auto;
	width: 75%;
	font-size: 1em;
}
.sidebox .clearer{
	clear: left;
}
.boxhead{
	background: url(/tim/images/Quote_R.png) no-repeat top right;
	text-align: justify;
}
.boxbody{
	background: url(/tim/images/Quote_L.png) no-repeat top left;
	padding: 30px 30px 0 30px;
	margin: 0;
}
.redQuote .boxhead{
	background: url(/tim/images/RQuote_R.png) no-repeat top right;
}
.redQuote .boxbody{
	background: url(/tim/images/RQuote_L.png) no-repeat top left;
}
.botAlign{
	position: absolute;
	bottom: 5px;
}
/* Quote Sizes
----------------------------------------------------------------*/
.smlFoot{
	background: url(/tim/images/Quote_BR_s.png) no-repeat bottom right;
}
.smlFoot .boxfoot{
	background: url(/tim/images/Quote_BL_s.png) no-repeat bottom left;
	position: relative;
	height: 4.2em;
	padding-left: 70px;
}
.medFoot{
	background: url(/tim/images/Quote_BR_m.png) no-repeat bottom right;
}
.medFoot .boxfoot{
	background: url(/tim/images/Quote_BL_m.png) no-repeat bottom left;
	position: relative;
	height: 5.4em;
	padding-left: 100px;
}
.lrgFoot{
	background: url(/tim/images/Quote_BR_l.png) no-repeat bottom right;
}
.lrgFoot .boxfoot{
	background: url(/tim/images/Quote_BL_l.png) no-repeat bottom left;
	position: relative;
	height: 7em;
	padding-left: 140px;
}
/* Red Quote Boxes*/
.smlFoot.redQuote{
	background: url(/tim/images/RQuote_BR_s.png) no-repeat bottom right;
}
.smlFoot.redQuote .boxfoot{
	background: url(/tim/images/RQuote_BL_s.png) no-repeat bottom left;
}
.medFoot.redQuote{
	background: url(/tim/images/RQuote_BR_m.png) no-repeat bottom right;
}
.medFoot.redQuote .boxfoot{
	background: url(/tim/images/RQuote_BL_m.png) no-repeat bottom left;
}
.lrgFoot.redQuote{
	background: url(/tim/images/RQuote_BR_l.png) no-repeat bottom right;
}
.lrgFoot.redQuote .boxfoot{
	background: url(/tim/images/RQuote_BL_l.png) no-repeat bottom left;
}
/* Styling
----------------------------------------------------------------*/
.boxbody h1{
	font-size: 1.5em;
	padding: 0.5em 0 0.2em 0;
}
.boxbody h2{
	font-size: 1.4em;
	padding: 0.5em 0 0.2em 0;
}
.boxbody h3{
	font-size: 1.3em;
	padding: 0.5em 0 0.2em 0;
}
.boxbody h4{
	font-size: 1.2em;
	padding: 0.5em 0 0.2em 0;
}
.boxbody h5{
	font-size: 1.1em;
	padding: 0.5em 0 0.2em 0;
}
.boxbody h6{
	font-size: 1em;
	padding-bottom: 0.8em;
}
.boxbody p{

}
.boxfoot p{
	font-size: 1em;
	padding-bottom: 0;
}
a[href $='.pdf'] { 
   padding-left: 20px;
   background: transparent url(images/icon_pdf.png) no-repeat center left;
}
a[href $='.mdb'] { 
   padding-left: 18px;
   background: transparent url(images/icon_mdb.png) no-repeat center left;
}
a[href $='.zip'] { 
   padding-left: 18px;
   background: transparent url(images/icon_zip.png) no-repeat center left;
}
.labelMed{
	display: block;
	width: 150px;
	float: left;
}
a.atomLinkStyle img,
a.rssLinkStyle img,
a.cdfLinkStyle img{
	margin-bottom: 6px;
}
.donateNow{
	border: 1px solid #FF0000;
	background-color: #FFCCCC;
	color: #FF0000;
	font-size: 1.3em;
	font-weight: bold;
	margin: 0 0 12px 0;
	padding: 0.5em;
	text-align: center;
}
#content .donateNow a,
#content .donateNow a:link,
#content .donateNow a:active,
#content .donateNow a:visited{
	color:#444;
	text-decoration: none;
	border-bottom: 0 none;
	display: block;
	width: 99%;
	clear: none;
}
#content .donateNow a:hover{
	text-decoration: underline;
}
.recentNotCheckedCommentsTitle{
	margin: 0;
}
.recentCommentsAuthor{
	margin: 0 0 0 20px;
	font-style: italic;
}
.recentPrivateCommentsTitle{
	color: silver;
}
.recentSpamCommentsTitle a
{
	background-color: #FF0000;
	color: #fff;
	font-weight: bold;
}
.commentViewBoxStyle{
	width: 80%;
}
.commentViewBoxStyle table{
	width: 80%;
}
