/* 
Title:     Arctic Photo - homepage.css
Author:    Darrin Waterbury, darrin@darrinscottstudios.com
*/

#sidebar {
	float: left;
	width: 20em;
	font-size: 90%;
	background-color: #ccc;
	border-right: 2px solid #999;
}
#sidebar .gutter {
	padding: 15px;
}
#home-content {
	margin-left: 20em;
	min-width: 50em;
	font-size: 95%;
	color: #333;
	line-height: 1.5em;
}
#home-content .gutter {
	padding: 15px;
}
#home-content h1 {
	margin: 0;
	padding: 0 0 1em 0;
	font-size: 150%;
	color: #23568f;
	line-height: normal;
}

/* ---[ sidebars ]----------------------------------- */
.box {
	margin: 0 0 0 0;
	padding: 0 0 12px 0;
	font-size: 95%;
	line-height: 1.5em;
	color: #666;
	background-color: #fff;
	background: #fff url(../images/box-b.gif) no-repeat bottom right;
}
.box h3 {
	margin: 0;
	padding: 12px 12px 5px 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 120%;
	font-weight: bold;
	color: #333;
}
.box ul {
	margin: 0;
	padding: 0 12px;
}
.box ul li {
	margin: 0 0 0 10px;
	padding: 0 0 0 18px;
	list-style: none;
	line-height: 1.8em;
	background: url(../images/li-bullet.gif) no-repeat 0 3px;
}
.box p {
	margin: 0;
	padding: 1em 12px;
}
/* ---[ feature ]----------------------------------- */

dl.feature {
	margin: 0;
	padding: 10px 0;
	border-top: 1px dotted #ccc;
	border-bottom: 1px dotted #ccc;
}
dl.feature:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
dl.feature dt {
	margin: 0 0 .5em 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 140%;
	color: #538620;
}
dl.feature dt img {
	float: left;
	margin: 0 15px 0 0;
	padding: 0 4px 4px 0;
	background: url(../../package1/css/img/photo-frame.gif) no-repeat bottom right;
}
dl.feature dd {
	margin-left: 169px;
	font-size: 90%;
	line-height: 1.5em;
	color: #666;
}

/*  IE fixes */
#home-content, #sidebar {
	height: 1%;
}

