/* resets */
body {
	margin: 0;
	padding: 0;
}
h1, h2, h3, h4, h5, h6, p {
	margin: 0 0 12px 0;
	font-weight: normal;
}
a img {
	border: 0;
}
a {
	outline: none;
}

/* cms styles */
#main .page_video {
	text-align: center;
	margin: 24px 0;
}
#main .photoset {
	margin: 12px 0;
}
#main .photoset img {
	float: left;
	margin: 6px 15px 9px 0;
	border: 2px solid #666;
}
#main .rf-paragraph {
	margin: 0 0 18px 0;
}
.rf-paragraph ol li {
    margin-bottom: 6px;
}
#main img.page_image {
	margin: 0 0 12px 12px;
	border: none;
	float: right;
}
#main img.right, #main div.right {
	margin: 0 0 12px 12px;
	border: none;
    float: right;
}
#main img.left, #main div.left {
	margin: 0 12px 12px 0;
	border: none;
    float: left;
}
#main div.center {
	text-align: center;
}
.video {
    text-align: center;
}

/* styles */
body {
	background: #000;
}
#logo_link {
    float: left;
}
#body {
	font: 12px "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, sans-serif;
	color: #333;
	background: url(../images/bodybg.gif) repeat-x #fff;	
}
#wrapper {
	width: 960px;
	margin: 0 auto;
}
#header {
	height: 105px;
	position: relative;
}
#header_image {
    padding-top: 10px;
}
#logo {
	position: absolute;
	top: 05px;
	left: 18px;
}
ul#nav {
	list-style-type: none;
	padding: 0;
	margin: 0;
	position: absolute;
	top: 36px;
	right: 20px;
	height: 26px;
}
ul#nav li {
	display: block;
	float: left;
	margin: 0;
	padding: 0;
	padding-right: 10px;
}
ul#nav a {
	text-decoration: none;
}
ul#nav a .text {
    float: left;
    display: block;
    font-size: 15px;
	line-height: 25px;
	height: 25px;
	padding: 0px 5px;
	color: #fff;
	font-weight: bold;
}
ul#nav a .round_left {
    float: left;
    display: block;
    background: transparent;
    width: 10px;
    height: 25px;
}
ul#nav a .round_right {
    float: left;
    display: block;
    background: transparent;
    width: 10px;
    height: 25px;
}
ul#nav a:hover .text, ul#nav a.active .text {
	color: #534741;
	background: #fff;
}
ul#nav a:hover .round_left, ul#nav a.active .round_left {
    background: url(../images/nav_left.gif) no-repeat;
}
ul#nav a:hover .round_right, ul#nav a.active .round_right {
    background: url(../images/nav_right.gif) no-repeat;
}
#sidebar {
	width: 230px;
	float: left;
	margin-right: 40px;
	margin-left: 20px;
	margin-bottom: 20px;
}
#sidebar_links {
    padding: 10px 10px 20px 10px;
    border: 2px solid #E0D8B2;
    background-color: #F5F3E3;
    margin-bottom: 20px;
    font-size: 14px;
}
#sidebar ul.subnav {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#sidebar ul.subnav li {
	margin: 0;
	padding: 0;
	margin-bottom: 7px;
	padding-bottom: 7px;
	border-bottom: 1px solid #E4DFB8;
}
#sidebar ul.subnav li a {
    text-decoration: none;
}
#sidebar ul.subnav li a.active, #sidebar ul.subnav li a:hover {
    color: #000;
}
#sidebar ul.subsubnav {
	list-style-type: none;
	margin: 0;
	padding: 0;
	padding-left: 15px;
}
#sidebar ul.subsubnav li {
	margin: 0;
	padding: 0;
	border-bottom: none;
}
#sidebar_start {
    background-color: #e4dfb8;
    padding: 10px 10px 10px 10px;
    border: 2px solid #cDc086;
}
#sidebar_start a {
    width: 204px;
    margin: 0px auto;
    display: block;
}
#content {
	min-height: 340px;
	width: 640px;
	float: left;
}
.no_sidebar {
    width: 960px !important;
}
#content_int {
	padding: 0px 15px 30px 15px;
}

