/*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,
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-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
.clear {
	clear:both;
	display:block;
	overflow:hidden;
	visibility:hidden;
	width:0;
	height:10px;
}
.noheight {
	height:0;
}
/*fonts*/
@font-face {
	font-family: 'RalewayThin';
	src: url('raleway_thin.eot');
	src: local('Raleway'), local('Raleway-Thin'), url('raleway_thin.woff') format('woff'), url('raleway_thin.ttf') format('truetype'), url('raleway_thin.svg#Raleway-Thin') format('svg');
}
/*layout*/
body {
	background:#333333 url(images/page_bg.png) 0 0 repeat;
	font:17px/1.75 "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #52798a;
}
#container {
	width:382px;
	margin:0 auto;
}
@media screen and (max-device-width: 480px)
{
   #container {width:100%;margin:0;}
}
h1 {
	font-size: 31px;line-height:normal; font-weight: normal; font-family: 'RalewayThin', sans-serif;
	padding:20px 0;
	text-align:center;
	/*-webkit-text-size-adjust:none;*/
}
h2, #footer {
	color:#8d9a9c;
	font-size:10px;
	text-transform: uppercase;
	text-align:center;
	padding-top:5px;
	-webkit-text-size-adjust:none;
}
.aboutme-link {
	display:block;
	width:116px;
	height:32px;
	margin:0 auto;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;	
}
.aboutme-link:hover {
	-webkit-box-shadow: 0px 0px 10px 1px #2b82ad;
	-moz-box-shadow: 0px 0px 10px 1px #2b82ad;
	box-shadow: 0px 0px 10px 1px #2b82ad;
}
@media screen and (max-width: 320px) {
	h2 {font-size:8px;-webkit-text-size-adjust:none;}
}
#footer {
	padding:20px 0 40px 0;
}
a, a:visited {
	color:#2b82ad;
	text-decoration:none;
}
a:hover, a:active {
	text-shadow: #2b82ad 0 0 10px;
}
/*
a:active {
	text-shadow: #f3f3d0 0 0 10px;
}
*/
.clear {
	clear:both;
	display:block;
	overflow:hidden;
	visibility:hidden;
	width:0;
	height:10px;
}
.noheight {
	height:0;
}
/*complicated layout structure - i can haz multiple border levels per element, css?*/
#main {
	background:#000000;
	border:1px solid #000000;
}
#main_inside {
	border:1px solid #8b9ea7;
	background:#466471;
}
#main_list {
	margin:10px;
	background:#303030;
	border:1px solid #303030;
}
#main_list_inside {
	display:block;
	border:1px solid #c7cdce;
	background:#555 url(images/inside_bg.png) 0 0 repeat;
	padding:10px;
}
#main_list_inside li {
	display:block;
	background:#575d5e;
	border:1px solid #575d5e;
	margin-bottom:10px;
}
#main_list_inside .last {
	margin:0;
}
#main_list_inside li a, #main_list_inside li a:visited {
	display:block;
	background-color:#e2f5f0;
	background-image: -moz-linear-gradient(bottom, #b5c4bf, #e2f5f0); /* FF3.6 */
	background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0, #b5c4bf),color-stop(1, #e2f5f0)); /* Saf4+, Chrome */
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#b5c4bf', endColorstr='#e2f5f0'); /* IE6,IE7 */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#b5c4bf', endColorstr='#e2f5f0')"; /* IE8 */
	border:1px solid #fff;
	padding:10px;
}
#main_list_inside li a:hover {
	background-image: -moz-linear-gradient(bottom, #9ba8a4, #e2f5f0); /* FF3.6 */
	background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0, #9ba8a4),color-stop(1, #e2f5f0)); /* Saf4+, Chrome */
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#9ba8a4', endColorstr='#e2f5f0'); /* IE6,IE7 */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#9ba8a4', endColorstr='#e2f5f0')"; /* IE8 */
}
#main_list_inside li a:active {
	background-color:#52798a;
	background-image: -moz-linear-gradient(bottom, #537787, #3e5864); /* FF3.6 */
	background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0, #537787),color-stop(1, #3e5864)); /* Saf4+, Chrome */
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#537787', endColorstr='#3e5864'); /* IE6,IE7 */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#537787', endColorstr='#3e5864')"; /* IE8 */
	border:1px solid #293b42;
	border-top:2px solid #293b42;
	color:#e1f5f0;
	padding-top:9px;
}
#main_list_inside li:active {
	border:1px solid #b5bebf;
	background:#b5bebf;
}
#main_list_inside li a img {
	display:block;
	float:left;
	margin:0 10px 0 0;
}
/*misc*/
.box_round {
     -moz-border-radius: 5px; /* FF1+ */
  -webkit-border-radius: 5px; /* Saf3+, Chrome */
          border-radius: 5px; /* Opera 10.5, IE 9 */
}
.box_round_inside {
     -moz-border-radius: 4px; /* FF1+ */
  -webkit-border-radius: 4px; /* Saf3+, Chrome */
          border-radius: 4px; /* Opera 10.5, IE 9 */
}






