/**
* CSS
* 
* @version 1.0
* @author Vaska 
* @author Gregory Cadar
*/
* {
	margin: 0;
	padding: 0;
}

a{
width: auto;
background-color: #5d0c27;
line-height: 1.5em;
}


/*
body {
	font-size: 10px;
	font-family: Verdana, sans-serif;
	background: #fff;

	}
*/

body {
	background-image: url(http://porembski.net/images/bck_duo_test7.jpg);
	background-repeat: repeat-x;
	background-attachment: fixed;
	font-size: 13px;
	font-family: Verdana, Arial, Helvetica, sans-serif;

	}
	
body.section-1 { }
body.section-2 { }
body.section-3 { }


a:link { color: #f8f8ea; text-decoration: none; /*background-color: #5d0c27;*/}
a:active { text-decoration: none; }
a:visited { color: #12d2c4; text-decoration: line-through; /*background-color: #5d0c27;*/ }
a:hover { background-position: 0px; color: #12d2c4 }

a img { border: none;}

#menu {
    width: 215px;
    overflow: hidden;
    top: 30px;
    bottom: 0;
	left: 20px;
    position: fixed;
    height: auto;
}

#menu ul {
	margin-bottom: 12px;
	list-style: none;
}

#menu ul li.section-title {
max-width: 70px;
min-width: 60px;
font-weight:lighter; 
letter-spacing: .25em; 
font-size: 1em; 
color: #f8f8ea; 
}

#content {
    margin-left: 215px;
    margin-bottom: 0;
    margin-right: 0;
    margin-top: 50px;
    height: 100%;
    top: 0;
}

.container {
	background-color: transparent;
    padding-left: 5px;
    padding-bottom: 25px;
    padding-right: 5px;
    padding-top: 5px;
    margin-left: 10px;
    margin-bottom: 10px;
    margin-right: 30px;
    margin-top: 0px;
}

#content p { width: 400px; margin-bottom: 9px; }

p {
    margin-left: 0px;
    margin-bottom: 9px;
    margin-right: 0;
    margin-top: 0;
    font-size: 1em;
    color: #F8F8EA;
}

h1 { font-size: 32px; }
h2 { font-size: 24px; }
h3 { font-size: 16px; }
h4 { font-size: 12px; }

#img-container	{ margin: 0; padding: 0;}
#img-container p	{ width: 400px; margin: 0; padding: 0 0 12px 0; }

#once { clear: left; }

#nav {
margin:0;
margin-bottom: 15px;
margin-top: 20px;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-weight: bold;
}
#nav a {
line-height: 1.5em;
color: #f8f8ea;
background-color: #5d0c27;
text-decoration:none;
letter-spacing: .25em;
}
#nav  a:hover {

}
#nav  a span.show {
color: ##F8F8EA;
display:none;
}
#nav  a:hover span.show {
color: ##F8F8EA;
display:inline;
}
#nav a:hover span.noshow {
color: #F8F8EA;
display:inline;
}
#nav a:hover span.noshow {
color: #F8F8EA;
display:none;
}

#bighome{
margin-top: -30px;
color: #12d2c4; font-size: 8em; letter-spacing: .25em;}

#bigcontact{
margin-top: -17px;
color: #12d2c4; font-size: 5em; letter-spacing: .25em;}

#flashcap{
line-height: 1.5em;
width: 800px;
top: 0px;
color: #F8F8EA; letter-spacing: .075em;
}