/* A list of dividers and elements we do not want printed */
#navBar, #headerNavWrapper, #breadcrumb, #viewUserGuide, .ecName, #headerLogoTopLeft, #headerLogoTopRight, #logoUpperLeft, #logoUpperRight, #headerLogoBottomLeft, #headerLogoBottomRight, #headerLogo, #logoLeft, #logoRight, #nav2, #footerNav, #breadcrumbcontainer  {
	display: none;
}

#pageHeader,
#pageHeader h1,
#pageHeader h2 {
	display: block;
	position: relative;
	height: auto;
	font: 12pt/1.00em "Spranq eco sans", "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	padding: 0;
	margin: 0;
}

/* Makes text printer friendly and uses "Eco Sans" font face when available */
#contentContainer #content {
	width: 100%; 
	margin: 0; 
	float: none;
	font: 12pt/1.3em "Spranq eco sans", "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	margin-top: 20px;
}

/* Floats the sidebar left and wraps it inside a box */
#leftSidebar {
	display: block;
	margin: 10px;
	padding: 10px;
	border: 1px dotted #cccccc;
	overflow: hidden;
	font: 12pt/1.3em "Spranq eco sans", "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	float: right;
	width: 200px;
}

#headerSidebarTitle h3 {
	line-height: 1.00em;
	font-size: 12pt;
	padding: 0;
	margin: 0;
	font-weight: bold;
}

/* Makes links blue */
a, 
a:visited {
	color: #0000ff;
}

/* Prints URL's after links */
a:link:after,
a:visited:after {
  content: " (" attr(href) ") ";
  font-size: 90%;
}

/* Puts padding above the footer */
#footer {
	padding-top: 20px;
	font: 12pt/1.00em "Spranq eco sans", "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}
body {
	background: #333333;
}

#bookmarkBar {
	border-bottom: 1px solid #505050;
}

#bookmarkBar a {
	color: #FFFFFF;
}

#bookmarkBar a:hover {
	color: #0066CC;
}

#bookmarkBar a:active {
	color: #0066CC;
}

#bookmarkBar a:visted {
	color: #FFFFFF;
}

a:link {
	color: #0066CC;
}

a:visited {
	color: #0066CC;
}

a:hover {
	color: #6699CC;
}

a:active {
	color: #6699CC;
}

h1 {
	color: #FFFFFF;
	border-bottom: 1px solid #383838;
}

h2 {
	color: #FFFFFF;
	border-bottom: 1px solid #383838;
}

h3 {
	color: #FFFFFF;
	border-bottom: 1px solid #383838;
}

h4 {
	color: #FFFFFF;
	border-bottom: 1px solid #383838;
}

h5 {
	color: #FFFFFF;
	border-bottom: 1px solid #383838;
}

h6 {
	color: #FFFFFF;
	border-bottom: 1px solid #383838;
}

.album-title,
.photo-title,
.movie-page-title,
.movie-title {
	border-bottom: 1px solid #383838;
}

#extraContainer1 {
	color: #E6E6E6;
}

#extraContainer2 {
	color: #E6E6E6;
}

#extraContainer3 {
	color: #E6E6E6;
}

#extraContainer4 {
	color: #E6E6E6;
}

#extraContainer5 {
	color: #E6E6E6;
}

#extraContainer6 {
	color: #E6E6E6;
}

#extraContainer7 {
	color: #E6E6E6;
}

#extraContainer8 {
	color: #E6E6E6;
}

#extraContainer9 {
	color: #E6E6E6;
}

#extraContainer10 {
	color: #E6E6E6;
}

#navBar {
	background-color: #000000;
}

#horizontalBar {
	color: #FFFFFF;
}

#dateTimeFunction,
#dateFunction,
#lastUpdatedFunction,
#functionBreadcrumb a {
	color: #FFFFFF;
}

#extraContainer3 a:hover,
#functionBreadcrumb a:hover {
	color: #6699CC;
}

#navBarSearchFunction input {
	background-color: #424242;
	border: 1px solid #505050;
	color: #D5D5D5;
	text-shadow: #424242 1px 1px 1px;
}

#nav ul li {
	border-right: 1px solid #505050;
}

#headerNav li {
	border-right: 1px solid #505050;
}

#headerNav li a,
#nav li a {
	color: #FFFFFF;
	text-shadow: #000000 1px 1px 5px;
}

#headerNav ul li a:hover,
#nav ul li a:hover {
	color: #0080FF;
}

#headerNav ul li a:active,
#nav ul li a:active {
	color: #0080FF;
}

#headerNav ul li .current,
#headerNav ul li .currentAncestor,
#headerNav ul li .current:hover,
#headerNav ul li .currentAncestor:hover,
#nav ul li .current,
#nav ul li .currentAncestor,
#nav ul li .current:hover,
#nav ul li .currentAncestor:hover {
	color: #FFFFFF;
}

#pageHeader {
	background-color: #2C2C2C;
}

#searchBarTop {
	background-color: #919191;
}

#pageHeader h1 a {
	color: #FFFFFF;
	text-shadow: #000000 1px 1px 5px;
}

