/* @override http://local.karenreidsculpture.com:8888/css/style.css */

/* DigiSquid design CSS Version 2.0 */


body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #494949;
	margin: 0;
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. */
	color: #000000;
}
.design #container {
	width: 100%;
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.design #header { 
	padding: 0;
	background: url(../images/template/mastheadbkg.png) repeat-x;
	height: 56px;
}
.design #headerright { 
	padding: 0;
	background: url(../images/template/mastheadright.png) repeat-x;
	height: 56px;
	width: 230px;
	float: right;
}

.design #sidebar {
	width: 230px;
	float: right;
	height: 360px;
	background: none no-repeat;
	padding-left: 50px;
	padding-bottom: 50px;
}

.design #sidebargallery {
	width: 178px;
	float: right;
	height: 360px;
	background: none no-repeat;
	padding-left: 50px;
	padding-bottom: 50px;
	border-left: 1px solid #787878;
	text-align: left;
}

.white a{
	color: white;
	text-decoration: none;
	letter-spacing: 4px;
	font: normal normal 12px/40px Georgia, "Times New Roman", Times, serif;
}

.white a:hover {
	color: #fcd47b;
}

.design #content {
	padding: 0; 
	background: #FFFFFF url(../images/template/content.jpg) no-repeat;
}

.design #contentgallery { 
	background: #000 none no-repeat;
	min-width: 700px;
	text-align: center;
	padding-left: 0;
	padding-right: 0;
	padding-bottom: 0;
}

.design #footer {
	padding: 0 10px;
	height: 5px;
	color: #a7a7a7;
	background: url(../images/template/footer.gif) repeat-x;
}
.design #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid margin collapse */
	padding: 10px 0; /* padding on this element will create space without the margin collapse issue */
}
/* design Elements */

h1 {
	text-align: left;
	margin: 0;
	color: #000;
	font: 16px/18px Georgia, "Times New Roman", Times, serif;
	letter-spacing: 5px;
	padding: 40px 50px 10px;
}

h2 {
	text-align: left;
	margin: 0;
	color: #000;
	font: 14px/18px Georgia, "Times New Roman", Times, serif;
	letter-spacing: 5px;
	padding: 20px 50px 10px;
}

.design p {
	font-size: 12px;
	line-height: 20px;
	margin: 0;
	padding: 10px 50px 25px 270px;
}

.box p {
	font-size: 12px;
	line-height: 20px;
	margin: 0;
	padding: 10px 50px 25px 15px;
}

strong {
	font-weight: bold;
}

.small {
	font-size: 9px;
	line-height: 10px
}

.bigger {
	font-size: 125%;
	font-weight: bold;
}

p a:link {
	color: #023e7a;
	text-decoration: none;
}

p a:visited {
	color: #023e7a;
	text-decoration: none;
}

p a:hover {
	color: #fa921f;
	text-decoration: none;
}

p a:active {
	color: #fa921f;
	text-decoration: none;
}

p.pdf {
	margin: 0;
	padding-left: 70px;
}

p.pdf a {
	display: block;
	width: 100%;
	height: 55px;
	background-color: #fff;
	font-size: 12px;
	line-height: 28px;
	text-decoration: none;
	padding: 7px;
	border: 1px solid #787878;
	text-align: left;
}

p.pdf a:visited {
	display: block;
	width: 100%;
	height: 55px;
	background-color: #fff;
	font-size: 12px;
	line-height: 28px;
	text-decoration: none;
	padding: 7px;
	border: 1px solid #787878;
	text-align: left;

}

p.pdf a:active {
	display: block;
	width: 100%;
	height: 55px;
	background-color: #fff;
	font-size: 12px;
	line-height: 28px;
	text-decoration: none;
	padding: 7px;
	border: 1px solid #787878;
	text-align: left;

}

p.pdf a:hover {
	color: #fff;
	text-decoration: none;
	background-color: #a10327;
}

.border {
	border: solid 1px black
}

.photoleft {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-right: 20px;
	padding-left: 50px;
	padding-top: 15px;
	padding-bottom: 25px;
}

.photoright {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-left: 20px;
}

.box {
	border-style: solid;
	width: 300px;
	margin-left: 270px;
	border-width: 1px;
	margin-top: 20px;
	margin-bottom: 20px;
}

.design #form {
	padding-left: 270px;
	width: 400px;
}
