
body
{
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	position: relative;
}

.blockA, .blockB{
	margin-bottom: 10px;
	width: 50%;
	float: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
.blockA{
	margin-right: -.5px;
	padding-right: 10px;
	
}
.blockB{
	margin-left: -.5px;
	padding-left: 10px;
}

input{
	display: block;
	width: 100%;
}
textarea{
	width: 100%;
	height: 150px;
}
label{
	margin-bottom: 3px;
	display: block;
}
#topBar{
	background-color: black;
	background-color: rgba(0,0,0,.7);
	color: white;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
}
#topMenu{
	float: right;
	margin: 0 20px 0 0;
	padding: 0;
}

#topMenu a{
	color: white;
	text-decoration: none;
	padding: 15px 8px 10px;
	display: block;
	text-align: center;
}

#topMenu a:hover{
	background-color: #E6E6E6;
	color: black;
	
}

#topMenuSelect{
	display: none;
	width: 100%;
	font-size: 22px;
	background-color: rgb(78, 78, 78);
	color: white;
	border: 0;
	margin: 0 auto;
	padding: 8px 10px;
	-webkit-appearance: none;
}
#topMenuSelect:focus{
	outline-color: white;
}
.menuItem
{
	float: left;
	font-size: 16px;
	text-align: center;
	list-style-type: none;
}
#brianContactDetails{
	font-size: 16px;
	float: left;
	display: inline-block;
	padding: 15px 20px 10px;
}
#brianContactDetails a,#contactDetailsFooter a{
	text-decoration: none;
	color: white;
}
#brianContactDetails a:hover,#contactDetailsFooter a:hover{
	text-decoration: underline;
}
#contactDetailsFooter{
	display: none;
}
#footer{
	background-color: black;
	background-color: rgba(0,0,0,.7);
	color: rgb(180,180,180);
	padding: 10px 0;
	text-align: center;
	font-size: 12px;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
}


@media screen and (max-width: 1000px) {
  #contactDetailsHeader{
  	display: none;
  }
  #contactDetailsFooter{
  	display: inline;
  }
  #footer{
  	color: white;
  }
}
@media screen and (max-width: 700px) {
  #brianContactDetails{
  	display: none;
  }
  #topMenu {
    display: none;
  }
  #topMenuSelect{
  	display: block;
  }
}


#content{
	padding: 50px 10px;
}
#content a{
	color: black;
	text-decoration: none;
	font-weight: bold;
}
#content a:hover{
	color: rgb(220,0,0); 
}

.category, .resume, .experience{
	margin: 0 auto;
}

.experience{
	max-width: 1200px;
}


.category{
	max-width: 800px;
	font-size: 15px;
	line-height: 140%;
}

.categoryImageFloatLeft{
	float:left;
	border-style: solid;
	border-color:black;
	border-width:2px;
	margin-right:10px;
	margin-bottom:10px;
	width: 150px;
}

.category h2{
	display:inline;
	font-weight:normal;
	line-height:100%;
	margin-top:0px;
	padding-top:0px;
	font-size: 18px;
}

.category p{
	margin-top: 3px;
}


.categoryBlock{
	margin-top:20px;
}

.experience ul{
	font-size: 15px;
	list-style: none;
}
.experience li{
	margin: 20px 20px;
	float: left;
	width: 325px;
	height: 220px;
	text-align: center;
}
.experience li img{
	display: block;
	margin-bottom: 10px;
	box-shadow: 0 0 10px 1px rgb(163, 163, 163);
}

#content.experience li a{
	font-weight: normal;
}

#content.experience li a:hover img{
	box-shadow: 0 0 15px 1px rgb(100, 100, 100);
}

.resume{
	font-size: 12px;
	max-width: 600px;
}
.resume ul li {
line-height: 140%;
margin-bottom: 10px;
}

.clear{
	clear:both;
}
.floatLeft{
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

.floatRight{
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
}
.submitButton{
	width: 100px;
	background-color: rgb(30,30,30);
	color: white;
	font-weight: bold;
	font-size: 20px;
	border: none;
	margin-top: 10px;
}
.submitButton:hover{
	background-color: rgb(230,230,230);
	color: black;
}
.message{
	font-weight: bold;
	margin-bottom: 10px;
}
.message.success{
	color: green;
}
.message.error{
	color: rgb(170,0,0);
}
.bold{
	font-weight: bold;
}
.tagsBlock{
	margin-top: 25px;
	text-align: center;
	padding: 10px;"
}
