﻿* {
	margin: 0;
	padding: 0;
	
}

html { 
	height: 100%;
	overflow-y: scroll;
}

input,textarea {
	background-color: #FFFFCC;
	border-radius: 5px;
	padding:5px;
	font-family:Verdana;
	margin:3px

}

a {
	color: #149d1e;
	font-weight: bold
}

input:focus, textarea:focus {
	background-color: #d8dfea;
}

body {
	font: 12px verdana; 
	background-color: #333;
	height:100%;
	background-image:url('../images/background_code.jpg');
	background-repeat:no-repeat;
	background-attachment:fixed;
}

#page-wrap {
	width: 985px;
	margin: 0 auto;
	min-height:100%;
	overflow: hidden;
}

#menu-bar {
	background-image:url('http://fc08.deviantart.net/fs29/i/2008/059/9/1/metal_texture_7_by_wojtar_stock.jpg');
	margin:0 0 0 10px;
	border-bottom-left-radius:15px;
	border-bottom-right-radius:15px;	
	position:fixed;
	top:0px;
	width:200px;
	min-height:300px;

}

#menu-bar ul { 
	list-style: none; 
	margin: 135px 20px 0 0; 
}

#menu-bar ul li { 
	font-size: 14px; 
	text-align: right; 
}

#menu-bar ul li a { 
	display: block; 
	padding: 10px 30px 10px 5px; 
	border-top: 1px solid rgba(0,0,0,0.2); 
	border-bottom: 1px solid rgba(255,255,255,0.2); 
	color: white; 
	font-weight: bold;
	text-decoration: none; 
}

#menu-bar ul li.active a {
	background: rgba(255,255,255,0.2); 
	color:#C0C0C0;
}

#menu-bar ul li a:hover { 
	background: rgba(255,255,255,0.2); 
}


#logo-div {
	background-image:url('/doctemplate/images/mpdolan_spider_logo_inlay.png');
	position:fixed;
	margin:10px 0 0 220px;
	width:209px;
	height:75px;
}

#content-div{
	border-radius:15px;
	margin: 90px 0 100px 185px;
	background-color:white;
	width:750px;
	box-shadow: 0 0 30px 5px #999;	
	min-height:800px;
	position:relative;
	padding:15px;	
}

#google-ads1{
	position:absolute;
	right:20px;
	top:20px;
	background-color:white;
	width:160px;
}

#mpdolan-content{

	left:20px;
	top:20px;
	width:550px;
}


#searchBox{
	position:fixed;
	margin:38px 0 0 620px;
	color: #C0C0C0;
	text-align: right;
	width:350px
}

.callout { 
	background: #fdfce4; 
	padding: 15px; 
	border: 1px solid #fff000; 
	border-radius: 6px; 
}     

.callout ul li{
	list-style:disc;
	padding:3px;
}             

#mpdolan-content h1 {
	color:#8d8d8d
}

#mpdolan-content h2 {
	color:#3a5697;
	margin: 10px 0 10px 0;
	text-decoration: underline;
}

#mpdolan-content ul {
	list-style: none;
	margin:0 0 0 20px;
}

#mpdolan-content pre {
	font-size: .9em;
	padding: 10px;
}

.content-list {
	margin: 10px 0 10px 20px;
}

.content-list li {
	padding: 3px;
}

.content-list li a {
	color: #149d1e;
	text-decoration: underline;
	font-weight: bold;
}

#footer {
	margin: 0 0 10px 500px;
	color: #C0C0C0;
}

.searchform {
	margin: 10px 0 0 5px;
	display: inline-block;
	zoom: 1; /* ie7 hack for display:inline-block */
	*display: inline;
	border: solid 1px #d2d2d2;
	padding: 3px 5px;
	
	-webkit-border-radius: 2em;
	-moz-border-radius: 2em;
	border-radius: 2em;

	-webkit-box-shadow: 0 1px 0px rgba(0,0,0,.1);
	-moz-box-shadow: 0 1px 0px rgba(0,0,0,.1);
	box-shadow: 0 1px 0px rgba(0,0,0,.1);

	background: #f1f1f1;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#ededed));
	background: -moz-linear-gradient(top,  #fff,  #ededed);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ededed'); /* ie7 */
	-ms-filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ededed'); /* ie8 */
}
.searchform input {
	font: normal 10px/100% Arial, Helvetica, sans-serif;
	height: 8px;
}
.searchform .searchfield {
	background: #fff;
	padding: 6px 6px 6px 8px;
	width: 200px;
	border: solid 1px #bcbbbb;
	outline: none;

	-webkit-border-radius: 2em;
	-moz-border-radius: 2em;
	border-radius: 2em;

	-moz-box-shadow: inset 0 1px 2px rgba(0,0,0,.2);
	-webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.2);
	box-shadow: inset 0 1px 2px rgba(0,0,0,.2);
}
.searchform .searchbutton {
	color: #fff;
	border: solid 1px #494949;
	font-size: 11px;
	height: 20px;
	width: 20px;
	text-shadow: 0 1px 1px rgba(0,0,0,.6);

	-webkit-border-radius: 2em;
	-moz-border-radius: 2em;
	border-radius: 2em;

	background: #5f5f5f;
	background: -webkit-gradient(linear, left top, left bottom, from(#9e9e9e), to(#454545));
	background: -moz-linear-gradient(top,  #9e9e9e,  #454545);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#9e9e9e', endColorstr='#454545'); /* ie7 */
	-ms-filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#9e9e9e', endColorstr='#454545'); /* ie8 */
}

#search-box {
	text-align:right;
	color: white;
	margin: 0 50px 0 0;
}

#mpdolan-logo {
	background-image:url('../images/logo-mpdolan-com-100x100.png');
	background-repeat:no-repeat;
	width:100px;
	height:100px;
	position:fixed;
	top:10px;
	margin:0 0 0 60px;
	padding:10px;
	text-align:right;

}

.teens {
	font-size:45pt;
	font-weight:bold;
	color: #149d1e;
}
