body {
	background-image: url(/assets/img/grid.png);
	margin: 0; /* zero the margin and padding of the body element to account for differing browser defaults */
	text-align: center;
	font-family: "droid-sans", sans-serif;
	font-size: 16px;
	-webkit-font-smoothing: subpixel-antialiased!important;
	color:#00537B;
	text-shadow: 1px, 1px, 1px rgba(0,0,0,.70);

}
.wrapper { /*------------container to offset center rule for content */
	Width: 100%;
	max-width: 1024px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}
a, a:link {
	color: rgba(0,0,0,.50);
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: rgba(0,0,0,.50);
}
a:hover {
	text-decoration: none;
	color: rgba(225,186,102,1.00);
}
a:active {
	text-decoration: none;
	color: #a1a1a1;
}
small { word-spacing: normal;
line-spacing: 1em; letter-spacing: 1px;
}

header {
	width: 100%; 
	margin-bottom: 5em;}
	
	hr {width:60%; border-top: thin solid #00537B;}

p { text-align: center;
word-spacing: 2px;
margin: 5px 0;
line-height: 140%;
letter-spacing: 6px;
font-size:.9em;
}

.card {  
display: block;
background-image: url("/digital/img/cork-wallet.png") repeat background:rgba(110,110,110,.1); 
vertical-align: middle; 
margin: 5px auto;
width: 60%;
padding-top: 50px;
border: 1px solid rgba(111,110,110,.20);
box-shadow: 0, 4px, 12px rgba(0,0,0,.20);
}
.sidebar {
	left: 38px;
	top: 275px;
	width: 320px;
	text-align: left;
	padding-right: 5px;
	position: absolute;
	visibility: visible;
}
li {
	list-style-position: outside;
	list-style-image: none;
	list-style-type: none;
	line-height: 15px;
	color: #006699;
}

/* HTML5 tags */

header, section, footer,
aside, nav, article, figure {
display: block;
}

article { 
width: 950px;
}
#container-main {
	width: 100%;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}
.flash#mainContent  {
	padding: 0;
	visibility: inherit;
	top: 0;
	left: 0;
}
.head {
	font-size: 19px;
	text-align: left;
	color: #69C;
	letter-spacing: 2px;
	line-height: 35px;
	padding: 1px;
}

footer {
	text-align: center;
	width: 100%;
	padding: 5px 0;
	position: relative;
}

.foot{
	font-size:.6em;
	color: #c1c1c1;
	margin-top: 10px;
	text-align: center;
	word-spacing: 5px;
	line-height: 25px;
	margin-left: auto;
	margin-right: auto;
}

#link{
	padding-top: 3px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
	right: 800px;
	margin-left: 778px;
	width: 25px;
	overflow: visible;
	visibility: visible;
	height: 12px;
}
#link-float {
	display: inline-block;
	text-align: center;
	width: 4em;
	padding: 10px;
	margin: 1em auto;
	vertical-align:middle;
	overflow: visible;
}

#tag_1{
	width:85px;
	text-align: left;
	height: 22px;
	margin-top: 10px;
	padding: 3px;
	left: 10px;
	margin-left: 10px;
	top: 800px;
}
.link {
	font-size: 9px;
	color: #CCCCCC;
	text-align: right;
	width: 656px;
	padding-top: 8px;
	padding-right: 0px;
	height: 15px;
	padding-bottom: 10px;
	left: 0px;
	margin-bottom: 10px;

}
.resume {
	width: 550px;
	overflow: auto;
	left: 398px;
	top: 270px;
	visibility: visible;
	text-align: left;
	padding-right: 3px;
	padding-top: 3px;
	padding-left: 3px;
	padding-bottom: 3px;
	height: 380px;
	position: absolute;
}
h1 {
	font-size: 35px;
	line-height: 16px;
	letter-spacing: 6px;
}
h2 {	font-size: 19px;
	font-weight: 300;
    letter-spacing:normal;
	word-spacing: 3px;
	line-height: 120%;
}
h3 {
	font-weight: 400;
	 color:#00537B;
	font-family: "droid-sans", sans-serif;
	margin-top: 25px;
	margin-bottom: 0;
}
h5 {
	font-weight: 400;
	font-size: 1em;
	font-family: "droid-sans", sans-serif;
	line-height: 180%;
	margin: 0;
	text-shadoe: none;

}
#top {
	left: 167px;
	top: 162px;
	position: absolute;
	height: 105px;
	width: 237px;
	text-align: left;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	visibility: visible;
}
#topRight {
	left: 402px;
	top: 162px;
	position: absolute;
	height: 105px;
	width: 558px;
	text-align: left;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	visibility: visible;
}

@media (max-width: 320px){
#container-main { width: 100%;
}
.card { min-width: 100%;
}
}

@media (max-width: 480px){
#container-main { width: 100%;
}
.card { width: 100%;
}
}
@media (max-width: 1024px){

#container-main { width: 100%;
}
}