#pageHeader h1 a:hover {
	color: #FFFFFF;
}

#pageHeader h2 {
	color: #FFFFFF;
	text-shadow: #000000 1px 1px 5px;
}

#contentContainer #content,
.blog-entry-title a {
	color: #D6D6D6;
}

#contentWrapper,
#contentCorners {
	background-color: #262626;
}

#nav2 {
	background-color: #191919;
	border: 1px solid #191919;
}

#nav2 a {
	color: #FFFFFF;
}

#nav2 a:hover {
	color: #0080FF;
}

#nav2 a:active {
	color: #0080FF;
}

#nav2 a.current,
#nav2 a.current:hover,
#nav2 a.currentAncestor,
#nav2 a.currentAncestor:hover {
	color: #FFFFFF;
}

#footerContainer {
	background-color: #191919;
}

#footer {
	color: #CCCCCC;
}

#footer a:link,
#footerNav a {
	color: #CCCCCC;
}

#footer a:hover,
#footerNav a:hover {
	color: #6699CC;
}

#footer a:active,
#footerNav a:active {
	color: #6699CC;
}

#headerSidebarTitle h3 {
	color: #FFFFFF;
}

#headerSidebarContent {
	color: #D6D6D6;
}

#headerSidebarContent a {
	color: #0066CC;
}

#headerSidebarContent a:hover {
	color: #6699CC;
}

#headerSidebarContent a:active {
	color: #6699CC;
}

#breadcrumbcontainer li, #breadcrumbcontainer {
	color: #ADADAD;
}

#breadcrumbcontainer a {
	color: #CCCCCC;
}

#breadcrumbcontainer a:hover {
	color: #6699CC;
}

#breadcrumbcontainer a:active {
	color: #6699CC;
}







		/* @option user-selected body background setting */

body,
.photo-background {
	background: url(images/editable_images/body-stripes-medium.png) repeat;
}

/* @option user selected border radius setting */

#navBar,
#pageHeader,
#nav2,
#sidebar {
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
}

#leftSidebar {
	-webkit-border-top-left-radius: 15px;
	-webkit-border-bottom-left-radius: 15px;
	-moz-border-radius-topleft: 15px;
	-moz-border-radius-bottomleft: 15px;
	border-top-left-radius: 15px;
	border-bottom-left-radius: 15px;
}

#rightSidebar {
	-webkit-border-top-right-radius: 15px;
	-webkit-border-bottom-right-radius: 15px;
	-moz-border-radius-topright: 15px;
	-moz-border-radius-bottomright: 15px;
	border-top-right-radius: 15px;
	border-bottom-right-radius: 15px;
}

#contentWrapper {
	-webkit-border-top-left-radius: 15px;
	-webkit-border-top-right-radius: 15px;
	-moz-border-radius-topleft: 15px;
	-moz-border-radius-topright: 15px;
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
}

#footerContainer {
	-webkit-border-bottom-left-radius: 15px;
	-webkit-border-bottom-right-radius: 15px;
	-moz-border-radius-bottomleft: 15px;
	-moz-border-radius-bottomright: 15px;
	border-bottom-left-radius: 15px;
	border-bottom-right-radius: 15px;
}

/* @option user selected header background setting */

#pageHeader {
	background: url(images/editable_images/header-abstract-red.jpg) center top;
}

/* @option user selected header height and position setting */

#pageHeader {
	height: 175px;
}

#leftSidebar,
#rightSidebar {
	height: 175px;
}

#leftSidebar,
#rightSidebar,
#pageHeader {
	-webkit-border-bottom-left-radius: 0px;
	-moz-border-radius-bottomleft: 0px;
	border-bottom-left-radius: 0px;
	-webkit-border-bottom-right-radius: 0px;
	-moz-border-radius-bottomright: 0px;
	border-bottom-right-radius: 0px;
}

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

/* @option user selected sidebar width and position setting */

#leftSidebar,
#rightSidebar {	
	display: none;
}

/* @option user selected navigation layout setting */

#navBarSearchFunction {
	position: absolute;
	right: 0;
	top: 0;
}

/* @option user-selected navigation bar function */

/* @option user selected navigation block setting */

#nav2 {
	display: none;
}

#contentContainer {	
	margin-left: 0;
	margin-right: 0;
}

/* @option user-selected heading and title font face */

h1, h2, h3, h4, h5, h6,
#pageHeader h1,
#pageHeader h2,
#headerSidebarTitle h3,
.blog-entry-title,
.album-title,
.photo-title,
.movie-page-title,
.movie-title {
	font-family: Helvetica, helvetica, sans serif;
}

/* @option user-selected body font face */

body {
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
}

/* @option user selected logo position setting */

#logoRight {
	display: block;
}

/* @option user selected theme width setting */

#main {
	width: 900px;
}

.middleCorners {
	width: 700px;
}

/* @option user selected miscellaneous theme setting */

#navBar {
	display: none;
}

/* @option user selected miscellaneous theme setting */

h1, h2, h3, h4, h5, h6,
#headerSidebarTitle h3 {
	border-bottom: none;
}


		