/*  
Theme Name: Royal Mills History
Theme URI: http://royalmillshistory.com
Description: Royal Mills History, based on Mimbo by Darren Hoyt
Version: 1.0
Author: nail
Author URI: http://royalmillshistory.com

The CSS, XHTML and design is released under GPL:
http://www.opensource.org/licenses/gpl-license.php



/* HTML Elements */

* {
	margin:0;
	padding:0;
	}

body,html {
	min-height:101%;
	}
	
body {
	background: rgb(10, 11, 9) url('images/rmh_bg.jpg') top center repeat;
	color: rgb(39, 40, 34);
	padding: 0 0 25px 0;
	}

body, select, textarea {
	font: 100% Arial, Verdana, Sans-Serif;
	}
	
 input {
    font-family: Arial, Verdana, Sans-serif;
    font-size: 1.3em;
 }
	
p {	
	margin: 15px 0;
	}

a:link, a:visited {
	color: rgb(150, 107, 60);
	text-decoration:none
	}

a:hover, a:active {
	color:#333;
	text-decoration:underline;
	}

hr {
	display: block;
	height:1px;
	background:#333;
	border:0;
	}

small {
	font-size: 0.95em;
	background:#eef5e1;
	padding:3px 6px;
	}

img, a:link img, a:visited img {
	border:0
	}
	
		

/* Structure */

#page {
	width:905px;
	margin:0 auto;
	font-size:0.7em;
	background:rgb(251, 249, 236) url('images/scroll_bg.jpg') center top repeat;
	padding: 0;
	border-left: 3px #555 double;
	border-right: 3px #555 double;
	}

#masthead {
	width:905px;
	height: 160px;
    background: rgb(47, 49, 45) url('images/rmh_masthead.jpg') top left;
	padding-bottom:0;
	margin-bottom: 20px;
	}

#masthead a {
    color: rgb(57, 40, 32);
    font-family: helvetica neue, helvetica, arial, sans-serif;
    text-indent: -9999px;
    font-weight: 100;


}

.left {
	float:left;
	}

.right {
	float:right;
	}

#sidebar {
	width: 800px;
	float:left;
	margin-left:30px;
    clear: both

	}

#leftcol {
	width:405px;
	border-right:1px dotted #b6b6b6;
	padding-right:18px;
	}

#leftcol, #rightcol {
	margin-top:0px;
	margin-bottom: 30px;
	float:left
	overflow: hidden;
	}	
	
#rightcol {
	width:855px;
	height: 185px;
	padding-left:0px;
    margin-left: 25px;
    border-top: 3px #555 double;
    padding: 0 0 0 10px;
	}


		
/*Subnav */

.subnav li {
	list-style:none;
	border-bottom:1px solid #FFF;
	}

.subnav li a:link, .subnav li a:visited {
	background:rgb(251, 249, 236);
	display:block;
	padding:4px 4px 4px 8px;
	border-left:4px solid #e4efd5;
	}
		
.subnav li a:hover, .subnav li a:active {
	background:#e4efd5;
	text-decoration:none;
	color: #7da939;
	}

.subnav li li a:link, .subnav li li a:visited {
	border-left:none
	}
		
	 
	
	
/*	Headers */

h1 {
	font:2.95em Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
	letter-spacing:-0.02em;
	}
	
h2 {
	font: 2.3em Georgia, "Times New Roman", Times, serif;


	}

h3, #sidebar h2 {
	font: 1em Arial, Helvetica, sans-serif;
    margin-top: 4px;
	letter-spacing:0.1em;
	margin-bottom:14px;
	font-weight:bold;
	color:#5f5f5f;
	}

#sidebar h3, #sidebar h2 {


	font-size:2em;
	}

h3#respond {
	border-top:1px dotted #b6b6b6;
	margin-top:25px;
	padding-top:20px
	}

h3#comments {
	margin-top:32px
	}

h4 {
	font-size:1.6em;
	margin-bottom:6px;
	}
	
	
	
/* Content */

#content {
	width:850px;

	float:left
	position: relative;
	clear: both;
    margin: 0 25px 0px 25px;

	}
	
.description {
	font-size: 1.3em;
	font-weight: bold; 
	font-style:italic;
	color:#545454;
	margin-top:-4px;
	}

.feature {


	padding:0;

	}

.feature:hover {

	}
	
.feature p, #rightcol p {
	margin:0;
	}

.feature img, #rightcol img {
	padding:1px;

	}
			
