/* @override http://10.0.1.3:8888/mjm-dalecooper/css/main.css */

/*
Company:	MJM Dale Cooper
File:		main.css - This contains all the main styles for the website.

All the styles are separted into the following groups:
Global Browser Reset - this is handled by the reset-fonts.css file from YUI
HTML, Body - for the html and body tags
Layout - styles that define the layout of the site
Modules - styles for content modules
Common Text Styles - Styles for text
Default Headings - headings like h1, h2, etc
Default Lists - unordered and ordered lists
Nav - navigation bar
Forms - html forms
Default Links - links
Misc - anything that doesn't fit elsewhere
*/

/* @group HTML, Body */
html {
	background: #dbd8d8 url(../images/background-slice.gif) repeat-x 0 0;
}
body {
	color: #737373;
	padding-top: 10px;
	font-family: Verdana, sans-serif;
}
/* @end */

/* @group Layout */
/* Head */
div#hd {
	min-width: 886px;
	width: 100%;
}
div#hd div.wrap {
	background-color: #fff;
	margin-left: auto;
	margin-right: auto;
	padding: 50px 26px 0;
	width: 886px;
}
/* Body */
div#bd {
	min-width: 886px;
	width: 100%;
}
div#bd div.wrap {
	background-color: #fff;
	font-size: 93%;
	margin-left: auto;
	margin-right: auto;
	padding: 90px 26px 26px;
	width: 886px;
}
/* Footer */
div#ft {
	min-width: 886px;
	width: 100%;
}
div#ft div.wrap {
	background-color: transparent;
	margin-left: auto;
	margin-right: auto;
	padding: 20px 26px 0;
	width: 886px;
}
/* @end */

/* @group Modules */
/* Logo */
div#logo {
	background: url(../images/mjm-logo.gif) no-repeat 0 0;
	height: 15px;
	text-indent: -9999px;
	width: 136px;
}
div#logo a:link {
	display: block;
	height: 100%;
}
/* Main */
div.main {
  margin-right: 112px;
  padding: 0;
	width: 497px;
}
div.work, div.shop, div.stuff {
  height: 176px;
	margin-bottom: 37px;
}
/* Work */
div.work a.work_rollover {
  background: url(../images/work-sprite.gif) no-repeat 0 0;
  display: block;
  height: 178px;
  width: 261px;
  text-indent: -9999px;
}
div.work a.work_rollover:hover {
	background-position: 0 -178px;
}
/* Shop */
div.shop a.shop_rollover {
	background: url(../images/shop-sprite.gif) no-repeat 0 0;
  display: block;
  height: 178px;
  width: 261px;
  text-indent: -9999px;
}
div.shop a.shop_rollover:hover {
	background-position: 0 -178px;
}
/* Stuff */
div.stuff a.stuff_rollover {
	background: url(../images/stuff-sprite.gif) no-repeat 0 0;
  display: block;
  height: 178px;
  width: 261px;
  text-indent: -9999px;
}
div.stuff a.stuff_rollover:hover {
	background-position: 0 -178px;
}
/* Side */
div.side {
  padding-right: 59px;
	width: 216px;
}
/* News */
div.news {
	/*margin-bottom: 102px;*/
}
/* Misc */
div.misc {
	
}

/* Spacer */
div.spacer {
	width: 100%;
	clear: both;
	height: 30px;
	overflow: hidden;
}

/* Content Wrap */
div.content-wrap {
	padding-bottom: 20px;
}

/* Our Work */
div.our-work h1 {
	margin: 0 0 4px 0;
	font-size: 116%;
	color: #2b2b2b;
}
div.our-work p.instructions {
	background: url(../images/hr-background.gif) repeat-x bottom;
	color: #2b2b2b;
	padding-bottom: 7px;
	margin: 0 0 25px 0;
}
div.work-item {
	width: 261px;
	height: 260px;
	margin: 0 51px 0 0;
	float: left;
	display: inline;
}
div.work-item-right {
	margin: 0!important;
}
div.work-item a.thumb {
	display: block;
	width: 261px;
	height: 178px;
	overflow: hidden;
	position: relative;
	margin-bottom: 5px;
}
div.work-item a.thumb img {
	position: absolute;
	top: 0;
	left: 0;
}
div.work-item a.thumb:hover img {
	top: auto;
	bottom: 0;
}
div.work-item p.website {
	margin: 0;
	font-size: 100%;
}
div.work-item p.services {
	font-family: Georgia, Times, serif;
	font-style: italic;
	color: #ac9090;
	margin: 0;
	font-size: 100%;
}
/* @end */

