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

html,body {
	margin: 0;
	padding: 0;
	height: 100%; /* needed for container min-height */
	background: url(../images/background.gif) #543c39 center top;
	background-repeat: repeat-x;
	
	font-family: Andale Mono,Times;
	font-size: small;
	color: #543c39;
}

h1 { 
	font-weight: bold;
	font-size: 16px;
	font-family: Georgia;
	color: #56433B	;
	margin:0.5em 0;
}

h2 {
	font-weight: bold;
	font-size: 14px;
	font-family: Georgia;
	color: #56433B	;
	margin:0 0 0.5em;
}

p { 
	line-height:1.3em; 
	font-weight: bold;
}

img {
	border: 0 none;
}

div#container {
	position:relative; /* needed for footer positioning*/
	margin:0 auto; /* center, not in IE5 */
	width:750px;
	background: url(../images/body2.gif) repeat-y #D488AD;
	
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/

	min-height:100%; /* real browsers */
	
	border-style: solid;
	border-color: #FFCCFF;
	border-width: 0px 2px;
	/*border-top-width: 0;
	border-bottom-width: 0;
	border-left-width: 2px #FFCCFF;
	border-right-width: 3px #FFCCFF;*/
}

div#header {
	height: 133px;
	background: url(../images/header2.gif);
}

div#menu {
	height: 36px;
	text-align: center;
	background-color: #56433B;
}

div#menu img {
	margin-left: 10px;
	margin-right: 10px;
	border: 0px;
}

div#curlyTop {
	width: 100%;
	height: 16px;
	margin: 5px 0px;
	background-image: url(../images/curls.jpg);
	background-repeat: repeat-x;
}

div#curlyBottom {
	width: 100%;
	height: 16px;
	background-image: url(../images/curls.jpg);
	background-repeat: repeat-x;
	position: absolute;
	bottom: 67px;
	margin: 5px 0px;
}

div#sectionHeader {
	margin-left: 10px;
	margin-right: 10px;
}

div#sectionHeader img#titleImage {
	float: left;
}

div#sectionHeader img#homeButton {
	float: right;
	border: 0px;
}

div#topHeader {
	width: 100%;
	height: 46px;
	background-image: url(../images/topheader.gif);	
	margin: 7px 0px 5px;
}

div#bottomHeader {
	position: relative;
	width: 100%;
	height: 46px;
	background-image: url(../images/bottomheader.gif);
	margin: 10px 0px 0px;
	clear: both;
}

div#content {
	padding: 0px 0px 7em; /* bottom padding for footer */
	width: 750px;
	max-width: 750px;
}

div#content table.contentpaneopen p {
	color: #543c39;
}

div#blogWrapper {
	float:left;
	/*width: 350px;*/
	width: 354px;
	height: 408px;
	max-height: 408px;
	overflow: auto;
	margin: 0px 0px 0px 5px;
	padding: 0px;
}

div#blogWrapperFull {
	/*width: 744px;*/
	width: 734px;
	height: 408px;
	max-height: 408px;
	margin: 0px auto 15px auto;
	overflow: auto;
	/*padding: 0px 3px;*/	
}

div#latestWork {
	/*position: relative;
	display: inline;
	top: -408px;
	left: 352px;*/
	float: right;
	height: 408px;
	width: 390px;
	overflow: hidden;
	margin: 0px;
	padding: 0px;
}

table#latestWorkTable td {
	text-align: center;
}

img#screenprint {
	padding-left: 8px;
	border: 0 none;
}

div#store {
	float: left;
	width: 354px;
	height: 150px;
	max-height: 150px;
	margin: 0px 0px 0px 5px;
	padding: 0px;
}

div#store table.contentpaneopen {
	/*width: 100%; -- David wanted the remove the space between the images */
}

div#featuredClients {
	float: right;
	height: 150px;
	max-height: 150px;
	width: 390px;
	overflow: hidden;
	margin: 0px;
	padding: 0px;
}

div#featuredClients img {
	border: 0px;
}

div#footer {
	position:absolute;
	width:100%;
	height: 67px;
	bottom:0; /* stick to bottom */
	background: url(../images/footer.gif) #D488AD center;
}

.blog {
	text-align: left;
}

.createdate {
	font-size:12px;
	color: #ffffff;
}

a.contentpagetitle {
	font-weight: bold;
	font-size: 14px;
	font-family: Georgia;
	color: #56433B	;
}

td.contentheading {
	font-weight: bold;
	font-size: 18px;
	font-family: Georgia;
	color: #56433B	;
}

a.readon {
	font-weight: bold;
	font-size: 12px;
	font-family: Georgia;
	color: #56433B	;
}

/* About Us */
table#aboutUs {
	margin-top: 25px;
}

table#aboutUs td.left {
	/*width: 50%;*/
	padding: 0px 3px 0px 0px;
}

table#aboutUs td.right {
	width: 50%;
	padding: 0px 0px 0px 3px;
}

img.aboutUs-faces {
	margin-right: 7px;
	border:2px solid #ffffff;
}

/*Contact Form Stuff */
div.validation-advice {
	color:#FF0000;
}

div.chronoform {
	display:none;
}

div#comments-container {
	padding: 0px 10px 5px;
}

div#comments-container a:link {
	color: #ffffff;
	font-weight: bold;
	font-family: Andale Mono,Times;
}

div#comments-container div#comments-header h3 {
	color: #543c39;
	font-weight: bold;	
	font-family: Andale Mono,Times;
	margin-bottom: 0px;
}

.form_element label {
	line-height: 1em !important;
}

label.cf_label {
	font-weight: bold;
}

img.feed {
	float: right;
	margin: 2px 2px 0px 2px;
	border: none;
}

/* Comments Stuff */
.readmorecomments {
	color: #FFFFFF;
	font-family: Andale Mono,Times;
}