#leadpic {
	float:left;
	margin: 0 0 0 0;
	border: 2px #f5eedb solid;

	}

#lead {
	margin-top:15px;
	}

.title {
	font-size:1.2em;
	font-weight:100;
	line-height:115%;
	font-family: georgia, serif;
	}
	
.feature#lead .title {
	font:1.8em Georgia, "Times New Roman", Times, serif;
	line-height:100%;
	display:block;
	padding-bottom:7px;
	}

#leftcol .feature {
	margin-bottom: 5px;
	border-bottom:none
	}

#rightcol img {
	float:left;
	margin:3px 10px 4px 0;
	}

#leftcol img {
	margin-bottom: 4px;
	display:block
	}
	
#rightcol .clearfloat {

    width: 151px;
    height: 170px;
    float: left;
	padding-top: 10px;
    padding-right: 15px;
	margin-right: 0;

	}
	
.rm_leftClearfloat {
    width: 141px;
    height: 170px;
    float: left;
	padding-top: 10px;
    padding-right: 15px;
	margin-right: 0;

	border-right: 1px #555 solid;
}

.rm_rightClearfloat {
    width: 151px;
    height: 170px;
    float: left;
	padding-top: 10px;
    padding-left: 15px;
    padding-right: 0;
	margin-right: 0;

    border-left: 1px #AAA solid;
}

.rm_secondClearfloat {
    width: 141px;
    height: 170px;
    float: left;
	padding-top: 10px;
    padding-left: 15px;
    padding-right: 15px;
	margin-right: 0;
    border-left: 1px #AAA solid;
    border-right: 1px #555 solid;
}

.rm_thirdClearfloat {
    width: 141px;
    height: 170px;
    float: left;
	padding-top: 10px; 
    padding-left: 15px;
    padding-right: 15px;

    border-left: 1px #AAA solid;
    border-right: 1px #555 solid;
}

.rm_fourthClearfloat {
    width: 141px;
    height: 170px;
    float: left;
	padding-top: 10px; 
    padding-left: 15px;
    padding-right: 15px;

    border-left: 1px #AAA solid;
    border-right: 1px #555 solid;
}


#sidelist li {
	list-style:none
	}
	
.bullets li {
	list-style:none;
	border-bottom:1px solid #FFF;
	}
	
#sidelist .bullets li {
	list-style-image:square;
	margin-bottom:5px;
	line-height:115%;
	margin-left:22px;
	}

#sidelist .children {
	background:#e4efd5;
	}
	
#sidelist .children li {
	list-style: square;
	margin-left:28px;
	/*border-bottom:1px solid #e4efd5; */
	}
	
#sidelist .children li a, #sidelist .children li a:visited {
	padding:2px 2px 2px 0px;
	border:0;
	background:#e4efd5;
	color: #818d6f;
	}

#sidelist .children li a:hover, #sidelist .children li a:active	{				
	color:#465d23
	}

.postmetadata {
	margin: 30px 0;
	}

#writer {
	background:#eef5e1;
	margin:25px 0 15px 0;
	padding:12px;
	}

#writer img {
	padding:1px;
	/* border:1px solid #7da939; */
	float:left;
	width:80px;
	}

#writer span {
	display:block;
	padding-top:4px;
	/* border-top:1px solid #cbd8b4; */
	margin-top:12px;
	}

#writer p {
	margin:0;
	width:482px;
	}	

.entry {
	padding-bottom:28px;
	padding-right: 25px;
	border-right: 3px solid #f2f2f2;
	}

h3 a:link, h3 a:visited {
	color:#5f5f5f;
	}



/*Post Formatting*/

.picleft {
	float:left;
	margin:3px 14px 10px 0;
	border:7px solid #f2f2f2;
	}

.picright {
	float:right;
	margin:3px 0 10px 14px;
	border:7px solid #f2f2f2;
	}	

.post blockquote {
	color:#76767a;
	background:#f2f2f2;
	padding:6px 14px;
	margin:18px 35px;
	border-right:1px solid #DDD;
	border-bottom:1px solid #DDD;
	}	
	
.post h3 {
    font-family: georgia;
    text-transform: uppercase;

    letter-spacing: 0px;
    color: rgb(150, 107, 60);
    font-weight: 100;
    margin-top: 14px;
    margin-bottom: 0px;
    padding-bottom: 5px;
    font-size: 12px;
}

.post ul li {
    font-family: georgia, serif;
	list-style-image: url('images/ornament-bullet.gif');
	font-size: 1.1em;
	color: #333;
	margin-bottom:7px;
	line-height:125%;
	margin-left:22px;
	}

