/**
 *
 * Moc 10 Media
 * http://www.moc10media.com/
 *
 * Style Sheet Name: global.css
 * Style Sheet Version: 1.0
 * Style Sheet Info: Global/Default Styles
 *
 * Blue = #758193
 * Red = #831d15
 *
 */

/* Global Definitions */

html, body {
    margin: 0;
    padding: 0;
    font-family: verdana, helvetica, arial, sans-serif;
    font-size: 0.825em;
    color: #000;
    background-color: #c2a5c9;
}

img {
    border: none;
}

a {
    font-weight: bold;
    text-decoration: none;
    color: #c7a9d0;
}

a:hover {
    font-weight: bold;
    text-decoration: underline;
    color: #82bee8;
}

h3 {
    font-size: 1.4em;
}

p {
    line-height: 1.8em;
}

input, select, textarea {
    font-family: verdana, helvetica, arial, sans-serif;
    font-size: 0.9em;
}

/* ID Definitions */

#content {
    width: 900px;
    margin: 0 auto;
    padding: 0;
    background-image: url(/img/background_shadow.gif);
    background-repeat: repeat-y;
}

#mainNav {
    width: 900px;
    height: 170px;
    margin: 0 auto;
    padding: 0;
}

#mainNav li {
	margin: 0;
	padding: 0;
	display: inline;
	list-style-type: none;
}

#mainContent {
    width: 850px;
    margin: 0 auto;
    padding: 0;
    overflow: auto;
}

#sideBucket {
    float: right;
    width: 225px;
    margin: 0;
    padding: 0;
}

#latestTweets {
    width: 100px;
    margin: 10px 0 0 0;
    padding: 40px 0 0 0;
    background-image: url(/img/twitter_header.gif);
    background-repeat: no-repeat;
}

#latestTweets li {
    width: 200px;
    margin: 0;
    padding: 10px 10px 10px 0;
    font-size: .9em;
    line-height: 1.4em;
    border-bottom: dotted 1px #82bee8;
    list-style-type: none;
}

#homeContent {
    width: 580px;
    margin: 10px 0 10px 10px;
    padding: 40px 0 0 0;
    background-image: url(/img/home_header.gif);
    background-repeat: no-repeat;
}

#homeContent h2 {
    display: none;
}

#resumeContent {
    width: 800px;
    margin: 10px 0 10px 10px;
    padding: 40px 0 0 0;
    background-image: url(/img/resume_header.gif);
    background-repeat: no-repeat;
}

#resumeContent h2 {
    display: none;
}

#myWorkContent {
    width: 800px;
    margin: 10px 0 10px 10px;
    padding: 40px 0 0 0;
    background-image: url(/img/my_work_header.gif);
    background-repeat: no-repeat;
}

#myWorkContent h2 {
    display: none;
}

#contactContent {
    width: 800px;
    margin: 10px 0 10px 10px;
    padding: 40px 0 0 0;
    background-image: url(/img/contact_header.gif);
    background-repeat: no-repeat;
}

#contactContent h2 {
    display: none;
}

#footer {
    width: 900px;
    height: 25px;
    margin: 0 auto;
    padding: 0;
    background-image: url(/img/bottom.gif);
    background-repeat: no-repeat;
}

#footerContent {
    clear: both;
    margin: 0;
    padding: 20px 0 35px 33px;
}

#footerLeft {
    margin: 15px 0 0 0;
	padding: 0;
	float: left;
}

#copyFooter {
    margin: 0;
	padding: 0 25px 0 0;
	float: right;
}


/* Class Definitions */

.right {
    float: right;
}

.hide {
    display: none;
}

 .logoNav {
	width: 185px;
	height: 170px;
	margin: 0 auto;
	padding: 0;
	display: block;
	float: left;	
	background-image: url(/img/logo.gif);
    background-repeat: no-repeat;
}

.resumeNav {
	margin: 0;
	padding: 0;
	width: 170px;
	height: 170px;
	display: block;
	float: left;
	background-image: url(/img/nav/resume_off.gif);
	background-repeat: no-repeat;
}

.resumeNav:hover {
	background-image: url(/img/nav/resume_on.gif);
}

.resumeNavSel {
	margin: 0;
	padding: 0;
	width: 170px;
	height: 170px;
	display: block;
	float: left;
	background-image: url(/img/nav/resume_on.gif);
	background-repeat: no-repeat;
}

.workNav {
	margin: 0;
	padding: 0;
	width: 170px;
	height: 170px;
	display: block;
	float: left;
	background-image: url(/img/nav/work_off.gif);
	background-repeat: no-repeat;
}

.workNav:hover {
	background-image: url(/img/nav/work_on.gif);
}

.workNavSel {
	margin: 0;
	padding: 0;
	width: 170px;
	height: 170px;
	display: block;
	float: left;
	background-image: url(/img/nav/work_on.gif);
	background-repeat: no-repeat;
}

.contactNav {
	margin: 0;
	padding: 0;
	width: 190px;
	height: 170px;
	display: block;
	float: left;
	background-image: url(/img/nav/contact_off.gif);
	background-repeat: no-repeat;
}

.contactNav:hover {
	background-image: url(/img/nav/contact_on.gif);
}

.contactNavSel {
	margin: 0;
	padding: 0;
	width: 190px;
	height: 170px;
	display: block;
	float: left;
	background-image: url(/img/nav/contact_on.gif);
	background-repeat: no-repeat;
}

.homeNav {
	margin: 0;
	padding: 0;
	width: 185px;
	height: 170px;
	display: block;
	float: left;
	background-image: url(/img/nav/home_off.gif);
	background-repeat: no-repeat;
}

.homeNav:hover {
	background-image: url(/img/nav/home_on.gif);
}

.imgLeft {
	margin: 0 15px 10px 0;
	float: left;
	text-align: left;
	line-height: 1.4em;
}

.image {
	margin: 0;
    padding: 5px;
	border: none;

}

.blue {
	color: #82bee8;
}
