body { background:#f4f4f4; font: 15px/1.5 Georgia, Serif; }
a { text-decoration: none; transition-duration: .8s;}
a:hover { transition-duration: .8s;}
h1 { font: bold 30px Helvetica, Sans-Serif; margin: 0 0 5px 0; }
h2 { font: bold 20px Helvetica, Sans-Serif; margin: 0 0 10px 0; }

header { margin-top: 1em; }
header p { margin: 0 0 12px 0; padding:0; }

nav { background: #333; -moz-border-radius: 8px; -webkit-border-radius: 10px; }
nav a { color: #fff; padding: 15px; display: block; border-right: solid #666 1px; }
nav a:hover { background-color: #000; }
nav ul { list-style: none; }
nav ul li {
	padding-top:0px;

float: left; font-size: 16px; }

nav #primaryNav {
margin-left: 10px; }

nav #secondaryNav li { float:right; }
nav #secondaryNav a { border-left:solid #666 1px; border-right:none; }
nav #secondaryNav { margin-right: 10px; }

aside { color: #666; }
header, footer { -moz-border-radius:10px; -webkit-border-radius:10px; }

section { margin-top: 2em; }

a.polaroid { -moz-transition: all 0.2s ease-in-out; -webkit-transition: all 0.2s ease-in-out; display: block; background: #fff; padding: 10px; margin:5px; -moz-box-shadow: #ccc 5px 5px 20px; -webkit-box-shadow: #ccc 5px 5px 20px; margin-bottom:1em; }
a.polaroid img { width: 200px; }
a.polaroid:hover { -moz-box-shadow: #666 5px 5px 20px; -webkit-box-shadow: #666 5px 5px 20px; }

footer { 
padding: 10px; 
text-align: center; 
background:#CCC; 
margin-top: 2em; 
position: relative; 
}

footer img { position: absolute; right: 15px; top: 4px; }





#about{
	width:575px;
	float:right;
	margin-left:35px;
	color:#000;
}

#about a{
	color:#009;
}

#about a:hover{
	color:#09F;
}

#about p{
	padding-right:15px;
}

.clear{
	clear:both;
}

.pic{
	margin-top:50px;
	margin-left:40px;
	margin-bottom:10px;
}


/*Contact Content */

#contact_content{
	width:50%;
	float:right;
}

#contact_info{
	width:50%;
	float:left;
}

#contact_info a{
	color:#009;
}

#contact_info a:hover{
	color:#09F;
}

#contact_info p{
	padding-right:30px;
}

.button {
	display: inline-block;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	font: 14px/100% Arial, Helvetica, sans-serif;
	padding: .5em 2em .55em;
	text-shadow: 0 1px 1px rgba(0,0,0,.3);
	-webkit-border-radius: .5em; 
	-moz-border-radius: .5em;
	border-radius: .5em;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
	background-color:#06F;
	color:#FFF;
}
.button:hover {
	text-decoration: none;
	background-color:#0CF;
}
.button:active {
	position: relative;
	top: 1px;
	background-color:#00F;
}

.text{
	border: 1px solid #09F;
	width: 85%;
	height: 75px;
}

.form{
	border:none;
}

/*end contact content*/ 



/*Dropdown Triangle*/

.dropdown_container {
	 width: 100%; 
	 overflow-y: hidden; 
	 height: 400px; }

.dropdown_content {
	width: 100%; 
	float: left; 
	text-align: center; 
	-webkit-transform: translate(0,-215px); 
	-moz-transform: translate(0,-215px); 
	-o-transform: translate(0,-215px); 
	-ms-transform: translate(0,-215px); 
	transform: translate(0,-215px); 
	-webkit-transition-duration: 1.5s; 
	transition-duration: 1.5s; 
	-webkit-transition-timing-function:ease-out; 
}

.dropdown_content:hover{
	-webkit-transform: translate(0px,0px);
	-moz-transform: translate(0,0px); 
	-o-transform: translate(0,0px); 
	-ms-transform: translate(0,0px); 
	transform: translate(0,0px); 
	-webkit-transition-duration: 1.5s; 
	transition-duration: 1.5s; 
	-webkit-transition-timing-function:ease-out; 
}

.rectangle {
	width: 80%; 
	background: #ccc; 
	padding: 10%; 
	text-align: left; 
	}

.triangle { 
	width: 0; 
	height: 0; 
	border-left: 100px solid transparent; 
	border-right: 100px solid transparent; 
	border-top: 100px solid #ccc; 
	margin: auto; 
	} 
	
