@CHARSET "UTF-8";


/* Lemonpages controls */
@import "lemonpages.css";


/** Custom CSS */

body {
    font-family: Verdana, Arial, sans-serif;
    margin: 0;
    padding: 0;
    color: #262626;
    line-height: 14pt;
    background-image:url(../images/custom/bg.jpg);
    background-repeat: repeat-x;
    background-color: #464A69;
}
body.mceContentBody {
	background-image: none;
	background-color: #ffffff;
}

h1, h2, h3, h4, h5, h6 {
    color: #8e6421;
    font-family: "Trebuchet MS", sans-serif;
    font-weight: normal;
    padding: 0;
}
h1 {
    font-size: 18pt;
}
h2 {
    font-size: 14pt;
}
h3 {
    font-size: 12pt;
}

p {
    line-height: 14pt;
    margin-bottom: 20px;
}

input, textarea {
    border: 1px solid #314A7A;
}

a {
    color: #233968;
}

ul {
    list-style-type: square;
}

input, textarea {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10pt;
	font-weight: normal;
}

#header {
    position: relative;
    width:900px;
	height:229px;
	background-image:url(../images/custom/header.png);
	background-repeat: no-repeat;
	margin: 0;
	padding: 0;
}

#page, #page_admin {
    margin-top: 0;
    margin-left: 62px;
    position: relative;
    clear: both;
    width:900px;
    border: 0;
    overflow: hidden;
	/*height:398px;*/
	background-color: white;
	padding: 0;
	padding-bottom: 50px;
	border-bottom: 9px solid #8e6421;
}

#page_admin {
	background-image: none;
}
#page_admin_inner {
    margin: 20px;
}

#footer {
    position: relative;
    width:900px;
	height:0px;
	background-repeat: no-repeat;
	clear:both;
	left: 62px;
}

#mainnavigation {
    position: relative;
    left: 220px;
    top: 210px;
}
#mainnavigation a {
    color: #233968;
    font-family: verdana, sans-serif;
    font-size: 10.5pt;
    text-decoration: none;
}
#mainnavigation strong a {
    font-weight: normal;
    color: #8e6421;
}
#mainnavigation a:hover {
    color: #8e6421;
}
#mainnavigation ul, #subnavigation ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}
#mainnavigation li, #subnavigation li {
    display: inline;
}
#mainnavigation li {
    border-left: 1px solid #233968;
    padding-left: 6px;
    padding-right: 0;
}
#mainnavigation ul {
    display:inline;
    padding-right: 6px;
    border-right: 1px solid #233968;
}
#subnavigation ul {
    list-style-type: square;
    color: #233968;
}
#subnavigation ul li {
    display: list-item;
}
#subnavigation ul {
    position: relative;
    font-family: verdana, sans-serif;
    font-size: 10pt;
    margin-top: 5px;
    padding-left: 5px;
    padding-right: 5px;
    left: 230px;
    float: left;
    clear: both;
}
#subnavigation li {
    display: inline;
}
#subnavigation strong a {
    font-weight: normal;
    color: #8e6421;
}
#subnavigation a {
    text-decoration: none;
    line-height: 10.5pt;
    padding-left: 0;
    margin-top: 15px;
    margin-bottom: 5px;
}
#subnavigation a:hover {
    color: #8e6421;
}

#mainnavigation ul ul a, #subnavigation ul ul a {
    display: inline;
    font-family: verdana, sans-serif;
    font-size: 11pt;
    width: auto;
    padding: 0;
    margin-bottom: 5px;
    border: 0;
}

#page_content {
    position: relative;
    clear: both;
    float: left;
    /*margin-right: 50px;*/
    left: 220px;
    top: 20px;
    width: 600px;
    overflow: hidden;
}
#page_content p {
    width: 490px;
}

#author {
    width: 900px;
    position: relative;
    bottom: 2px;
    clear: both;
    text-align: center;
    margin: 0;
    margin-bottom: 50px;
    left: 62px;
    padding: 0;
}
#author a {
    color: #626688;
}
#author a:hover {
    color: #ffffff;
}

