/*
Theme Name: Starfish Pictures
Theme URI: http://www.christopherbolt.com/
Description: Theme for Starfish Pictures.
Version: 1.0
Author: Chris Bolt
Author URI: http://www.christopherbolt.com/

Starfish Pictures

*/

/* reset in-consistent browser styles */
@import url(styles/reset.css);
@import url(styles/base.css);

/* Now to the styles for this website... */
body {
	background-color: #ffffff;
	margin: 0;
	padding: 13px 0 13px 0;
	font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #4c544c;
	line-height: 160%;
}
#container {
	margin: 0px auto;
	width: 762px;
	background: url(images/border-top.gif) top center no-repeat;
	padding-top: 50px;
}
#header {
	margin: 0px auto;
	width: 762px;
	height: 188px;
}
#content {
	border-left: 2px solid #e2eae5;
	border-right: 2px solid #e2eae5;
	padding: 0 67px 0 67px;
	margin-bottom: -15px;
}
#clearfoot {
	clear: both;
	font-size: 1px;
	height: 1px;
}
#footer {
	background: url(images/border-bottom.gif) top center no-repeat;
	font-size: 10px;
	height: 64px;
	padding-top: 54px;
}

/* text and content */
a {
	color: #EF4136;
	text-decoration: underline;
}
a:hover {
	color: #bf1e2d;
	text-decoration: underline;
}

h1 {
	color: #EF4136;
	font-size: 16px;
	font-weight: normal;
	margin: 0;
	padding: 0.5em 0 0.8em 0;
}
h2 {
	color: #EF4136;
	font-size: 16px;
	font-weight: normal;
	margin: 0;
	padding: 0.5em 0 0.6em 0;
}


#CBLink, #BMLink, #BHLink {
	padding-top: 5px;
	font-size: 10px;
	color: #666666;
	text-align: center
}
#CBLink a, #BMLink a, #BHLink a {
	color: #666666;
	text-decoration: none;
}
#CBLink, #BMLink, #BHLink {
	display: none;
}