.post ol li {
	margin-bottom:5px;
	line-height:125%;
	margin-left:48px;
	}
	
#tags {
	padding:3px;
	border-bottom:1px solid #DDD;
	border-top:1px solid #DDD;
	}
	
.post {
    width: 340px;
    display: block;
    margin-bottom: 50px;
    padding-bottom: 30px;
    float: left;
    border-right: 3px #555 double;
    margin-top: 20px;
}

/* Form Elements */

select {
	background:#f2f2f2;
	border:1px solid #9c9c9c;
	width:100%
	}
	
#searchform {
    position: relative;
	padding:16px 20px 0 0; 
	height: 20px;
    top: -10px;
    float: right;
	}

.button {

	}

.button:hover {

	}

#commentform input {
	width: 170px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 100%;
	margin-top:5px;
	}



/* Comments*/

.commentlist {
	padding-left:30px;
	}
	
.commentlist li {
	margin: 15px 0 3px;
	padding: 8px 15px 10px 15px;
	background:#f2f2f2;
	border-top: 1px solid #ddd;
	}

#commentform small {
	background:#FFF;
	font-weight:bold;
	padding:0;
	}
	
.commentmetadata {
	display: block;
	}

.commentlist small {
	background:#e9e9e9
	}

.commentlist cite {
	font: 1.6em Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
	letter-spacing:-0.05em;
	}	
	

/* Float Properties*/

.clearfloat:after {
	display:block;
	visibility:hidden;
	clear:both;
	height:0;
	content:".";
	}
	
.clearfloat {
	display:inline-block
	}

.clearfloat {
	display:block
	}
	


/* Footer*/

#footer {
	margin: 0;
	margin-top: 10px;
	width: 905px;
	font-size:0.9em;
	
	color:rgb(249, 250, 244);
    
	background: #414142 url('images/footer_photo_credit.gif') top right no-repeat;
	clear: both;
	}

#footer a {
	color:rgb(249, 250, 244);
	}
	
/* RM */

#rm_mastTitle a {
    text-indent: -9999px;
    line-height: 200px;
    display: block;
    height: 130px;
    z-index: 100;
}

#rm_leadText {
    position: relative;
    font-family: georgia, serif;
    border-left: 3px #555 double;
    width: 280px;
    height: 340px;
    float: right;
    font-size: 13px;
    line-height: 13px;
    padding-left: 15px;
    padding-bottom: 25px;
    padding-top: 0px;
    padding-right: 15px;
    margin-left: 15px;
}

#rm_leadText p {
    font-family: Georgia, serif;
    font-size: 1em;
    line-height: 1.4em;
    width: 280px;
    font-weight: 100;
    color: rgb(39, 40, 34);
}

#rm_leadText p a {
    color: rgb(163,88,54);
}

p {
    font-family: Georgia, sans-serif;
    font-size: 1.15em;
    line-height: 1.4em;
    color: rgb(49, 50, 44);
}

.rm_caps {
    text-transform: uppercase;
    font-size: 0.98em;
}

#rmh_tourHolder {
    width: 267px;
    position: absolute;
    bottom: 15px;
    right: 25px;
}

#rmh_tourHolder h3 {
    font-family: georgia;
    font-size: 16px;
    font-variant: small-caps;
    font-weight: normal;
    height: 19px;
    letter-spacing: 1px;
    margin-bottom: 1px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 20px;
    color: rgb(12,12,12);
}

#rmh_tour {
    width: 267px;
    background-color: rgb(65, 65, 65);
    padding: 6px;
}

#rmh_tour p {
    color: #FFF;
    display: inline;
}

#rmh_tour h5 {
    color: #FFF;
    display: inline;
}

.rm_leadImg {
    display: block; width: 510px; height: 450px; overflow: hidden;
}

.rm_subImg {
    display: block; width: 141px; height: 110px;
    border: 1px #ccc solid;
}

h3.rm_subHead {
    font-family: georgia, serif;
    font-size: 2em;
    text-transform: none;
    letter-spacing: 0;
    padding: 0;
    margin-top: 7px;
    text-indent: -9999px;
}

h3.rm_subHead a {
    font-family: georgia, serif;
    font-weight: 100;
    color: rgb(150, 107, 60);
    font-size: 0.8em;
}

.adr {
    float: left;
    display: block;
    
}

