* {
	margin: 0;
	padding: 0;
}

img {
	border: none;
}

body {
	font-size: 1em;
	background: white;
	font-family: verdana, sans-serif;
	color: #616161;
}

.style_portfolio{
	font-family:Arial; 
	font-size:14px; 
	font-weight:bold; 
	color:#F33;
	text-decoration:none;
	text-height:20px;
	}
	
header img {
	padding: 0px;
	float:left;
}

a {
	text-decoration: none;
	color: #a84b4b;
}

ul, li {
	list-style: none;
}

header {
	background-color: #C96868;
	width: 100%;
	text-align: center;
}

.content {
	max-width: 950px;
	margin: 0 auto;
	position: relative;
}

header .button {
	color: #A84B4B;
	background-color: white;
	padding: 10px 0;
	border-radius: 0 0 0 5px;
	position: absolute;
	top: 0;
	font-size: .8em;
	right: 0;
	width: 100px;
	text-align: center;
}

#intro {
	margin: 20px 0 20px;
	text-align: center;
	padding: 0 10px;
}

#intro h2 {
	color: #bebebe;
	font-family: 'PT Serif', serif;
	font-weight: normal;
	font-size: 2em;
	margin-bottom: 20px;
	font-style: italic;
}

.hireMe {
	color: white;
	font-weight: bold;
	background-color: #C96868;
	text-align: center;
	padding: 20px 0;
	border-radius: 5px;
	display: inline-block;
	width: 300px;
}

#gallery {
	overflow: hidden;
	text-align: center;
	margin-bottom: 20px;
}

#gallery li {
	width: 100%;
	margin-bottom: 20px;
}

#gallery li img {
	border-radius: 5px;
	max-width: 100%;
}

footer {
	margin-bottom: 50px;
	font-size: .8em;
	padding: 0 10px;
}

aside {
	padding: 10px 10px;
}

aside h3 {
	font-family: 'PT Serif', serif;
	font-weight: normal;
	color: #bebebe;
	font-size: 1.4em;
	margin-bottom: 20px;
	font-style: italic;
}

aside p{
	line-height: 1.4em;
	margin-bottom: 10px;
}

aside ul {
	margin-bottom: 20px;
	padding-left: 20px;
}

aside ul li:before {
	content: '- ';
}

#socials {
	float: right;
	margin-top: -18px;
}

#socials li {
	float: left;
	margin-left: 15px;
}

#socials li a {
	display: block;
	text-indent: -99999px;
	height: 24px;
	width: 24px;
	background-image: url(images/sprite.png);
	background-repeat: none;
}

.facebook {
	background-position: 0 0;
}

.twitter {
	background-position: -24px 0;
}

.google {
	background-position: -48px 0;
}

.instagram {
	background-position: -72px 0;
}

.dribbble {
	background-position: -96px 0;
}

.pinterest {
	background-position: -120px 0;
}

.skype {
	background-position: -144px 0;
}

.linkedin {
	background-position: -168px 0;
}

.vimeo {
	background-position: -192px 0;
}

.behance {
	background-position: -216px 0;
}

.rss {
	background-position: -240px 0;
}

.youtube {
	background-position: -264px 0;
}

.dropbox {
	background-position: -288px 0;
}

.flickr {
	background-position: -312px 0;
}

.blogger {
	background-position: -336px 0;
}


@media only screen and (min-width: 480px) and (max-width: 768px) { 

header .button {
	right: 20px;
	border-radius: 0 0 5px 5px;
}

#intro {
	margin: 30px 0 30px;
}

#gallery {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 4%;
}

#gallery li {
	float: left;
	width: 46%;
	margin: 10px 4% 10px 0;
}

#gallery li:nth-child(2n) {
	margin-right: 0;
}

}

@media only screen and (min-width: 769px) and (max-width: 1024px) { 

header .button {
	right: 20px;
	border-radius: 0 0 5px 5px;
}

#gallery {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 4%;
}


#gallery li {
	float: left;
	width: 30%;
	margin: 0 2% 30px;
}

#gallery li:nth-child(3n) {
	margin-right: 0;
}

#intro {
	margin: 50px 0 50px;
}

}

@media only screen and (min-width: 1025px) { 

p a:hover {
	text-decoration: underline;
}

header .button {
	right: 0;
	border-radius: 0 0 5px 5px;
}

header .button:hover {
	color: #d98181;
}

#intro {
	margin: 50px 0 50px;
}

#intro h2 {
	font-size: 2em;
	margin-bottom: 50px;
}

.hireMe {
	padding: 15px 40px;
	width: auto;
}

.hireMe:hover {
	background-color: #d98181;
}

#gallery {
	margin-bottom: 50px;
}

#gallery li {
	float: left;
	width: 30%;
	margin: 26px 4% 0 0;
}

#gallery li:nth-child(3n) {
	margin-right: 0;
}

#gallery li img:hover {
	opacity: .8;
}

footer {
	margin-bottom: 50px;
	font-size: .8em;
}

aside {
	padding: 40px 0;
}

aside h3 {
	font-size: 1.4em;
	margin-bottom: 20px;
}

aside p{
	line-height: 1.4em;
	margin-bottom: 10px;
}

aside ul {
	margin-bottom: 20px;
	padding-left: 20px;
}

aside ul li:before {
	content: '- ';
}

#socials {
	float: right;
	margin-top: -18px;
}

.facebook:hover {
	background-position: 0 -24px;
}

.twitter:hover {
	background-position: -24px -24px;
}

.google:hover {
	background-position: -48px -24px;
}

.instagram:hover {
	background-position: -72px -24px;
}

.dribbble:hover {
	background-position: -96px -24px;
}

.pinterest:hover {
	background-position: -120px -24px;
}

.skype:hover {
	background-position: -144px -24px;
}

.linkedin:hover {
	background-position: -168px -24px;
}

.vimeo:hover {
	background-position: -192px -24px;
}

.behance:hover {
	background-position: -216px -24px;
}

.rss:hover {
	background-position: -240px -24px;
}

.youtube:hover {
	background-position: -264px -24px;
}

.dropbox:hover {
	background-position: -288px -24px;
}

.flickr:hover {
	background-position: -312px -24px;
}

.blogger:hover {
	background-position: -336px -24px;
}

}