#bottom {
	border-top: 4px solid #754C24;
	border-bottom: 4px solid #754C24;
	color: #fff;
	background: url(../images/bottombg.gif);
}
#bottom_int {
	width: 720px;
	padding: 15px 120px 22px 120px;
	margin: 0 auto;
	min-height: 50px;
}
#bottom a {
	color: #A01413;
	font-weight: bold;
	text-decoration: none;
}
#bottom a:hover {
	text-decoration: underline;
}

#bottom .see_plans {
	float: right;
	margin: 12px 0 0 0;
}
#bottom .try {
	font-size: 14px;
	font-weight: bold;
}

#footer {
	font-size: 10px;
	background: #000;
	color: #ccc;
}
#footer_int {
	width: 960px;
	margin: 0 auto;
	padding: 20px 0;
}
#footer .footer_tagline {
	font-size: 12px;
	margin-bottom: 9px;
}
#footer div {
	margin-bottom: 3px;
}
#footer a {
	color: #fff;
	text-decoration: none;
}
#footer #footer_social {
    padding-bottom: 7px;
    font-size: 12px;
}
#footer #footer_social img {
    width: 32px;
    height: 32px;
    vertical-align: middle;
}


/* styles */

#body h1 {
	text-align: center;
	color: #86272D;
	font-weight: bold;
}
#body h2 {
	font-size: 21px;
	color: #333;
	font-weight: bold;
}
#body h3 {
	font-weight: bold;
}
#body h4 {

}
#main a {
	color: #A01413;
	font-weight: bold;
	text-decoration: none;
}
#main a:hover {
	text-decoration: underline;
}

#main p.message {
	padding-left: 290px;
}
#main p.error {
	color: #f00;
}

#main form {
	margin: 0 0 24px 0;
}
#main form label {
    display: block;
	padding: 3px 0px;
	font: 13px "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, sans-serif;
	font-weight: bold;
}
#main form label.error {
	color: #f00;
}
#main form input.text {
	border: 1px solid #999;
	padding: 2px;
	width: 300px;
	font: 13px "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, sans-serif;
	color: #666;
}
#main form textarea {
	font: 14px "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, sans-serif;
	color: #666;
	border: 1px solid #999;
	padding: 2px;
	width: 300px;
	height: 150px;
}
#main form .form_item {
	margin: 0 0 9px 0;
}

#main form#create_site {
	padding: 0 20px;
}
#main form#create_site input.button {
	background: url(../images/buttonbg.gif) no-repeat;
	color: #fff;
	width: 200px;
	height: 33px;
	border: 0;
	font: 14px "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, sans-serif;
	font-weight: bold;
}
#main form fieldset {
	border: 0; 
	border-top: 1px solid #B8AC28; 
	padding: 12px 0 0 0;
	margin: 0 0 15px 0;
}
#main form fieldset legend {
	display: block;
	margin: 0;
}
#main form fieldset legend span {
	display: block;
	padding: 0 12px 0 5px;
	width: 250px;
	text-align: right;
	color: #86272D;
	font: 14px "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, sans-serif;
	font-weight: bold;
}
#main form .form_piece {
	width: 480px;
	float: left;
	padding-right: 10px;
}
#main form .form_notes {
	width: 390px;
	padding-left: 10px;
	float: left;
}
#main form .label_complement {
	padding: 3px 15px 3px 0;
	font: 13px "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, sans-serif;
	font-weight: bold;
}
#main form .whats_this {
	font-size: 11px;
	margin-left: 10px;
}