.triangle_text {
	float: left; 
	text-transform: lowercase; 
	font-family: Times; 
	letter-spacing: 3px; 
	font-size: 20px; 
	margin-top: -65px; 
	font-style: italic; 
	margin-left: -28px; 
	color: #333; 
}

/*End Dropdown Triangle*/


/* computers */

.preferences input[type=radio]{
				position: absolute;
				margin-left: 275px;			
				margin-top: 10px;
				display: none;
			}
			
			.preferences {
				width: 250px;
			}
		
			.preferences label{
				float: right;
				text-indent: -100px;
				width: 40px !important;
				line-height: normal;
				height: 30px;
				overflow: hidden;
				cursor: pointer;
			}
		
			span + input[type=radio] + label, 
			legend + input[type=radio] + label{
				clear: right;
				margin-right: 80px;
				counter-reset: checkbox;
			}
		
			.preferences input[type="radio"]:required + label:after{
				content: '';
				position: absolute;
				margin-left: 305px;
				min-height: 10px;
				margin-top: -22px;
				text-align: left;
				background-color: #f4f4f4;
				padding: 10px 10px;
				display: block;
			}

			.preferences label.beers{
				background: transparent url('http://bwm355.peifferdesigns.com/images/empty_computer.png') no-repeat center center;
			}
		
			.preferences label.beers:hover ~ label.beers, 
			.preferences label.beers:hover, 
			.preferences input[type=radio][name=beers]:checked ~ label.beers {
				background-image: url('http://bwm355.peifferdesigns.com/images/computer.png');
				counter-increment: checkbox;
			}
			
			
			
			/*end urgency*/
			
			
/*RESUME*/

.ac-container{
	width: 400px;
	margin: 10px auto 30px auto;
	text-align: left;
}
.ac-container label{
	font-family: 'BebasNeueRegular', 'Arial Narrow', Arial, sans-serif;
	padding: 5px 20px;
	position: relative;
	z-index: 20;
	display: block;
	height: 30px;
	cursor: pointer;
	color: #777;
	text-shadow: 1px 1px 1px rgba(255,255,255,0.8);
	line-height: 33px;
	font-size: 19px;
	background: #ffffff;
	background: -moz-linear-gradient(top, #ffffff 1%, #eaeaea 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#ffffff), color-stop(100%,#eaeaea));
	background: -webkit-linear-gradient(top, #ffffff 1%,#eaeaea 100%);
	background: -o-linear-gradient(top, #ffffff 1%,#eaeaea 100%);
	background: -ms-linear-gradient(top, #ffffff 1%,#eaeaea 100%);
	background: linear-gradient(top, #ffffff 1%,#eaeaea 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eaeaea',GradientType=0 );
	box-shadow: 
		0px 0px 0px 1px rgba(155,155,155,0.3), 
		1px 0px 0px 0px rgba(255,255,255,0.9) inset, 
		0px 2px 2px rgba(0,0,0,0.1);
}
.ac-container label:hover{
	background: #fff;
}
.ac-container input:checked + label,
.ac-container input:checked + label:hover{
	background: #c6e1ec;
	color: #3d7489;
	text-shadow: 0px 1px 1px rgba(255,255,255, 0.6);
	box-shadow: 
		0px 0px 0px 1px rgba(155,155,155,0.3), 
		0px 2px 2px rgba(0,0,0,0.1);
}
.ac-container label:hover:after,
.ac-container input:checked + label:hover:after{
	content: '';
	position: absolute;
	width: 24px;
	height: 24px;
	right: 13px;
	top: 7px;
	background: transparent url(../images/arrow_down.png) no-repeat center center;	
}
.ac-container input:checked + label:hover:after{
	background-image: url(../images/arrow_up.png);
}
.ac-container input{
	display: none;
}
.ac-container article{
	background: rgba(255, 255, 255, 0.5);
	margin-top: -1px;
	overflow: hidden;
	height: 0px;
	position: relative;
	z-index: 10;
	-webkit-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
	-moz-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
	-o-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
	-ms-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
	transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
}
.ac-container article p{
	font-style: italic;
	color: #777;
	line-height: 23px;
	font-size: 14px;
	padding: 20px;
	text-shadow: 1px 1px 1px rgba(255,255,255,0.8);
}
.ac-container input:checked ~ article{
	-webkit-transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
	-moz-transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
	-o-transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
	-ms-transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
	transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
	box-shadow: 0px 0px 0px 1px rgba(155,155,155,0.3);
}
.ac-container input:checked ~ article.ac-small{
	height: 140px;
}
.ac-container input:checked ~ article.ac-medium{
	height: 180px;
}
.ac-container input:checked ~ article.ac-large{
	height: 250px;
}

/*end RESUME*/
		

		