/* Copyright (c) 2012 Dulcimer Doll Studio, All rights reserved - http://www.dulcimerdolls.com.au/
----------------------------------------------------------------------------------------------------*/

/* Reset v1.0 | 20080212 - http://meyerweb.com/eric/tools/css/reset/
----------------------------------------------------------------------------------------------------*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 3;

	outline: 0;
	font-size: 100%;
	vertical-align: text-top;
}

body {
	line-height: 1;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 2;
}

/* Reset for HTML 5 Elements
----------------------------------------------------------------------------------------------------*/

/* tells browsers that don't read html 5 tags to render like divs */
header, footer, aside, nav, article, section {
	display: block;
	margin: 0;
	padding: 0;
}

/* clears containers with floated elements, no need for extra markup! */
.clear:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

/* Type
----------------------------------------------------------------------------------------------------*/

html {
	font-size: 16px;
}

body {
	color: #333;
	font: 75%/1.5em Georgia, "Times New Roman", Times, serif;
   
}

h1, h2, h3, h4, h5, h6 {
	color: #666;
	font: 1.9em/1em Georgia, "Times New Roman", Times, serif;
}

h1 {

}

h2 {

}

h3 {
	font-size: 1.2em;
}

h4 {
	font-size: 1.35em;
}

h5 {
	font-size: 1.1em;
	font-weight: bold;
}

h6 {
	font-size: 1em;
	font-weight: bold;
}

p {
	color: #666;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
	line-height: 1.7em;
	text-align: left;
}

blockquote {
	font-style: italic;
	font-weight: bold;
}

ul {
	list-style: disc;
	color: #555;
	font-size: 1.0em;
	font-weight: normal;
	line-height: 1.3em;
}

ol, ol.lowerRoman, ol.upperAlpha {
	list-style: decimal;
	color: #555;
	font-size: 1.0em;
	font-weight: normal;
	line-height: 1.3em;
}

ol.lowerRoman {
	list-style: lower-roman;
}

ol.upperAlpha {
	list-style: upper-alpha;
}

strong, b, .b {
	color: #555 !important;
	font-weight: bold;
}

a {
	color: #555;
	text-decoration: none;
}

/*a:link {
	color: #555;
	outline: none;
	text-decoration: none;
}

a:visited {
	color: #555;
	outline: none;
	text-decoration: none;
}*/

a:hover {
	color: #555;
	text-decoration: underline;
}

a:active {
	color: #555;
	outline: none;
	text-decoration: none;
}

a:focus {
	outline: 1px dotted;
}

/* Spacing
----------------------------------------------------------------------------------------------------*/



h1, h2, h3, h4, h5, h6 {
	padding-bottom: 3px;
}

h3 {
	padding-top: 10px;
}

hr {
	border: 0 #FF3399 solid;
	border-top-width: 1px;
	clear: both;
	height: 0;
}

p {
	margin-right: 10px;
	padding: 5px 0;
}

blockquote {
	margin-right: 10px;
	padding: 5px 0 20px 0;

}

ul, ol {
	margin-left: 25px;
	padding-left: 0;
}

li {
	margin-bottom: 15px;
	margin-left: 15px;
}

p, dl, hr, h1, h2, h3, h4, h5, h6, ol, ul, pre, table, address, fieldset {
	margin-bottom: 10px;
}

/* Layout
----------------------------------------------------------------------------------------------------*/

html {
	background: url(../images/pink-roses_bg.jpg) repeat;
	padding: 0 0 40px;
	text-align: center;
}

body {
	margin-bottom: 20px;
	width: 900px;
	margin: 0 auto;
	border: none;
}

header {
    background-image: url(../images/header_bg.png);
	height: 150px;
	width: 100%;
	border-top: 1px solid #FF3399;
	border-bottom: 1px solid #FF3399;

}

header h1 {
	float: left;
	font-size: 1.4em;
	line-height: 2em;
	text-transform: capitalize;
	text-align: left;
	margin-top: 0px;
    margin-left: 40px;
	border: none;
}

header h1 a {
	background: url(../images/logo_img.png) no-repeat;
	cursor: pointer;
	display: inline-block;
	margin-top: 5px;
	padding-right: 100px;
	padding-left: 0px;
    padding-top: 118px;
	height: 30px;
}

header h2 {
	color: #333;
	float: right;
	font-size: 1.8em;
	line-height: 1.2em;
	margin-top: 55px;
	padding-bottom: 15px;
	width: 560px;
	text-align: left;
	border-bottom: 4px double #FF3399;
}
  
#mainContent {
    background-image: url(../images/body_bg.png);
	clear: both;
	margin: 15px 0px 15px 0px;
    padding: 20px;
	min-height: 360px;
	border-top: 1px solid #FF3399;
    border-bottom: 1px solid #FF3399;
}

