/* elements */

* {
	margin : 0;
	padding : 0;
	outline : none;
	list-style : none;
	text-decoration : none;
	font : 11px arial, helvetica, tahoma;
	color : #666;
	line-height : 15px;
}

body {
	background : #fff;
}

img {
	border : 0;
}

.clear {
	clear:both;
}

/* links */

a {
	color : #cc0000;
}

a:hover {
	color : #990000;
}

.bulleted {
	padding-right : 10px;
	background : transparent url('../images/btn_arrow.gif') no-repeat center right;
}

/* layout */

#container {
	width : 785px;
	margin : 38px;
	position : relative;
}

#wrapper {
	margin-left : 16px;
}

/* header */

#header {
	margin-top : 32px;
	position : relative;
}

#header #logo, #header #logo a {
	display : block;
	width : 356px;
	height : 86px;
}

#header #logo a {
	background : transparent url('../images/makeshift_logo.gif') no-repeat;
	text-indent : -9999px;
}

/* main menu */

#menu {
	width : 390px;
	height : 23px;
	display : block;
	margin-top : 18px;
	padding-left : 16px;
	background : transparent url('../images/menu.gif') no-repeat;
}

#menu li {
	float : left;
	padding-right : 12px;
}

#menu li a {
	height : 23px;
	display : block;
	text-indent : -9999px;
	background : transparent url('../images/menu.gif') no-repeat;
}

#menu #menu_home a { width : 29px; background-position : -16px 0; }
#menu #menu_artwork a { width : 40px; background-position : -58px 0; }
#menu #menu_print a { width : 24px; background-position : -110px 0; }
#menu #menu_apparel a { width : 35px; background-position : -146px 0; }
#menu #menu_web a { width : 22px; background-position : -193px 0; }
#menu #menu_about a { width : 29px; background-position : -226px 0; }
#menu #menu_contact a { width : 39px; background-position : -267px 0; }
#menu #menu_blog a { width : 22px; background-position : -318px 0; }
#menu #menu_shop a { width : 24px; background-position : -352px 0; }

#menu #menu_home a:hover, #menu #menu_home li.selected a { background-position : -16px -24px; }
#menu #menu_artwork a:hover { background-position : -58px -24px; }
#menu #menu_print a:hover { background-position : -110px -24px; }
#menu #menu_apparel a:hover { background-position : -146px -24px; }
#menu #menu_web a:hover { background-position : -193px -24px; }
#menu #menu_about a:hover { background-position : -226px -24px; }
#menu #menu_contact a:hover { background-position : -267px -24px; }
#menu #menu_blog a:hover { background-position : -318px -24px; }
#menu #menu_shop a:hover { background-position : -352px -24px; }

/* footer */

#footer {
	margin-top : 100px;
	margin-left : 36px;
}

#footer li {
	display : block;
	float : left;
	margin-right : 32px;
}

#footer #copy {
	float : right;
	color : #ccc;
	cursor : default;
}

/* content generic shit */

#body {
	margin-top : 36px;
	margin-left : 16px;
}

#body h3 {
	display : block;
	margin-bottom : 18px;
	font-size : 11px;
	font-weight : normal;
	color : #999;
	cursor : default;
}

#body .column {
	float : left;
}

#body .column.block {
	width : 315px;
}

#body .column.right {
	margin-left : 80px;
}

#body p {
	line-height : 130%;
	margin-bottom : 14px;
}

/* home page - news - latest work */

#body #news h3, #body #latest_work h3 {
	margin-bottom : 28px;
}

#body #news .article {
	width : 265px;
	margin-left : 6px;
	margin-bottom : 35px;
}

#body .article h4 {
	line-height : 145%;
	font-weight : bold;

}

#body #latest_work h3 {
	display : block;
	float : left;
}

#body #latest_work a.pager {
	display : block;
	float : right;
	margin-left : 16px;
}

#body #latest_work #latest_work_preview {
	overflow : hidden;
	width : 313px;
	height : 313px;
}

#body #latest_work #latest_work_preview a {
	display : block;
	top : 0;
	left : 0;
	width : 313px;
	height : 313px;
}

/* thumbnail grids */

#body #grid {
	width : 409px;
}

#body #grid a {
	display : block;
	float : left;
	overflow : hidden;
	width : 100px;
	height : 50px;
	margin-right : 1px;
	margin-bottom : 1px;
}

/* about us page */

#body #about_preview {
	margin-top : 36px;
}

#body #about .column {
	float : left;
	width : 200px;
}

.breadcrumbs h3, .breadcrumbs a {
	display : block;
	float : left;
	margin-right : 30px;
}
