/*
Project: lenscapfoto.com
File: css/style.css
*/

/*  Main  */
* {margin: 0; padding: 0; border: 0;}

body {
	background-color: #000000;
	color: #ffffff;
	text-align: left;
	font-family: Futura, 'Twentieth Century', 'Century Gothic', AppleGothic, sans-serif;
	font-size: medium;
	font-weight: 100;
/*	height: auto; */
}


section, header, footer {
 	display: block;
}

h1 {
	font-weight: 700;
	font-size: 200%;
}

h2 {
	font-weight: 700;
	font-size: 200%;
}

a {
	text-decoration: none;
	font-style: italic;
	color: #66ccff;
}

a:hover {
	text-decoration: underline;
}

#wrapper {
	padding-bottom: 15px;
	padding-top: 15px;
	padding-right: 15px;
	padding-left: 15px;
	margin-left: auto;
	margin-bottom: 0;
	margin-right: auto;
	margin-top: 0px;
	width: 1060px;
	/* height: 500px; */
}

#logo {
	margin-bottom: 80px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: 0px;
}



#leftcolumn {
	width: 280px;
	height: 460px;
	display: block;
	float: left;
}



#navigation {
	position: relative;
	z-index: 1;
	display: block;
}

#nav {
}

#navigation ul li {
	z-index: 1;
}
#navigation ul li:hover {
	z-index: 1;
}

#navigation ul li.currentpage {
	display: block;
	color: #ffffff;
	font-style: normal;
	text-decoration: none;
	font-weight: 300;
	font-size: 150%;
	background-color: #666666;
	padding: 5px 0px 10px 10px;
	margin-top: 5px;
	margin-right: 0px;
	z-index: 1;
}
#navigation ul li a.navlink {
	display: block;
	color: #666666;
	font-style: normal;
	text-decoration: none;
	font-weight: 300;
	font-size: 150%;
/*	background-color: #666666; */
	padding: 5px 0px 10px 10px;
	margin-top: 5px;
	margin-right: 15px;
}
#navigation ul li a:hover.navlink {
	display: block;
	color: #ffffff;
	font-style: normal;
	text-decoration: none;
	font-weight: 300;
	font-size: 150%;
/*	background-color: #666666; */
	padding: 5px 0px 10px 10px;
	margin-top: 5px;
	margin-right: 15px;
}

#navigation ul ul li.currentport {
	display: block;
	color: #ffffff;
	font-style: normal;
	text-decoration: none;
	font-weight: 300;
	font-size: 100%;
	/* background-color: #666666; */
	border-style: solid;
	border-color: #666666;
	border-width: 0px 0px 3px 0px;
	padding: 5px 0px 5px 15px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 15px;
}
#navigation ul ul li a.portlink {
	display: block;
	color: #666666;
	font-style: normal;
	text-decoration: none;
	font-weight: 300;
	font-size: 100%;
	/* background-color: #666666; */
	border-style: solid;
	border-color: #222222;
	border-width: 0px 0px 3px 0px;
	padding: 5px 0px 5px 15px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 15px;
}
#navigation ul ul li a:hover.portlink {
	display: block;
	color: #ffffff;
	font-style: normal;
	text-decoration: none;
	font-weight: 300;
	font-size: 100%;
	/* background-color: #ffffff; */
	border-style: solid;
	border-color: #222222;
	border-width: 0px 0px 3px 0px;
	padding: 5px 0px 5px 15px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 15px;
}


#rightcolumn {
	margin: 0px;
/*	z-index: -1; */
	position: relative;
	border-color: #666666;
	border-style: solid;
	border-width: 15px;
	width: 750px;
	height: 500px;
	display: block;
	float: left;
	padding: 0px;
}

#randomimage {
	display: block;
	margin-right: auto;
	margin-left: auto;
	max-height: 500px;
}

#about-wrapper {
}

#aboutjen {
	float: left;
	width: 200px;
	height: 300px;
	border-width: 0 10px 10px 0;
	border-style: solid;
	border-color: #666666;
}

#aboutjer {
	float: right;
	width: 200px;
	height: 300px;
	border-width: 0 0 10px 10px;
	border-style: solid;
	border-color: #666666;
}

#contact-wrapper {
	margin: 15px;
}
#contact-wrapper div {
	clear:both;
}
#contact-wrapper label {
	display: block;
	float: none;
	width: auto;
	margin-bottom: 5px;
	font-size: 80%;
}

#messagestatus {
	margin-bottom: 15px;
}

#contact-wrapper .error {
	color: #ff0000;
}

#contact-wrapper .success {
	color: #ffffff;
}

form#contactform {
	width: 350px;
	float: left;
}

form#contactform input {
	padding: 3px;
	font-family: Futura, 'Twentieth Century', 'Century Gothic', AppleGothic, sans-serif;
	font-size: 80%;
	color: #ffffff;
	background-color: #666666;
	border-color: #ffffff;
	border-style: solid;
	border-width: 1px;
	width: 320px;
	margin-bottom: 10px;
}
form#contactform textarea {
	padding: 3px;
	font-family: Futura, 'Twentieth Century', 'Century Gothic', AppleGothic, sans-serif;
	font-size: 80%;
	color: #ffffff;
	background-color: #666666;
	border-color: #ffffff;
	border-style: solid;
	border-width: 1px;
	width: 320px;
	height: 100px;
	margin-bottom: 10px;
}
form#contactform input#submit {
	padding: 3px;
	margin-bottom: 5px;
	font-family: Futura, 'Twentieth Century', 'Century Gothic', AppleGothic, sans-serif;
	color: #666666;
	background-color: #ffffff;
	border-color: #666666;
	border-style: solid;
	border-width: 1px;
	width: 328px;
}

#contacttext {
	width: 350px;
	float: right;
	text-align: right;
	margin: 15px 0 15px 0;
	line-height: 1.1;
	font-size: 100%;
}

#phonenum {
	font-size: 150%;
}

#pagefooter {
	color: #ffffff;
	padding-top: 0.5em;
	clear: both;
	font-size: 80%;
	float: right;
}