#rm_specials {

    width: 276px;
    position: relative;
    bottom: 0px;
    background: rgb(142, 125, 91);
    padding: 5px;
    margin-top: 1px;
    margin-bottom: 5px;
}

#rm_specials p {
    list-style-type: disc;
    padding-left: 7px;
    padding-bottom: 5px;
    text-transform: uppercase;
}
.rm_specialsBp {
    width: 266px;
    height: 78px;
    background: url('images/leasing_info.gif') top left no-repeat;
    text-indent: -9999px;
    border-top: 1px #eee solid;
}

#rm_specials p {
    color: #FFF;
    font-family: trebuchet ms, arial, sans-serif;
    font-size: 11px;
    line-height: 15px;
    font-weight: 100;
}

#rm_pastHeadline {
    margin: 0 0 15px 0;
    padding: 0;
}
#rm_pastHeadline a {
    background: url(images/head_main.gif) -2px 0px no-repeat;
    font-size: 21px;
    text-indent: -9999px;
    display: block;
    width: 293px;
    height: 51px;

}

#rm_specialsTitle {
    font-family: georgia, serif;
    font-size: 1.25em;
    font-variant: small-caps;
    font-weight: 100;
    color: rgb(150, 107, 60); 
    margin-top: 20px;
    margin-bottom: 1px;
}

.rm_siteLinks {
    display: block;
    list-style-type: none;
    font-family: georgia;
    font-size: 12px;
    margin: 0;
    padding: 0;
}

.rm_siteLinks li {

    display: block;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 7px;
    padding-bottom: 7px;
    margin: 0;

}

#rm_specialsBp {
    border-top: 1px #ddd solid;
}

#rm_specials p {
    width: 266px;
}

telephone {
    font-family: trebuchet ms, arial, sans-serif;
    color: #fff;
}


#rmh_subheadTimeline a {
    display: block;
    background: url('images/rmh_subheads.gif') -3px 0px no-repeat;
    height: 25px;
    margin-bottom: -8px;
    margin-left: -2px;
    padding: 0;
}

#rmh_subheadWhat a {
    display: block;
    background: url('images/rmh_subheads.gif') -177px 0px no-repeat;
    height: 25px;
    margin-bottom: -8px;
    margin-left: -2px;
    padding: 0;
}

#rmh_subheadTurbine a {
    display: block;
    background: url('images/rmh_subheads.gif') -343px 0px no-repeat;
    height: 25px;
    margin-bottom: -8px;
    margin-left: -2px;
    padding: 0;
}

#rmh_subheadHistory a {
    display: block;
    background: url('images/rmh_subheads.gif') -519px 0px no-repeat;
    height: 25px;
    margin-bottom: -8px;
    margin-left: -2px;
    padding: 0;
}
#rmh_subheadRenovation a {
    display: block;
    background: url('images/rmh_subheads.gif') -692px 0px no-repeat;
    height: 25px;
    margin-bottom: -8px;
    margin-left: -2px;
    padding: 0;
}

#rm_postCopy {
    width: 340px;
    float: left;
    display: block;

    margin-top: 10px;
    position: relative;
}

.rm_headerPage {
    text-indent: -9999px;
    height: 39px;
}
#rm_header3 {
    background: url('images/head_main.gif') top left no-repeat;
    height: 51px;
    width: 293px;
}

#rm_header3_lrg {
    background: url('images/header3_lrg.gif') top left no-repeat;
    height: 78px;
    width: 455px;
}

#rm_header15 {
    background: url('images/header_timeline.gif') top left no-repeat;
}
#rm_header16 {
    background: url('images/header_made.gif') top left no-repeat;

}
#rm_header17 {
    background: url('images/header_turbine.gif') top left no-repeat;

}

#rm_header18 {
    background: url('images/header_history.gif') top left no-repeat;
}

#rm_header19 {
    background: url('images/header_renovation.gif') top left no-repeat;
}

#rm_header6 {
    background: url('images/headers_history.gif') top left no-repeat;
}

#rm_gallerySide {
    float: left;
    clear: right;
    width: 480px;

    margin-top: 20px;
}

#rm_postSlideshow a {
    position: relative;
    display: block;
    width: 480px;
    height: 350px;
    background: #ccc;
    overflow: hidden;
}

#rm_postGallery {
    width: 480px;
    margin-left: 0;
    margin-bottom: 30px;
    padding-left: 30px;

    margin-top: 5px;
    padding-top: 0px;

}

