﻿html, body {
	height: 100%;
}


#full-screen-background-image {
  z-index: -999;
  min-height: 100%;
  min-width: 1024px;
  width: 100%;
  height: auto;
  position: absolute;
  top: 0;
  left: 0;
}


@font-face {
    font-family: PenguinLight;
    src: url('/fonts/PenguinLight.TTF');
}


@font-face {
    font-family: BrushScriptMT;
    src: url('/fonts/BrushScriptMT.ttf');
}


body {
	margin: 0px;
	padding: 30px;
	background: #FFFFFF;
	font-family: 'Arial', serif;
	font-size: 13px;
	font-weight: 400;
	color: #828387;
}

h1, h2, h3 {
	margin: 0px;
	padding: 0px;
	font-family: 'PenguinLight', sans-serif;
	font-weight: 400;
}


h4 {
	margin: 0px;
	padding: 0px;
	font-family: 'Brush Script MT', sans-serif;
	font-size: 22px;
	font-weight: 300;
	color: #ffffff;
}

h5  {
	margin: 0px;
	padding: 0px 0px 0px 0px;
	font-family: 'PenguinLight', sans-serif;
	font-size: 14px;
	color: #996699;
}

h6 {
	margin: 0px;
	padding: 0px;
	font-family: 'Brush Script MT', sans-serif;
	font-size: 20px;
	font-weight: 300;
	color: #828387;
}



p, ol, ul {
	margin-top: 0px;
}

p {
	line-height: 200%;
}

ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

strong {
}

a {
	color: #885388;
}

a:hover {
	text-decoration: none;
}

a img {
	border: none;
}


img.border {
}

img.alignleft {
	float: left;
	padding-top: 5px;
	padding-right: 35px;
}

img.alignleft2 {
	float: left;
	padding-top: 5px;
	padding-right: 20px;
}

img.alignright {
	float: right;
}

img.alignleft {
	margin: 0px auto;
}

hr {
	display: none;
}

/** WRAPPER */

#wrapper {
}


.container {
	width: 1000px;
	margin: 0px auto;
}





.clearfix {
	clear: both;
}



/** HEADER */

#header {
}

/** LOGO */

#logo {
	height: 130px;
	margin: 0px auto;
	text-transform: uppercase;
	background: url(images/header-bg.jpg) no-repeat left top;
}



#logo h1 a {
	display: block;
	margin: 0px;
	padding: 10px 0px 0px 0px;
	letter-spacing: 0px;
	font-size: 26px;
	color: #ffffff;
}



#logo p {
	margin: -10px 0px 0px 5px;
	padding: 0px;
	font-size: 12px;
}

#logo a {
	text-decoration: none;
	color: #996699;
}

/** MENU */

#menu {
	height: 50px;
	margin: 0px auto;
	background: url(images/menu-bg.jpg) no-repeat left top;
}

#menu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	line-height: normal;
}

#menu li {
	float: left;
}

#menu a {
	display: block;
	height: 50px;
	margin: 0px;
	padding: 0px 25px;
	line-height: 50px;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 13px;
	color: #000000;
}

#menu a:hover {
	background: #b08db1;
	text-decoration: none;
	color: #000000;
}

#menu .first a {
	background: #b08db1;
	color: #000000;

}

/** PAGE */

#page {
	width: 1000px;
	margin: 0px auto;
	padding: 0px 0px 10px 0px;
}

/** CONTENT */

#content {
	float: right;
	width: 610px;
	padding-right: 30px;
}





/** SIDEBAR */

#sidebar {
	float: left;
	width: 283px;
	background-color:#996699;
}


#sidebarcontent {
	float:left;
	width: 267 px;
	padding: 12px 12px 12px 12px; 
	background-color:#996699;
}
	

#sidebar h2 {
	padding: 0px 0px 20px 0px;
	letter-spacing: 1px;
	text-transform: uppercase;
	font-size: 24px;
	color: #363837;
}

#sidebar li ul {
	margin-bottom: 40px;
	padding: 0px;
}

#sidebar li li {
	padding: 10px 0px;
	border-top: 1px solid #D0CFD0;
}

#sidebar p {
	margin: 0px 0px 20px 20px;
}

#sidebar .first {
	border-top: none;
}

/** POST */

.post {
}

.post .title {
	margin: 0px;
	padding: 20px 0px;
	letter-spacing: -1px;
	color: #363837;
}

.post .title a {
	border: none;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 30px;
	color: #363837;
}

.post .meta {
	display: block;
	margin-top: -15px;
	padding: 5px 0px;
	text-align: left;
	font-size: 11px;
}

.post .meta a {
}

.post .entry {
	text-align: justify;
	padding: 10px 0px 10px 0px;
}



/**BUTTON */


/**BUTTON */


