@import url(normalise08.css);
@import url(type08.css);
@import url(e08.css);

/*****normalise css*****/

/* --Normalise margin and padding-- */
html, body, div, dl, dt, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, input, p, blockquote, th, td, img, fieldset, legend {
 margin: 0;
 padding: 0;
}

/* --Normalise font size for headers-- */
h1, h2, h3, h4, h5, h6 {
 font-size: 100%;
}

/* --Remove all list styles-- */
ol, ul {
 list-style: none;
}

/* --Normalise font-style and font-weight to normal-- */
address, caption, cite, code, dfn, em, strong, th, var, h1, h2, h3, h4, h5, h6, legend {
 font-style: normal;
 font-weight: normal;
}

/* --Remove focus/active border from links --*/
a:active { outline: 0; }
a:hover { outline: 0; }
a:focus { outline: 0; }


/****e08.css****/

html {
 margin: 0;
 padding: 0;
 height: 100%; 
 background: #A7A453 url(../img/bg_gradient.png) repeat-x;
}

body {
 margin: 0;
 padding: 0px;
}

h1 {
 position: relative;
 float: left;  
 height: 130px;
 width:	225px; 
 background: url(../img/h1.png) no-repeat;
}


/*** Navigation ***/

#navigation {
 position: relative;
 width: 800px;
 margin: 0 auto; 
}

ul#nav { 
 position: relative; 
 float: left;
 margin: 55px 0 0 50px;
 padding: 0;
 width: 450px;
}

ul#nav li {
 float: left;
 margin: 0 15px 0 0;
}

ul#nav  a {
 float: left;  
 height: 52px;
}

li#nav_hme { background: url(../img/nav_home.png) no-repeat;  width: 81px;  height: 52px; background-position: -143px 0; }
li#nav_str { background: url(../img/nav_stories.png) no-repeat;  width: 108px;  height: 52px; background-position: -196px 0; }
li#nav_pht { background: url(../img/nav_photos.png) no-repeat;  width: 95px;  height: 52px; background-position: -188px 0; }
li#nav_dis { background: url(../img/nav_discuss.png) no-repeat;  width: 100px;  height: 52px; background-position: -201px 0; }

#nav_hme a { background: url(../img/nav_home.png) no-repeat;  width: 81px;  height: 52px; background-position: -143px 0; }
#nav_hme a:hover { background: url(../img/nav_home.png) no-repeat;  width: 81px;  height: 52px; background-position: -71px 0;}
#body_hme #nav_hme a{ background: url(../img/nav_home.png) no-repeat;  width: 81px;  height: 52px; background-position: 0 0;}

#nav_str a {background: url(../img/nav_stories.png) no-repeat;  width: 108px;  height: 52px; background-position: -196px 0; }
#nav_str a:hover { background: url(../img/nav_stories.png) no-repeat;  width: 108px;  height: 52px; background-position: -98px 0;}
#body_str #nav_str a{ background: url(../img/nav_stories.png) no-repeat;  width: 108px;  height: 52px; background-position: 0 0;}

#nav_pht a { background: url(../img/nav_photos.png) no-repeat;  width: 95px;  height: 52px; background-position: -188px 0; }
#nav_pht a:hover { background: url(../img/nav_photos.png) no-repeat;  width: 95px;  height: 52px; background-position: -94px 0;}
#body_pht #nav_pht a{ background: url(../img/nav_photos.png) no-repeat;  width: 95px;  height: 52px; background-position: 0 0;}

#nav_dis a {  background: url(../img/nav_discuss.png) no-repeat;  width: 100px;  height: 52px; background-position: -201px 0; }
#nav_dis a:hover { background: url(../img/nav_discuss.png) no-repeat;  width: 100px;  height: 52px; background-position: -100px 0;}
#body_dis #nav_dis a{ background: url(../img/nav_discuss.png) no-repeat;  width: 100px;  height: 52px; background-position: 0 0;}

#blog_login {
 position: absolute;
 top: 10px;
 right: 0px;
 
}

/*** Navigation End***/

#location {
  background: url(../img/location.png) center top no-repeat;
  position: absolute;
  top: 170px;
  left: 0;
  height: 260px;  
  text-indent: -1000em;
  width: 100%;  
  z-index: 1;
}

/***Content***/

#content a:link { color: #474531; border-bottom: dotted #474531 1px; }
#content a:visited { color: #474531; border-bottom: dotted #474531 1px;}
#content a:hover { color: #474531; border-bottom: solid #474531 1px; font-weight: bold; }

#content {
 position: relative; 
 clear: both;
 top: 220px; 
 width: 800px;
 margin: 0 auto; 
 z-index: 5; 
}