#rm_postGallery table tbody tr td {
        padding: 4px;
}
#rm_postGallery table tbody tr td a {
        display: block;
        overflow: hidden;
        float: left;
        width: 62px; height: 62px; border: 2px #EFEFEF solid; 
}


#rm_slideTop {
    position: relative;
    overflow: hidden;
    height: 350px;
    width: 510px;
    display: block;
    margin-left: 33px;
    border: 2px #f5eedb solid;
}

#rm_slideTop table tbody tr td a {
    display: block;
    overflow: hidden;
    width: 520px;
    height: 340px;
}
.slide {
	margin-left: 0px;
	position: absolute;
	top: 100;
	width: 510px;
	height: 350px;	
}


.rm_mastAddress {
    position: absolute;
    font-family: arial, sans-serif;
    font-size: 11px;
    height: 19px;
    white-space: nowrap;
    color: #CCC;

    display: inline-block;
    display: inline;
    top: -140px;
    left: 565px;
    overflow: hidden;
}

#rm_gmap {
    margin: 0 0 25px 15px;
}

#rm_gmap small a {
    font-size: 12px;
    font-family: georgia, serif;
    text-transform: lowercase;
    color: #465d23;
    text-decoration: underline;
}

#rm_gmap small a:hover {
    text-decoration: none;
    color: #333;
}

#rm_noSlides {
    position: relative;
    overflow: hidden;

    width: 480px;
    display: block;
    margin-left: 33px;
    margin-bottom: 80px;
}

#rm_noSlides p.captions{
    text-align: right;
}

.rm_floorplanList {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.rm_floorplanList li {
    margin: 5px;
    padding: 5px;
    display: block;

    width: 142px;
    float: left;
    background: #EAE8E3;
    margin-bottom: 10px;
    border: 1px #f5eedb solid;
    
}

.rm_floorplanList p {
    margin: 0;
    text-align: center;
    margin-top: 4px;
    padding: 0;
}

.rm_floorplanList p a {
    line-height: 1.3em;
    margin: 0;
    color: #333;
    padding: 0;
}

.rm_floorplanList li p a {

    font-size: 11px;
    margin: 0;
}

.floorplanLink {
    font-family: arial, sans-serif;
    font-size: 11px;
}

.rm_imageLink {
    display: block;
    height: 129px;
    width: 140px;
    margin: 0;
    border: 1px #f5eedb solid;
    color: #333;
    margin-bottom: 0;
    text-indent: -9999px;
    padding: 0;
}

#floorplan1 {
    background: url('images/floorplans/thumb_1bd_1bath_a.jpg') top left no-repeat;
}
#floorplan2 {
    background: url('images/floorplans/thumb_1bd_1bath_b.jpg') top left no-repeat;
}
#floorplan3 {
    background: url(images/floorplans/thumb_1bd_1bath_c.jpg) top left no-repeat;
}
#floorplan4 {
    background: url(images/floorplans/thumb_2bd_2bath_a.jpg) top left no-repeat;
}
#floorplan5 {
    background: url(images/floorplans/thumb_2bd_2bath_b.jpg) top left no-repeat;

}
#floorplan6 {
    background: url(images/floorplans/thumb_2bd_2bath_c.jpg) top left no-repeat;

}
#floorplan7 {
    background: url(images/floorplans/thumb_loft_1story.jpg) top left no-repeat;

}
#floorplan8 {
    background: url(images/floorplans/thumb_loft_2story_a.jpg) top left no-repeat;

}
#floorplan9 {
    background: url(images/floorplans/thumb_loft_2story_b.jpg) top left no-repeat;
}

.rm_rightAlign {
    text-align: right;
    font-size: 11px;
    font-family: georgia;
    padding-top: 7px;
    margin-bottom: 20px;
}


#rm_calendar {
    border-top: 1px #FFF solid;
    list-style-type: none;
    margin-left: 7px;
    margin-right: 7px;
    font-family: trebuchet ms, arial, sans-serif;
    color: #EFEFEF;
    font-size: 11px;   
}

#rm_calendar li a {
    color: #EFEFEF;
    border-bottom: 1px #AA9D84 solid;
    text-decoration: none;
}  

#rm_calendar li a:hover {
    border-bottom: none;
    text-decoration: none;
    }   

