/* ------------------------------------------------------------

  	* Fluidvision.net (Personal Portfolio and Contact Info.)
  	* Coded by Bruce Clark

  	screen.css
  	- Site wide style, layout, and function

	Colors
	- Green #94af65
	- Deep Blue #223a4d
	- Grey #e1e1e1
	
	Fonts
	- LeagueGothicRegular
	- ChunkFiveRegular
	- RalewayThin
	- DroidSansRegular
	- DroidSansBold
	
------------------------------------------------------------ */

@import url(/css/fonts.css);

/* =Initial Page Structure 
	(further specific styling for these sections is lower down, use =Section to quick find)
------------------------------------------------------------ */

* { 
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
	list-style: none;
}

article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary { 
    display:block;
}

html {
	font: 14px/1.5 "Helvetica Neue", Arial, Helvetica, sans-serif;
	color: #333;
	background: #e1e1e1 url(/images/layout/bg.jpg) repeat-x -100% 0;
	height: 100%;
	max-height: 100%;
}

body { 
	position: relative;
	height: 100%;
	max-height: 100%;
}

header#primary {
	position: absolute;
	background: url(/images/layout/ribbon.png) repeat-x 50% 0;
	left: 0;
	width: 100%;
	height: 129px;
	z-index: 10;
	margin-top: 50px;
}

#content {
	position: relative;
	width: 960px;
	margin: 0 auto;
	background: url(/images/layout/sidebar/bg.gif) repeat-y left top;
	z-index: 0;
	min-height: 100%;
	padding: 0 0 20px 0;
}

.wrapper {
	position: relative;
	width: 960px;
	margin: 0 auto;
}


/* =Basic Element Styles 
------------------------------------------------------------ */ 

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	padding-bottom: 5px;
}

h1 { 
	font-size: 20px;
}

h2 { 
	color: #cb6828;
	font-size: 18px;
}

h3 { 
	color: #115779;
	font-size: 16px;
}

h4 { 
	font-size: 14px;
}

h5 { 
	font-size: 12px;
}

h6 { 
	font-size: 12px;
}

p, 
address {
	padding-bottom: 15px;
}

address {
	font-style: normal;
}

input,
textarea { 
	font: 11px Verdana, sans-serif;
	padding: 2px;
	border: 1px solid #999;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

select { 
	font: 11px Verdana, sans-serif;
	padding: 0;
	border: 1px solid #999;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

sup {
	vertical-align: top;
}

sub {
	vertical-align: bottom;
}

img,
a img { 
	border: 0;
	vertical-align: middle;
} 

a { 
	color: #3F78B0;
	text-decoration: none;
}

a:visited { 
	color: #285594;
}

a:hover { 
	color: #285594;
	text-decoration: underline;
}

/* =Utilities 
------------------------------------------------------------ */ 

.left { 
	float: left;
	position: relative;
	margin: 0 10px 5px 0;
}

.right { 
	float: right;
	position: relative;
	margin: 0 0 5px 10px;
}

.clear {
	clear: both;
}

.clear-left { 
	clear: left;
}

.clear-right { 
	clear: right;
}

.clear-none { 
	clear: none;
}

.center { 
	text-align: center;
}

.autoclear:after { 
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden; 
}

.autoclear { 
	display: inline-block;
}

.autoclear { 
	display: block;
}


/* =Layout and Function 
------------------------------------------------------------ */ 

	/* =Header 
------------------------------------------------------------ */ 

header#primary .wrapper {
	height: 129px;
}

header#primary .wrapper * {
	vertical-align: baseline;
}

header#primary strong {
	position: absolute;
	right: 3px;
	top: 12px;
	font: 110px/1 "LeagueGothicRegular", sans-serif;
	display: block;
	height: 110px;
}

header#primary strong a {
	color: #fff;
	text-transform: uppercase;
	text-decoration: none;
}

header#primary strong a:hover {
	color: #DAEEF9;
}

	/* =Primary Section Content
------------------------------------------------------------ */

section#main {
	position: relative;
	float: left;
	min-height: 425px;
	padding-top: 200px;
	background: url(/images/layout/sidebar/bg-01.jpg) no-repeat;
	color: #DAEEF9;
}

section#main.bg-1 { background-image: url(/images/layout/sidebar/bg-01.jpg); }
section#main.bg-2 { background-image: url(/images/layout/sidebar/bg-02.jpg); }
section#main.bg-3 { background-image: url(/images/layout/sidebar/bg-03.jpg); }

section#main h2 {
	float: left;
	width: 346px;
	margin: 0 30px 10px -18px;
	background: url(/images/layout/sidebar/nav-dark-top.png) no-repeat 0 0;
	padding: 13px 0 0 0;
}

section#main h2 a {
	display: block;
	padding: 6px 22px 23px 10px;
	background: url(/images/layout/sidebar/nav-dark.png) no-repeat 0 100%;
	font-size: 21px;
	text-align: right;
	color: #fff;
	font-weight: normal;
	font-family: "RalewayThin", serif;
	text-decoration: none;
}

