@charset "utf-8";

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	color: #000;
	background: #FFFFFF;
}

#Sub_Menu {
	border: solid 1px #000;
	width: 152px;
	display: none;
	top: 53px;
	left: 1px;
}

.Menu_Bar_Container ul.MenuBarHorizontal ul li {
	width: 152px;
}

a {
	color: #0000FF;
	text-decoration: underline;
}

a:hover {
	color: #FF0000;
	text-decoration: none;
	cursor: pointer;
}

a:visited {
	color: #0000FF;
	text-decoration: underline;
}

a:active {
	color: #0000FF;
	text-decoration: underline;
	border: 0;
}

.One_Col_Fix_Ctr_Hdr .Container {
	background: #FFFFFF url("/image/web_background.jpg") no-repeat center center fixed;
	margin: 0 auto;
}

.Logo {
	position: relative;
	margin: 0px auto 29px;
	right: 6px;
	top: 20px;
	height: 125px;
	width: 700px;
}

.Job_Title {
    text-align: center;
    color: white;
}

.Portfolio_Container
{
	text-align: center;
	margin: auto;
	clear: both;
}

.One_Col_Fix_Ctr_Hdr #header {
	background: url("/image/header.jpg") no-repeat center 0px #22547d;
	height: 178px;
	margin: 0 auto;
	margin-bottom: 20px;
	border-bottom: #000 solid 1px;
}

.Headings
{
	background-image: url("/image/headings.png");
	background-repeat: no-repeat;
	background-position: center top;
	height: 109px;
	line-height: 109px;
	margin: auto;
	color: #FFF;
	text-align: center;
}

.Headings h1
{

	text-shadow: #000 2px 2px 8px;
	margin: 0;
}

.Heading_Details
{
	position: relative;
	margin: auto;
	width: 719px;
	display: none;
}

.Heading_Detail_Left
{
	background: url('/image/heading_detail_left.png') no-repeat;
	position: absolute;
	bottom: -21px;
	right: 600px;
	height: 120px;
	width: 150px;
}

.Heading_Detail_Right
{
	background: url('/image/heading_detail_right.png') no-repeat;
	position: absolute;
	bottom: -21px;
	left: 600px;
	height: 120px;
	width: 150px;
}

.Sub_Head
{
	font-size: 1.4em;
	font-weight: bold;
}

.Page_Top
{
	background-image: url("/image/page_top.png");
	background-repeat: no-repeat;
	background-position: center top;
	width: 734px;
	height: 25px;
	margin: 60px auto 0;
	position: relative;
}

.Page_Middle
{
	background-image: url("/image/page_middle.png");
	background-repeat: repeat-y;
	background-position: center;
	width: 734px;
	margin: 0 auto;
	padding: 0px 40px 20px;
	box-sizing: border-box;
}

.Page_Bottom
{
	background-image: url("/image/page_bottom.png");
	background-repeat: no-repeat;
	background-position: center bottom;
	width: 734px;
	height: 25px;
	margin: 0 auto;
	position: relative;
}

.Cube
{
	display: none;
	background-image: url("/image/cube.png");
	background-repeat: no-repeat;
	height: 31px;
	width: 31px;
	position: absolute;
}

.Divider
{
	margin: 50px;
}

.Website_Link {
	font-size: 2em;
}

.One_Col_Fix_Ctr_Hdr #header h1 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

.One_Col_Fix_Ctr_Hdr #mainContent h1 {
	text-align: center;
}

.One_Col_Fix_Ctr_Hdr #mainContent p {
	/*margin: 0;
	padding: 0;*/
}

.One_Col_Fix_Ctr_Hdr #footer {
	background: url("/image/footer.jpg") no-repeat center 0px #22547d;
	margin: 20px auto 0;
	color: #FFF;
	text-align: center;
	min-height: 80px;
	border-top: #000 solid 1px;
}

.One_Col_Fix_Ctr_Hdr #footer p {
	margin: 0;
	padding: 10px 0;
	position: relative;
	top: 17px;
	font-size: 13px;
}

.One_Col_Fix_Ctr_Hdr #footer p a
{
	color: #FFF;
}

h2
{
	text-align: center;
}

.Cu3erContainer
{
	display: none;
	border: solid 3px #CCC;
	border-radius: 10px;
	background-position: bottom;
	background-image: url("/image/cu3er_shadow.png");
	background-repeat: no-repeat;
	margin: 80px auto;
	font-size: 16px;
	text-align: center;
	padding-top: 20px;
	height: 367px;
	border-width: 1px;
	width: 800px;
	clear: both;
}

/* Exploding Divs Begin */

/* CONTENT SECTION */

.white_content {
	display: none;
	background-color: #cccccc;
	position: relative;
	top: 0%;
	left: 0%;
	padding-right: 5px;
	padding-left: 5px;      
	padding-top: 5px;      
	padding-bottom: 5px;
	border: 3px solid black;
	background-color: white;
	z-index: 1002;
	overflow: auto;
	margin: 3px;
}

/*******************************************************************************/
/*******************************************************************************/

