/* CSS for DavidHaslem.com */
* {
	padding: 0;
	margin: 0;
}
.nopad{
	padding: 0;
	margin:0;
}
body{
	padding: 0;
	margin: 0;
	background-color: #303030 url(images/blueside.gif) repeat-y left top;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, Times, "Times New Roman", Georgia, serif;
}

body.blue{
	background: #303030 url(images/blueside.gif) repeat-y left top;
}

body.pink{
	background: #303030 url(images/pinkside.gif) repeat-y left top;
}

body.green{
	background: #303030 url(images/greenside.gif) repeat-y left top;
}

body.orange{
	background: #303030 url(images/orangeside.gif) repeat-y left top;
}


h1, h2{
	font-weight: normal;
	/*width: 70%;
	background: url(images/sweet.gif) repeat-x 0 bottom;*/
}
a{
	text-decoration: none;
	color: #07f;
}
a:link{
}
a:visited{
}
a:hover{
	text-decoration: underline;
}
a:active{
}
p{
	margin: 1em;
}
p.normal{
	font-size: .7em;
}

p.note{
	font-size: .7em;
	margin: .2em;
}

body.pink a{
	color: #e848a8;
}

body.green a{
	color: #70d860;
}

body.orange a{
	color: #e89828;
}

#info{
	margin: 1em 2em 0 0;
	font-size: .3em;
	float: right;
	width: 30%;
	padding: 10px;
}
#info p{
	margin: 0 0 .8em;
	padding: 0;
	font-size: .8em;
}

.current{
	
}

.current h2{
	font-size: 1.1em;
}

#container{
	text-align: left;
	padding: 0;
	margin: 0;
	width: 100%;
	background: transparent url(images/indexquote.gif) no-repeat left top;
	color: #fff;
}

body.pink #container{
	background: transparent url(images/studentquote.gif) no-repeat left top;
}

body.green #container{
	background: transparent url(images/computerquote.gif) no-repeat left top;
}


body.orange #container{
	background: transparent url(images/procrastinatorquote.gif) no-repeat left top;
}
#content{
	margin-left: 180px;
	font-size: 5em;
	width: 80%;
}

.listme{
	margin-bottom: 2em;
}


.listme ul{
	list-style-type: none;
}

.listme ul.square{
	padding-left: 1em;
	list-style-type: square;
}

.listme li{
	margin-top: .7em;
	line-height: 1.6em;
}

.listme a{
	text-decoration: none;	
	padding-bottom: .2em;
	border-bottom: .2em solid transparent;
}

a.pink{
	color: #e848a8;
}
a.green{
	color: #70d860;
}
a.orange{
	color: #e89828;
}

h2.pink span{
	color: #e848a8;
	border-color: #e848a8;
}
h2.green span{
	color: #70d860;
	border-color: #70d860;
}
h2.orange span{
	color: #e89828;
	border-color: #e89828;
}
h2.blue span{
	color: #07f;
	border-color: #07f;
}

body.small h1{
    font-size: 1em;
    padding: 1em 0;
}
body.small h2{
    font-size: .8em;
    border-bottom: .1em dashed;
}

body.small h2 span {
    font-size: 1.4em;
}


body.small p.normal{
    font-size: .6em;
}

h2.pink{
	border-color: #e848a8 !important;
}
h2.green{
	border-color: #70d860 !important;
}
h2.orange{
	border-color: #e89828 !important;
}
h2.blue{
	border-color: #07f !important;
}



.listme a:hover{
	text-decoration: none;
	color: #0058d8;
	padding-bottom: .2em;
	border-bottom: .2em solid #0078f8;
}

body.pink .listme a:hover{
	color: #c82888;
	border-bottom: .2em solid #e848a8;
}

body.green .listme a:hover{
	color: #40a830;
	border-bottom: .2em solid #70d860;
}

body.orange .listme a:hover{
	color: #c87808;
	border-bottom: .2em solid #e89828;
}


body .listme a.pink:hover{
	color: #c82888;
	border-bottom: .2em solid #e848a8;
}

body .listme a.green:hover{
	color: #40a830;
	border-bottom: .2em solid #70d860;
}

body .listme a.orange:hover{
	color: #c87808;
	border-bottom: .2em solid #e89828;
}



a.pink:hover{
	color: #c82888;
}

a.green:hover{
	color: #40a830;
}

a.orange:hover{
	color: #c87808;
}



#footer{
	font-size: .6em;
}