/* @override http://www.rikhudson.com/css/style.css */

@charset "UTF-8";

@import url(http://fonts.googleapis.com/css?family=Bevan);

/* @group Reset */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}:focus{outline:0}ins{text-decoration:none}del{text-decoration:line-through}table{border-collapse:collapse;border-spacing:0}
/* @end */

/* @group Text Reset */
body{font:13px/1.5 'Helvetica Neue',Arial,'Liberation Sans',FreeSans,sans-serif}a:focus{outline:1px dotted}hr{border:0 #ccc solid;border-top-width:1px;clear:both;height:0}h1{font-size:25px}h2{font-size:23px}h3{font-size:21px}h4{font-size:19px}h5{font-size:17px}h6{font-size:15px}ol{list-style:decimal}ul{list-style:disc}li{margin-left:30px}p,dl,hr,h1,h2,h3,h4,h5,h6,ol,ul,pre,table,address,fieldset{margin-bottom:20px}
/* @end */



body {
	color: #D5DCE4;
	background: #24272B url(../images/bg.jpg) repeat;
	text-transform: lowercase;
}

div.container {
	min-width: 400px;
	margin: auto;
}

div#holding{
	text-align: center;
	padding: 7em 0;
}

h1#title {
	color: #A0AFBE;
	font: 5em/1em Bevan, serif;
	text-transform: lowercase;
	margin-bottom: 10px;
}

#content ul, #content ul li {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

h1#title a, h1#title a:visited {
	color: inherit;
	text-decoration: none;
	text-shadow: #222 -2px -1px 0;
}

h1#title a:hover {
	text-shadow: rgba(255,254,255,0.5) 0 0 5px;
}

h1#title a:active {
	text-shadow: rgba(255,254,255,0.3) 0 0 5px;
}

h2#desc {
	text-transform: lowercase;
	text-shadow: #222 -2px -1px 0;
	font: italic bold 2em/0.8em Georgia, "Times New Roman", Times, serif;
	margin-bottom: 10px;
}

div#buttonarea {
	margin-top: 25px;
}

h2#desc span {
	font: italic 1.5em/0.8em Baskerville, "Palatino Linotype", Georgia, serif;
	vertical-align: -5px;
}

#contactme {
	color: #fff;
	font-size: 1.5em;
	font-weight: bold;
	text-shadow: #000 -2px -1px 0;
}

#contactme a, #contactme a:visited {
	color: #fff;
	text-decoration: none;

}

#contactme a:hover {
	color: #D5DCE4;
}

.button, .button:visited {
	display: none;
	color: #57616c;
	text-decoration: none;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.6);
	-webkit-box-shadow: 0 0px 3px rgba(0,0,0,0.6);
	text-shadow: #D5DCE4 1px 1px 0;
	border-bottom: 1px solid rgba(0,0,0,0.25);
	position: relative;
	cursor: pointer;
	font: italic 1.4em Georgia, serif;
	padding: 4px 15px;
	background-color: #A0AFBE;
}

.button:hover {
	background-color: #D5DCE4;
	text-shadow: #fff 1px 1px 0;
}

.button:active {
	background-color: #A0AFBE;
	text-shadow: #D5DCE4 1px 1px 0;
	margin: 3px 1px 1px;
	padding: 4px 15px;
}

a.network {
	width: 48px;
	height: 48px;
	display: inline-block;
}

a.network span {
	display: none;
}

a.flickr {
	background: url(../images/flickr.png) no-repeat;
}

a.twitter {
	background: url(../images/twitter.png) no-repeat;
}

a.dribbble {
	background: url(../images/dribbble.png) no-repeat;
}

a.vimeo {
	background: url(../images/vimeo.png) no-repeat;
}

/* @group Media Queries */


@media	handheld and (max-width: 480px),
		screen and (max-device-width: 480px){
	div#container {
		width: inherit;
}
	div#holding {
	font-size: 1.5em !important;
	padding: 4em 0;
}
}

/* @end */
