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

body {
	background: #fff;/* sets the overall background color */
	font: 0.85em/1.55em "calluna-sans-1","calluna-sans-2","Trebuchet MS", Verdana, Helvetica, sans-serif;/* choose overall font and size */
}

strong {
	font: bold "calluna-sans-1","calluna-sans-2", "Trebuchet MS", Verdana, Helvetica, sans-serif;
	color: #990033;
	letter-spacing: 1.5px;
	font-weight: normal;
	text-transform: uppercase;
}
.specialbold {
	font-weight: bold;
	color: #000000;
}

.copyright {
	/*font-family: italic normal 0.75em/1.45em Georgia, Helvetica, sans-serif;*/
	font-size: 0.85em;
	font-weight: lighter;
	text-transform: none;
	color: #999;
	letter-spacing: normal;
	display:block;
	margin-bottom:-9px;
} 

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


/* LINKS */

/* colors for all links */
a:link {
	text-decoration: none;/* none = no underline, other options include line-through or overline */
	color: #336699;/* sets hex color of every link - www.colorpicker.com or photoshop to find hex values */
}
a:active { text-decoration: none; }

/* highlights links that you have already clicked. This can be helpful for users to identify which items they have already seen*/
a:visited { text-decoration: none; color: #666; }/* the color can also be changed */

/* sets the properties for links when mouse rolls over */
a:hover {
	text-decoration: underline;
	color: #FF0000;
}

/* any img that is a link */
a img { border: none; }

#menu {
    width: 215px;
    top: 0;
    bottom: 0;
	left: 0;
    position: fixed;
    height: 100%;
	background-color: #fff;
	border-right: 1px dotted #000000;
}

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

#menu ul li.section-title { 
	font-weight:bold;
	font-family: "calluna-sans-1","calluna-sans-2", Trebuchet MS, sans-serif;
}

#content {
	height: 100%;
	margin: -6px 0 0 211px;
	top: 0;
}

.container {
	padding: 5px 5px 25px 5px;
	
}

b {font-weight:bolder;}

/*controls the overall name, PATRICK HOGAN*/

#menu .container p {
	color: #990033;
	letter-spacing: 1.5px;
	text-transform: uppercase;
	/*font-family: "adelle-1","adelle-2"; */
	font-weight:bolder;
}

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

p {
    margin: 0 0 9px 0;
}


h1 {
	font-size: 80px;
	line-height: 80px;
	display: inline;
}
h2 { font-size: 24px; }
h3 { font-size: 16px; }
h4 { font-size: 12px; }
h5 {
	font-size: 55px;
	line-height: 55px;
	font-family: "calluna-sans-1","calluna-sans-2", Trebuchet MS, sans-serif;
}
/*h6 {
	margin:-100px 0px 0px -50px;
	padding:0px;
	font: lighter 400px Verdana, Arial, Helvetica, sans-serif;
	display: inline;
}*/

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

#once { clear: left; }
#contact {
	position:absolute;
	left:323px;
	top:330px;
	width:125px;
	padding: 5px !important;
	/*margin-top: 7%;*/
	/*margin-left: -5px !important;*/
	/*	background-image: url(http://patrickhogan.info/files/cloud.jpg);
	background-repeat: no-repeat;
	background-position: 1px 0px;*/
	z-index:5;
	border: 1px dotted #000000;
	background-color:#FFFFCC

}

#flower {
	position:absolute;
	left:195px;
	top:10px;
	width:779px;
	height:728;
	z-index:4;	
}
#rand {
	position:absolute;
	left:320px;
	top:100px;
	width:200px;
	border: 1px dotted #000000;	
	z-index:6;
	background-color:#FF0000
}
/* SLIDE SHOW - Navigation */
	
	p.nav a {
		background-color: #eeeeee;
		padding-top: 3px;
		padding-right: 9px;
		padding-bottom: 3px;
		padding-left: 9px;
		font-size: 11px;
		font-family: "calluna-sans-1","calluna-sans-2","Trebuchet MS", Verdana, Helvetica, sans-serif;
	/*	-moz-border-radius-bottomleft:3px;
		-moz-border-radius-bottomright:3px;
		-moz-border-radius-topleft:3px;
		-moz-border-radius-topright:3px;*/
	}
	
	p.nav a:hover {
		background-color: #cccccc;
	}
	
	p.nav span#num {
		letter-spacing: 2px;
		font-family: "Trebuchet MS", Verdana, Helvetica, sans-serif;
		font-style: italic;
		padding-left: 20px;
	}