#main form .special {
	background: #F5F3E3; 
	border: 1px solid #d7d7d2;
	padding: 12px;
}
#main form .special .header {
	margin-bottom: 6px;
	color: #86272D;
	font-size: 20px;
	font-weight: bold;
}

#created_links {
	background: #F5F3E3;
	border: 1px solid #d7d7d2;
	padding: 12px 15px 0;
	margin-bottom: 12px;
	width: 450px;
}

/* plans and pricing */
table#plans_and_pricing {
	margin-top: 70px;
	width: 100%;
	border-collapse: collapse;
}
table#plans_and_pricing th, table#plans_and_pricing td {
	padding: 6px 15px;
	vertical-align: top;
}
table#plans_and_pricing th.plan_title {
	background: #89262e;
	color: #fff;
	font-size: 15px;
	font-weight: bold;
	padding-bottom: 0;
}
table#plans_and_pricing th.plan_title img {
	margin-top: -85px;
}
table#plans_and_pricing tr.pricing th {
	background: #F5F3E3;
}
table#plans_and_pricing td.row_title {
	background: #89262e;
	color: #fff;
	font-size: 13px;
}
table#plans_and_pricing tr.pricing th.row_title {
	text-align: left;
	color: #534741;
	font-weight: normal;
}
table#plans_and_pricing tr.pricing th.row_title img {
	display: block;
	margin-top: 5px;
}
table#plans_and_pricing tr.pricing th.row_title p {
	padding-left: 4px;
	margin-top: 3px;
}
table#plans_and_pricing tr.pricing .price {
	margin-bottom: 9px;
	font-size: 15px;
	font-weight: normal;
}
table#plans_and_pricing tr.pricing .price strong {
	font-weight: bold;
	font-size: 30px;
	display: block;
}
table#plans_and_pricing tr.pricing .sign_up {
	margin-bottom: 3px;
}
table#plans_and_pricing td.ultimate {
	vertical-align: top;
	background: #e4dfb8;
	text-align: center;
	font-size: 15px;
	color: #534741;
}
table#plans_and_pricing td.ultimate .sign_up {
	margin-bottom: 12px;
}
table#plans_and_pricing td.ultimate .title {
	color: #000;
	line-height: 19px;
	font-weight: bold;
	padding: 12px 0 15px 0;
}
table#plans_and_pricing td.feature_value {
	text-align: center;
	height: 18px;
	font-size: 13px;
	font-weight: bold;
}
table#plans_and_pricing tr.need_help td.help {
	font-size: 13px;
}

/* handles spacing for different # of columns */
table#plans_and_pricing.plans_2 th.plan_title {
	width: 300px;
}
table#plans_and_pricing.plans_3 th.plan_title {
	width: 240px;
}
table#plans_and_pricing.plans_4 th.plan_title {
	width: 120px;
}
table#plans_and_pricing.plans_5 th.plan_title {
	width: 100px;
}

/* borders */
table#plans_and_pricing th, table#plans_and_pricing td {
	border-style: solid;
	border-color: #B8AC28;
	border-width: 1px;
}
table#plans_and_pricing tr.plan_names th.plan_title {
	border-top-width: 4px;
}
table#plans_and_pricing tr.plan_names th.empty {
	border-width: 0 4px 4px 0;
}
table#plans_and_pricing .row_title {
	border-left-width: 4px;
}
table#plans_and_pricing tr.last td  {
	border-bottom-width: 4px;
}
table#plans_and_pricing th.ultimate {
	border-right-width: 4px;
}
table#plans_and_pricing td.ultimate {
    border-right-width: 4px;
    border-bottom-width: 4px;
}

