/* Ryan Mulligan - Hexagon Circle */

* { margin: 0; padding: 0; }
body {
	font: 0.8em "Arial", sans-serif;
	background: url(images/background.gif) repeat-x;
	}
	
html, body, #pagewrap {height: 100%;}

body > #pagewrap {height: auto; min-height: 100%;}

#main {padding-bottom: 130px;}

ul { list-style: none inside; }
a { outline: none;
	color: #999999;
	text-decoration: none;
	}
a:hover { outline: none;
	color: #CC0000;
	}
a img { border: none; }

p {
	font-size: 1.6em;
	line-height:  32px;
	text-align: justify;
	}

h1 {
	font-family: Arial, sans-serif;
	font-size: 3.4em;
	font-weight: normal;
	color: #000000;
	}
	h1#logo {
	clear: both;
	width: 972px;
	height: 580px;
	background-image: url(images/logo_full.jpg);
	background-repeat:no-repeat;
	background-position:center center;
	text-indent: -9999px;
	}
	h1#ryanpic {
	width: 344px;
	height: 312px;
	background-image: url(images/ryanpic.jpg);
	background-repeat:no-repeat;
	background-position:center center;
	text-indent: -9999px;
	}
	h1#bottomlogo {
	background: url(images/bottomrocker.gif) no-repeat;
	position: absolute; top: 0px;
	width: 570px;
	height: 130px;
	}
	
h2 {
	font-family: Georgia, serif;
	font-size: 3.5em;
	font-weight: normal;
	line-height: 110%;
	text-align:center;
	color: #000000;
	}


#pagewrap {
	width: 972px;
	margin: 0 auto;
	position: relative;
	}

.oldsite{
font-size: 1.0em;
text-transform: uppercase;
line-height: 20px;
text-align: center;
}

.oldsite a {
text-decoration: none;
color: #999999;
}

.oldsite a:hover {
text-decoration: none;
color: #CC0000
}

p#about{
text-indent: -9999px;
background:  url(images/headphones.jpg) no-repeat;
background-position: center;
width: 570px;
height: 148px;
}

p.about2{
	font-size: 1.2em;
	line-height:  24px;
}


#menu {
margin-right: 44px;
}
	#menu li {
			display: inline;
			height: 49px;
			text-indent: -9999px;
			float: right;
		}
		#menu li a {
			display: block;
			height: 49px;
			text-indent: -9999px;
		}
		#menu li.about {
			width: 97px;
			background:  url(images/on_about.gif) no-repeat;
		}
		#menu li.portfolio a {
			width: 209px;
			background:  url(images/portfolio.gif) bottom center no-repeat;
		}
		#menu li.music a {
			width: 95px;
			background:  url(images/music.gif) bottom center no-repeat;
		}
		#menu li.contact a {
			width: 118px;
			background:  url(images/contact.gif) bottom center no-repeat;
		}	
		#menu li a:hover {
			background-position: top center;
		}

		
#toppage {
border-top:dotted #CCCCCC;
border-bottom:dotted #CCCCCC;
padding: 30px;
}
		
#sideleft {
width: 344px;
float: left;
}

#sideright {
width: 570px;
float: right;
line-height: 150%;
}

#network {
border-top: dotted #CCCCCC;
border-bottom: dotted #CCCCCC;
border-spacing: 20px;
padding: 20px;
text-align: center;
}
	#network li {
		display: inline;
		height: 60px;
		text-indent: -9999px;
		clear: both;
		}
		#network li a {
		display: inline-block;
		height: 60px;
		text-indent: -9999px;
		}
		#network li.facebook a {
			width: 60px;
			background:  url(images/icons/facebook.png) bottom center no-repeat;
			text-indent: -9999px;
		}
		#network li.myspace a {
			width: 60px;
			background:  url(images/icons/myspace.png) bottom center no-repeat;
			text-indent: -9999px;
		}
		#network li.lastfm a {
			width: 60px;
			background:  url(images/icons/lastfm.png) bottom center no-repeat;
			text-indent: -9999px;
		}
		#network li a:hover {
			background-position: top center;
		}

clearfix:after {content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;}
.clearfix {display: inline-block;}

* html .clearfix { height: 1%;}
.clearfix {display: block;}

#footer {position: relative;
	margin-top: -130px;
	height: 130px;
	clear:both;
	background: url(images/bottom.gif) repeat-x #CC0000;
	padding: 100px 0px 0px 0px;} 


p.copyright{
font-size: 1.0em;
color: #FFFFFF;
line-height: 16px;
text-align: center;
}

p.copyright a {
color: #CCCCCC;
line-height: 16px;
}

p.copyright a:hover {
color: #FFFF00;
line-height: 16px;
text-decoration: underline;
}