#formContainer {
    background: #f8f2e5;
    padding: 20px;
    width: 470px;
    border: 1px #c6bba5 solid;
    margin-left: 25px;
    margin-right: 0px;
    margin-bottom: 150px;
}

    label {
        font-family: georgia;
        font-size: 12px;
        color: #333;
    }
    label span { display: hidden; }
    label.textInput {
        display: block;
        padding: 0;
        clear: both;
        }
        
    label.checkInput {
        padding: 0 0 0 12px;
        white-space: nowrap;
    }
    
    label.priceInput {
        padding: 0 6px 0 4px;

    }
    
    label#state {
        display: inline;
    }
    
    label#zip {
        display: inline;
    }
    
    .formInputText {
        padding: 2px;
        margin: 0 1px 0 1px;
        font-family: georgia, serif;
        color: rgb(99, 101, 91);
        font-size: 12px;
        border: 1px rgb(99, 101, 91) solid;
        }
    
    .textPriceInput {
        padding: 2px;
        margin: 3px 1px 0 1px;
        font-family: georgia, serif;
        color: rgb(99, 101, 91);
        font-size: 12px;
        border: 1px rgb(99, 101, 91) solid;
    }
    
    input#zipText {
        display: inline;
        padding: 2px;
        margin: 0 1px 0 1px;
        font-family: georgia, serif;
        color: rgb(99, 101, 91);
        font-size: 12px;
        border: 1px rgb(99, 101, 91) solid;
    }
        
    #formContainer dl, #formContainer ul {
        list-style-type: none;
        margin: 0;
        padding: 0;
        
        }
    dl dt {
        padding: 0 0 12px 0;
        }
    #formContainer ul li {
        padding: 5px 0 5px 0;
        }
    #formContainer ul {   
        padding: 15px 0 15px 0;
        display: block;
        position: relative;
        }
    #form-left {
        float: left;
        display: block;
        width: 200px;
        padding: 0 20px 0 0;
    }
    #form-right {
        float: left;
        display: block;
        width: 200px;
        padding: 0 20px 0 0;
        position: relative;
    }
    #form-bottom {
        display: block;
        width: 500px;
        margin: 0 auto 0 auto;
        clear: both;
        position: relative;
    }
    
    #form-bottom ul {


    }
    
    #contact_text_block {
        display: block;
        width: 250px;
        margin: 0;
        float: right;
        clear: both;
        position: absolute;
    }
    
    #navigation_menu {
        list-style: none;
        padding: 0;
        margin: 0;
        position: absolute;
        top: 135px;
        left: 17px;
        display: block;
        font-size: 15px;
        
    } 
    
    #navigation_menu li {
        float: left;
        display: block;
    }
    
    #navigation_menu li span {
        display: none;
    }
    
    #navigation_menu li a {
        text-decoration: none;
    }
    
    #nav_features {
        width: 68px;
        height: 16px;
    }
    
    #nav_amenities {
        width: 78px;
        height: 16px;
    }
    
    #nav_floorplans {
        width: 83px;
        height: 16px;
    }
    
    #nav_history {
        width: 61px;
        height: 16px;
    }
    
    #nav_contact a {
        font-variant: small-caps;
        color: rgb(112, 39, 36);
        width: 61px;
        height: 16px;   
    }
    
    ul.threeColumnList {
        width: 140px;
        display: block;
        float: left;
    }
    
    input#submit {
        display: inline;
        float: left;
        background: #f8f2e5;
        margin: 40px 0 20px 0;
        padding: 2px;
        font-family: georgia, serif;
        color: #333;
        font-size: 12px;
        border: 1px #c6bba5 solid;
    }
    input#cancel {
        display: inline;
        float: left;
        background: #f8f2e5;
        margin: 40px 10px 20px 0;
        padding: 2px;
        font-family: georgia, serif;
        color: #333;
        font-size: 12px;
        border: 1px rgb(99, 101, 91) solid;
    }
    
    #textarea_comments {
        display: block;
        clear: both;
        padding: 2px;
        font-family: georgia, serif;
        color: rgb(99, 101, 91);
        font-size: 12px;
        border: 1px rgb(99, 101, 91) solid;
    }
    

.textInput {
    text-indent: 2px;

}

select {
    width: 50px;
}   

.entry ul {
    margin-top: 20px;
}

a:active {
    outline: none;
    border: none;
}

#rmh_gallery {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

#rmh_gallery li {
    padding-bottom: 20px;
}

#rmh_gallery li img {
    border: 1px #DDD solid;
}

#rm_more {
    display: block;
    text-indent: -9999px;
    background: url('images/more.gif') top left no-repeat;
    height: 15px;
    width: 52px;
    margin-top: 4px;
    margin-left: -1px;
    
}
