@charset "utf-8";
/* CSS Document */

/**
 * Yahoo YUI Reset CSS
 * Copyright (c) 2009, Yahoo! Inc. All rights reserved.
 * Code licensed under the BSD License:
 * http://developer.yahoo.net/yui/license.txt
 * version: 2.7.0
*/
html{color:#000;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var,optgroup{font-style:inherit;font-weight:inherit;}del,ins{text-decoration:none;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}sup{vertical-align:baseline;}sub{vertical-align:baseline;}legend{color:#000;}input,button,textarea,select,optgroup,option{font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;}input,button,textarea,select{/***/font-size:100%;}
/* Note: one change has been made to the original style sheet - removing the asterisk in front of the final font-size rule by enclosing it within a comment - in order to validate the css */

/**
 * Main CSS file for Black Swan Designs website
 * Author: Richard Westenra
 * Created: 20-04-09
 * Modified: 5-05-09
 * Comments:
 * Copyright Richard Westenra 2009
 */

/* Generic Site Styles */
body {
	background-color:#262626;
	background-image:url(../images/bg.png);
	font-family: Corbel, "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", "Bitstream Vera Sans", "Liberation Sans", Verdana, "Verdana Ref", sans-serif;
	color:#7f786a;
	letter-spacing:-0.03em;
	font-size:1em;
}
body.mceContentBody{
	/* ensure that the bg does not show in tinymce input box */
	background-color:#FFFFFF;
}
#container {
	background-color:#FFFFFF;
	width:780px;
	padding:0px 10px;
	margin:auto;
}
a {
	color:#87A019;
	text-decoration:none;
}
a:hover {
	color:#CC9933;
	text-decoration:underline;
}
p {
	line-height:150%;
	font-size:78%;
	margin:10px 0px;
}
blockquote {
	line-height:150%;
	font-size:78%;
	letter-spacing:-0.05em;
	color:#999;
	margin:3px 0px;
}
strong {
	font-weight:bold;
}
em {
	font-style:italic;
}
.success {
	color:#7f786a;
}
.error {
	color:#BB0000;
}
.notice {
	color:#CC9900;
}
.left {
	float:left;
	clear:left;
}
.right {
	float:right;
	clear:right;
}
.clear {
	clear:both;
}
h1 {
	margin-bottom:15px;
	margin-top:-5px;
}
h1 span {
	position:absolute;
	left:-10000px;
	top:auto;
	width:1px;
	height:1px;
	overflow:hidden;
}
h6 {
	text-decoration:underline;
	font-weight:600;
	font-size:78%;
	margin-bottom:10px;
}
.submit {
	float:right;
	border:#CCCCCC 1px solid;
	background:#f9f9f9;
	cursor:pointer;
	font-weight:600;
	overflow:visible;
	padding:8px 10px;
	text-decoration:none;
	width:auto;
	color:#333333;
}
.submit:hover, .submit:focus {
	background:#fff;
	border:#999 1px solid;
}
.button {
	padding:10px;
}
.button a {
	cursor:pointer;
	font-weight:600;
	overflow:visible;
	text-decoration:none;
	width:auto;
}
.button a span {
	display: block;
	padding: 8px 10px;
	border:#CCCCCC 1px solid;
	background:#f9f9f9;
	color:#333333;
}
.button a span:hover {
	background:#fff;
	border:#999 1px solid;
}
#adminInfo {
	height:40px;
}