ul.photos img { 
 margin: 0 auto 15px auto;
 padding: 5px 5px 5px 5px;
 background: #fff;
 border: 1px solid #ccc; 
}

ul.photos { 
 position: relative; 
 float: left; 
 padding: 10px 10px 10px 26px;
 width: 764px; 
 background: #E5E4D6;
}

ul.photos li {
 float: left;
 margin: 0 15px 0 0;
}

ul#stories {
 position: relative;
 background: #E5E4D6;
}

ul#stories li {
 border-top: solid #B5B081 1px;
}

ul#stories li p {
 padding: 20px 30px 20px 30px !important;
 width: 740px !important; 
 font-weight: bold;
}

ul#stories li.stories_back_one p {
 background-color: #EDEBD6 !important; 
}

ul#stories li.stories_back_two p {
 background-color: #F4F3ED !important;
}

/**** End Content ****/


/**** Blog Content *****/

fieldset {
 background: #E5E4D6;
 border: none;
 border-top: solid #B5B081 1px;
 border-bottom: solid #B5B081 1px;
}

fieldset ol { 
 list-style: none;
 padding: 20px 20px 20px 20px; 
}

fieldset li {
 padding-bottom: 1em;
}

label { 
 margin-left: 1em;
 text-align: left;
 padding-top: 0.2em;
 font-weight: bold;
}

input.text { 
 width: 250px;
}

.post {
 clear: both;
 border-top: solid gray 1px; 
 padding: 1.5em 0 0 0; 
}

.trans {
 background-color: transparent !important;
 padding: 0 !important;  
}

.postnav {
 position: relative;
 background: transparent !important;
 width: 800px;
 text-align: center !important;
 padding: 0 0 20px 0 !important;
 display: block !important;
}

.navleft {
position: absolute;
top:0;
left:0;
padding-bottom: 20px;
}

.navright {
position: absolute;
top:0;
right:0;
padding-bottom: 20px;
}

#body_hme #content img { 
 float: right;
 margin: 0 auto 20px 20px;
 padding: 5px 5px 5px 5px;
 background: #fff;
 border: 1px solid #ccc; 
}

 /***** End of Blog Content ******/
 
 
 /****type08.css*****/
html { 
 text-align: center;  
}

body { 
 text-align: left;   
 font-family: Georgia, Arial, Verdana, Sans-Serif;
 font-size: 10pt;
 color: #474531;
}

h1 { /*Main Title*/
 text-indent: -9999px;   
}

h1 a {
 display: block;
 width: 225px;
 height: 130px;
}

h2 { /*Conference Tag*/
/***Apply no background color to this***/
}

h3 { /*Content Box Title*/ 
 color: #D2D0A7;
 font-size: 22pt;
 background-color: #84825B; 
 width: 790px; 
 line-height: 35px; 
 padding: 5px 5px 5px 5px; 
 font-weight: bold; 
 border-top: solid #605E43 1px;
 border-bottom: solid #D2D0A7 2px;  
}

