@charset "utf-8";

/* General styles. The static parts of the site i.e the navigation bar, the footer etc */

@font-face { 
	font-family:PrintBold;
	src:url('printbold.ttf');
	font-family:Delicious-Roman;
	src: url('Delicious-Roman.otf');
	font-family:Delicious-SmallCaps; 
	src: url('Delicious-SmallCaps.otf');
	font-style:normal;
	font-weight:normal;
} 

.printbold {
	font-family:'PrintBold', sans-serif;
	font-weight:normal;
	font-style:normal;
}

* {
	margin:0;
	padding:0;
}

a:link, a:visited {
	color:#57807E;
}

a:hover, a:active {
	color:#335251;
}

br .clrflt {
font-size: 0px;
	margin: 0px;
	padding: 0px;
	clear: both;
	float: none;
	height: 0px;
	width: 0px;
	border: 0px none;
	line-height: 0px;
}

#follow p.printbold {
	color:#fff;
}

#hellobar {
	background-image:url(/images/artwork/hellobarsliver.gif);
	background-repeat:repeat-x;
	width:100%;
	height:35px;
	line-height:25px;
	vertical-align:middle;
	color:#fff;
	text-align:center;
}

#container {
	width:673px;
	height:auto;
	margin-left:auto;
	margin-right:auto;
}

#wrapperleft {
	float:left;
	width:247px;
	height:auto;
}

#logo {
	width:247px;
	height:212px;
}

#navigation {
	background-image:url(/images/artwork/nav2.gif);
	background-repeat:no-repeat;
	height:200px;
	padding-left:60px;
	padding-right:60px;
}

ul {
	display:block;
	
}

li {
	list-style-type:none;
}

#follow {
	background-image:url(/images/artwork/nav3.gif);
	background-repeat:no-repeat;
	height:26px;
	text-align:center;
	line-height:26px;
	vertical-align:middle;
}

#navend {
	background-image:url(/images/artwork/nav4.gif);
	background-repeat:no-repeat;
	height:48px;
}

#social {
	margin-left:auto;
	margin-right:auto;
	height:64px;
	width:135px;
}

.socialbutton {
	float:left;
	width:45px;
	height:64px;
}

#wrapperright {
	float:left;
	width:378px;
	height:auto;
	padding-left:20px;
	padding-top:20px;
}

#wrapperright li {
	list-style-type:circle;
}

img {
	border:none;
}

#footer {
	width:673px;
	height:auto;
	float:left;
	text-align:right;
}






