@charset "UTF-8";
/* CSS Document */


body  {
	background: #ffffff;
	font: small Helvetica, Arial, sans-serif;
	text-align: center; 
	color: #000000;
}

*, div { 
	margin: 0;
	padding: 0;
}


#wrap {
	width: auto;
	margin: 60px 0;
	text-align: left;
}

a {
	text-decoration: none;
	color: #ed3f26;
}

a:hover {
	text-decoration: none;
	color: #ed3f26;
}

img {
	border: none;
}

p {
	margin-top: 24px;
	line-height: 150%;
	font-size: small; 
}

/* ------------ HEADER & NAV ------------ */
 
#header {
	text-align: left;
	float: left;
}

#nav {
	float: left;
	font-weight: bold;
	margin: 40px 0 0 10px;
}

#nav li {
	display: inline;
	padding: 0 10px;
	border-left: 2px solid #f0f0f0;
}

#nav li.first {
	border-left: none;
}

#nav li a {
	text-decoration: none;
	color: #000000;
	border-bottom: none;
}

#nav li a:hover,
#home li#nav-home a,
#gallery li#nav-gallery a,
#clients li#nav-clients a,
#login li#nav-login a,
#pricing li#nav-pricing a,
#contact li#nav-contact a {
	color: #ed3f26;
}

/* ------------ CONTENT ------------ */

#content {
	width: 640px;
	float: left;
	clear:both;
	margin: 24px 0px 24px 34px;
}

#portfolio {
	width: auto;
	margin: 0px;
	padding: 0px;
	clear:both;
}

.left{
	float: left;
	margin-right: 20px;
}

.right{
	float: right;
	margin-left: 20px;
}

#column {
	float: left;
	width: 180px;
	padding: 0 14px;
	margin-top: 24px;
}

#column ul {
	list-style: url(http://karena.sabinebarrett.com/images/dash.png);
}

#column li {
	line-height: 150%;
}

/* ------------ FOOTER ------------ */

#footer {
	float: left;
	width: auto;
	margin: 40px 0 0 10px;
	font-weight: bold;
	line-height: 150%;
	clear: both;
}

#footer li {
	display: inline;
	padding: 0 10px;
	border-left: 2px solid #f0f0f0;
}

#footer li.first {
	border-left: none;
	}




/* Internet Explorer and the Expanding Box Problem.
It's an unfortunate fact that Internet Explorer will always incorrectly expand any dimensionally restricted block element so that oversize content is unable to overflow, as the specs require that content to do. The W3C says a rigidly sized block box should allow oversize content to protrude or overflow beyond the edges of the sized box.
The following rule instructs Internet Explorer 5.5 and 6 to break words into the next line instead of expanding the block element.
*/
body { word-wrap: break-word; }




