@charset "UTF-8";
/* CSS Document 
	George J Avelino
	Avelino Photography
	Version 1.0
	14/07/2009
*/

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	background: #030e2f;
	background-image: url(../img/main-bg2.gif);
	color: #7D7D7D; /* #878787; */
}


/*  main links
--------------------------------------------------- */
a:link {
	color: #6995BB;
	text-decoration: none;
}

a:visited {
	color: #6995BB;
	text-decoration: none;
}

a:hover {
	color: #93BB77;
	text-decoration: underline;
}

a:active {
	color: #efefe3;
	text-decoration: none;
}


/*  Headings
--------------------------------------------------- */
h1 {
	font-size: 130%;
	font-weight: normal;
}


/*  main wrapper
--------------------------------------------------- */
#container {
	width: 810px;
	margin: 0 auto;
	/* padding: 75px auto; */
	background-image: url(../img/bg-bottom.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-bottom: 10px;
}
#nori, #nori1 {
	width: 760px;
	margin: 0 auto;
	background: #efefe3;
	/*background-image: url(../img/home/bg-bottom.png);
	/*
	background-repeat: no-repeat;
	background-attachment:fixed;
	background-position: 100px 400px;*/
	border: 1px solid #030e2f;
	
}
#nori1 {
	margin-bottom: 50px;
}

/*  header
--------------------------------------------------- */
#header {
	width: 760px;
	margin: 20px auto 0 auto;
	background-image: url(../img/home/bg-top.png) ;
	height: 59px;
	width: 760px;
	background-repeat: no-repeat;
	/*color: #efefe3; */
}
#logoBar {
	display: block;
	position: relative;
	width: 760px;
	height: 60px;
	margin: 0 auto;
	padding: 0;
	text-align: left;
	/* background-color: #030e2f; */
	text-decoration: none;
}
	
#headerLogo {
	position: absolute;
	background-image: url(../img/avelino-photography-logo-sm.png);
	_background-image: url(../img/avelino-photography-logo-sm.gif);
	background-repeat: no-repeat;
	display: block;
	
	width: 250px;
	height: 59px;
	
	text-indent: -10000px;
	overflow: hidden;
	outline-color: white;
}

#headerLogo a {
	text-decoration: none;
}
#header a:link {
	color: #efefe3;
	text-decoration: none;
}

#header a:visited {
	color: #efefe3;
	text-decoration: none;
}

#header a:hover {
	color: #efefe3;
	text-decoration: underline;
}

#header a:active {
	color: #efefe3;
	text-decoration: none;
}

/*  Main Nav
--------------------------------------------------- */

#mainNav {
	display: block;
	margin: 25px 0 0 0;
	/* position: absolute; */
	text-align: right;
	/* top: 25px; */
	width: 400px;
	/* right: 10px; */
	float: right;
}
#mainNav li {
	display: inline;
	list-style: none;
	padding: 2px 5px;
}


/*  Flash Frame
--------------------------------------------------- */
#photoFrame {
	padding: 6px;
}

/*  Home Content
--------------------------------------------------- */

#homeContent {
	margin: 15px auto;
	color: #efefe3;
}
#homeContent h1, h2 {
	margin: 0 auto;
	padding: 0;
	text-align: center;
	color: #9AAAC0;
	font-size: 120%;
	font-weight: normal;
}
#homeContent h2.sectionHeader {
	font-size: 110%;
	font-weight: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: left;
	margin: 20px 0 0 0;

}
#homeContent h3 {
	font-weight: normal;
	font-size: 100%;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#homeContent p {
	margin: 10px 0 20px 0;
	text-align: justify;
}

/*  Main Content
--------------------------------------------------- */

#mainContent {
	margin: 6px;
	padding: 12px;
	border: 1px solid #ccc;
	background: #F3F3F3;
}
#mainContent h2 {
	margin: 0 0 0 0;
	font-size: 170%;
	text-align: left;
}
.portrait, .icons {
	float: right;
	padding: 4px;
	margin: 0 0 0 5px;
	border: 1px solid  #CBCBCB;
}

.icons {
	border: none;
}
img.otherImg {
	margin: 0 .5em .5em .5em;
	padding: 0;
}


/*  Portfolio Nav
--------------------------------------------------- */

#slideBottomMenu {
	margin: 0;
	padding: 0;
	text-align: center;
}	
#slideBottomMenu ul {
	width: 100%;
	text-align: center;
	margin: 0;
	padding: 0;
	list-style-type: none;
}
/*
#slideNav ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	width: 100%;
	text-align: center;
}
*/
#navContainer ul {
	text-align: center;
	font-weight: bold;
}
#slideNav li {
	display: inline;
	list-style-type: none;
	padding: 1em;
}
#slideNav li a {
	padding: 0 4px;
}
#slideNav .selectedPort a {
		color: #fff;
		padding: 1px 2px;
		border-bottom: 1px dotted #fff;

	}

/*  Forms
--------------------------------------------------- */
#contactForm {
	margin: 0;
	padding: 0 0 20px 0;
}
#contactForm br {
	clear: left;
}
label,input {
	display: block;
	float: left;
	margin-bottom: 10px;
}
label {
	text-align: right;
	width: 120px;
	padding-right: 10px;
}
.submit input {
	margin-left: 140px;
}
#formMessage {
	margin: 1em 0;
	font-size: 120%;
	font-weight: bold;
	color: #A88AA9; 
}
.formHeader {
	color:#6995BB;
}

