/*Design by Oakland Design Studio, LLC.  All Rights Reserved.*/

html { /*Remove Firefox Scrollbar Jump*/
	overflow-y: scroll; 
} 
section, article, aside, header, footer, nav, dialog, figure {  /* HTML 5 Reset */
	display:block; 
}
a, a:hover, a:active, a:focus { /* disable outline */
	outline-color:-moz-use-text-color;
	outline-style:none;
	outline-width:medium;
}
@font-face {
	font-family: 'MarketingScriptRegular';
	src: url('../fonts/MarketingScript-webfont.eot');
	src: local('?'), url('../fonts/MarketingScript-webfont.woff') format('woff'), url('../fonts/MarketingScript-webfont.ttf') format('truetype'), url('../fonts/MarketingScript-webfont.svg#webfontZ5AiaAsu') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'ElliotSixRegular';
	src: url('../fonts/ElliotSix-webfont.eot');
	src: local('?'), url('../fonts/ElliotSix-webfont.woff') format('woff'), url('../fonts/ElliotSix-webfont.ttf') format('truetype'), url('../fonts/ElliotSix-webfont.svg#webfont1Tj4vIwP') format('svg');
	font-weight: normal;
	font-style: normal;
}
/*@font-face {
	font-family: 'ChunkFiveRegular';
	src: url('../fonts/Chunkfive-webfont.eot');
	src: local("?"), url('../fonts/Chunkfive-webfont.woff') format('woff'), url('../fonts/Chunkfive-webfont.ttf') format('truetype'), url('../fonts/Chunkfive-webfont.svg#webfontb5K2fJwj') format('svg');
	font-weight: normal;
	font-style: normal;
}*/
body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #183152;
	background-color: #f2f2f2;
}
h1 {
	font-size: 21px;
	font-weight: bold;
	padding: 0;
	margin-bottom: 30px;
	text-shadow: 0 1px #FFF;
}
h2{
	font-size: 11px;
	text-transform: uppercase;
	text-align: center;
	padding: 20px 0;
	margin: 0;
	color: #ABC8E2;
}
h3{
	font-size: 16px;
	margin: 0;
	color: #f2f2f2;
	font-family: MarketingScriptRegular, Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	position: absolute;
	bottom: 10px;
	right: 25px;
}
#header { 
	border-bottom: #000 solid 1px;
	background-color: #183152; /* fallback color */
	position:fixed;
	width: 100%;
	z-index: 100;
	overflow: hidden;
}
#header .container_12 {
	padding-top: 12px;
	padding-bottom: 2px;
}
#nav ul {
	text-align: right;
	margin-top: 12px;
	margin-right: 10px;
}
#nav li{
	display:inline-block;
}
#nav a{
	padding: 7px;
	font-size: 11px;
	-moz-border-radius: 4em 1em 4em 4em;
	border-radius: 4em 1em 4em 4em;
	text-transform: uppercase;
	text-decoration: none;
}
#nav li a:link { 
	color: #ABC8E2;
}
#nav li a:visited { 
	color: #ABC8E2;
}
#nav li a:hover { 
	color: #183152;
	background-color: #f2f2f2;
}
#nav li a:active { 
	color: #183152;
	background-color: #f2f2f2;
}
#about  { 
	position: relative;
	padding-top: 50px;
	clear: both;
}
#about h3{
	color: #183152;
	top: 125px;
	text-shadow: 0 1px #FFF;
}
#about .container_12 {
	padding-top: 70px;
}
.roundBox{
	background-color: #ABC8E2;
	-moz-border-radius: 1em 4em 4em 4em;
	border-radius: 1em 4em 1em 4em;
	height: 190px;
	}
#about p{ 
	text-align: justify;
	color: #183152;
	padding: 30px 15px;
}
.roundBox2{
	background-color: #183152;
	-moz-border-radius: 4em 4em 1em 4em;
	border-radius: 4em 4em 1em 4em;
	height: 270px;
	}
#services  { 
	position: relative;
	padding-top: 50px;
	clear: both;
	text-align:justify;
}
#services .container_12 {
	padding-top: 70px;
}
#services p{ 
	text-align: justify;
	color: #f2f2f2;
	padding: 0 15px 5px 15px;
}
 #portfolio { 
	padding-top: 50px;
}
#portfolio .container_12 {
	padding-top: 70px;
	padding-bottom: 20px;
}
#portfolio .container_12 .grid_12{
	margin-bottom: 15px;
}
#portfolio .container_12 .grid_4 img{
	border: 10px #183152 solid;
	margin-bottom: 20px;
}
#portfolio a:link, #portfolio a:visited {
	color: #183152;;
	text-decoration:none;
}
#portfolio a:active, #portfolio a:hover {
	color: #183152;
	text-decoration: underline;
}
#contact{
	padding-top: 50px;
	padding-bottom: 20px;
	position:relative;
}
#contact img { /*facebook monster*/
	position: absolute;
	right: 0px;
	top: 40px;
}
#contact .container_12 {
	padding-top: 70px;
	padding-bottom: 20px;
}
.bubble{ /*like me or i'll eat ya*/
	text-align:center;
	padding: 20px;
	display:block;
	background-color: #183152;
	-moz-border-radius: 4em 4em 1em 4em;
	border-radius: 4em 4em 1em 4em;
	font-family: ElliotSixRegular, Georgia, "Times New Roman", Times, serif;
	height: 60px;
	color: #f2f2f2;
	text-decoration:none;
}
.bubble span {
	font-size: 10px; 

}
#footer {
	padding-top: 20px;
	background-color: #183152;
	height: 160px;
	font-size: 12px;
	color:#f2f2f2;
}
/*Design by Oakland Design Studio, LLC.  All Rights Reserved.*/