/* Articles */
table.articles {
	margin-top: 20px;
    width: 500px;
    /* border: 1px solid #cccccc; */
}
table.articles th, table.articles td {
    text-align: left;
    padding: 4px;
}
table.articles th {
    font-weight: normal;
    font-family: "Trebuchet MS", sans-serif;
    font-size: 14pt;
    padding-bottom: 0;
}
table.articles td {
}
table.articles tr.headerrow td, table.articles tr.headerrow th {
    background-color: transparent;
    border-bottom: 1px solid #262626;
    padding-bottom: 0;
}
table.articles tr.summaryrow {
    background-color: transparent;
}
table.articles td.summary {
    background-color: transparent;
	padding-bottom: 20px;
}
table.articles td.created {
    font-size: 8pt;
    color: gray;
    text-align: right;
}
table.articles a {
    text-decoration: none;
}
table.articles a:hover {
    text-decoration: underline;
}
img.articleimg {
    position: relative;
    right: 5px;
    top: 10px;
}
div.article {

}

/* Calendar */
#page_calendar_content h2 {
    width: 500px;
    margin: 0;
}
#page_calendar_content p.description {
    margin: 0;
    margin-bottom: 20px;
    width: 500px;
}

table.calendar_week,
table.calendar_week td,
table.calendar_week th,
#calendarBody {
    border: 1px solid #CCCCCC;
}
table.calendar_week {
    
}
table.calendar_week thead th {
    text-align: center;
}
#calendarBody {
    height: 400px;
    width: 515px;
    overflow: auto;
    position: relative;
}
#calendarHeader {
    width: 515px;
}
table.calendar_week {
    width: 500px;
    font-size: 8pt;
}
table.calendar_week td, table.calendar_week th {
    height: 15px;
    vertical-align: top;
    padding: 0;
    overflow: hidden;
}
table.calendar_week th img {
    margin: 5px;
}
.week_left_column {
    width: 40px;
    border: 1px solid red;
}
#calendarCells td {
    text-align: right;
}
#calendarCells td img {
    height: 12px;
    width: 12px;
    margin: 0;
}

dl.event {
    background-color: #3366ff; /* Blue */
    border: 1px solid #0000dd;
    color: white;
    display: block;
    overflow: hidden;
    position: absolute;
    width: 50px;
    cursor: pointer;
    margin: 0;
    padding: 0;
    text-align: left;
}
dl.event:hover {
    width: auto;
    z-index: 100;
}
dl.event dt {
    background-color: #1144ff; /* Blue */
    font-weight: bolder;
    height: 15px;
}
dl.event dd {
    padding: 0;
    margin: 2px;
    margin-top: 10px;
}

#divbook {
    display: none;
    position: absolute;
    background-color: white;
    border: 2px solid gray;
    padding: 3px;
    width: 300px;
	z-index: 100;
}
#divbook table {
    width: 290px;
}
#divbook td {
    padding: 10px;
    vertical-align: top;
}
#repeatEventOptions {
    display: none;
}

table.fileTable {
	border: 1px solid #0d0d0d;
	clear: both;
	width: 100%;	
}

table.fileTable th{
	text-align: left;
	background-color: #0d0d0d;
	color: white; 	
}

table.fileTable td {
	padding: 5px;
	border-bottom: 1px solid #0d0d0d;	
}

table.fileTable caption {
	font-family: georgia, sans-serif;
	font-size: 12pt;
	margin-top: 20px;
	margin-bottom: 5px;
	text-align: left;
}


/** Image Gallery */
table.imageThumbnails {
    width: 100%;
}
table.imageThumbnails td {
    width: 80px;
    height: 80px;
    line-height: 80px;
    //border: 1px solid #cccccc; /* IE hack */
    text-align: center;
}
table.imageThumbnails a {
    display: block;
    //display: table-cell; /* IE hack */
    width: 80px;
    height: 80px;
    line-height: 80px;
    text-align: center;
    border: 1px solid #cccccc;
}
table.imageThumbnails a:hover {
    background-color: #8e6421;
}
table.imageThumbnails a img {
    vertical-align: middle;
}

.imageItem img {
    padding: 15px;
    border: 1px solid #cccccc;
}
