body {
	margin: 0px;
	padding: 0;
	background: #6E699A url(images/img01.gif) repeat-x left top;
	text-align: justify;
	font-family:  Tahoma, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #696969;
}
h1, h2, h3 {
	margin-top: 0;
}
h1 {
	font-size: 1.6em;
	font-weight: normal;
}
h2 {
	font-size: 1.6em;
}
h3 {
	font-size: 1em;
}
ul {
}
a {
	text-decoration: none;
	color: #696969;
}
a:hover {
	border-bottom: none;
}
a img {
	border: none;
}
img.left {
	float: left;
	margin: 0 20px 0 0;
}
img.right {
	float: right;
	margin: 0 0 0 20px;
}
#header-wrapper {
	width: 100%;
	height: 72px;
}
#header {
	width: 960px;
	margin: 0 auto;
	height: 72px;
}
/* Header */

#logo {
	width: 960px;
	height: 70px;
	margin: 0 auto;
	text-align: left;
}
#logo h1, #logo p {
	margin: 0;
	padding-left: 100px;
	color: #FFFFFF;
}
#logo span {
	color: #F0F0FF;
}
#logo img {
	vertical-align: middle;
	float: left;
}
#logo h1 {
	padding: 25px 0 0 0;
	font-weight: normal;
	font-size: 4.2em;
}
#logo p {
	padding: 4px 0 0 3px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 40px;
	color: #F0F0FF;
	text-align: right;
}
#logo a {
	border: none;
	text-decoration: none;
	color: #F0F0FF;
}
/* Menu */

#menu-wrapper {
}
#menu {
	width: 920px;
	margin: 0 auto;
	height: 54px;
	padding: 0px 0px;
	background: url(images/img02.gif) repeat-x left top;
}
#menu ul {
	margin: 0px 0px 0px 0px;
	padding: 10px 0px 0px 0px;
	list-style: none;
}
#menu li {
	float: right;
	display: inline;
}
#menu a {
	height: 30px;
	margin: 0;
	padding: 0px 30px;
	text-decoration: none;
	text-transform: capitalize;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #FF5050;
}
#menu a:hover {
	color: #FFFFFF;
}
#menu .current_page_item a {
	background: #F49A73;
	color: #2E0815;
}
/* Wrapper */

#wrapper {
	width: 100%;
	margin: 0px;
	padding: 0px;
}
/* Page */
#pagemono {
	width: 960px;
	margin: 0px auto;
	padding: 0px;
	background: #FFFFFF url(images/img03-a.gif) repeat-y left top;
}

#page {
	width: 960px;
	margin: 0px auto;
	padding: 0px;
	background: #FFFFFF url(images/img03-a.gif) repeat-y left top;
}
#page a {
	font-weight: bold;
}
#page-bgtop {
}
#page-bgbtm {
	padding: 0px 0px;
}
/* Latest Post */

#latest-post {
	padding: 20px;
	border: 1px solid #E7E7E7;
}
/* Content */
#content-mono {
	width: 940px;
	margin: auto;
	padding: 10px 0px 0px 10px;
}

#content-left {
	float:left;
	width: 660px;
    height: 400px;
	margin: 10px 10px 20px 20px;
}
#content {
	float:right;
	width: 660px;
    height: 600px;
	margin: 0px 0px 20px 0px;
}
.post {
	padding-bottom: 15px;
	line-height: 200%;
	background: url(images/img04.gif) repeat-x left bottom;
}
.post h1 {
	font-weight: normal;
}
.title {
	margin: 0;
	padding: 30px 0 4px 0px;
	text-transform: lowercase;
	font-family: "Trebuchet MS", Georgia, "Times New Roman", Times, serif;
	font-size: 30px;
	font-weight: normal;
}
.title a {
	border-bottom: none;
	color: #454545;
}
.byline {
	margin: -4px 0px 20px 0px;
	padding: 4px 2px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.byline a {
	color: #666666;
}
.tag {
    padding: 0 15px;
}
.entry {
	padding: 0px 0px;
}
.links {
	width: 80px;
	height: 33px;
	text-align: right;
	font-weight: bold;
}
.links a {
	display: block;
	height: 25px;
	padding-top: 8px;
	text-align: left;
}
.links a:hover {
}
.prev {
	width: 220px;
	height: 200px;
	float: left;
	margin-left:0px;
	margin-right:0px;
	text-align: center;
}
/* Sidebars */

#sidebar1 {
	float: left;
	width: 210px;
}
#sidebar2 {
	float: left;
	width: 210px;
}
.sidebar {
	float: left;
	padding-top: 24px;
	color: #595959;
}
.sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.sidebar li {
	padding: 0 0 30px 0;
	text-transform: capitalize;
}
.sidebar li ul {
	background: none;
	padding-bottom: 20px;
}
.sidebar li li {
	margin: 0px 15px;
	padding: 8px 0px;
	background: url(images/img04.gif) repeat-x left bottom;
}
.sidebar li h2 {
	height: 26px;
	margin: 0 0 0 0;
	padding: 14px 15px 14px 15px;
	text-transform: capitalize;
	font-size: 22px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #454545;
}
.sidebar h2 a {
	padding-left: 0px;

}
.sidebar a {
	padding-left: 35px;
}
.sidebar a:hover {
	color: #6060E0
}
/* Footer */

#footer-wrapper {
	width: 100%;
	height: 100px;
}
#footer {
	width: 920px;
	height: 100px;
	margin: 0 auto;
	padding: 0 20px;
	background: #6E699A;
}
#footer p {
	margin: 0;
	padding: 40px 0 0 0;
	text-align: center;
	text-transform: uppercase;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #999999;
}
#footer a {
	float: right;
	color: #EDE7DB;
}
#footer .link {
}
#footer .copyright {
}
/* LIGHT BOX */


#lightbox {
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}
#lightbox img {
	width: auto;
	height: auto;
}
#lightbox a img {
	border: none;
}
#outerImageContainer {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: -50px auto;
}
#imageContainer {
	padding: 5px;
}
#loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#hoverNav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#imageContainer>#hoverNav {
	left: 0;
}
#hoverNav a {
	outline: none;
}
#prevLink, #nextLink {
	width: 49%;
	height: 100%;
	background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */
	display: block;
}
#prevLink {
	left: 0;
	float: left;
}
#nextLink {
	right: 0;
	float: right;
}
#prevLink:hover, #prevLink:visited:hover {
	background: url(images/prevlabel.gif) left 15% no-repeat;
}
#nextLink:hover, #nextLink:visited:hover {
	background: url(images/nextlabel.gif) right 15% no-repeat;
}
#imageDataContainer {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 50px auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
}
#imageData {
	padding:0 10px;
	color: #666;
}
#imageData #imageDetails {
	width: 70%;
	float: left;
	text-align: left;
}
#imageData #caption {
	font-weight: bold;
}
#imageData #numberDisplay {
	display: block;
	clear: left;
	padding-bottom: 1.0em;
}
#imageData #bottomNavClose {
	width: 66px;
	float: right;
	padding-bottom: 0.7em;
	outline: none;
}
#overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
}
