@charset "UTF-8";
/* Sunset Cycles
** CSS base styles for pages with two text columns
** Created by Jessica Greenwalt
** www.jgreenwalt.com
** Updated: October 15, 2009 */

.two_col .col1,
.two_col .col2 {
	width:380px;
	text-align:left;
	float:left;
	line-height:1.4em;}

.two_col .col2 {margin-left:60px;}

.two_col .col1 p,
.two_col .col2 p {
	margin-bottom:1em;}

.two_col .col1 ul,
.two_col .col2 ul {
	margin-left:30px;
	margin-bottom:1em;}

/* = Photo Bar  ---------------- */
.two_col #slideshow1,
.two_col #slideshow2 {
	width:451px;
}

/* = Two Column with Thin Column Lightbox Photo Gallery ----------- */
.two_col_thin #page_heading {
	margin-bottom:40px;
}

.two_col_thin h3 {
	margin-top:1.6em;
}
.two_col_thin h3:nth-child(1) {
	margin-top:0px;
}

.two_col_thin p {
	margin-bottom:1em;
}

.two_col_thin ul {
	margin-left:25px;
}

.two_col_thin .col1 {
	width:241px;
	margin-right:25px;
}
.two_col_thin .col2 {
	width:570px;
	float:left;
	text-align:left;
}


