body {
	background-image: url('../gfx/bgtile.gif');
	font: 62.5% "Lucida Grande", "Trebuchet MS", Verdana, sans-serif; /* Set 62.5% of size to get 1em to 10px */
	line-height: 2em;

}
#container {
	width: 925px;
	text-align: center;
	margin: auto;
}

h1 {
	font: 4em "Lucida Grande", "Trebuchet MS", Verdana, sans-serif;
	margin: 0.2em 0.2em 0.2em 0em;
	letter-spacing:-1px;
}
h2 {
	font: 3em "Lucida Grande", "Trebuchet MS", Verdana, sans-serif;
	letter-spacing:-1px;
}
h3 {
	font: 1.5em "Lucida Grande", "Trebuchet MS", Verdana, sans-serif;
	letter-spacing:-1px;
	margin-bottom: 0.5em;
}
a { color: blue; text-decoration: none; border-bottom: 1px dashed #4a4a4a; }
a:hover { border-bottom: 1px solid #5a007c; }
a img { border: none; }

#head {
	height: 65px;
}
#head h1 { cursor: pointer; }
#head #menu {
	text-align: right; 
}
#head #menu li {
	display: inline;
	position: relative;
	top: -53px;
}
#head #menu li a {
	border: 0px;
}

#img_roll {
	height: 100%;
}

.button {
	width:226px;
	float: left; 
	height:63px;
	font-size:24px;
	text-align:center;
}
.button a {
	display:block;
	border: 0px;
	color:#fff;
	width:226px;
	height:63px;
	background: url('../gfx/button.png');
	line-height:60px;
	text-shadow:#1b282c 2px 2px 0px;
	letter-spacing:-1px;
}
.button a:hover {
	border: 0px;
	background: url('../gfx/button_in.png');
	text-shadow:#3d0154 2px 2px 0px;	
}
#social { background: url('../gfx/social/share.png') no-repeat top left; padding-left: 20px; position: relative; left: -20px; display: block; float: right; text-align: right; }
#social li { display: inline; }
#social li a, #social li a img { border: none; }

p { margin-bottom: 2em; }
#latest {
	text-align: left;
	width: 831px; /*825px + 50 = 875px*/
	padding: 4.7em;
	padding-top: 2.5em;
	margin-bottom: 2em;
	background-image: url('../gfx/contentbg.gif');
}
#latest h2 { margin-bottom: 20px; }
#latest .image { border: 1px solid black; margin-bottom: 20px; }
#latest .imagethumb { float: left; margin: 5px; }
#latest .imagethumb a, #latest .imagethumb a img  { border: 0; }
#latest p { clear: left; font-size: 1.2em; }

#latest span.title { color: #4a4a4a; font-style: italic;}
#latest span.title:after { content: ":"; }

#archive { width: 925px; }
#archive div {
	height: 358px;
	width: 50%;
	float: left;
	color: #fff;
	text-align: left;
	margin-bottom: 6em;
}
#archive h2 {
	text-align: left;
	color: white;
	text-shadow:#3c3b3b 2px 2px 0px;
	margin-bottom: 1em;
	padding-left: 1.2em;
	background: url('../gfx/clock.png') no-repeat;
	background-position: 0px 5px;
}
#archive div img {
	border: 1px solid white;
	margin-bottom: 5px;
}
#archive div.right {
	text-align: right;
}
#archive div a {
	padding: 4px;
	border: 0px;
	background-color: #242424;
	color: #EEEEEE;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
#archive div a:hover {
	background-color: #FF005A;
}

#footer {
	clear: both;
	margin:auto;
	color: #fff;
}
#footer a {
	padding: 4px;
	border: 0px;
    background-color: #FF005A;
    color: #FFF;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}
#footer a:hover {
	background-color: #242424;
}


/* NEW Lightbox Integration */
#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; }
#jquery-lightbox a { 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;	
}

/* Facebook integration */

.wallkit_frame {
	color: black;
	background: transparent;
}

/* IE Hack to get transparent background */

* html #overlay{
	background-color: #000;
	back\ground-color: transparent;
	background-image: url(themes/darkflower/images/blank.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="themes/Chili-Light/images/overlay.png", sizingMethod="scale");
	}



/* MUST BE LAST IN FILE, WILL CRASH OTHER CSS IF ITS NOT */
.headtitle { letter-spacing : -1000em; }
/* Just for Opera, but hide from MacIE */
/*\*/html>body .headtitle { letter-spacing : normal; text-indent : -999em; overflow : hidden;}
/* End of hack */
.headtitle {
	width: 238px;
	height: 37px;
	background: url('../gfx/header.png') no-repeat;
}