/* Navigation Menu */
#navWrap {
	width:150px;
	float:left;
	background-image:url(../images/navIcon.jpg);
	background-repeat: no-repeat;
	background-position: 125px -30px;
	padding-bottom:50px;
}
#logo {
	height: 110px;
	width: 110px;
	background: url(../images/mainSpriteJPG.jpg) 0px -10px;
	display:block;
	margin:25px 0px 5px 15px;
}
#nav {
	width: 150px;
	float: right;
	position:relative;
}
#nav ul {
	list-style-type: none;
	padding:0px;
	margin:0px;
	display:block;
}
#nav ul li {
	text-align:right;
	line-height:1.15em;   /* changed from 1.2em for chrome/safari */
	padding-right:30px; /*changed from padding-right - hopefully still works with mootools trick*/
	clear:both;
}
#nav ul li a {
	color: #7f786a;
	font-size: 78%;
	font-weight:500;
	letter-spacing:-0.04em;
	text-decoration: none;
}
#nav ul li a:hover {
	color:#CC9933;
	text-decoration:underline;
}
.navImage {
	float:right;
}
.navImage span {
	position:absolute;
	left:-10000px;
	top:auto;
	width:1px;
	height:1px;
	overflow:hidden;
}
#nav ul .craft a {
	display:block;
	height:31px;
	width:112px;
	background: url(../images/headers/headerSprite.png) 0px 5px;
}
#nav ul .photography a {
	display:block;
	height:31px;
	width:110px;
	background: url(../images/headers/headerSprite.png) 0px -25px;
}
#nav ul .gallery a {
	display:block;
	height:31px;
	width:110px;
	background: url(../images/headers/headerSprite.png) 0px -60px;
}
#nav ul .navLine div {
	height:20px;
	width:110px;
	background: url(../images/headers/headerSprite.png) 0px 23px;
}
#blogLink {
	height:49px;
	width:99px;
	background: url(../images/mainSpriteJPG.jpg) -112px -1px;
	float:right;
	clear:both;
	margin-right:30px;
	margin-top:10px;
}
#feltLink {
	height:49px;
	width:99px;
	background: url(../images/mainSpriteJPG.jpg) -212px -1px;
	float:right;
	clear:both;
	margin:10px 30px 0 0px;
}
#etsyLink {
	height:49px;
	width:99px;
	background: url(../images/mainSpriteJPG.jpg) -312px -1px;
	float:right;
	clear:both;
	margin:10px 30px 10px 0px;
}
#blogLink:hover,
#feltLink:hover,
#etsyLink:hover {
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
}

/* Title Box */
#rightDiv {
	float:left;
	width:630px;
}
#titleBox {
	float:left;
	height:120px;
	width:100%;

}
#title {
	height: 45px;
	width: 300px;
	background: url(../images/headers/mainHeader.png);
	float:left;
	margin-top:65px;
}
#titleLine {
	height: 1px;
	width: 320px;
	background-color:#aaa499;
	float:left;
	margin-top:8px;
}
#titleImages {
	height: 65px;
	width: 288px;
	background: url(../images/mainSpriteJPG.jpg) -110px -59px;
	float:left;
	margin:30px 0px 0px 27px;
}

/* Content Area */
#content {
	float:left;
	width:620px;
}
#contentTop {
	background: url(../images/bgTop.png) no-repeat;
	height:8px;
}
#contentMiddle {
	background: url(../images/bgMiddle.png) repeat-y;
	padding:30px 45px 37px 40px;
}
#contentBottom {
	background: url(../images/bgBottom.png) no-repeat;
	height:120px;
}
.textBox {
	background-color:#ffffff;
	padding: 25px;
}
.thumbLarge {
	border:#FFFFFF solid 12px;
}
.thumbLargeRadius {
	border:#d3d1cb solid 2px;
	padding:12px;
}
.thumbSmall {
	border:#FFFFFF solid 8px;
}
#contactForm .input, #contactForm .textArea, .thumbLargeRadius {
/* Optional rounded corners for browsers that support it. These break the w3c validity but they're not bad code, just not supported properly yet so I'm leaving them in - plus it was Wordpress's idea to include them :). */
	-moz-border-radius: 4px;
	-khtml-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

/* Footer */
#footer {
	clear:both;
	text-align:center;
	padding-top:20px;
	font-size: 78%;
	margin-bottom:10px;
}
#footer p {
	text-align:center;
	margin:3px 0px;
}

