body {
	background: #101010;
	border-top: 5px solid #5f8991;
}

div#header {
	
}

div#header ul li a, div#footer a {
	text-decoration: none;
	color: #5f8991;
}

div#header ul li a:hover, div#footer a:hover {
	color: #9ecad2;
}

div#header ul li a.current {
	color: #ffffff;
	border-bottom: 2px solid #5f8991;
}

div#portfolioList {
	
}

div#mainPortfolio {
	
}

div#slidingList {
	
}

a.portfolioItem {
	background-color: #282828;
	color: #fff;
	border-top: 1px solid #5f8991;
}

a.portfolioItem:hover {
	background-color: #383838;
}

a.selected {
	background-color: #5f8991;
	color: #000;
	border-top: 1px solid #9ecad2;
}

a.selected:hover {
	background-color: #5f8991;
}

a.selected h2 {
	color: #000;
}

a.selected p {
	color: #282828;
}

a.portfolioItem img {
	border: 1px solid #101010;
}

a.selected img {
	border: 1px solid #000;
}

h2 {
	color: #5f8991;
}

a.portfolioItem p {
}

a.portfolioItem:hover {
}

a#listDown, a#listUp {
	
}

div#slideShow div.image {
	background-color: #090909;
}

div#slideShow div.image img {
	
}

div#slideShowNavigation {
	background: #282828;
	border-top: 1px solid #5f8991;
}

div#slideShowNavigation a#ssNext, div#slideShowNavigation a#ssPrevious {
	color: #fff;
}

div#slideShowNavigation a#ssPrevious:hover, div#slideShowNavigation a#ssNext:hover {
	color: #5f8991;
}

div#slideShowNavigation div#ssPager {
	
}

div#ssPager a {
	background-color: #fff;
}

div#ssPager a.activeSlide {
	background-color: #9ecad2;
}

div#ssPager a:hover {
	color: #000;
	background-color: #9ecad2;
}

div#footer {
	color: #484848;
	background-color: #0c0c0c;
	border-top: 2px solid #090909;
	border-bottom: 5px solid #5f8991;
}

body#admin h3 {
	color: #fff;
}

body#admin div.contentBox {
	background-color: #0c0c0c;
	border-top: 1px solid #5f8991;
	margin-bottom: 10px;
}

body#admin p, body#admin li, body#about div#content p {
	color: #888;
}

body#admin p.intro {
	color: #9ecad2;
	font-family: Georgia, Garamond, "Book Antiqua", serif;
	font-size: 14px;
	font-style: italic;
}

body#admin a, body#about a {
	color: #5f8991;
	text-decoration: none;
}

body#admin a:hover, body#about a:hover {
color: #9ecad2;
}

body#admin li strong {
	color: #9ecad2;
	font-size: 13px;
}

body#admin img.demoRight {
	border: 1px solid #888;
}

body#admin label, body#about label {
	color: #9ecad2;
	font-weight: bold;
	font-size: 14px;
}

body#admin label.error {
	font-weight: normal;
	font-size: 12px;
	padding: 0;
	margin: -3px 0 5px 0;
	color: #a00;
}

body#admin form label small {
	color: #888;
	font-size: 12px;
	font-weight: normal;
}

body#admin form input, body#about form input, body#admin form textarea, body#about form textarea  {
	color: #fff;
}

body#admin form input.text, body#about form input.text, body#admin form textarea, body#about form textarea  {
	border: none;
	background: none;
	color: #fff;
	border-bottom: 1px solid #383838;
	font-weight: normal;
}

body#admin form input.submit, body#about form input.submit {
	color: #9ecad2;
}

body#admin form input.submit:hover, body#about form input.submit:hover {
	color: #fff;
}

body#admin ul#manageList, body#admin ul#manageList li, body#admin ul#imageList, body#admin ul#imageList li {
	list-style: none;
	margin: 0;
}

body#admin ul#manageList li {
	padding: 10px;
	background-color: #0c0c0c;
	margin-bottom: 10px;
	border-top: 1px solid #5f8991;
	cursor: move;
}

body#admin ul#manageList li.ui-state-highlight {
	background: #282828;
	border-bottom: 1px solid #5f8991;
}

body#admin ul#imageList {
	margin-left: 20px;
}

body#admin ul#imageList li {
	float: left;
	position: relative;
	margin: 10px 20px 10px 0;
}

body#admin ul#imageList li img {
	border: 1px solid #5f8991;
	width: 98px;
	height: 98px;
}

body#admin ul#imageList li span {
	display: block;
	position: absolute;
	width: 30px;
	height: 30px;
	overflow: hidden;
	top: -8px;
	right: -9px;
}

body#admin ul#imageList li span img {
	width: 30px;
	height: 30px;
	border: none;
}

body#about h3#aboutHeader, body#about h3#contactHeader {
	width: 300px;
	height: 63px;
	text-indent: -9000px;
	background: #101010 url( ../i/aboutSuzie.png ) no-repeat 0 0;
	padding: 0;
	margin: 0 0 30px 0;
}

body#about h3#contactHeader {
	background: #101010 url( ../i/contact.png ) no-repeat 0 0;
}

img#profilePicture {
	border: 5px solid #0c0c0c;
	width: 290px;
}

body#about div#content p.intro, body#about div#left p.intro {
	color: #9ecad2;
	font-family: Georgia, Garamond, "Book Antiqua", serif;
	font-size: 14px;
	font-style: italic;
}

body#about div#left p {
	color: #888;
}

body#admin form#aboutForm input.text, body#admin form#aboutForm textarea {
	font-size: 12px;
}

div#information h2 {
	margin-top: 20px;
	color: #9ecad2;
	font-family: Georgia, Garamond, "Book Antiqua", serif;
	font-size: 20px;
	font-style: italic;
}

div#information p {
	margin-top: 10px;
	margin-bottom: 0;
	color: #fff;
	font-size: 14px;
}