/**
* CSS
* 
* @version 1.0
* @author Vaska 
* @author Gregory Cadar
*/
* {
	margin: 0;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 12px;
	font-style: italic;
	color: #ff6666;
	padding-top: 50;
	padding-right: 50;
	padding-bottom: 50;
	padding-left: 50;
}

body {
	font-size: 14px;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-style: italic;
	color: #ff6666;
	background-attachment: fixed !important;
	background-color: #fff;
	background-repeat: no-repeat;
	/*background:url(../images/bg-1.jpg) top left no-repeat;*/
}

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

a:link {
	text-decoration: none;
	color: #ff6666;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 12px;
	font-style: italic;
}
a:active { text-decoration: none; }
a:visited {
	text-decoration: line-through;
	color: #ff6666;
}
a:hover { text-decoration: underline; }

a img { border: none; }

#iframed { min-height: 10000px; min-width: 850px;overflow: hidden; }

#menu {
		width: 150px; /* sets the width of your left hand bar - if you change this also change the LEFT margin in #content to match */
		overflow: auto;
		top: 30px;
		bottom: 10px;
		left: 20px;
		position: fixed; /* this make the menu stay in place while the content section scrolls*/
		height: 500px;
		background-color: #000000;
		padding-top: 0px; /* change to match the padding-top in #content if you want them to align */
		padding-bottom: 25px;
		/* padding-left & right can be changed in #menu ul - below */
		font-size: 10px;
		opacity:.75
}

#menu ul {
	    list-style: none;
		margin-top: 0px;
		margin-right: 0px;
		margin-bottom: 0px; /* sets the space between each section */
		margin-left: 0px;
		/* sets the spacing around the menu - this is normally set to match padding options in #content but can be changed seperately */
		padding-right: 10px;
		padding-left: 10px;
}

#menu ul li.section-title {
	    margin-top: 3px;
		margin-bottom: 3px;
}
	
	/* The following sets the style for the section heading */
	#menu ul li.section-title {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-style: bold;
	font-size: 14px;
	padding-top: 6px;
	padding-right: 0px;
	padding-bottom: 1px;
	padding-left: 0px;
	color: #FFF;
	/* Following lines adds a line about each section */
		border-top-color: #ffffff;
	border-top-style: solid;
	border-top-width: 0px;
	border-bottom-color:#ffffff;
	border-bottom-style:solid;
	border-bottom-width: 2px;
	border-left-color:#ffffff;
	border-left-style:solid;
	border-left-width: 0px;
	border-right-color:#ffffff;
	border-right-style:solid;
	border-right-width: 0px;
	}

/* CONTENT AREA */

	#content {
		height: 100%;
		margin-top: 30px;
		margin-right: 0px;
		margin-bottom: 0px;
		margin-left: 200px; /* sets the space so the content starts right when the menu ends - if you change this also change the width of #menu to match */
	    top: 0;
	    
	    /* sets the spacing around the content area - this is normally set to match padding options in #menu but can be changed seperately */
		padding-top: 0px;  /* change to match the padding-top in #menu if you want them to align */
		padding-right: 5px;
		padding-bottom: 25px;
		padding-left: 40px;
	}

	.container {
		margin-bottom: 25px;
		color: #bbbbbb;
	}

	#content p { /* sets the properties for all paragraphs in the content area */
		width: 400px;
		margin-top: 0px;
		margin-right: 0px;
		margin-bottom: 20px; /* sets the space between paragraphs */
		margin-left: 0px; 	
	    line-height: 18px; /* use this the change the leading (space between lines) */
		background-color: #000000;
		opacity:.75
	}

	p { /* sets the properties for all paragraphs  */
    margin-top: 60;
    margin-right: 0;
    margin-bottom: 9px;
    margin-left: 0;
	}

/* HEADINGS */
	
	/*
	when typing your text/descriptions follow this format to use these heading types
	
	<h1>This is the text i want to be a heading which</h1>
	
	start with h1 as your largest most important heading. you may not need all 4 but they are here if you do.
	*/
	
	h1 { 
		font-family: Helvetica, serif;
		font-size: 16px;
		color: #000000; /* This color overides the color set in "body". Delete this line if you want the colors of the headings to match the rest of your type */
		padding-bottom: 15px; /* sets the spacing between the heading and paragraph below */
	}
	
	h2 { 
		font-family: Georgia, serif;
		font-size: 20px;
		font-weight: normal;
		color: #666666;
		padding-bottom: 15px; /* sets the spacing between the heading and paragraph below */

	}
	
	h3 { 
		font-size: 16px;
		color: #0006FF;
	}
	
	h4 { 
		font-size: 12px; 
		color: #0006FF;
	}
	
	h5 {
	text-decoration: none;
	color: #ffffff;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	font-style: normal;
	padding-left: 10px;
	font-variant: normal;
	font-weight: lighter;
	}
	
	h7 {
	text-decoration: none;
	color: #ffffff;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	font-style: normal;
	padding-left: 0px;
	font-variant: normal;
	font-weight: lighter;
	text-align: left;
	}
	
	h8 {
	text-decoration: none;
	color: #93f;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 14px;
	font-style: italic;
	padding-left: 0px;
	}
	
	h9 {
	text-decoration: none;
	color: #ff6666;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 20px;
	font-style: italic;
	padding-left: 0px;
	}


/* IMAGES */

	#img-container	{ 
		margin: 0 0 20px 0; 
		padding: 0; 
	}
	
	#img-container p	{ 
		width: 400px; 
		margin: 0; 
		padding: 0 0 12px 0;
	}
	
	.nothumb img {
		margin-top: 0px;  
		margin-right: 0px;
		margin-bottom: 20px;
		margin-left: 0px;
		border-color: #dbe2e0; /* erase the following 3 lines if you dont want borders on your images */
		border-width: 1px; 
		border-style:  solid;
	}
	
	#once { clear: left; }
	
	#the-background {
	position: fixed;
	overflow: hidden;
	z-index:1;
	width: 100%;
	height:100%;
	top:0;
	left:0;
	background-image: url(Untitled-2.jpg);
	background-repeat: repeat;
}
#wrapper { 
position: absolute;
z-index: 2;
width: 100%;
height: 100%;
top: 0;
left:0;
}
