/**
* CSS
*
* @version Down Quark 1.0
* @author Derek Kinsman // Unttld
*/
* {
	margin: 0;
	padding: 0;
}

html {
	font-size: 100%;
}

body {
	background: url('');
	color: #0a7884;
	font: 0.625em/1em 'Verdana', Verdana, sans-serif;
	overflow: auto;
}

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

a { font-style: normal !important; outline: none; }
a:link { color: #0ba5b7; text-decoration: none; }
a:active { color: #0ba5b7; text-decoration: underline; }
a:visited { color: #0ba5b7; text-decoration: none; }
a:hover { color: #0ba5b7; text-decoration: line-through; }

a img { border: none; }

p, ul {
	font-size: 1em;
}

h1 { font-size: 1em; font-weight: normal; color: #000000;}
h2 { font-size: 1.6em; font-weight: bold; }
h3 { font-size: 1.4em; font-weight: normal; }
h4 { font-size: 1.2em; font-weight: normal; }
h5 { font-size: 1em; font-weight: bold; }
h6 { font-size: 1em; font-style: italic; }

span.header {
	font-size: 2em;
	font-weight: bold;
	line-height: normal;
}

#dailydoodle {
     
	 position: fixed;
	 top: 40px;
	 left: 22px;
     width: 202px;
     height: 150px;
     overflow: hidden;
     z-index: 5;
}

#name {
     background-image: url('../_img/pmurphytitle.png');
	 position: fixed;
	 top: 210px;
	 left: 26px;
     width: 151px;
     height: 61px;
     overflow: hidden;
     z-index: 3;
}

#menu {
	background-image: url('../_img/white-menu-rect.png');
	background-repeat: no-repeat;
    height: 528px;
	left: 20px;
    overflow: hidden;
	padding: 176px 0 10px 10px;
    position: fixed;
    top: 20px;
    width: 206px;
	z-index: 3;
}

#menushadow {
	background-image: url('../_img/shadow-menu-rect.png');
	opacity: 0.5; filter:alpha(opacity=50);
	background-repeat: no-repeat;
    height: 575px;
	left: -12px;
    overflow: hidden;
	padding: 0px 0 14px 14px;
    position: fixed;
    top: 0px;
    width: 276px;
	z-index: 2;
}

#menu ul {
    
	font-style: italic;
	list-style: none;
	margin: 0 16 10px 0;
	border-top-color: #0ba5b7;
	border-top-style: dashed;
	border-top-width: 1px;
	padding-top: 10px;

}

#menu ul li { 
  text-transform: inherit; 
   margin: 0 0 10px;
}

#menu ul li.section-title { text-transform: uppercase; }


#date {
     margin: 0 18 24px 0;
	text-align: right;
	 padding-bottom: 0px;
	
	}


#content {
    color: #000000;
	margin: 30px 0 0 250px;
	padding-top: 0px;
	z-index: 1;
	width: 650px;
	
}

#content img {
	border: 0px;
	margin: 10 10 10px 0;
}

#content p {
    color: #000000;
	margin: 0px 0 0 0;
	width: 550px;
	line-height: normal;
}

#once { clear: left; }

#bottom {
     position: fixed;
	 top: 529px;
	 left: 21px;
     width: 206px;
     height: 20px;
     overflow: hidden;
     z-index: 3;
     padding: 0px 0 10px 10px;
}


/ #231f20
/ #ec008c