﻿
body {
	margin: 0;
	padding: 0;
	background: #181818 url(images/wrapper-background.png) repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #181B20;
}

h1, h2, h3 {
	margin: 0px;
	padding: 0px;
	text-transform: lowercase;
	font-family: 'Abel', sans-serif;
	font-weight: 400;
}

h1 {
	font-size: 2em;
}

h2 {
	font-size: 2.4em;
}

h3 {
	font-size: 1.6em;
}

p, ul, ol {
	margin-top: 0;
	line-height: 180%;
}

ul, ol {
}

a {
	text-decoration: none;
	color: #560969;
}

a:hover {
	text-decoration: underline;
}

img.border {
	border: 6px solid #EEE7DF;
}

img.alignleft {
	float: left;
	margin-right: 25px;
}

img.alignright {
	float: right;
}

img.aligncenter {
	margin: 0px auto;
}

#wrapper {
	margin: 0 auto;
	padding: 0;
}

/* Header */

#header-wrapper {
	height: 200px;
}

#header {
	width: 980px;
	height: 180px;
	margin: 0 auto;
	padding: 0px 0px 30px 0px;
}

.headerbg	 {
	background-image: url(images/logobg5.jpg);
}

/* Myheader */

#myheader {
	clear: both;
	background-image: url(images/logobg5.jpg);
	background-repeat: repeat-x;
	height: 180px;
	width: 980px;
	margin-top: 0px;


/*	width: 980px;
	height: 180px;
	margin: 0 auto;
	padding: 0px 0px 30px 0px;
	background-image: url(images/logobg5.jpg);

/*	background-repeat: repeat-x; 
	clear: both;*/
}

/* Logo */

#logo {
	width: 980px;
	height: 100px;
	margin: 0px auto;
	padding: 50px 0px 0px 0px;
	color: #FFFFFF;
	background-repeat: repeat-x;
}

#logo h1, #logo p {
	display: block;
	margin: 0px;
	padding: 0px;
	text-transform: lowercase;
}

#logo h1 {
	letter-spacing: -5px;
	text-align: center;
	text-transform: lowercase;
	font-size: 80px;
	color: #FFFFFF;
}

#logo h1 a {
	color: #FFFFFF;
}

#logo p {
	margin-top: -25px;
	text-align: center;
	font-family: 'Abel', sans-serif;
	font-size: 25px;
}

#logo a {
	border: none;
	background: none;
	text-decoration: none;
	color: #FFFFFF;
}

/* Search */

#search {
	float: right;
	width: 280px;
	height: 100px;
	padding: 0;
}

#search form {
	height: 41px;
	margin: 0;
	padding: 60px 0 0 30px;
}

#search fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

#search-text {
	width: 195px;
	padding: 6px 10px;
	border: none;
	background: #FFFFFF;
	text-transform: lowercase;
	font: normal 11px Arial, Helvetica, sans-serif;
	color: #7F7F81;
}

#search-submit {
	display: none;
}

/* Menu */

#menu-wrapper {
	width: 980px;
	height: 60px;
	margin: 0px auto;
	padding: 0px;
	background: #33820F url(images/menu-wrapper-bg.png) repeat-x left top;
}

#menu {
	margin: 0;
	padding: 0px 20px;
	list-style: none;
	line-height: 60px;
	letter-spacing: -1px;
	text-decoration: none;
	text-transform: lowercase;
	text-shadow: 2px 2px 2px #2E7C0E;
	font-family: 'Abel', sans-serif;
	font-size: 24px;
	font-weight: normal;
	color: #FFFFFF;
}

#menu li {
	float: left;
	margin-right: 1px;
}

#menu a {
	display: block;
	float: left;
	height: 60px;
	margin: 0px;
	color: #FFFFFF;
}

#menu .current_page_item a {
	text-shadow: 2px 2px 2px #1B5803;
	background: #560969;
}

#menu a:hover {
	background: #560969;
	text-decoration: none;
	text-shadow: 2px 2px 2px #1B5803;
	color: #FFFFFF;
}

#menu span {
	padding: 0px 20px;
}

#menu > li {
}

#menu > li.active {
	background: #560969;
	color: #FFFFFF;
}

.dropotron li.opener {
	border-right: solid 2px #FFFFFF;
}


.center {
	text-align: center;
}

.left {
	text-align: left;
}

.right {
	text-align: right;
}

.dropotron {
	margin: 0px;
	padding: 10px 0px;
	background: #560969;
	list-style: none;
	text-transform: lowercase;
	font-family: 'Abel', sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #FFFFFF;
}

.dropotron a {
	color: #fff;
	text-decoration: none;
}

.dropotron li {
	margin: 0px;
	padding: 5px 20px;
}

.dropotron li:hover, .dropotron li.active {
	background: #750C8E;
}

/* Page */

#page {
	width: 980px;
	margin: 0px auto;
	padding: 0px;
}

/* Content */

