/* Header
----------------------------------------------- */

body {
	padding: 0;
	margin: 100px auto 0 auto;
	background: #fff;
	color: #6B6266;
	font:  normal 11px/18px arial, verdana, sans-serif;
	background: #FFFFFF url(../image/bginside.jpg) 50% top repeat-x;
	text-align: center;
}



p {
	margin: 12px 0 0 0;
	padding: 0;
	
}

#header {
	width: 858px;
	height: 55px;
	margin: 0 auto;
	text-align: left;
}

#logo {
	width: 464px;
	height: 55px;
	float: left;
}

#search {
	width: 388px;
	margin: 12px 0 0 0;
	float: left;
}

#footer {
	width: 878px;
	height: 138px;
	margin: 0 auto;
	text-align: left;
	background: url(../image/footer_bg.jpg) 50% top repeat-x;
}

#footer .content {
	padding: 25px 0 0 35px;
}

/* Structure
----------------------------------------------- */

#container {
	width: 848px;
	margin: 0 auto;
	text-align: left;
}

#left {
	float: left;
	width: 460px;
	min-height: 651px;
	margin: 3px 0 0 0;
}

#left DIV.contenthp1 {
	width: 410px;
	height: 199px;
	padding: 20px 20px 20px 20px;
}

* html #left DIV.contenthp1 { /* IE 5.* FIX */
	width: 450px; 
	w\idth: 410px;
	height: 239px;
	hei\ght: 199px;
	padding: 20px 20px 20px 20px;
}

#left DIV.contenthp2 {
	width: 410px;
	padding: 20px;
}

* html #left DIV.contenthp2 { /* IE 5.* FIX */
	width: 450px; 
	w\idth: 410px;
	padding: 20px;
}

#right {
	float: right;
	width: 388px;
}

#featurehp {
	width: 388px;
	height: 288px;
	/*background: url(../gfx/temp_feature.gif) no-repeat;*/
	float: none;
}

#right1 {
	width: 388px;
	min-height: 408px;
	float: left;
}

#right2 {
	width: 181px;
	min-height: 408px;
	float: left;
}

.rcontent {
	width: auto;
	padding: 15px 20px 20px 15px;
}

.lcontent {
	width: auto;
	padding: 20px;
}

.lcontent img {
	border: 0;
	margin: 0px 8px 4px -3px;
	float: left;
}

#sectionimage {
	margin: 3px 0 0 0;
}

#sectionimage div { width: 207px; height: 244px; }
#sectionimage div.news { background: url(../image/temp_news.gif); }


/* Navigation
----------------------------------------------- */

#nav {
	width: 460px;
	height: 18px;
	background: url(../image/nav_bg.gif) 50% top no-repeat;
	padding: 23px 0 0 0;
	float: left;
}

* html div #nav { /* IE 5.* FIX */
	height: 41px;
	hei\ght: 18px;
	padding: 23px 0 0 0;
}

#nav a {
	color: #382D32;
	text-decoration: none;
	padding: 2px 5px;
	line-height: 18px;
}

#nav a:hover {
	color: #FFFFFF;
	background-color: #382D32;
	
}

#nav a.selected {
	color: #FFFFFF;
	background-color: #382D32;
}

/* Search
----------------------------------------------- */


/* Headings
----------------------------------------------- */

h2 {
	color: #515151;
	font: normal 200%/1 arial, verdana, sans-serif;
	letter-spacing: -1px;
	padding: 0;
	margin: 0;
}

h3 {
	color: #C64118;
	font: normal 200%/1 arial, verdana, sans-serif;
	letter-spacing: -1px;
	padding: 0;
	margin: 0;
}

h3.grey {
	color: #515151;
}

h4 {
	color: #515151;
	font: bold 110%/1 arial, verdana, sans-serif;
	padding: 0;
	margin: 0;
}

h4.pink {
	color: #C64118;
	font: bold 110%/1 arial, verdana, sans-serif;
	padding: 0;
	margin: 0;
}

h4 em {
	color: #C64118;
	font-style: normal;
}

#titlebar1 {
	width: auto;
	background: url(../image/title_bar_bg1.gif) top right repeat-x;
	padding: 5px 0 0 0;
}

#titlebar2 {
	width: auto;
	background: url(../image/title_bar_bg2.gif) top right repeat-x;
	padding: 0;
}

#titlebar3 {
	width: auto;
	background: url(../image/title_bar_bg2.gif) top left repeat-x;
	padding: 0;
}

#blankbar {
	width: auto;
	background: url(../image/title_bar_bg2.gif) top left repeat-x;
	padding: 0;
}

#titlebar4 {
	width: auto;
	padding: 0;
	margin: 23px 0 0 0;
}

.titlebar {
	width: auto;
	background: url(../image/title_bar_bg2.gif) top left repeat-x;
	padding: 0;	
}


