/* @override http://10.0.1.5:8888/mjmpro/css/main.css */

/*
Company:	Mind Job Media
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-color: #f6f4f4;
}
body {
	font-family: Georgia, Times, serif;
}
/* @end */

/* @group Layout */
/* Head */
div#hd {
	width: 968px;
	height: 77px;
	margin-left: auto;
	margin-right: auto;
	background-color: #2b2b2b;
	overflow: hidden;
}

/* Body */
div#bd {
	width: 968px;
	margin-left: auto;
	margin-right: auto;
	background-color: #fff;
	overflow: hidden;
}

/* Footer */
div#ft {
	background-color: #1376af;
	width: 928px;
	margin-left: auto;
	margin-right: auto;
	padding: 20px;
	font-family: Verdana, arial, sans-serif;
	margin-bottom: 20px;
}
div#ft p.copyright {
	color: #f6f4f4;
	font-size: 93%;
	font-weight: bold;
	padding: 21px 25px 0 26px;
	float: left;
	display: inline;
}
div#ft p.ft-links {
	padding: 21px 0 0 0;
	color: #f6f4f4;
	font-size: 93%;
	float: left;
	display: inline;
}
div#ft p.ft-links a {
	padding: 0 5px;
	font-weight: bold;
}
div#ft p.ft-links a:link, div#ft p.ft-links a:visited {
	color: #f6f4f4;
	text-decoration: none;
}
div#ft p.ft-links a:hover {
	text-decoration: none;
	color: #7ec9f5;
}
div#ft a.blog-shop {
	display: block;
	width: 201px;
	height: 60px;
	margin: 0 156px 0 0;
	float: right;
	display: inline;
}
/* @end */

/* @group Modules */
/* Logo */
div#logo {
	width: 173px;
	height: 36px;
	background: url(../images/mjm-logo.gif) no-repeat 0 0;
	text-indent: -9000px;
	margin: 30px 0 0 45px;
	float: left;
	display: inline;
}
div#logo a {
	display: block;
	height: 100%;
}

/* Featured Work */
div.work-nav {
	padding: 30px 0 0 46px;
}
div.work-nav p.work-note {
	color: #2b2b2b;
	font-size: 108%;
	font-style: italic;
	margin: 0 0 0 30px;
	float: left;
	display: inline;
}
h2.featured-work {
	width: 138px;
	height: 26px;
	background: url(../images/hd-featured-work.gif) no-repeat 0 0;
	margin: 0;
	text-indent: -9000px;
	float: left;
	display: inline;
}
h2.all-work-txt {
	width: 88px;
	height: 17px;
	background: url(../images/hd-all-work.gif) no-repeat 0 0;
	margin: 0;
	text-indent: -9000px;
	float: left;
	display: inline;
}
h2.all-work {
	margin: 0 0 0 15px;
	padding: 0;
	float: left;
	display: inline;
}
h2.all-work a {
	display: block;
	width: 110px;
	height: 31px;
	background: url(../images/btn-all-work.gif) no-repeat 0 0;
	text-indent: -9000px;
}
h2.all-work a:hover {
	background-position: 0 -31px;
}
h2.about-us {
	width: 82px;
	height: 17px;
	background: url(../images/hd-about-us.png) no-repeat 0 0;
	margin: 0;
	text-indent: -9000px;
}
h2.contact-us {
	width: 152px;
	height: 17px;
	background: url(../images/hd-contact-us.gif) no-repeat 0 0;
	margin: 0 0 20px 0;
	text-indent: -9000px;
}

/* Work Grid */
div.work-grid {
	padding: 20px 0 15px 36px;
}
div.work-grid div.work-item {
	width: 283px;
	margin-right: 22px;
	float: left;
	display: inline;
}
div.work-grid div.work-item img {
	margin-bottom: 20px;
}
div.work-grid p {
	font-size: 93%;
	font-family: Verdana, arial, sans-serif;
	font-weight: bold;
	margin: 0 0 0 12px;
	background: url(../images/btn-visit-website-right.gif) no-repeat 100% 0;
	float: left;
	display: inline;
}
div.work-grid p a {
	display: block;
	line-height: 28px;
	padding: 0 10px;
	background: url(../images/btn-visit-website-left.gif) no-repeat 0 0;
	/*float: right;
	display: inline;*/
}
div.work-grid p a:link, div.work-grid p a:visited {
	color: #1376af;
	text-decoration: none;
}
div.work-grid p a:hover {
	text-decoration: none;
	color: #2b2b2b;
}