#content {
	float: right;
	width: 650px;
	background: #FFFFFF url(images/content-bg.png) repeat-y left top;
}

#content .contentbg {
	width: 590px;
	padding: 30px 30px 0px 30px;
	background: url(images/content-bg-bottom.png) no-repeat left bottom;
}

.post {
	clear: both;
	padding-bottom: 10px;
	border-bottom: 1px solid #DEDEDE;
}

.post .title {
	padding-top: 10px;
	letter-spacing: -4px;
	text-transform: lowercase;
	font-size: 50px;
	color: #560969;
}

.post .title a {
	border: none;
	color: #560969;
}

.post .meta {
	padding-bottom: 10px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: italic;
}

.post .meta a {
}

.post .entry {
	text-align: justify;
	margin-bottom: 25px;
	padding: 10px 0px 0px 0px;
}

.links {
	display: block;
	width: 96px;
	padding: 2px 0px 2px 0px;
	background: #A53602;
	text-align: center;
	text-transform: uppercase;
	font-size: 10px;
	color: #FFFFFF;
}

/* Sidebar */

#sidebar-bg {
	float: left;
	width: 330px;
	background: url(images/sidebar-shadow-bg.png) repeat-y left top;
}

#sidebar {
	overflow: hidden;
	width: 270px;
	padding: 30px 30px 20px 30px;
	background: url(images/sidebar-bg-bottom.png) no-repeat left bottom;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
	margin: 0;
	padding: 0;
}

#sidebar li ul {
	margin: 0px 0px;
	padding-bottom: 30px;
}

#sidebar li li {
	padding-left: 30px;
	line-height: 35px;
	background: url(images/img01.gif) no-repeat left 5px;
}

#sidebar li li span {
	display: block;
	margin-top: -20px;
	padding: 0;
	font-size: 11px;
	font-style: italic;
}

#sidebar h2 {
	height: 38px;
	margin-bottom: 20px;
	padding: 12px 0 0 0px;
	background: url(images/sidebar-icon-arrow.png) no-repeat right 50%;
	border-bottom: 1px solid #F1DAF7;
	letter-spacing: -2px;
	font-size: 30px;
}

#sidebar p {
	margin: 0 0px;
	padding: 0px 20px 20px 20px;
	text-align: justify;
}

#sidebar a {
	border: none;
}

#sidebar a:hover {
	text-decoration: underline;
}

/* Calendar */

#calendar {
}

#calendar_wrap {
	padding: 20px;
}

#calendar table {
	width: 100%;
}

#calendar tbody td {
	text-align: center;
}

#calendar #next {
	text-align: right;
}

/* Footer */

#footer {
	width: 650px;
	height: 100px;
	margin: 0px auto;
	padding-left: 330px;
}

#footer p {
	margin: 0;
	padding-top: 18px;
	line-height: normal;
	letter-spacing: -1px;
	text-align: center;
	text-shadow: 1px 1px 1px #050505;
	text-transform: lowercase;
	font-family: 'Abel', sans-serif;
	font-size: 20px;
	color: #525050;
}

#footer a {
	text-decoration: underline;
	color: #525050;
}

#slider {
	position: relative;
	width: 590px;
	margin: 0px auto 20px auto;
}

#slider .viewer {
	width: 590px;
	height: 300px;
	overflow: hidden;
	margin: 0 auto;
}

#slider .viewer .reel {
	display: none;
	height: 300px;
}

#slider .viewer .reel .slide {
	position: relative;
	width: 590px;
	height: 300px;
}

/* ------- User Define Component ------- */

.smalltitle {
	font-size: large;
}

#pagebodyL1 {
	margin-top: 2px;
	width: 290px;
	height: 160px;
	border: 1px solid #E7E4EA ;
	margin-left: 0px;
	float: Left;
	background-color: #FFFFFF;
	color: #000000;
	padding-Left: 0px;
	text-align: left
    }

#pagebodyL2 {
	width: 290px;
	height: 160px;
	border: 1px solid #E7E4EA ;
	margin-top: 3px;
	margin-left: 0px;
	float: Left;
	background-color: #FFFFFF;
	color: #000000;
	padding-Left: 0px;
	text-align: left
    }

#pagebodyL3 {
	width: 290px;
	height: 155px;
	border: 1px solid #E7E4EA ;
	margin-top: 3px;
	margin-left: 0px;
	float: Left;
	background-color: #FFFFFF;
	color: #000000;
	padding-Left: 0px;
	text-align: left
    }

/* ================================================================ 

						PHOTO STYLE (TYPE 2)

=================================================================== */

* { margin:0; padding:0; outline:none; }

.hide { display:none; }

/*
body {
	background:#000;
	color:#fff;
	padding:30px;
	font-family:Arial, Helvetica, sans-serif;
}
*/

#container {
/*	width:596px;			
	height:400px;			*/
	width:596px;
	height:565px;
	background:#111;
	overflow:hidden;
	border:1px solid #333;
}

