@charset "UTF-8";
/* CSS Document */

html, body{
	width: 100%;
	height: 100%;
	padding: 0px;
	margin: 0px;
	font-family: 'Open Sans', sans-serif;
	color: #555;
	font-size: 11px;
	font-size-adjust:inherit;
	background-color:#eee;
	
}



a{
	color:#161925;
	font-weight:bold;
}

a:hover{
	color:#79228E;
}

a.resume-tab:hover{
	background-color:#79228E;
}

h1{
	font-family: 'Oswald', sans-serif;
	font-size: 34px;
	margin:0px;
	padding:0px;
	text-transform:uppercase;
}

h2{
	font-family:'Oswald', sans-serif;
	font-size:20px;
	margin:0px;
	padding:0px;
	margin-bottom:-10px;
}

h3{
	font-family:'Oswald', sans-serif;
	font-size:14px;
	margin:0px;
	padding:0px;
}

ul, li{
	text-decoration:none;
	list-style:none;
}

p{
	font-size:11pt;
	padding:0px;
	padding-bottom:15px;
}

#retainer-global{
	width: 100%;
	min-height:960px;
	/* height: 100%; */
	padding: 0px;
	margin: 0px;
	min-width: 640px;
	/* position:absolute; */
	bottom: 0px;
	min-height: 960px;
	top: 0px;
}

.bg-setting-intro{
	background-image: url(../images/light-bg-fade.png);
	background-color: #CCC;
}

.bg-setting-portfolio{
	background-image: url(../images/dark-bg-fade.png);
	background-color: #b2b2b2;
	border-top: #000000 1px solid;
	background-repeat: repeat-x;
}

.resume{
	background-image: url(../images/dark-bg-fade.png);
	background-color: #b2b2b2;
	background-repeat: repeat-x;
}

.portfolio{
	background-image:url(../images/light-bg-fade.png);
	background-repeat:repeat-x;
	background-color:#dddddd;
}

.blog{
	background-color:#4d4d4d;
	text-align:center;
}

#region-header{
	width:100%;
	height:75px;
	clear:both;
	background-color:#161925;
	padding:0px;
	margin:0px;
	top:0px;
}

#region-body{
	width: 100%;
	height: 100%;
	clear: both;
	margin: 0px;
}

#region-footer{
	width: 100%;
	height: 100px;
	clear: both;
	vertical-align: bottom;
	margin: 0px;
	bottom: 0px;
}

#retainer-header{
	width: 100%;
	height: 75px;
	max-width: 960px;
	min-width: 640px;
	margin-left: auto;
	margin-right: auto;
	color: #FFFfff;
	background-color: #161925;
}

#retainer-body{
	width: 100%;
	min-height: 600px;
	max-width: 960px;
	min-width: 640px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 40px;
	padding-bottom: 30px;
}

#retainer-footer{
	width: 100%;
	max-width: 960px;
	min-width: 640px;
	margin-left: auto;
	margin-right: auto;
	bottom: 0px;
}

.spacer{
	width: 10%;
	min-height: 100px;
	max-width: 96px;
	min-width: 64px;
	float: left;
}

.spacer-wide{
	width:15%;
	min-height:100px;
	max-width:144px;
	min-width:96px;
	float:left;
}

#gallery-l{
	width: 20%;
	max-width: 192px;
	min-width: 128px;
	float: left;
}

#article-l{
	width:45%;
	max-width:432px;
	min-width:288px;
	float:left;
	background-color:#06F;
}

#blog-menu-l{
	width:45%;
	max-width:432px;
	min-width:288px;
	float:left;
	background-color:#06F;
}

.resume-l{
	width: 70%;
	max-width: 672px;
	min-width: 448px;
	float: left;
	background-color: #666666;
}

.resume-l a{
	width: 25%;
	max-width:168px;
	min-width:112px;
	float:left;
	font-size:14px;
	text-transform:uppercase;
	display:block;
	text-align:center;
	background-color:#CCC;
	padding:10px 0px 10px 0px;
	text-decoration:none;
}


.resume-l a:hover{
	color:#FFF;
	background-color:#79228E;

}

.resume-l a.active:hover{
	width: 25%;
	max-width:168px;
	min-width:112px;
	float:left;
	font-size:14px;
	text-transform:uppercase;
	display:block;
	text-align:center;
	background-color:#CCC;
	padding:10px 0px 10px 0px;
	text-decoration:none;
	color:#121212;
}

.resume-copy p{
	text-align:left;
	padding-bottom:0px;
	font-size:11pt;
}

.resume-copy h1, h2, p, p ul, ul, ul li, li{
	text-align:left;
}

.resume-copy ul{
	list-style:decimal;
	text-align:left;
	padding-left:20px;
	padding-top:0px;
	padding-bottom:20px;
}

.resume-copy p ul{
	list-style:decimal;
	text-align:left;
	padding-left:20px;

}

.resume-copy ul, ul li, li, p ul li{
	list-style:circle;
	text-align:left;

}
	

#slider{
	background-image:url(../images/bgtest2.png);
	background-repeat:no-repeat;
	background-position:center;
	background-size:200%;
}