/* Callout */
div.callout-top {
	width: 906px;
	height: 6px;
	background: url(../images/callout-top.png) no-repeat 0 0;
	overflow: hidden;
	margin-left: auto;
	margin-right: auto;
}
div.callout-btm {
	width: 906px;
	height: 6px;
	background: url(../images/callout-btm.png) no-repeat 0 0;
	overflow: hidden;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 45px;
}
div.callout {
	width: 906px;
	overflow: hidden;
	background: url(../images/callout-bkg.png) repeat-y 0 0;
	margin-left: auto;
	margin-right: auto;
	padding: 40px 0;
}
div.callout-left {
	width: 410px;
	margin: 0 0 0 15px;
	float: left;
	display: inline;
}
div.callout-right {
	width: 314px;
	margin: 0 43px 0 0;
	float: right;
	display: inline;
}
div.callout-white-top {
	width: 314px;
	height: 5px;
	background: url(../images/callout-white-top.png) no-repeat 0 0;
	overflow: hidden;
}
div.callout-white-btm {
	width: 314px;
	height: 5px;
	background: url(../images/callout-white-btm.png) no-repeat 0 0;
	overflow: hidden;
}
div.callout-white {
	padding: 20px;
	background-color: #fff;
}
div.callout-left h2 {
	margin: 0 0 20px 0;
}
div.callout-left p {
	color: #393939;
	font-size: 116%;
	font-style: italic;
	line-height: 160%;
	margin: 0;
}
div.get-started p {
	color: #616161;
	font-style: italic;
	font-size: 108%;
	margin: 0;
	line-height: 160%;
}
div.get-started .get-started-btn {
	margin-bottom: 15px;
}

/* Services */
div.services {
	width: 171px;
	margin: 0 0 0 45px;
	float: left;
	display: inline;
}
div.services h2 {
	margin: 0 0 18px 0;
}
div.services ul {
	width: 171px;
	height: 118px;
	background: url(../images/services-list.gif) no-repeat 0 0;
	margin: 0;
	padding: 0;
}
div.services ul li {
	list-style: none;
	text-indent: -9000px;
}

/* Explore */
div.explore {
	width: 171px;
	margin: 0 0 0 100px;
	float: left;
	display: inline;
}
div.explore h2 {
	margin: 0 0 18px 0;
}
div.explore ul {
	margin: 0;
	padding: 0;
}
div.explore ul li {
	list-style: none;
	margin: 0;
	padding: 0;
	width: 171px;
}
div.explore ul li a {
	display: block;
	width: 171px;
	background: url(../images/explore-nav.gif) no-repeat 0 0;
	text-indent: -9000px;
}
div.explore li.en-work a {
	background-position: 0 0;
	height: 26px;
	margin-bottom: 5px;
}
div.explore li.en-blog a {
	background-position: 0 -31px;
	height: 26px;
	margin-bottom: 4px;
}
div.explore li.en-hgc a {
	background-position: 0 -61px;
	height: 26px;
	margin-bottom: 4px;
}
div.explore li.en-shop a {
	background-position: 0 -91px;
	height: 26px;
}
div.explore li.en-work a:hover {
	background-position: -171px 0;
}
div.explore li.en-blog a:hover {
	background-position: -171px -31px;
}
div.explore li.en-hgc a:hover {
	background-position: -171px -61px;
}
div.explore li.en-shop a:hover {
	background-position: -171px -91px;
}

/* Future Projects */
div.future-projects {
	width: 294px;
	margin: 0 0 0 112px;
	float: left;
	display: inline;
}
div.future-projects h2 {
	margin: 0 0 18px 0;
}
div.future-projects p {
	color: #616161;
	font-size: 108%;
	font-style: italic;
}
div.future-projects a:link, div.future-projects a:visited {
	color: #1376af;
	text-decoration: underline;
}
div.future-projects a:hover {
	text-decoration: none;
}

