/* @group reset */

* {
	margin: 0;
	padding: 0;
	border: 0;
	list-style: none;
	outline: none;
	font-size: 1em;
	text-decoration: none;
}

/* @end */

.clear {
	clear: both;
}

a {
	color: #555;
}

.myBox {
	margin: 0 auto;
	margin-top: 40px;
	color: #fff;
	width: 400px;
	padding: 17px 20px;
	text-align: left;
	background-image: url('../images/backup.png');
	background-repeat: repeat-x;
	border-top: 1px solid #555;
	border-left: 1px solid #555;
	border-right: 1px solid #555;
	

	/* Do rounding (native in Firefox and Safari) */
	-moz-border-radius-topleft:20px;
	-moz-border-radius-topright:20px;

	-webkit-border-top-left-radius:20px;
	-webkit-border-top-right-radius:20px;
}

.myBox h1 {
	margin: 0;
	padding: 0;
	font-size: 2em;
}

#logo {
	background-image:url("../images/logoback.png");
	background-repeat:no-repeat;
	height:35px;
}

#logo h1 {
	display: none;
}

.myBox h2 {
	font-size: 0.75em;
}

.myBox2 {
	margin: 0 auto;
	color: #fff;
	width: 400px;
	padding: 10px 20px;
	text-align: right;
	font-size: 0.75em;
	background-image: url('../images/backdown.png');
	background-repeat: repeat-x;
	border: 1px solid #555;

	/* Do rounding (native in Firefox and Safari) */
	-moz-border-radius-bottomleft:20px;
	-moz-border-radius-bottomright:20px;

	-webkit-border-bottom-left-radius:20px;
	-webkit-border-bottom-right-radius:20px;
}

.accordion_headings {
	margin: 0 auto;
	color: #fff;
	width: 440;
	text-align: left;
	background-color: #a6a5a5;
	border-top: 1px solid #555;
	border-left: 1px solid #555;
	border-right: 1px solid #555;
}
.accordion_headings a{
	display: block;
	width: 100%;
	color: #fff;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	padding-right: 20px;
	width: 400px;
}
.accordion_headings a:hover {
	background-image: url('../images/backdown.png');
	background-repeat: repeat-x;
	background-color: #c9c9c9;
}

.header_highlight {
	background-color: #c9c9c9;
	color: #111;
	background-image: url('../images/backdown.png');
	background-repeat: repeat-x;
}

.header_highlight a {
	color: #111;
}

.accordion_content {
	margin: 0 auto;
	color: #111;
	width: 400px;
	padding: 20px;
	text-align: left;
	background-color: #c9c9c9;
	border-left: 1px solid #555;
	border-right: 1px solid #555;
}

#about-img {
	background: transparent url('../images/Tilted.png') no-repeat right;
	display: block;
	font-size: 1.55em;
}

#web-img {
	background: transparent url('../images/fox.png') no-repeat right;
	display: block;
	font-size: 1.55em;
}

#social-img {
	background: transparent url('../images/myspace.png') no-repeat right;
	display: block;
	font-size: 1.55em;
}

#resume-img {
	background: transparent url('../images/resume.png') no-repeat right;
	display: block;
	font-size: 1.55em;
}

#contact-img {
	background: transparent url('../images/mail.png') no-repeat right;
	display: block;
	font-size: 1.55em;
}

.weblink{
	display: block;
	text-decoration: none;
	color: #555;
	border-top: 1px solid #eee;
	border-left: 1px solid #eee;
	border-bottom: 1px solid #111;
	border-right: 1px solid #111;
	width: 198px;
	height: 48px;
	/* padding: 5px; */
	padding-top: 5px;
	padding-bottom: 5px;
	float: left;
}

.weblink:hover {
	background-color: #a6a5a5;
	color: #111;
}

.weblink:hover img{
	margin-left: 10px;
}

.weblink strong {
	display: block;
	float: left;
	padding-top: 10px;
	width: 65%;
	color: #111;
}

.weblink span {
	display: block;
	float: left;
}

.weblink img {
	float: left;
	margin-right: 5px;
	margin-left: 5px;
}

html,body{
	height: 100%;
	text-align: center;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: small;
	margin: 0;
	color:#FA0;
}