/*
h1 {
	background:#222;
	width:592px;
	height:29px;
	padding-left:7px;
	border-bottom:1px solid #333;
	font-size:18px;
	line-height:29px;
	font-weight:normal;
}
*/

.photoheader {
	text-align: center;
	color: #FFFFFF;
}


#picture_section {
	padding:7px 0 7px 7px;
/*	width:590px;
	height:332px; 	*/
	width:590px;
	height:500px; 
	overflow:hidden;
}

#inside {
/*	width:590px;
	height:332px;	*/
	width:590px;
	height:500px;
}
	

#picture_section img {
	border:0;
/*	height:57px;
	width:111px;	*/
	height:57px;
	width:111px;
	float:left;
	background:#333;
	margin-bottom:7px;
	margin-right:7px;
	cursor:pointer;
}

#controls_vert { 
	background:#222;
	width:600px;
	height:23px;
	border-top:1px solid #333;
}

#controls_horz { 
	background:#222;
	width:600px;
	height:23px;
	border-top:1px solid #333;
	display:none;
}

#up {
	height:10px;
	width:10px;
	margin-right:7px;
	background:url(up.jpg) no-repeat;
	text-indent:-9999px;
	float:left;
	margin:7px;
	margin-bottom:6px;
	cursor:pointer;
}
	
#down { 
	height:10px;
	width:10px;
	background:url(down.jpg) no-repeat;
	text-indent:-9999px;
	float:left;
	margin:7px;
	margin-left:0;
	margin-bottom:6px;
	cursor:pointer;
}

#left { 
	height:10px;
	width:10px;
	background:url(left.jpg) no-repeat;
	text-indent:-9999px;
	float:right;
	margin:7px;
	margin-bottom:6px;
	cursor:pointer;
}

#right { 
	height:10px;
	width:10px;
	background:url(right.jpg) no-repeat;
	text-indent:-9999px;
	float:right;
	margin:7px;
/*	margin-left:0;		*/
	margin-bottom:6px;
	cursor:pointer;
}
	
div#up.deactivated { opacity:0.2; filter:alpha(opacity=20); cursor:default; }
div#down.deactivated { opacity:0.2; filter:alpha(opacity=20); cursor:default; }
div#right.deactivated { opacity:0.2; filter:alpha(opacity=20); cursor:default; }
div#left.deactivated { opacity:0.2; filter:alpha(opacity=20); cursor:default; }

#display_picture_container {
	position:absolute;
/*	top:0;				 
	left:0;				
	width:700px;
	height:400px;		*/
	top:0;
	left:0;
	width:400px;
	height:200px;
	padding-top:16px;
}

#display_picture {
	position:absolute;
/*	top:61px;			
	left:31px;			
	width:596px;
	height:330px;		*/
	top:500px;
	left:481px;
	width:680px;
	height:420px;
	background:#000;
	opacity:0.8; filter:alpha(opacity=80); 
	text-align:center;
	font-size:11px;
	padding-top:16px;
}
	
#display_picture_img {
	position:absolute;
/*	top:108px;			
	left:65px;			
	height:272px;
	width:530px;		*/
	top:548px;
	left:515px;
	height:272px;
	width:530px;
	cursor:pointer;
}




/* ================================================================ 

						PHOTO STYLE (TYPE 1)

=================================================================== */

/* ---  Overall Box Size  ---*/
/*#style1_gallery {width:600px; height:500px; position:relative; border:1px solid #ddd; background:#f8f8f8;}

/* ---  Right Box Size  ---*/
/*#gallery ul {list-style:none; padding:5px; margin:0; width:75px; float:right; height:330px; overflow:auto;}*/
/*#style1_gallery ul {list-style:none; padding:5px; margin:0; width:75px; float:right; height:330px; overflow:auto;}
#style1_gallery ul li {display:inline; width:60px; height:45px; float:left; margin:0 4px 4px 0; border:1px solid #444; cursor:pointer;}
#style1_gallery ul li img {display:block; width:60px; height:45px;}*/


/* ---  Text Box Size  ---*/
/*#style1_gallery ul li span {display:none; position:absolute; left:400px; top:400px; width:190px;font-family:verdana, arial, sans-serif; color:#06a; font-size:11px; line-height:15px; text-align:justify;}
#style1_gallery ul li span b {color:#444;}

/* required for IE5.x and IE6 to display the start image size correctly */
/*#style1_gallery ul li.click i img.default {margin:5px auto 0 auto; width:320px; height:240px; border:1px solid #fff;}

#style1_gallery ul li.off {display:none;}

#style1_gallery ul li.click {border-color:#fc0; background:#f8f8f8; cursor:default;}

#style1_gallery ul li.click i {position:absolute; left:0; top:0; width:510px; height:330px;}

#style1_gallery ul li.click i img {margin:5px auto 0 auto; width:510px; height:330px; border:1px solid #fff;}

#style1_gallery ul li.click span {display:block;}

*/