/* FAQ's */
div.faqs {
	width: 294px;
	margin: 0 0 0 112px;
	float: left;
	display: inline;
}
div.faqs h2 {
	margin: 0 0 18px 0;
}
div.faqs ul {
	margin: 0;
	font-family: Verdana, Arial, sans-serif;
}
div.faqs ul li {
	color: #2b2b2b;
	font-size: 93%;	
	list-style: none;
	margin-bottom: 10px;
}
div.faqs ul a:link, div.faqs ul a:visited {
	color: #2b2b2b;
	text-decoration: underline;
}
div.faqs ul a:hover {
	text-decoration: none;
}
div.faqs ul li.alt {
	color: #1376af;
}

/* Content Section */
div.content-section {
	margin: 0 0 30px 0;
}

/* Project in Mind */
div.project-in-mind {
	width: 278px;
	margin: 0 0 0 50px;
	float: left;
	display: inline;
}
div.project-in-mind h2 {
	margin: 0 0 18px 0;
}
div.project-in-mind p {
	margin-bottom: 22px;
	color: #6c6c6c;
}

/* Clients */
div.clients {
	width: 408px;
	margin: 0 66px 0 0;
	float: right;
	display: inline;
}
div.clients ul {
	width: 49%;
	margin: 0;
	padding: 0;
	float: left;
	display: inline;
}
div.clients h2 {
	margin: 0 0 18px 0;
}
div.clients ul li {
	list-style: none;
	font-size: 85%;
	font-family: Verdana, arial, sans-serif;
	text-transform: uppercase;
	margin-bottom: 6px;
}
div.clients ul a:link, div.clients ul a:visited {
	color: #1376af;
	text-decoration: underline;
}
div.clients ul a:hover {
	text-decoration: underline;
	color: #616161;
}

/* About Page */
body.about-page div.work-nav {
	margin-bottom: 226px;
}
body.about-page div.callout-btm {
	margin-bottom: 130px;
}

/* HR */
div.hr {
	width: 894px;
	height: 1px;
	overflow: hidden;
	padding: 0 0 0 0;
	margin: 0 auto 45px auto;
	border-bottom: 1px solid #e2e1e1;
}

/* Main */
div.main {
	padding: 38px 46px;
	width: 520px;
}
/* @end */

/* @group Common Text Styles */
div.main {
	color: #2b2b2b;
}
div.main p {
	font-size: 108%;
	font-style: italic;
	line-height: 160%;
}

/* @end */

/* @group Default Headings */

/* @end */

/* @group Default Lists */
div.main li {
	font-size: 108%;
	line-height: 160%;
}
div.main li li {
	font-size: 100%;
}
/* @end */

/* @group Nav */
div#nav {
	width: 306px;
	margin: 32px 25px 0 0;
	float: right;
	display: inline;
}
div#nav ul {
	margin: 0;
	padding: 0;
}
div#nav ul li {
	list-style: none;
	float: left;
	display: inline;
}
div#nav ul li a {
	display: block;
	height: 18px;
	background: url(../images/nav.gif) no-repeat 0 0;
	text-indent: -9000px;
}
div#nav ul li#n-home a {
	width: 58px;
}
div#nav ul li#n-about a {
	width: 97px;
	background-position: -58px 0;
}
div#nav ul li#n-work a {
	width: 73px;
	background-position: -155px 0;
}
div#nav ul li#n-contact a {
	width: 77px;
	background-position: -228px 0;
}

div#nav ul li#n-home a:hover, div#nav ul li#n-home a.active {
	background-position: 0 -18px;
}
div#nav ul li#n-about a:hover, div#nav ul li#n-about a.active {
	background-position: -58px -18px;
}
div#nav ul li#n-work a:hover, div#nav ul li#n-work a.active {
	background-position: -155px -18px;
}
div#nav ul li#n-contact a:hover, div#nav ul li#n-contact a.active {
	background-position: -228px -18px;
}
/* @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: #1376AF;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #616161;
}
/* @end */

/* @group Misc */
.clear {
	clear: both;
}
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

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