/* @group Common Text Styles */
div.news p {
	background: url(../images/hr-background.gif) repeat-x bottom;
	padding-bottom: 15px;
}
div#ft p {
	color: #464447;
	font-size: 85%;
}

body.home div.main {
	color: #737373;
}
body.home div.main p {
	line-height: 150%;
}

div.main {
	color: #403c34;
}
div.main p {
	font-size: 93%;
	line-height: 180%;
}
div.main p.intro {
	font-size: 108%;
}

div.main blockquote {
	margin: 0 0 5px 0;
	line-height: 170%;
	font-style: italic;
	font-family: Georgia, Times, serif;
}
div.main p.sig {
	margin-bottom: 25px;
}

div.side p {
	line-height: 170%;
	font-size: 93%;
}
/* @end */

/* @group Default Headings */
body.home div#bd h1 {
	background: url(../images/hr-background.gif) repeat-x bottom;
	color: #2b2b2b;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 116%;
	font-style: italic;
	font-weight: bold;
	padding-bottom: 11px;
	margin: 0 0 11px;
}

div.main h1 {
	font-size: 138.5%;
	background: url(../images/hr-background.gif) repeat-x bottom;
	padding-bottom: 11px;
	margin: 0 0 11px 0;
	color: #2b2b2b;
}

div.side h3 {
	background: url(../images/hr-background.gif) repeat-x bottom;
	color: #2b2b2b;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 116%;
	font-style: italic;
	font-weight: bold;
	padding-bottom: 11px;
	margin: 0 0 11px;
}
/* @end */

/* @group Default Lists */
div#bd ul {
	margin: 0;
	padding: 0;
}
div#bd ul li {
	list-style: none;
	margin: 0;
	padding: 0;
	line-height: 150%;
}

ul.client-list {
	color: #403c34;
}

div.side li {
	font-size: 93%;
}
div.side li li {
	font-size: 100%;
}
/* @end */

/* @group Nav */
div#nav ul {
	margin: 0;
	padding: 0;
}
div#nav ul li {
	display: inline;
	font-size: 93%;
	list-style: none;
	padding-left: 26px;
}
div#nav ul li a:link, div#nav ul li a:visited {
	color: #afafaf;
	text-decoration: none;
}
div#nav ul li a:hover, div#nav ul li a:focus, div#nav ul li.active a:link, div#nav ul li.active a:visited {
	color: #2b2b2b;
}
/* @end */

/* @group Forms */
form.contact-form {
	margin-bottom: 40px;
	padding-top: 20px;
}
form.contact-form input.txt {
	color: #8c8c8c;
	font-size: 93%;
	width: 377px;
	padding: 14px 20px;
	background: url(../images/txt-bkg.gif) no-repeat 0 0 transparent;
	border: none;
	margin-bottom: 10px;
	font-family: Verdana, Arial, sans-serif;
}
form.contact-form textarea {
	color: #8c8c8c;
	font-size: 93%;
	font-family: Verdana, Arial, sans-serif;
	width: 377px;
	padding: 14px 20px;
	height: 120px;
	background: url(../images/txtarea-bkg.gif) no-repeat 0 0 transparent;
	border: none;
	margin-bottom: 10px;
}
/* @end */

/* @group Default Links - link visited hover active */
a:link, a:visited {
	color: #3a8cc0;
	text-decoration: underline;
}
a:hover {
	color: #1b6696;
	text-decoration: underline;
}
/* @end */

/* @group Misc */
div.hr {
	background: url(../images/hr-background.gif) repeat-x 0 0;
	border: 0;
	height: 1px;
	margin: 2.5em auto 2em;
}

div.hr hr {
	display: none;
}

.clear {
	clear: both;
}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

.left {
	float: left;
	display: inline;
}

.right {
	float: right;
	display: inline;
}

.text-right {
	float: right;
	width: 215px;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
/* @end */