#albums {
    background-image: url(../images/body_bg.png);
	clear: both;
	width: 860px;
	margin: 15px 0px 15px 0px;
    padding: 20px;
	min-height: 600px;
	border-top: 1px solid #FF3399;
    border-bottom: 1px solid #FF3399;
}

nav {
    background: url(../images/nav_bg-580.png) no-repeat;
	float: left;
	padding-top: 64px;
	padding-bottom: 5px;
    width: 220px;
	text-align: left;
}

nav h3 {
	color: #333;
	width: 180px;
	font-weight: bolder;
	font-size: 1.4em;
	margin: 0 5px;
	padding: 4px;
	text-align: center;
	border-bottom: 4px double #FF3399;
}

nav ul {
	list-style: none;
	width: 200px;
	margin-left: 0;
	padding-top: 5px;
	border: none;
}

nav ul li {
	display: block;
	margin: 0 10px;
	padding: 10px 0;
	border-bottom: 1px solid #FF3399;
}

nav ul li:hover {
    background-color: #FF9999;
}

nav ul li a {
	font-size: 1.1em;
	padding: 10px 90px 10px 10px;
	border: none;
}

nav ul li a:hover {
	color: #fff;
}

#mainRight, #mainRight2 {
	float: right;
	width: 560px;
	text-align: left;
}

#mainRight h1 {
	color: #333;
	margin-bottom: 5px;
	border: none;
}

#mainRight h2 {
	font-size: 1.2em;
	margin: 0;
	padding-top: 10px;
	text-transform: uppercase;
}

.colLeft {

	float: left;
	width: 290px;
	border: none;
	padding-right: 5px;
}

.colRight {
	float: right;
	width: 255px;
	border: none;
}

.colRight img {
	border: none;
	margin-bottom: 5px;
}

.colLeft_1 {

	float: left;
	width: 190px;
	border: none;
	padding-right: 5px;
}

.colLeft_1 img {
	border: none;
	margin-bottom: 0px;
}

.colRight_1 {
	float: right;
	width: 360px;
	border: none;
}

.colRight_1 img {
	border: none;
	margin-bottom: 5px;
}


footer {
    background-image: url(../images/background.png);
	clear: both;
	float: right;
	width: 900px;
    padding-right: 1px;
	border-top: 1px solid #FF3399;
	border-bottom: 1px solid #FF3399;

}

footer p {
	float: left;
	font-size: 0.9em;
}

footer ul {
	float: left;
	list-style: none;
	width: 900px;
	margin-left: 0;
	padding-top: 5px;
	text-align: center;
	border-top: 1px solid #FF3399;
}

footer ul li {
	display: inline;
	margin: 0 5px;
	border: none;
}

footer ul li a {
	font-size: 1.0em;
}

footer ul li a:hover {
	color: #000;
}

table
 {
 border-collapse:collapse;
 }
 table,th, td
 {
 border: 0px solid #F6F;
 }
#viewdb { 
    background-image: url(../images/background.png);
	clear: both;
	margin: 15px 0px 15px 0px;
    padding: 2px;
	width: 900px;
	min-height: 360px;	
	text-align: left;
    border-color: #FF3399;
	border-top: 1px solid #FF3399;
    border-bottom: 1px solid #FF3399;
	border-bottom-left-radius: 1px solid #FF3399;
	border-bottom-right-radius: 1px solid #FF3399;
	table-layout: inherit;
}

form {
	background: 						white;
	margin: 							0;
	width:								565px;
}

fieldset {
	border:								none;

	padding:							8px;
}

legend {
	display:							none;
	visibility:							hidden;
}

label,#preferences {
	color: 								#515151;
	font-size:							1.1em;
	font-weight:						bold;
}

div.lbl {margin: 8px 0 0 0;}

div.obj input, textarea {
	border-color:						#ababab;
	border-style:						solid;

	color: 								black;
	font-family:						arial, sans-serif;
	font-size:							1.2em;
	padding:							3px;
	width:								270px;
}

textarea { height: 100px; width:550px }

div.obj input:focus, textarea:focus { background: #f2f2f2; }

div.obj input.err, textarea.err { border-color: #cd0000; }

div.obj p {
	background:							white url(sc_admin/res/error_arrow.gif) no-repeat;
	color: 								#cd0000;
	font-size:							1.1em;
	font-style:							italic;	
	margin: 							3px 0 0 0;
	padding: 							0;
	text-indent:						20px;
}

#name { padding-top: 0; }

#pcode { width: 90px; }

#preferences label { font-size: 1em; }

#preferences div { margin: 0 0 4px 0; }

#sendme { margin-top: 8px; }