.button1 {
	-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf) );
	background:-moz-linear-gradient( center top, #ededed 5%, #dfdfdf 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf');
	background-color:#ededed;
	-moz-border-radius:0px;
	-webkit-border-radius:0px;
	border-radius:6px;
	border:1px solid #dcdcdc;
	display:inline-block;
	color:#777777;
	font-family:arial;
	font-size:15px;
	font-weight:bold;
	padding:6px 24px;
	width: 150px;
	align: center; 
	text-decoration:none;
	text-shadow:1px 1px 0px #ffffff;
}.classname:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #dfdfdf), color-stop(1, #ededed) );
	background:-moz-linear-gradient( center top, #dfdfdf 5%, #ededed 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#ededed');
	background-color:#dfdfdf;
}.classname:active {
	position:relative;
	top:1px;
}



.button2 {
	-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dbd8db) );
	background:-moz-linear-gradient( center top, #ededed 5%, #dbd8db 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dbd8db');
	background-color:#ededed;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #996699;
	display:inline-block;
	color:#996699;
	font-family:arial;
	font-size:15px;
	font-weight:bold;
	padding:6px 24px;
	width: 165px;
	text-decoration:none;
	text-shadow:1px 1px 0px #ffffff;
}.classname:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #dbd8db), color-stop(1, #ededed) );
	background:-moz-linear-gradient( center top, #dbd8db 5%, #ededed 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#dbd8db', endColorstr='#ededed');
	background-color:#dbd8db;
}.classname:active {
	position:relative;
	top:1px;
}



.button3 {
	-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dbd8db) );
	background:-moz-linear-gradient( center top, #ededed 5%, #dbd8db 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dbd8db');
	background-color:#ededed;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #996699;
	display:inline-block;
	color:#777777;
	font-family:arial;
	font-size:14px;
	font-weight:bold;
	padding:10px 6px;
	width: 129px;
	text-decoration:none;
	text-shadow:1px 1px 0px #ffffff;
}.classname:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #dbd8db), color-stop(1, #ededed) );
	background:-moz-linear-gradient( center top, #dbd8db 5%, #ededed 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#dbd8db', endColorstr='#ededed');
	background-color:#dbd8db;
}.classname:active {
	position:relative;
	top:1px;
}



.button4 {
	-moz-box-shadow:inset 1px 0px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #996699), color-stop(1, #996699) );
	background:-moz-linear-gradient( center top, #ededed 5%, #dbd8db 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dbd8db');
	background-color:#ededed;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #996699;
	display:inline-block;
	color:#ffffff;
	font-family:arial;
	font-size:14px;
	font-weight:bold;
	padding:10px 20px;
	width: 200px;
	text-decoration:none;
	text-shadow:0px 0px 0px #ffffff;
}.classname:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #dbd8db), color-stop(1, #ededed) );
	background:-moz-linear-gradient( center top, #dbd8db 5%, #ededed 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#dbd8db', endColorstr='#ededed');
	background-color:#dbd8db;
}.classname:active {
	position:relative;
	top:1px;
}


.button5 {
	-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf) );
	background:-moz-linear-gradient( center top, #ededed 5%, #dfdfdf 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf');
	background-color:#ededed;
	-moz-border-radius:0px;
	-webkit-border-radius:0px;
	border-radius:6px;
	border:1px solid #dcdcdc;
	display:inline-block;
	color:#777777;
	font-family:arial;
	font-size:15px;
	font-weight:bold;
	padding:6px 24px;
	width: 200px;
	align: center; 
	text-decoration:none;
	text-shadow:1px 1px 0px #ffffff;
}.classname:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #dfdfdf), color-stop(1, #ededed) );
	background:-moz-linear-gradient( center top, #dfdfdf 5%, #ededed 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#ededed');
	background-color:#dfdfdf;
}.classname:active {
	position:relative;
	top:1px;
}


.button6 {
	-moz-box-shadow:inset 1px 0px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #996699), color-stop(1, #996699) );
	background:-moz-linear-gradient( center top, #ededed 5%, #dbd8db 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dbd8db');
	background-color:#ededed;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #684268;
	display:inline-block;
	color:#ffffff;
	font-family:arial;
	font-size:14px;
	font-weight:bold;
	padding:10px 20px;
	width: 200px;
	text-decoration:none;
	text-shadow:0px 0px 0px #ffffff;
}.classname:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #dbd8db), color-stop(1, #ededed) );
	background:-moz-linear-gradient( center top, #dbd8db 5%, #ededed 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#dbd8db', endColorstr='#ededed');
	background-color:#dbd8db;
}.classname:active {
	position:relative;
	top:1px;
}



/** FOOTER */

#footer {
	width: 1000px;
	margin: 0px auto;
	border-top: 4px solid #D0CFD0;
}

#footer p {
	margin: 0px;
	padding: 20px 0px 20px 0px;
	text-align: center;
}

#footer a {
}

#banner {
	height: 320px;
}

.divider {
	border-bottom: 1px solid #D0CFD0;
}