/* ========================== CSS Reset ========================== */
* {
	border: 0 none;	
	/*font-family: Verdana, Geneva, sans-serif;*/
	font-size: 100%;
	/*font-style: inherit;*/
	/*font-weight: inherit; fix*/
	margin: 0;
	/*outline: 0; fix*/
	padding: 0;
	vertical-align: baseline;
}

/* ========================== General Styles ========================== */
body {
	background: url("images/bg_body.jpg") repeat top left;
	text-align: center;
}

#wrapper {
	margin: 0 auto;
	text-align: left;
	width: 940px;
	font-size: 12px;
	color: #666;
}

a:hover {
	text-decoration: underline;
}

a.top {
	/*background: url"(images/bg_top.jpg)" no-repeat 0% 50%; fix*/
	color: #000;
	font-size: 13px;
	padding-left: 25px;
}


a.top:hover {
	color: #bbb;
	text-decoration: none;
}

h2 {
	/*color: #2a2a2a;
	font-size: 22px;
	text-transform: uppercase;*/
	margin-bottom: 35px;
	padding-top: 17px;
	
}


img.left {
	margin: 0 20px 15px 0;
}

img.right {
	margin: 0 0 15px 20px;
}

img.icon {
	border: none;
	margin: 0 12px 10px 0;
}


/*p.featured.right {
	margin-left: 15px;
}*/

strong {
	font-weight: bold;
}

ul {
	list-style: none;
	margin-bottom: 15px;
	
}

.left {
	float: left;
}

.right {
	float: right;
}


/* ========================== Form Elements Styles ========================== */

#messageheader{
	margin-bottom: 25px;

}

label {
	color:#333;
	display: block;
	font-size: 13px;
	margin-bottom: 10px;
}

input, textarea {
	background-color:#FFF;
	border: 1px solid #555;
	color: #333;
	font-size: 12px;
	padding: 8px 10px;
	width: 300px;
}

textarea {
	width: 500px;
	
}

form > div {
	margin-bottom: 20px;
}

form button {
	background-color:#666;
	color: #ddd;
	font-size: 12px;
	padding: 10px 12px;
	text-transform: uppercase;
}


/* ========================== Header Styles ========================== */

#header {
	/*background: url("images/bg_body.jpg") repeat top left;*/
	height: 85px;
	overflow: hidden;
	position: relative;
	top: -1px;
	width: 940px;
	z-index: 1000;
	/*right: 125px;*/
	left: 0px;
	border-bottom: 1px solid #FFF;
}

#logo {
	float: left;
	width: 345px;
	padding-top:25px;
	margin-left:0px;
}

#navigation {
	float:right;
	width: 540px;
	padding-top: 45px;
	text-align: right;
	
}


/* ========================== Intro text Styles ========================== */
.intro  {
	font-family: "Arial, Helvetica", sans-serif;
	font-weight:bold;
	color:#4d4d4d;
	font-size: 28px;
	line-height:38px;
	margin: 25px 0 0 0;
	
}

.intro a {
	color:#f05129;

}

.intro a:hover {
	color:#666;

}

/* ========================== design Styles ========================== */

#designheader{
	margin-bottom:25px;
	margin-top:-25px;
	

}

#design {
	margin-bottom: -25px;
	overflow: hidden;
	padding-top: 0px;
}

#design li {
	background: none;
	float: left;
	margin: 0 20px 20px 0;
	padding: 0;
	position: relative;
	width: 220px;
}

#design li.last {
	margin-right: 0;
}

#design li img {
	border: 4px solid #FFF;
	margin: 0;
}

#design li img:hover, #portfolio li:hover img {
	border: 4px solid #666;
}

#design li .description {
	background-color: #666;
	line-height: 16px;
	color: #eee;
	display: none;
	font-size:10px;
	padding: 10px 10px;
	position: absolute;
}
/* ========================== Photography Styles ========================== */

#photographyheader{
	margin-bottom: 25px;

}

#photography {
	margin-bottom: -25px;
	overflow: hidden;
	padding-top: 0px;
}

#photography li {
	background: none;
	float: left;
	margin: 0 20px 20px 0;
	padding: 0;
	position: relative;
	width: 220px;
}

#photography li.last {
	margin-right: 0;
}

#photography li img {
	border: 4px solid #FFF;
	margin: 0;
}

#photography li img:hover, #portfolio li:hover img {
	border: 4px solid #666;
}

#photography li .description {
	background-color: #666;
	line-height: 16px;
	color: #eee;
	display: none;
	font-size:10px;
	padding: 10px 10px;
	position: absolute;
}

#topimg {
	padding-left:470px;
}

/* ========================== Layout Styles ========================== */

.page {
	font-family:"Lucida Sans", "Lucida Grande", "Lucida Sans Unicode", sans-serif; 
	margin-bottom: 45px;
	overflow: hidden;
	padding-top: 0px;
}

.box_220, .box_300, .box_620 {
	float: left;
	margin-right: 20px;
	
}

.box_220 {
	width: 220px;
}

.box_300 {
	width: 300px;
}

.box_620 {
	width: 620px;
}

.last {
	margin-right: 0;
}

/* ========================== About Me ========================== */

#aboutmeheader {
	margin-bottom: 25px;

}

li {
	font-family:"Lucida Sans", "Lucida Grande", "Lucida Sans Unicode", sans-serif;
	color: #333;
	font-size: 12px;
	line-height: 20px;
	padding-left: 8px;
}


p {
	font-family:"Lucida Sans", "Lucida Grande", "Lucida Sans Unicode", sans-serif;
	color: #333;
	font-size: 12px;
	line-height: 20px;
	margin-bottom: 6px;
}

.box_940 p a {
	color:#f05129;

}

.box_940 p a:hover {
	color:#666;
}


	
/* ========================== Details List Styles ========================== */

#detailsheader{
	margin-bottom: 25px;

}


.details li {
	background: none;
	border-bottom: 1px solid #333;
	margin-bottom: 6px;
	overflow: hidden;
	padding: 0 0 6px 0;
}

.details li p, .details li img {
	font-size: 12px;
	margin: 0;
}

.details .left {
	color: #666;
}

#email {
	font-size:12px;
	
}

#email a {
	font-size:12px;
	color:#333;
	
}

#email a:hover {
	font-size:12px;
	color:#999;
	
}

/* ========================== Footer Styles ========================== */


#footer {
	/*background-color:#CCC;*/
	overflow: hidden;
	padding: 35px 0 60px 0;
}

#footerContainer {
	margin: 0 auto;
	text-align: left;
	width: 940px;
}

#text {
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	margin-left:-24px;
	
}


