/*
Theme Name: Dylan Fraser 1.0
Theme URI: http://www.dylanfraser.com
Description: 
Author: Cameron Bailey
Author URI: http://www.cameronbailey.com
*/

body {  
        background: #3d423d url(images/bg.gif) repeat-x;
	text-align: center; 
	margin: 20px;
}

#container {    
	width: 780px;  
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

#title {    
	width: 240px;  
	background: #181818;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	border: 10px solid #ffffff;
	float: left;
}

#header {    
	width: 760px;  
	height: 100px;
	background: #16250f;
	margin-left: auto;
	margin-right: auto;
	text-align: right;
	border-top: 10px solid #ffffff;
	border-left: 10px solid #ffffff;
	border-right: 10px solid #ffffff;

}

#strip-top {    
	width: 760px;  
	background: #ffffff;
	margin-left: auto;
	margin-right: auto;
	text-align: right;
	padding-bottom: 20px;
	border-left: 10px solid #ffffff;
	border-right: 10px solid #ffffff;
}

#strip-bottom {    
	width: 760px;  
	background: #ffffff;
	margin-left: auto;
	margin-right: auto;
	text-align: right;
	border-left: 10px solid #ffffff;
	border-right: 10px solid #ffffff;
}

#content-container {    
	width: 780px;  
	background: #ffffff;
	text-align: left;
	color: #000000;
	font-family: Helvetica, sans-serif;
}

#left {    
	width: 549px;  
	background: #ffffff;
	padding-left: 10px;
	padding-right: 10px;
	text-align: left;
	color: #000000;
	font-family: Helvetica, sans-serif;
	font-size: 1.0em;
	float: left;
	border-right: 1px dashed #222222;
	border-bottom: 120px solid #ffffff;
}

#right {    
	width: 190px;  
	background: #ffffff;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	text-align: left;
	color: #000000;
	font-family: Helvetica, sans-serif;
	float: right;
}

#footer {    
	width: 760px;  
	height: 100px; 
	background: #16250f;
	margin-left: auto;
	margin-right: auto;
	text-align: right;
	clear: both;
	border-bottom: 10px solid #ffffff;
	border-left: 10px solid #ffffff;
	border-right: 10px solid #ffffff;
}

a {
        color: #8ebceb;
	text-decoration: none;
	size: 1.0em;
	font-family: Helvetica, sans-serif;
	font-weight: bold;
}

a:hover {
        color: #c8e2fc;
	text-decoration: none;
	size: 1.0em;
	font-family: Helvetica, sans-serif;
	font-weight: bold;
}

a.nav {
        color: #336699;
	text-decoration: none;
	size: 1.0em;
	font-family: Helvetica, sans-serif;
	font-weight: bold;
}

a.nav:hover {
        color: #6699cc;
	text-decoration: none;
	size: 1.0em;
	font-family: Helvetica, sans-serif;
	font-weight: bold;
}

h1 {
        font-family: Helvetica, sans-serif;
	font-size: 2.4em;
	text-transform: uppercase;    
	color: #ffffff;
	margin: 0;
	padding-left: 10px; 
	padding-right: 10px;
	padding-top: 50px;	
}

h2 {
        font-family: Helvetica, sans-serif;
	font-size: 1.1em;
	text-transform: uppercase;    
	color: #666666;
	margin: 0;
	padding-top: 5px; 
	padding-bottom: 5px; 
}

h3 {
        font-family: Helvetica, sans-serif;
	font-size: 1.4em;
	text-transform: uppercase;    
	color: #cccccc;
	margin: 0;
	padding-bottom: 5px; 
}


img.research {
        border: 1px solid #666666;
	padding: 6px;
	margin-right: 10px;
	float: left;
}