/* homepage styles */
#body.page-homepage #content_int {
	padding: 0;
}
#focus {
	
}
#intro {
	padding: 30px 10px 0 15px;
	float: left;
	width: 395px;
	margin-right: 10px;
}
#intro h1.intro_text {
    color: #333;
	padding-left: 9px;
	margin-top: 12px;
	margin-bottom: 12px;
	font-size: 18px;
	font-weight: bold;
	text-align: left;
}
#intro div.get_trial {
	padding-left: 9px;
	margin-bottom: 12px;
	font-size: 14px;
}
div.below_photos {
	padding-top: 10px;
	padding-bottom: 2px;
	padding-left: 9px;
	text-align: center;
}
#intro a.see_plans {
	display: block;
	padding-left: 9px;
	margin-bottom: 12px;
}
#gallery_wrapper {
	width: 510px;
	float: left;
	padding-top: 20px;
}
#gallery {
    float: left;
    border: 6px solid #42200A;
}
#gallery img {
    
}
#prev {
    display: block;
    float: left;
    width: 24px;
    text-align: right;
    margin-top: 130px;
}
#next {
    display: block;
    float: right;
    width: 24px;
    margin-top: 130px;
}

#body.page-homepage #bottom {
	border-top: 0;
}
#home_content_wrap {
	background: url(../images/homecontentwrapbg.gif) repeat-x;
	padding-top: 25px;
}
#home_content {
	background: #fff;
	width: 870px;
	margin: 0 auto;
	border: 5px solid #c6b199;
	padding: 20px;
	color: #534741;
	font-size: 12px;
}
#home_content h1 {
	margin-bottom: 6px;
}
#home_content h2 {
	margin-bottom: 6px;
}
#home_content h3 {
	font-size: 20px;
}
#home_content #features .feature {
	width: 420px;
	margin: 9px 30px 15px 0;
	float: left;
}
#home_content #features .lastinrow {
	margin-right: 0;
}
#home_content #features .feature .feature_img {
	float: left;
	width: 72px;
	margin-right: 15px;
}
#home_content #features .feature .feature_text {
	float: right;
	width: 330px;
}
#home_content #features .feature h2 {
	margin-bottom: 3px;
}
#home_content #features .feature a {
	color: #A01413;
	font-weight: bold;
	text-decoration: none;
}

/* blog styles */
#blog_posts {
	width: 640px;
	padding: 0px 0px 18px 0px;
	margin-top: 0px;
}
#blog_posts .post {
	margin: 0 0 24px 0;
	padding: 5px 19px;
	width: 600px;
	line-height: 18px;
	background: #f9f9f9;
	border: 1px solid #f6f6f6;
}
#blog_posts .post h3 {
	margin: 0px;
	padding: 0px;
}
#blog_posts .postmeta img {
	vertical-align: bottom;
}
#content_text.blog_index {
	margin: 0;
	padding: 0;
	width: 100%;
	background: none;
	border: 0;
}

/* tour page */
#tour_video {
    padding-bottom: 20px;
}

/* paragraph */
#body .rf-paragraph h2 {
    font-size: 16px !important;
}
.photo_gallery {
    margin: 0px auto;
    padding-top: 10px;
}
.highlighted_photo {
    margin-bottom: 15px;
}
.highlighted_photo img {
    border: 2px solid #cDc086;
}
.photo_gallery .photo_wrap {
    height: 458px;
    width: 604px;
    overflow: hidden;
    text-align: center;
}
.photo_gallery .photo_wrap img {
    background: #fff;
}
.gallery_thumbs {
    width: 588px;
    margin: 0px auto;
}
.gallery_thumbs a {
    float: left;
    margin: 8px;
    padding: 0px;
    border: 2px solid #E0D8B2;
}
.gallery_thumbs a:hover, .gallery_thumbs a.activeSlide {
    border: 2px solid #cDc086;
}
.gallery_thumbs img {
    background: #fff;
    padding: 0px;
    margin: 0px;
}
.gallery_thumbs .activeSlide img {
}


/* other pages */
#body.page-404_error h1 {
	text-align: left;
}

/* other styles */
.clear {
	clear:both;
}
.fakelink {
	color: #999;
	text-decoration: underline;
}