/* CLOSE BUTTON SECTION */

.close_button {
	position: relative;
	float: right;
	width: 65px; 
	left:0px;
	padding-bottom: 20px;
	cursor: pointer;
	z-index: 1004;
}
/* END CLOSE BUTTON SECTION */

/* Exploding Divs End */

.Border_Left
{
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #000;
}

.Border_Right
{
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000;
}

.Table_Heading
{
	vertical-align: middle;
	border: solid 1px #000;
	background-color: #d0e5ff;
	text-align: center;
}

.Skills_Table 
{
	border-collapse: collapse;
}

.Skills_Table td
{
	border: solid 1px #000;
}

.Skills_Table p
{
	margin: 0;
	padding: 1px;
}

.Resume_Header
{
	font-family:"Times New Roman", Times, serif;
}

/* Wilbert(3/8/2010 21:27:22) Not used, but good for more control if needed. */
li.Second
{
	list-style-type: circle;
	margin-left: 40px;
}

li.Third
{
	list-style-type: square;
	margin-left: 80px;
}

.Instructions {
	font-size: 1em;
}

.Download_Resume_Button {
	border: 0;
	margin: 20px auto;
	max-width: 320px;
	width: 100%;
}

ul.MenuBarHorizontal .Resume_Button, ul.MenuBarHorizontal .About_Me_Button, ul.MenuBarHorizontal .Portfolio_Button {
	background-repeat: no-repeat;
	background-size: 100%;
}

ul.MenuBarHorizontal .Resume_Button {
	width: 127px;
	height: 54px;
}

ul.MenuBarHorizontal .About_Me_Button {
	width: 159px;
	height: 54px;
}

ul.MenuBarHorizontal .Portfolio_Button {
	width: 164px;
	height: 54px;
}

.Menu_Bar_Container {
	margin: 40px auto;
}

.Clear_Floats {
	clear: both;
}

.Menu_Bar_Container ul.MenuBarHorizontal a.Main_Buttons {
	height: 35px;
}

.Centered_Text_Paragraphs {
	text-align: center;
}

.Web_Logo {
	text-align: center;
}

.Motto {
	color: #36F;
	font-weight: bold;
}

.Project_Info {
	margin: 50px;
}

.Preview_Image {
	border: 0;
}




@media all and (max-width: 860px) {

ul.MenuBarHorizontal, .Portfolio_Container, .Logo, .Menu_Bar_Container ul.MenuBarHorizontal, .Page_Middle, .Cu3erContainer {
	width: 100%;
}

.YouTube_Embed {
	width: 300px;
	height: 225px;
}

.Racing_Picture {
	max-width: 300px;
	vertical-align: middle;
	border: solid 1px rgb(0,0,0);
}

.Headings, .Preview_Image {
	width: 80%;
}

.Divider img {
  width: 300px;
  height: 12px;
}

.Web_Logo img {
	width: 300px;
}

.CU3ERbackground {
	width: 300px;
}

.Cu3erContainer {
	border: none;
	display: none;
	height: 174px;
	margin: 20px auto;
	background-image: url("/image/cu3er_shadow_mobile.png");
}

.Page_Top, .Page_Bottom {
	display: none;
}

.Page_Middle {
	background: none;
}


#mainContent {
	padding: 0px;
}

p {
	font-size: 1.3em;
}

.Headings {
	background: #195180;
	font-size: 1.3em;
	border-radius: 25px;
	margin-top: 20px;
	margin-bottom: 20px;
	line-height: 75px;
	height: auto;
	box-shadow: 6px 6px 32px -5px rgba(130,130,130,1);
}

h2 {
	font-size: 2em;
}

.One_Col_Fix_Ctr_Hdr #footer p, .Job_Title {
	font-size: 1.2em;
	top: 13px;
}

.Instructions {
	font-size: 1.2em;
}

.No_Wrap {
	white-space: nowrap;
}

.Centered_Text_Paragraphs {
	font-size: 1.5em;
}

.Download_Resume_Button {
	margin: 20px auto;
}

#Sub_Menu {
	width: 92%;
	top: 72px;
	left: 2px;
	font-size: 1.3em;
}

.Menu_Bar_Container ul.MenuBarHorizontal {
	height: auto;
}

.Menu_Bar_Container ul.MenuBarHorizontal ul li {
	width: 50%;
}

.Menu_Bar_Container ul.MenuBarHorizontal li.Main_Buttons {
	float: none;
	margin: auto;
}

.Menu_Bar_Container ul.MenuBarHorizontal a.Main_Buttons {
	padding: 0;
	height: 100%;
}

ul.MenuBarHorizontal .Resume_Button {
	width: 180px;
}

ul.MenuBarHorizontal .About_Me_Button {
	width: 220px;
}

ul.MenuBarHorizontal .Portfolio_Button {
	width: 220px;
}

ul.MenuBarHorizontal .Resume_Button, ul.MenuBarHorizontal .About_Me_Button, ul.MenuBarHorizontal .Portfolio_Button {
	height: 80px;
}

}