h3 a:link { color: #D2D0A7 !important; border: 0 !important; }
h3 a:visited { color: #D2D0A7 !important; border: 0 !important; }
h3 a:hover { color: #B7AE58 !important; border: 0 !important; }

h4 { /*Blog Comment Title*/
 background: #E5E4D6; 
 padding: 25px 0 20px 10px;
 font-size: 14pt;
 font-weight: bold;
}

h4 a:link { color: #474531; border-bottom: solid #474531 1px; }
h4 a:visited { color: #474531; border-bottom: solid #474531 1px; }
h4 a:hover { color: #B7AE58; border-bottom: solid #B7AE58 1px; font-weight: bold; }

h5 { /*Content Box Footer*/
 color: #D2D0A7;
 font-size: 8pt;
 background-color: #84825B; 
 width: 790px; 
 margin-bottom: 30px;
 padding: 5px 5px 5px 5px;
 border-top: solid #D2D0A7 2px;
 border-bottom: solid #605E43 1px;
 font-style: italic; 
}

h6 { /*Forum breadcrumb*/
 margin: 0 0 10px 0;
 font-size: 12pt; 
}

.post_comment {
 font-size: 14pt;
 font-weight: bold; 
}

ul#nav {
 text-indent: -9999px;
}

#content p {
 background: #E5E4D6;
 width: 780px;
 padding: 10px 10px 5px 10px;
 line-height: 1.6em;
}

#blog_login {
 font-size: 7pt;
 font-family: verdana;
 line-height: 20px; 
 color: #84825B;
 text-align: center;
 background-color: #E8E7D3;
 padding: 0 5px 0 5px;  
}

ul.comments li {
 border-top: solid #B5B081 1px;
}

ul.comments li p {
 padding: 0 30px 20px 30px !important;
 width: 740px !important;
 
}

ul.comments li.comment_back_one p {
 background-color: #EDEBD6 !important; 
}

ul.comments li.comment_back_two p {
 background-color: #F4F3ED !important;
}

ul.comments li p.cite {
 padding-top: 20px !important;
 font-weight: bold; 
}

.time_stamp {
 font-weight: normal;
 font-style: italic; 
 font-size: 8pt; 
}

.post_author { 
 background-color: #D2D0A7 !important;
 font-size: 8pt;
 border-top: solid #B5B081 1px;
 border-bottom: solid #B5B081 1px;  
 padding: 5px 10px 5px 10px !important;
}

.post_author a:link {  color: #776E30; border-bottom: dotted #776E30 1px;}
.post_author a:visited {  color: #776E30; border-bottom: dotted #776E30 1px;}
.post_author a:hover {  color: #B7AE58; border-bottom: solid #B7AE58; 1px;}


#blog_login a {
 text-decoration: none;
 color: #84825B; 
}

#content a {
 text-decoration: none;
}

ul.comments li p.author_posts_title { /*Author Post Title*/ 
 font-size: 14pt;
 font-weight: bold;
 padding-top: 15px !important;
}

ul.comments li p.author_posts_title a:link { color: #474531; border-bottom: dotted #474531 1px; }
ul.comments li p.author_posts_title a:visited { color: #474531; border-bottom: dotted #474531 1px;}
ul.comments li p.author_posts_title a:hover { color: #B7AE58; border-bottom: solid #B7AE58 1px; font-weight: bold;}

.postnav a:link { border-bottom: dotted #474531 1px; }
.postnav a:visited { border-bottom: dotted #474531 1px; }
.postnav a:hover { border-bottom: solid #B7AE58 1px; font-weight: bold; }

#body_str #content img.inline {
	background:#FFFFFF none repeat scroll 0 0;
	border:1px solid #CCCCCC;
	float:right;
	margin:0 auto 10px 20px;
	padding:5px;
}

#body_str #content img.inlinefloatleft {
	background:#FFFFFF none repeat scroll 0 0;
	border:1px solid #CCCCCC;
	float:left;
	margin:0 20px 10px auto;
	padding:5px;
}


/* jqModal */
	
.jqmWindow {
    display: none;    
    position: fixed;
    top: 17%;
    left: 50%;    
    margin-left: -300px;
    width: 600px;    
    color: #333;  
    padding: 12px;
}

.jqmOverlay { background-color: #000; }


.jqmWindow .b {
  background:url('../img/b.png');
}

.jqmWindow .tl {
  background:url('../img/tl.png');
}

.jqmWindow .tr {
  background:url('../img/tr.png');
}

.jqmWindow .bl {
  background:url('../img/bl.png');
}

.jqmWindow .br {
  background:url('../img/br.png');
}

.jqmWindow .popup {
  position: relative;
}

.jqmWindow table {
  border-collapse: collapse;
}

.jqmWindow td {
  border-bottom: 0;
  padding: 0;
}

.jqmWindow .body {
  padding: 10px;
  background: #fff;
  width: 560px;
  
  text-align: center;
}

.jqmWindow .body h2 {
	font-size: 32px;
	margin: 0;
	font-weight: bold;
}

.jqmWindow .body h1 {  
	display: block;
	float:left;
	width:	344px; 
	height: 79px; 
	background: url(../img/ben-logo.jpg) no-repeat;  
	margin-left: 110px;
	margin-bottom: 20px;
}


.jqmWindow .body h1 a:visited {
	display: block;
	width: 100%;
	height: 100%; 
	text-indent: -9999px;
	border: 0;
}

.jqmWindow .body p {
	margin: 10px;
	font-size: 18px;
	clear: both;
}

.jqmWindow .image {
  text-align: center;
}

#information img {
  border: 0;
  margin: 0;
}

.jqmWindow .footer {
  border-top: 1px solid #DDDDDD;
  padding-top: 5px;
  margin-top: 10px;
  text-align: right;
}

.jqmWindow .footer img {
  vertical-align: middle;
}

.jqmWindow .tl, .jqmWindow .tr, .jqmWindow .bl, .jqmWindow .br {
  height: 10px;
  width: 10px;
  overflow: hidden;
  padding: 0;
}

div#archive {
	position: absolute;
	top: 0;
	left: 0;
	width: 130px;
	height: 130px;
	background: url('../img/archive.png') no-repeat;
	z-index: 1;
}