@import url('reset.css');


/* defaults */
body {
	color: #0d0d0d;
	font: normal 10px/1.5 Helvetica, Arial, sans-serif;
	background: #f5f5f5 url(../images/summer-bg.gif) no-repeat fixed 0 100px;
}


/* */
a img {
	border: none;
}
a:link, a:visited {
	color: #737373;
	text-decoration: none;
	border-bottom: 1px solid #d2d2d2;
}
a:hover, a:active {
	background-color: #e4f2f1;
	color: #0d0d0d;
}


/* typography */
h2 {
	font-size: 16px;
	font-weight: normal;
	margin-bottom: 0.5em;
}
h3 {
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 0.25em;
}
p {
	margin-bottom: 0.75em;
}
p.contact {
	text-align: center;
	margin-bottom: 1.25em;
	padding: 8px 0;
	border-color: #d9d9d9;
	border-style: solid;
	border-width: 1px 0 1px 0;
	clear: both;
}
p.twitter {
	color: #737373;
}
p cite {
	color: #737373;
	font-size: 11px;
	font-style: normal;
	text-transform: uppercase;
}
ol, ul {
	margin-left: 2em;
}
ul li {
	list-style: disc;
}


/* layout */
#wrapper {
	width: 780px;
	margin: 15px auto;
}

#branding {
	position: relative;
	height: 54px;
}

#logo, #strapline {
	display: block;
	float: left;
}
#logo {
	margin-right: 10px;
}
#logo a {
	border: none;
}
#logo a:hover {
	background: none;
}
#logo a img {
	display: block;
	width: 226px;
	height: 48px;
}

#strapline em {
	color: #737373;
	font-size: 14px;
	font-style: normal;
	display: block;
	padding-top: 26px;
}

#contact {
	font-size: 11px;
	text-align: left;
	position: absolute;
	bottom: 10px;
	right: 0;
}
#contact dt {
	display: none;
}
#contact dd {
	background-repeat: no-repeat;
	background-position: 0 50%;
	padding-left: 21px;
}
#contact dd.email {
	background-image: url(../images/email-icon.gif);
}
#contact dd.skype {
	/* background-image: url(../images/skype-icon.gif); */
	/* replace with official Skype online status icon to indicate status */
}
#contact dd a {
	background-repeat: no-repeat;
	background-position: 0 50%;
}

#content {
	clear: both;
	font-size: 12px;
	padding: 15px 0 5px;
	border-top: 1px solid #d2d2d2;
}

#twitter {
	padding-bottom: 1em;
}
#about {
	padding-top: 1.25em;
	border-top: 1px solid #d2d2d2;
}

#partners {
	height: 44px;
	margin: 0;
}
#partners li {
	display: inline;
	float: left;
	list-style: none;
}
#partners li a {
	background-repeat: no-repeat;
	background-position: 50% 0;
	display: block;
	float: left;
	width: 130px;
	height: 64px;
	margin-bottom: 1.5em;
	overflow: hidden;
	border: none;
}
#partners li a:hover {
	background-color: transparent;
}
#partners li a img {
	display: block;
	margin: 1000em auto 0;
}
#partners li a:hover img {
	margin-top: -64px;
}
#partners li#passionate a { background-image: url(../images/passionate.gif); }
#partners li#north_east a { background-image: url(../images/northeast.gif); }
#partners li#yourfightsite a { background-image: url(../images/yourfightsite.gif); }


/* projects */
.projects {
	margin: 0;
}
.projects li {
	list-style: none;
	margin: 0;
	padding: 0 0 1.25em 0;
	overflow: auto;
}
.projects li .thumb {
	background: #fff;
	display: block;
	float: left;
	margin: 0 12px 0 0;
	padding: 4px;
	border: 1px solid #d2d2d2;
}
.projects li .thumb img {
	display: block;
	width: 380px;
	height: 190px;
	border: none;
}
.projects li .services {
	display: block;
	margin: 0 0 0.75em 0;
	padding: 3px;
	overflow: auto;
	border-color: #d2d2d2;
	border-style: solid;
	border-width: 1px 0;
}
.projects li .services li {
	font-size: 11px;
	display: inline;
	/*float: left;*/
	margin: 0 3px 0 0;
}
.projects li .visit {
	text-align: right;
}


.twitter img {
	margin-right: 5px;
	vertical-align: text-bottom;
}