/*
Theme Name: MarieMartineau
Theme URI: http://mariemartineau.com/
Description: Theme for Marie Martineau's photography web site.
Author: David A. Pancost
Version: 1.0
*/


/* Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
	background: transparent;
}

/* @group Generic HTML Tags */

/* Generic HTML Tags */
body {
	background-color: black;
	line-height: 1;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	clear: both;
}
ol, ul {
	list-style: none;
}
blockquote {
	quotes: none;
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}



/* @end */


/* @group Page Wrapper */

/* Page Wrapper */

#wrapper{
/*	background-image: url(images/wrapperbg.png); */
	width: 1280px;
	margin: auto;
}



/* @end */

/* @group Footer */

/* Footer */
#footer {
	clear: both;
	background-color: #2C5864;
	color: whitesmoke;
	width: 1280px;
	padding-top: 20px;
	height: 30px;
	text-align: center;	
}



/* @end */

/* @group Content */

/* Content */

#Content {
	width: 1119px;
	color: whitesmoke;
	float: left;
	padding-left: 10px;
	padding-top: 10px;	
}

#Content p{
	padding-bottom: 10px;
}



/* @end */

/* @group Navigation */

/* Navigation */

#navigation{

/*	background-repeat: repeat-y; */
	float: left;
	width: 150px;
}


#navigation ul li{
	text-transform: none;
	font: 12px "Lucida Grande", Lucida, Verdana, sans-serif;
	letter-spacing: 0em;
	list-style-type: none;
	padding-left: 5px;
	padding-top: 15px;
	display: block;
	font-weight: bold;
}

#navigation ul li a {
	color: #32cccc;
}

#navigation ul li a:hover{
	color:  #f5f5f5;
}




/* @end */

/* @group Header */

/* Header */

#header{
	background-color: #38bd97;
	background-image: url(images/WorkingHeader2.png);
	background-repeat: no-repeat;
	width: 1280px;
	height: 175px;
}



/* @end */