/* index */
/*#indexDiv h1 {
	background-image:url(../images/headers/welcomeHeader.png);
	height:24px;
	width:193px;
	margin-bottom:15px;
}*/
#indexDiv p {
	text-align:center;
	margin-top:20px;
}

/* about */
#aboutDiv h1 {
	background-image:url(../images/headers/aboutHeader.png);
	height:22px;
	width:193px;
	margin-bottom:15px;
}

/* creations */
.creationsOuterDiv h1 {
	background-image:url(../images/headers/creationsHeader.png);
	height:21px;
	width:195px;
}
.creationsOuterDiv {
	border-top: 1px solid #7F786A;
	margin:-10px;
}
.creationsInnerDiv {
	/*position:relative;*/ /* remove this */
	padding:30px 10px 40px 10px;
}
.creationsImgTopDiv {
	float:right;
	width:239px;
}
.creationsImgBottomDiv {
	float:right;
	width:239px;
}

/* shop */
#shopDiv h1 {
	background-image:url(../images/headers/shopHeader.png);
	height:25px;
	width:195px;
	margin-bottom:15px;
}
#etsyFeed h1 {
	background-image:url(../images/headers/etsyHeader.png);
	height:23px;
	width:180px;
	margin:-2px 0px 15px 6px;
}
#etsyTitle a {
	color:#7F786A;
}
#etsyTitle a:hover {
	color:#CC9933;
}
.etsyName {
	color:#7F786A;
}
.etsyName:hover {
	color:#CC9933;
}
.etsyImg {
	margin:5px 0px 20px 0px;
}
.etsyImg a {
	border:solid 1px #DDDDDD;
	display:block;
	width:171px;
	margin:auto;
}
.etsyImg a:hover {
	border:solid 1px #CC9933;
}
.etsyImg a img {
	border:solid #ffffff 8px;
}

/* panoramas */
#panoramasDiv h1 {
	background-image:url(../images/headers/panoramasHeader.png);
	height:22px;
	width:195px;
	margin-bottom:15px;
}
.panoramasImgTopDiv {
	float:right;
	width:239px;
}

.panoramasImgTopDiv img {
	float:left;
	margin-top:21px;
}

/* portraits */
#portraitsDiv h1 {
	background-image:url(../images/headers/portraitsHeader.png);
	height:22px;
	width:195px;
	margin-bottom:15px;
}
.portraitsImgTopDiv {
	float:right;
	width:239px;
}

.portraitsImgTopDiv img {
	float:left;
	margin-top:23px;
}

/* wild things */
#wildThingsDiv h1 {
	background-image:url(../images/headers/wildThingsHeader.png);
	height:26px;
	width:195px;
	margin-bottom:15px;
}
.wildThingsImgTopDiv {
	float:right;
	width:239px;
}

.wildThingsImgTopDiv img {
	float:left;
	margin-top:16px;
}

/* exhibitions */
.exhibitionsOuterDiv h1 {
	background-image:url(../images/headers/exhibitionsHeader.png);
	height:24px;
	width:195px;
	margin-bottom:15px;
}
.exhibitionsOuterDiv {
	border-top: 1px solid #7F786A;
	margin:-10px;
}
.exhibitionsInnerDiv {
	position:relative;
	padding:30px 10px 40px 10px;
}
.exhibitionsImgTopDiv {
	float:right;
	width:239px;
}
.exhibitionsImgBottomDiv {
	float:right;
	width:239px;
}
.exhibitionsImgTopDiv img {
	float:left;
	margin-top:16px;
}

/* contact */
#contactDiv {
	margin:-5px;
}
#contactForm {
	width:220px;
	float:left;
}
#contactForm h1 {
	background-image:url(../images/headers/contactHeader.png);
	height:19px;
	width:191px;
	margin-top:0px;
}
	
