* {
	margin: 0;
}

html {
	margin: 0;
	padding: 0;
	height: 100%;
}

/* Make sure you change the location of the stylesheet in the comments script layout page at /comments/template/default/layout.tpl.html
or you will go crazy */
body {
	background-image: url('/images/background.png');
	background-repeat: repeat;
	background-attachment: fixed;
	/*background-color: #1c1c1c;*/
	margin: 0;
	padding: 0;
	height: 100%;
	font-family: Georgia, Palatino, "Times New Roman";
	font-size: 12px;
	line-height: 18pt;
}

img {
	border: none;
}

a {
	text-decoration: none;
	color: #1c1c1c;
}

a:visited {
	text-decoration: none;
	color: #1c1c1c;
}

a:hover {
	text-decoration: underline;
}

a:active {

}

hr {
	margin-top: 5px;
}

p {
	margin-top: 8px;
}

h2 {
	margin-top: 30px;
	margin-bottom: 10px;
}

h3 {
	margin-top: 30px;
	margin-bottom: 10px;
}

.clear {
	clear: both;
}


#main {
	width: 960px;
	background-color: white;
	padding-left: 25px;
	/* original lines before sticky footer code*/
	/*margin-left: auto;
	margin-right: auto;
	margin-top: 0px;*/
	min-height: 100%;	
	/*added these lines to test sticky footer code*/
	height: 100%;
	margin: 0 auto -6em;
	height: auto !important;
}

#main .navigation {
	float: right;
	margin-right: 75px;
	margin-top: 55px;
	width: 350px;
	/*border: 1px solid black;
	vertical-align: baseline;*/
}

#main .logo {
	margin-left: 75px;
}

#main .content {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
}

#main .content a {
	text-decoration: underline;
}

#main .imgTitle {
	line-height: 12px;
	font-weight: 600;
	margin-bottom: 20px;
}

#main .right {
	float: right;
	width: auto;
}

#main .photoThin {
	padding-left: 15px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
}

#main #photo {
	width: auto;
	height: auto;
}

#main #photoholder {
	width: auto;
	height: auto;
	background:#fff url('/images/loading.png') 50% 50% no-repeat;
	text-align: center;

}

#main img.negMargin {
	margin-bottom: -4px;
}

#main .thumb {
	padding: 10px;
	width: 240px;
}

/*#main .mainThumb {
	padding: 10px;
	width: 170px;
}*/

#main hr.short {
	width: 70%;
}

/* Originally for the "about" page.  Currently unused */
#main .littleMe {
	width: 650px;
	margin-left: auto;
	margin-right: auto;
}

#main .smallText {
	font-size: 80%;
}

#main .smallTextIndented {
	font-size: 80%;
	margin-left: 15px;
	text-align: right;
	width: 300px;
	padding: 0px;
}

#main table {
	/*margin-left: auto;
	margin-right: auto;*/
	width: 80%;

}

/* This one is only used on the "thank you" page */
#main a.underline {
	text-decoration: underline;
}

#main .content #designholder{
	/*border-bottom: 1px solid #1c1c1c;*/
	padding: 1px;
	text-align: center;
	width: auto;
	height: auto;
	background:#fff url('../images/loading.png') 50% 50% no-repeat;

}

#main .content #design{
	border: 1px solid #1c1c1c;
	width: auto;
	height: auto;

}

#main .content .designThumb{
	border: 1px solid #1c1c1c;
	padding: 2px;
	margin: 3px;
}


#main .content .thumb{
	font-size: 90%;
	font-weight: bold;
	line-height: 12pt;
	text-align: center;
	width: 260px;
	height: 200px;
	/*border: green 1px solid;*/
	margin-bottom: 10px;
	padding: 3px;
	float: left;
	overflow: hidden;
}

#main .content .thumb a:hover{
	text-decoration: none;

}

#main .content .thumb a {
	text-decoration: none;

}

#main .content .mainThumb{
	font-size: 90%;
	font-weight: bold;
	line-height: 12pt;
	text-align: center;
	width: 160px;
	/*border: green 1px solid;
	margin-bottom: 10px;*/
	margin-right: 10px;
	float: left;
	overflow: hidden;
	height: 250px;
	width: 170px;
}

#main .content .left{
	float: left;
	padding: 10px;
	width: auto;
}

/*  COMMENTS FORM FIELDS */

#main form#comments {
	padding: 10px;
	width: 350px;
	background-color: #fff;
	color: #1c1c1c;
	font-size: 10px;
}

#main #comments input[type="text"], #main #editForm input[type="text"]{
	background-color: #fcfbf6;
	border: 1px solid #1c1c1c;
	width: 200px;
}

#main #comments textarea, #main #editForm textarea {
	background-color: #fcfbf6;
	border: 1px solid #1c1c1c;
}

#main #comments input[type="text"]:focus, textarea:focus, #main #editForm input[type="text"]:focus {
	background-color: #ffefa6;
}

#main #comments textarea:focus, #main #editForm textarea:focus {
	background-color: #ffefa6;
}

.c5t_comment_form_field input,
.c5t_comment_form_field select,
.c5t_comment_form_field textarea {
   background-color: #fcfbf6;
	border: 1px solid #1c1c1c;
	width: 400px;
}

.c5t_comment_form_field input:focus,
.c5t_comment_form_field select:focus,
.c5t_comment_form_field textarea:focus {
   background-color: #ffefa6;
	border: 1px solid #1c1c1c;
	width: 400px;
}

.c5t_comment_form_table{
	padding:0px;
}

.c5t_comment_form_label{
	font-weight: bold;
	padding:0px;
}

.c5t_comment_item_title {
	margin:0 0 10px 0;
	font-weight:bold;
	font-size: 14px;
}


/*  CONTACT FORM FIELDS  */

#main form#contact {
	font-size: 12px;
}

#main #contact input[type="text"], textarea {
	background-color: #f2eef7;
	border: 1px solid #1c1c1c;
}

#main #contact input[type="text"]:focus, textarea:focus {
	background-color: #e5d5f8;
}

#main #contact .submit {
	background-image: url('../images/buttons/btn_submit_purple.png');
	background-repeat: no-repeat;
	width: 68px;
	height: 21px;
}

#main #contact .submit:hover {
	background-image: url('../images/buttons/btn_submit_purple_over.png');
	background-repeat: no-repeat;
	width: 68px;
	height: 21px;
}


/* FOOTER STYLES */

.footer {
	/* These two lines were the only code here previous to adding the sticky footer
	width: 800px;
	text-align: center;*/
	/*added this for sticky footer code */
	height: 6em;
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	padding-left: 25px;
}

.footer hr {
	margin-top: 5px;
}

.footer img.padded {
	padding-left: 10px;
	padding-right: 10px;
}

.footer img.negMargin {
	margin-bottom: -4px;
}

.push {
	height: 6em;
}

/* EDIT SECTION STYLES */

#editTable {
	width: 100%;
	border: solid #1c1c1c 1px;
	border-collapse: collapse;
}

#editTable td {
	border: solid #1c1c1c 1px;
}