span.title {
	color: #FFFFFF;
	background-color: #382D32;
	text-decoration: none;
	padding: 2px 5px 3px 5px;
	/*border-bottom:2px solid #EB1692; */
	
	
}


/* Lists
----------------------------------------------- */

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

ul li {
	padding: 0 0 0 20px;
	background: url(../image/bullet01.gif) top left no-repeat;
}

/* Forms
----------------------------------------------- */

input.input {
	color: #6B6266;
	font:  normal 11px/18px arial, verdana, sans-serif;
	background: #DBDADA;
	border: 0;
	height: 18px;
	margin: 0;
	padding: 0 0 0 3px;
}

input.submit {
	color: #FFFFFF;
	font:  normal 11px/18px arial, verdana, sans-serif;
	background: #382D32;
	border: 0;
	height: 18px;
	padding: 0 0 2px 0;
	margin: 0;
	cursor:pointer;cursor:hand
}

div.input {
	background: #DBDADA;
	width: auto;
	height: 20px;
	float: left;
}

div.submit {
	background: #382D32;
	width: auto;
	height: 20px;
	float: left;
}

TD.input input {
	color: #6B6266;
	font:  normal 11px/18px arial, verdana, sans-serif;
	border: 1px solid #DBDADA;
	padding: 3px;
}

TD.input textarea {
	color: #6B6266;
	font:  normal 11px/18px arial, verdana, sans-serif;
	border: 1px solid #DBDADA;
	padding: 3px;
}

TD.submit input {
	color: #FFFFFF;
	font:  normal 11px/18px arial, verdana, sans-serif;
	background: #382D32;
	border: 0;
	height: 18px;
	padding: 0 0 2px 0;
	margin: 0;
}

/* Links
----------------------------------------------- */
/*testing color consistency...
a { color: #6B6266; }
a:hover { color: #EB1692; text-decoration: none; }
p a {	color: #6B6266; }
p a:hover {	color: #333333; text-decoration: none; }
span.pink a { color: #EB1692; }
span.pink a:hover { color: #000000; text-decoration: none; padding-right: 2px; }
h3 a { color: #515151; text-decoration: none; }
h3 a:hover { color: #EB1692; }
*/
a.bg  { color: #333333; background: #F1F1F1; }
a.bg:hover  { color: #C64118; background: #F1F1F1; }
li a { color: #333333; background: #F1F1F1; }
a { color: #C64118;}
a:hover { color: #C64118; text-decoration: none; }
p a {	/*color: #EB1692;*/color: #333333; }
p a:hover {	color: #333333; text-decoration: none; }
span.pink a { color: #C64118; background: #F1F1F1}
span.pink a:hover { color: #000000; text-decoration: none; padding-right: 2px; background: #F1F1F1}
h3 a { color: #515151; text-decoration: none;}
h3 a:hover { color: #C64118; }
/* Misc
----------------------------------------------- */
span.pink { color: #C64118; }

hr {
	margin: 10px 0;;
	padding: 0;
}

p em {
	font-style: normal;
	color: #C64118;
}

.p {
	padding: 1px 0px;
	font:  normal 11px/15px arial, verdana, sans-serif;
	/*background: #F1F1F1;*/
}

ol li.comment {
	margin: 0 0 16px 0;;
	padding: 0;
	background: #FFFFFF;
}

div.comment {
	width: auto;
	padding: 0;
	margin: 5px 0;
	background: #F1F1F1;
}

hr {
	width: 100%;
	color: #E8E8E8;
	background-color: #E8E8E8;
	height: 1px;
	border: 0;
	margin: 13px 0;
}

/* COLOUR SUMMARY

Grey Body Text		#6B6266
Grey Headings		#515151
Pink Elements		#EB1692

----------------------------------------------- */

div#flickrimg {
	margin: 0;
	padding: 0;
	position: relative;
}

div#flickrimg a img {
	border: 0px;
	padding: 2px;
	margin: 3px 3px 1px 3px;
	width: 65px;
	height: 65px;
	background-color: transparent;
	border: 1px solid #ccc;
	opacity: .6;
}

div#flickrimg a:hover img {
	background-color: #F5873D;
	background-image: url("http://www.kylestauffer.com/images/blogpics/flickr_box.png");
	border: 1px solid #F5873D;
	opacity: 1;
}

#lightbox{
	background-color:#eee;
	padding: 10px;
	border-bottom: 2px solid #666;
	border-right: 2px solid #666;
	}
#lightboxDetails{
	font-size: 0.8em;
	padding-top: 0.4em;
	}	
#lightboxCaption{ float: left; }
#keyboardMsg{ float: right; }
#closeButton{ top: 5px; right: 5px; }

#lightbox img{ border: none; clear: both;} 
#overlay img{ border: none; }

#overlay{ background-image: url(../overlay.png); }

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

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