#formMainMessage {
	padding-top:10px;
}
#contactForm .formRow {
	clear:both;
}
#contactForm label {
	float:left;
	font-size:80%;
	margin:10px 0px 3px 0px;
}
#contactForm .input {
	width:206px;
	float:left;
	margin:0px;
	border:#d7d4cf 2px solid;
	background:#FFFFFF;
	padding:6px;
}
#contactForm .textArea {
	width:206px;
	float:left;
	border:#d7d4cf 2px solid;
	background:#FFFFFF;
	padding:6px;
}
#contactForm .input:focus, #contactForm .textArea:focus, #contactForm .select:focus {
	border:#e7c37a 2px solid;
}
#contactForm .formMessage {
	padding-top:5px;
	float:right;
	font-size:75%;
	color:#BB0000;
}
#contactForm #recaptcha_widget_div {
	float:right;
	margin-top:10px;
	margin-bottom:10px;
}
#contactForm #recaptchaMessage {
	width:310px;
	height:30px;
	font-size:80%;
	float:right;
	color:#BB0000;
}
#contactForm .submit {
	margin-top:3px;
	background:none;
	border:none;
	padding:3px 0px 3px 3px;
	font-weight:600;
	font-size:80%;
	color:#7f786a;
	float:left;
}
#contactForm .submit:hover, #contactForm .submit:focus {
	text-decoration:underline;
	color:#CC9933;
}

/* Site Map */
#siteMapDiv h1 {
	background-image:url(../images/headers/siteMapHeader.png);
	height:20px;
	width:71px;
	margin-top:5px;
}
#siteMapDiv ul li {
	 list-style-type:circle;
	 line-height:2em;
	 margin-left:20px;
}

/* Terms of Service */
#termsDiv h1 {
	background-image:url(../images/headers/termsOfServiceHeader.png);
	height:24px;
	width:125px;
	margin-top:5px;
}
#termsDiv ul li {
	 list-style-type:disc;
	 line-height:1.3em;
	 margin-left:20px;
	 font-size:78%;
}
/* Privacy Policy */
#privacyDiv h1 {
	background-image:url(../images/headers/privacyHeader.png);
	height:21px;
	width:120px;
	margin-top:5px;
}
/* Login Form */
#loginForm {
	width:360px;
}
#loginForm form{
	margin-left:10px;
}
#loginForm .formRow {
	clear:both;
}
#loginForm label {
	float:left;
	margin-bottom:20px;
}
#loginForm .input {
	width:250px;
	float:right;
	margin-bottom:20px;
}
#loginForm .submit {
	float:right;
}
#loginForm p {
	clear:both;
	float:right;
	margin-top:5px;
	margin-bottom:60px;
	font-size:60%;
}

/* cms.php */
#cmsDiv1 {
	margin-bottom:40px;
}	
#cmsMenu {
	margin-bottom:40px;
}
.cmsMenuName {
	line-height:1.5em;
}
.cmsMenuEdit {
	margin-left:30px;
}
.cmsDataName a {
	float:left;
	color:#555555;
	text-decoration:none;
}
.cmsDataContent {
	width:inherit;
	clear:both;
	margin-bottom:40px;
}
#cmsForm {
	width:500px;
}
#cmsForm .textArea {
	width:100%;
}
#cmsForm .submit {
	float:right;
	margin-top:10px;
}

/* user.php */
#userDiv1 {
	width:511px;
	float:left;
	margin-bottom:40px;
}
#userList {
	clear:both;
}
.leftBlock {
	height:70px;
}
.rightBlock {
	float:right;
	height:70px;
}
.rightBlock .button {
	float:left;
	padding:5px;
}
.userAdd {
	float:right;
	padding-right:5px;
}
#userForm {
	width:400px;
	height:250px;
}
#userForm .formGroup {
	margin-left:150px;
}
#userForm .input {
	width:250px;
}
#userForm .radio {
	margin-bottom:8px;
	margin-right:10px;
}
#userForm .formRow {
	clear:right;
	margin-bottom:20px;
}
#userForm label {
	float:left;
}
#userForm .submit {
	float:right;
	margin-top:10px;
}
#userForm .formMessage {
	height:20px;
	padding-top:2px;
	float:right;
	font-size:80%;
	color:#BB0000;
}



