* {
margin: 0;
padding: 0;
}

body {
	margin: 0 auto;
	padding: 0;
	text-align: center;
	background: #fff url(images/header_bg.gif) repeat-x;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333;
}

h1, h2, h3 {
	font-weight: normal;
}

h1 {
	letter-spacing: -1px;
	font-size: 2.6em;
}

h2 {
	font-size: 1.8em;
}

h3 {
	margin-top: 1em;
	margin-bottom: .5em;
	font-size: 1.4em;
	color: #356aa0;
}

h4 {
	margin-top: .5em;
	font-size: 1em;
	color: #356aa0;
}

p, ul, ol {
	margin-bottom: 1em;
	line-height: 180%;
}

p {
}

blockquote {
	margin: 20px auto 0 auto;
	padding: 1em;
	width: 80%;
	border-top: 1px dotted #ccc;
	border-bottom: 1px dotted #ccc;
}

blockquote span{
	font-style: italic;
	font-weight: bold;
}

ul {
	list-style: none;
}

ol {
}

a {
	text-decoration: none;
	color: rgb(256,1,119);
}

a:hover {
	text-decoration: none;
	color: rgb(256,1,119);
	border-bottom: dotted 1px;
}

a.active {
	text-decoration: none;
	color: #333;
}

a.active:hover {
	text-decoration: none;
	color: #333;
	border-bottom: dotted 1px;
}

a.lightbox	{
	margin-right: 20px;
}

a.lightbox:hover,
a.lightbox:active,
a.lightbox:focus {
	text-decoration: none;
	border-bottom: none;
}

hr {
	display: none;
}

img {
	border: none;
}

img.left {
	float: left;
	margin: 0 15px 0 0;
}

img.right {
	float: left;
	margin: 0 0 0 15px;
}

img.img_lightbox {
	border: dotted 1px rgb(256,1,119);
	margin: 15px 0 15px 0;
	padding: 5px;
}

a:hover img.img_lightbox {
	border: dotted 1px #356aa0;
	text-decoration: none;
}

/* Page */

#page {
	width: 980px;
	margin: 0 auto;
	padding: 20px 0;
	text-align: left;
}

/* Header */

#header {
	width: 980px;
	height: 231px;
	margin: 0 auto;
	background: url(images/header_bg20k.gif) no-repeat right top;
}

#header h1 {
	float: left;
	margin-top: 20px;
	padding: 100px 190px 0 0;
	text-transform: lowercase;
	letter-spacing: -3px;
	font-size: 4.4em;
	color: #356aa0;
}

#header h1 span {
	color: rgb(256,1,119);
}

#header h2 {
	float: left;
	margin: 0 0 0 -190px;
	padding: 162px 0 0 0;
	text-transform: lowercase;
	font-size: 1em;
	font-weight: bold;
	color: #333333;
}

#header h1 a, #header h2 a {
	color: #356aa0;
	text-decoration: none;
	border: 0;
}

#header h1 a:hover {
	color: rgb(256,1,119);
	text-decoration: none;
	border: 0;
}

/* Content */

#content {
	float: right;
	width: 650px;
	margin-bottom: 20px;
}

.post {
	padding: 12px 50px;
	background: url(images/post_bg.gif) no-repeat;
}

.post .title {
	letter-spacing: -1px;
	font-size: 2.4em;
	color: #356aa0;
}

.post .meta {
	margin: 0 0 20px 0;
	padding: 0 0 20px 0;
	border-bottom: 1px dotted #ccc;
	line-height: normal;
	color: #999;
}

/* Sidebar */

#sidebar {
	float: left;
	width: 300px;
	color: #666;
}

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

#sidebar li {
	margin-bottom: 20px;
	padding: 20px 40px;
	background: url(images/li_bg.gif) no-repeat;
}

#sidebar li ul {
	line-height: 2em;
}

#sidebar li li {
	margin: 0;
	padding: 0;
	background: none;
	border-bottom: 1px dotted #ccc;
}

#sidebar h2 {
	margin-bottom: 10px;
	padding-top: 2px;
	text-transform: lowercase;
	letter-spacing: -1px;
	color: #356aa0;
}

/* Footer */

#footer {
	clear: both;
	padding: 30px 0;
	color: #666;
	background: #efefef url(images/footer_bg.gif) top repeat-x;
}

#footer p {
	margin: 0;
	padding: 10px 0 0 0;
	text-align: center;
	line-height: normal;
}

/* Forms */

form {
	margin: 0;
	padding: 0;
	border: none;
}

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

input, textarea {
	font: bold 1.2em "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #333;
}

label {
	display: block;
	margin: 18px 0 0 0;
	padding: 0;
	color: #333;
	font-weight: bold;
}

form input,
form textarea {
	display: block;
	margin: 0 0 8px 0;
	padding: 0;
	width: 218px;
	color: #333;
	background-color: #f6f6f6;
}

input.button {
	margin: 18px 0 0 0;
	display: block;
	width: 218px;
}

/* Lightbox */

#jquery-overlay {
position: absolute;
top: 0;
left: 0;
z-index: 90;
width: 100%;
height: 500px;
}
#jquery-lightbox {
position: absolute;
top: 0;
left: 0;
width: 100%;
z-index: 100;
text-align: center;
line-height: 0;
}
#jquery-lightbox a img { border: none; }
#lightbox-container-image-box {
position: relative;
background-color: #fff;
width: 250px;
height: 250px;
margin: 0 auto;
}
#lightbox-container-image { padding: 10px; }
#lightbox-loading {
position: absolute;
top: 40%;
left: 0%;
height: 25%;
width: 100%;
text-align: center;
line-height: 0;
}
#lightbox-nav {
position: absolute;
top: 0;
left: 0;
height: 100%;
width: 100%;
z-index: 10;
}
#lightbox-container-image-box > #lightbox-nav { left: 0; }
#lightbox-nav a { outline: none;}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
width: 49%;
height: 100%;
zoom: 1;
display: block;
}
#lightbox-nav-btnPrev { 
left: 0; 
float: left;
}
#lightbox-nav-btnNext { 
right: 0; 
float: right;
}
#lightbox-container-image-data-box {
font: 10px Verdana, Helvetica, sans-serif;
background-color: #fff;
margin: 0 auto;
line-height: 1.4em;
overflow: auto;
width: 100%;
padding: 0 10px 0;
}
#lightbox-container-image-data {
padding: 0 10px; 
color: #666; 
}
#lightbox-container-image-data #lightbox-image-details { 
width: 70%; 
float: left; 
text-align: left; 
}	
#lightbox-image-details-caption { font-weight: bold; }
#lightbox-image-details-currentNumber {
display: block; 
clear: left; 
padding-bottom: 1.0em;	
}			
#lightbox-secNav-btnClose {
width: 66px; 
float: right;
padding-bottom: 0.7em;	
}
#lightbox-container-image-data-box a,
#lightbox-container-image-data-box a img {
border: none;
text-decoration: none;
}