﻿@import url("layout.css");

#awd_frame
{
	text-align:center;
	border-color:gray;
	border:2px solid gray;
	margin:0;
	padding:0;
}


#pic_frame
{
	width: 302px;	/*picture width plus border*/
	text-align:center;
	border-color:gray;
	border:2px solid gray;
	margin:0;
	padding:0;
}
#pic_frame p
{
	padding:0px; 
	margin:3px; /*text between border and picture*/
	border-top:1px solid gray;
}

#pic_frame img
{
	
}

body {
	font-family: "Trebuchet MS", sans-serif;
	/*background-image: url("images/background_tile.gif");*/
	background-repeat: repeat;
}
#container {
	border-right: 2px solid #8c8c8c;
	border-bottom: 2px solid #8c8c8c;
	border-left: 2px solid #8c8c8c;
	background-color: #fff; /*this might be overridden*/
	color: #000;			/*this might be overridden*/

}
#masthead {
	/*text-align: center;*/
	text-align:right;
	background-color: #fff;
	background-image: url('../images/masthead_sprockets.jpg');
	background-repeat: no-repeat;
	
}
#mastheadname{
	text-align: center;
	background-color: #000000;
	color: #FFFFFF;
	font-size: 35px;
	font-family: "Times New Roman", Times, serif;
}



#navigation {
	border-top: 2px solid #808080;
	border-bottom: 2px solid #808080;
	/*background-color: #cdc;*/
	background-color:#000000;
	color: #ffffff;
}
html>body #navigation {
	overflow: hidden;
}
#column_l {
	width: 367px;
	padding: 15px;
	background-color: inherit; /*not sure what this does*/
	
}
html>body #column_l {
	width: 420px; /*padding: 0 15px;*/;
	background-color: inherit;
	

}

html>body #column_l_act {
	width: 350px; /*padding: 0 15px;*/;
	background-color: inherit;
	

}

html>body #column_r {
	width: 350px;
	padding: 15px 10px;
	background-color: inherit;

}




#column_r {
	width: 350px;
	padding: 15px 10px;
	background-color: inherit;
}
html>body #column_r {
	width: 260px;
	padding: 15px 10px;
	background-color: inherit;

}
#content {
	background-color: inherit;
	color: inherit;
	
}

#resume a{
	color:#335;	
}



#content p
{
	color: #000000;
}
#footer {
	text-align: center;
	padding-bottom: 10px;
}
html>body #footer {
	text-align: center;
	padding-bottom: 0;
	background-color: #000000;
	color: #FFFFFF;
}
/* Masthead */
#masthead h1 {
	color: #000;
	margin-bottom: 0;
}
#masthead h3 {
	/*color: #9a9;*/
	color: #444;
	margin-top: 0.5em;
}
/* Navigation */
#navigation ul {
	list-style-type: none;
	width: 100%;
	margin: 0;
	padding: 0;
	
}
#navigation li {
	float: left;
	text-align:center;
	width:25%; /*100 divided by number of buttons*/
}

#resume ul
{
	margin-top:5px;
	padding-top:0px;
}
#resume h3
{
	margin-bottom:0px;
	padding-bottom:0px;
}

#navigation a {
	font-weight: bold;
	text-decoration: none;
	/*color: #000;*/
	color: #ffffff;
	display: block;
	padding: 5px;
	border: 3px solid #cdc;
}
#navigation a:hover {
	font-weight: bold;
	text-decoration: none; /*color: #fff;*/;
	color: #000000; /*border: 1px solid #c77;*/;
	border: 3px solid #000000;
	/*background-color: #c77;*/	
	background-color: #727272;
}

/* Right Column */
#column_r img {
	border: 1px solid #808080;
}
/* Site typography */
h1 {
	font-size: xx-large;
	/*color: #c77;*/
	color:black;
}
h2 {
	font-size: x-large;
	/*color: #c77;*/
	color:gray;
}
h3 {
	font-size: large;
/*	color: #c77;*/
	/*color:#333ccc;*/
	color:gray;
}
h4 {
	font-size: medium;
	/*color: #c77;*/
	color:gray;
}
blockquote,p,ol,ul {
	font-size: small;
	color: #000;
}
h5 {
	font-size: x-small;
	color: #c77;
}
h6 {
	font-size: xx-small;
	color: #c77;
}
/* Footer */
#footer p {
	font-size: x-small;
	/*color: #c77;*/
	color:gray;
}
/* Links */
a {
/*	color: #c55;*/
	/*color:#333666;*/
	color:black;
	text-decoration: underline;
}

#footer a {
	
	color:gray;
}
a:hover {
	color: #993300;
	text-decoration: none;
}

a:link, a:visited {
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}

