/* CSS Document */

/*------------basic page parameters------------*/

body {
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	height: 100%;
	background-image: url(images/pageBackground.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	display: block;
}

html {
	margin: 0px;
	padding: 0px;
	height: 100%;
}

hr {
	display: none;
}

img {
    display: block;
	border: 0px;
}

p, ul, li, h1, h2, h3, h4 {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
}
#portfolio ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#portfolio li {
	margin: 0px;
	float: left;
	width: 250px;
	padding-top: 0px;
	padding-right: 50px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#portfolio img {
	padding: 5px;
	border: 1px solid #999999;
}



ul {
}

li {
}

/*-------------page structure-----------*/

#wrapper {
	padding: 0px;
	width: 900px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: relative;
	min-height: 100%;
}
/* mac hide \*/
* html #wrapper{height:100%}
/* end hide */

#header {
	height: 403px;
	width: 900px;
}
#portfolio {
	float: left;
	width: 550px;
	margin-top: 25px;
}
#photography {
	float: right;
	width: 304px;
	margin-top: 25px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	margin-bottom: 20px;
}
#photography h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666666;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 13px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
#photography p {
	font-size: 11px;
	margin: 5px 0px 15px;
	padding: 0px;
	line-height: 17px;
}
#photography a {
	color: #166ADC;
	text-decoration: none;
}


#portfolio h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	background-color: #E5E5E5;
	padding: 5px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}




#footer {
	clear: both;
	background-color: #333333;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	background-image: url(images/footerBack.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
.flickr {
	background-image: url(images/flickr_icon.gif);
	background-repeat: no-repeat;
	background-position: 0% 90%;
}
.twitter {
	background-image: url(images/twitter_icon.gif);
	background-repeat: no-repeat;
	background-position: 0% 90%;
}
.photoblog {
	background-image: url(images/photoblog_icon.gif);
	background-repeat: no-repeat;
	background-position: 0% 90%;
}
.email {
	background-image: url(images/email_icon.gif);
	background-repeat: no-repeat;
	background-position: 0% 90%;
}

#footerContent {
	width: 900px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-bottom: 20px;
	height: 400px;
}
#footerContent p {
	color: #999999;
	padding-top: 35px;
}

#footerContent h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	margin: 0px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#footerContent ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#footerContent li {
	color: #FFFFFF;
	font-size: 11px;
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 60px;
	line-height: 55px;
}
#footerContent a {
	color: #FFFFFF;
}



/*--------------page navigation----------*/
#portfolio p {
	font-size: 11px;
	color: #5D5D5D;
	line-height: 16px;
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#portfolio .view {
	color: #166ADC;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 25px;
	margin-left: 0px;
}
#portfolio a {
	color: #166ADC;
}

.view a {
	color: #6AA4F0;
	text-decoration: none;
}
#photography img {
	padding: 1px;
	border: 1px solid #CCCCCC;
}