section#main h2.light {background-image:url(/images/layout/sidebar/nav-light-top.png);}
section#main h2.light a {background-image:url(/images/layout/sidebar/nav-light.png);}
 
section#main h2.medium {background-image:url(/images/layout/sidebar/nav-medium-top.png);}
section#main h2.medium a {background-image:url(/images/layout/sidebar/nav-medium.png);}

#main article {
	position: relative;
	float: left;
	width: 538px;
	margin-top: 8px;
	margin-bottom: 30px;
	background: rgba(255,255,255,.4);
	padding: 20px 30px 10px 30px;
	color: #383838;
	text-shadow: rgba(255,255,255,.3) 1px 1px 1px;
	box-shadow: 0px 0px 20px rgba(0,0,0,.15); 
	-moz-box-shadow: 0px 0px 20px rgba(0,0,0,.15); 
	-webkit-box-shadow: 0px 0px 20px rgba(0,0,0,.15);
}

#main article#code-design, 
#main article#contact {
	box-shadow: none; 
	-moz-box-shadow: none; 
	-webkit-box-shadow: none;
	background: transparent;
	width: 598px;
	padding: 0;
	margin-bottom: 15px;
}

#main article#code-design section {
	position: relative;
	margin-bottom: 15px;
}

#main article#code-design section img {
	box-shadow: 0px 0px 20px rgba(0,0,0,.15); 
	-moz-box-shadow: 0px 0px 20px rgba(0,0,0,.15); 
	-webkit-box-shadow: 0px 0px 20px rgba(0,0,0,.15);
}

#main article#code-design section span.overlay, 
#main article#code-design section a.see-through {
	position: absolute;
	display: block;
	width: 598px;
	height: 116px;
	background: url(/images/portfolio/overlay.png) no-repeat;
	text-indent: -9999px;
}

#main article#code-design section span.overlay {
	width: 590px;
	height: 108px;
	border: 4px solid #000;
}

#main article#code-design section a.see-through {
	background: transparent;
}

#main article#code-design section h3 {
	position: absolute;
	z-index: 10;
	text-shadow: none;
	color: #D0D09F;
	font: 55px/1.2 "RalewayThin", sans-serif;
	text-transform: uppercase;
	letter-spacing: 1px;
	padding: 15px 0 0 15px;
}

#main article#code-design section h3 a {
	text-decoration: none;
}

#main article#code-design section h3.orange a { color: #EED566; }
#main article#code-design section h3.blue a { color: #4283B0; }
#main article#code-design section h3.brown a { color: #7D5B37; }
#main article#code-design section h3.red a { color: #8A3923; }
#main article#code-design section h3.green a { color: #A9BD78; }

#main article#code-design section h3 em {
	display: block;
	font: 20px "RalewayThin", sans-serif;
	text-transform: none;
	letter-spacing: 0;
	color: #ddd;
}

#main article#code-design section.blog-post {
	position: relative;
	float: left;
	width: 189px;
	margin: 0 15px 15px 0;
	font: 17px/1.3 "RalewayThin", sans-serif;
	box-shadow: 0px 0px 20px rgba(0,0,0,.15); 
	-moz-box-shadow: 0px 0px 20px rgba(0,0,0,.15); 
	-webkit-box-shadow: 0px 0px 20px rgba(0,0,0,.15);
}

#main article#code-design section.blog-post.last {
	margin-right: 0;
	width: 190px;
}

#main article#code-design section.blog-post a {
	display: block;
	color: #ccc;
	padding: 10px;
	text-shadow: none;
	min-height: 80px;
	background: #000;
}

#main article#code-design section.blog-post a:hover {
	background: #333;
	text-decoration: 
	none;
}

#main article#contact p {
	clear: left;
	float: left;
	background: #f0f;
	padding: 0;
	margin: 0 0 10px 0;
	box-shadow: 0px 0px 10px rgba(0,0,0,.15); 
	-moz-box-shadow: 0px 0px 10px rgba(0,0,0,.15); 
	-webkit-box-shadow: 0px 0px 10px rgba(0,0,0,.15);
}

#main article#contact strong {
	float: left;
	display: block;
	width: 90px;
	font-size: 10px;
	text-transform: uppercase;
	padding: 3px 10px;
	background: #000;
	text-align: right;
	color: #ccc;
	text-shadow: none;
	font-weight: normal;
}

#main article#contact a {
	float: left;
	display: block;
	padding: 3px 10px;
	background: #fff;
	font-size: 10px;
	text-transform: uppercase;
	text-decoration: none;
}

#main article#contact a:hover {
	background: #B1CAD4;
}

	/* =Footer
------------------------------------------------------------ */	

footer {
	margin-left: 360px;
	color: #777;
	font-size: 12px;
}












