html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

body { font: 12px/1.5 "HelveticaNeue-Light", "HelveticaNeue", Helvetica, Arial, sans-serif; }

h1, h2, h3, h4 { margin: 0 0 18px 0; }
h1 { font-size: 24px; font-weight: normal; color: #933;}
h2 { font-size: 18px; font-weight: normal; color: #933; }
h3 { font-size: 12px; font-weight: bold; color: #933; }
h4 { font-size: 12px; font-weight: normal; font-style: italic; color: #933; }

a { color: #000; }
	a:link, a:visited { text-decoration: none; }
	a:hover, a:active { text-decoration: none; }
	a img { border: none; }
/*
.image-left { display: inline; float: left; margin: 0 18px 18px 0; }
.image-right { display: inline; float: right; margin: 0 0 18px 18px; }
*/
p { margin: 0 0 18px 0; }

ul, ol { margin: 0 0 18px 18px; }
ul { list-style: disc; }
	ul.disc { list-style-type: disc; }
	ul.circle { list-style-type: circle; }
	ul.square { list-style-type: square; }
ol { list-style: decimal; }
	ol.arabic-numbers { list-style-type: decimal; }
	ol.upper-alpha { list-style-type: upper-alpha; }
	ol.lower-alpha { list-style-type: lower-alpha; }
	ol.upper-roman { list-style-type: upper-roman; }
	ol.lower-roman { list-style-type: lower-roman; }

strong { font-weight: bold; }

blockquote, q { quotes: none; }
blockquote{ border-left: 1px solid #CCC; margin: 0 0 0 18px; padding: 0 18px; font-style: italic; }

ins {
	font-style: italic;
	font-weight: bold;
}
del { text-decoration: line-through; }

:focus { outline: 0; }


/* Layout */

#header, #menu, #content-wrapper, #footer { position: relative; margin: 0 auto; }

/* Header */

#header { padding: 36px 0 72px 0; }
	#title, #slogan { margin: 0; padding: 0; line-height: 1.25em; }
	#title { font-weight: bold; }
	#slogan { font-weight: bold; }

/* Content */

#content-wrapper {
	padding: 36px 0;
	position: relative;
	z-index: 1;
}
#content-wrapper:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
#content { float: left; margin: 36px 0 0 0; }

	h1#page-title { margin: 0; }

	#breadcrumbs{ height: 18px; }
	#breadcrumbs ul {
		background: #F5F5F5 url(images/icon-home.png) 10px 50% no-repeat;
		display: inline;
		float: left;
		margin: 0px 0 0 0;
		padding: 3px 3px 3px 25px;		
		-webkit-border-radius: 4px;
		-moz-border-radius: 4px;
	}
	#breadcrumbs ul li {
		background: transparent url(images/icon-arrow.png) right center no-repeat;
		display: inline;
		margin-right: 10px;
		padding-right: 10px;
	}
	#breadcrumbs ul li a { text-decoration: none; }

	#page-image{
		background-color: #FFF;
		background-repeat: no-repeat;
		background-position: 0 0;
		height: 200px;
		margin: 36px 0 0 0;
		float: left;
		width: 100%;
	}
	
	
/* Sidebar */
/* 	
#sidebar {
	float: right;
	margin: 36px 0 0 0;
	padding: 18px;
	width: 140px;
}
 */
/*		#menu-wrapper {
		border-bottom: 1px dashed #CCC;
		position: relative;
		z-index: 2;
	}
	
	#menu { height: 36px; }		
		#menu ul {
			left: 0;
			list-style: none;
			margin: 0 0 0 0;
			padding: 0;		
			position: relative;
		}
			#menu ul li { display: block; float: left; margin-right: 3px; }
				#menu ul li a {
					background: #606060 url(images/menu-shadow.png) bottom repeat-x;
					display: block;
					height: 36px;
					padding: 0 30px;

					line-height: 36px;
					text-decoration: none;
				}
				#menu ul li a.current, #menu ul li a.current-ancestor { background-image: url(images/menu-gradient.png); opacity: 1 !important; }
				
				#menu ul ul {
					display: none;
					left: 0;
					margin: 0;
					position: absolute;
					top: 36px;
				}
				#menu > ul > li.current > ul, #menu > ul > li.current-ancestor > ul { display: block; }
					#menu ul ul li { position: relative; margin-right: 0; }
						#menu ul ul li a {
							padding: 0 18px;
						
							font-size: 12px;

							border-radius: 0;
							-moz-border-radius: 0;
							-webkit-border-radius: 0;
						}
						#menu ul ul li a.current, #menu ul ul li a.current-ancestor{ background-image: none; }
						#menu ul ul li a.parent { background: url(images/icon-arrow-down.png) right no-repeat; }
						
						#menu ul ul ul{ position: absolute; top: 36px; left: 0; width: 200px; }
						#menu ul ul li:hover > ul { display: block; }
							#menu ul ul ul li { display: block; float: left; }
							#menu ul ul ul li:last-child > a { border-bottom: 1px dashed #CCC; }
								#menu ul ul ul li a {
									display: block;
									height: auto;
									line-height: 18px;
									padding: 9px 18px;
									width: 164px;
								}
								#menu ul ul ul li a.parent { background-position: 180px 50%; background-image: url(images/icon-arrow.png); }
								
								#menu ul ul ul ul { top: 0; left: 200px; opacity: 1; }

*/
	#search {
		margin: -18px -18px 18px -18px;
		padding: 18px;
		width: 250px;
	}
		#search input { vertical-align: middle; }
		#search input.text { width: 210px; margin-right: 5px; }
		

/* Footer */

#footer-wrapper { padding: 9px 0; background-color: #ffffCC; }

#footer{ text-align: center; }


/* RW Layout Styles */

/* Layout Width  */
#header, #menu, #menu ul ul, #content-wrapper,#footer{ width: 970px; }
#content{ width: 770px; } /* 970 - 200px ( 170 + 10 + 10 + 10 ) */

/* Layout Font Family */

body { font-family: verdana, sans-serif; }

/* Layout Font Size */

body{ font-size: 14px; }

/* Layout Border Style */
/*
#menu-wrapper{ border-bottom-style: solid; }
#menu ul ul ul li:last-child > a,
#blog-categories, #blog-categories a, #blog-categories .blog-category-link-disabled,
#blog-archives, #blog-archives a, #blog-archives .blog-archive-link-disabled,
#blog-rss-feeds,
#blog-rss-feeds a,
.blog-entry-date,
.photo-navigation, */
#footer-wrapper{ border-style: solid; }

/* Header Title Size */

#title{ font-size: 36px; }

/* Header Ttile Fonts */

#title{ font-family: Georgia, "Times New Roman", "Times", serif; }

/* Header Title Weight */

#title{ font-weight: bold; }

 /*Header Slogan Size*/ 

#slogan{ font-size: 24px; }

/* Header Tab Size */
/*
#menu ul li a { font-size: 14px; }
*/
/* Header Corner Radius */
/*
#menu ul li a{
	border-top-right-radius: 4px;
	border-top-left-radius: 4px;
	-moz-border-radius-topright: 4px;
	-moz-border-radius-topleft: 4px;
	-webkit-border-top-right-radius: 4px;
	-webkit-border-top-left-radius: 4px;
}
*/
/* Header Tab Gradient */
/*
#menu ul li a.current, #menu ul li a.current-ancestor{ background-image: none; }
#menu ul ul li a{ background-image: none; }
*/
/* Header Tab Opacity */
/*
#menu > ul > li > a{ opacity: 0.50; filter:alpha(opacity=50); }
*/
/* Header Dropdown Opacity */
/*
#menu ul ul ul li a{ opacity: 0.70; filter:alpha(opacity=70); }
*/
/* Header Background Image */

#header-wrapper{ background-image: none; }

/* Background-Repeat */

#header-wrapper{ background-repeat: no-repeat; }

/* Background Position */

#header-wrapper { background-position: top center; }

/* Header Height */

#header{ height: 100px; padding: 0; }

/* Sidebar Position */
/*
#sidebar{ float: left; clear: left; }
#content{ float: right; clear: right; }
*/
/* JS-Kit Comments

.js-kit-comments{ float: right; }
.js-kit-comments br{ clear: right !important; }
.blog-entry:after {
    content: ".";
    display: block;
    height: 0;
    clear: right;
    visibility: hidden;
}
*/

/* Sidebar Corner Radius */

#sidebar{
	border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
}
#search{
	border-top-right-radius: 4px;
	border-top-left-radius: 4px;
	-moz-border-radius-topright: 4px;
	-moz-border-radius-topleft: 4px;
	-webkit-border-top-right-radius: 4px;
	-webkit-border-top-left-radius: 4px;
}

/* Search */

#search{ display: none; }

/* Page Title */

#page-title{ display: none; }

/* Page Images */

#page-image{ display: none; background-image: none; }

/* Page Image Corner Radius */

#page-image{
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}



