/*
Theme Name: Kyle's Theme
Theme URI: http://kylehyams.com
Description: My first custom WordPress site
Version: 1.0
Author: Kyle Hyams
Author URI: http://kylehyams.com
*/

/* BEGIN FANCYBOX IMPORT */
@import "style/fancybox/jquery.fancybox-1.3.0.css";
/* END FANCYBOX IMPORT */

/* BEGIN 960 IMPORT */
@import "style/960/960.css";
@import "style/960/reset.css";
/* END 960 IMPORT */

/* MAIN */

body {
	background-image: url("images/bgPattern.jpg");
	background-repeat: repeat;

}

#wrap {
	width: 980px;
	margin: 0 auto;
	background-color: #F2F2F2;
	background-image: url("images/bgHome.png");
	background-position: 385px 4px;
	background-repeat: repeat-y;
	margin-top: 54px;
}

p,dl,hr,h1,h2,h3,h4,h5,h6,ol,ul,pre,table,address,fieldset,form{
	margin-bottom: 15px;
	}

h1 {
	color: #00AEFF;
	font-family: Helvetica;
	font-weight: bold;
	font-size: 28px;
}

h2 {
	color: #333333;
	font-family: Helvetica;
	font-weight: bold;
	font-size: 18px;
}

h2.subheader {
	margin-top: -15px;
}

h2.widgettitle {margin-bottom: 5px;}

h3 {font-family: Helvetica;}

h3#comments {
	color: #333;
	font-family: Helvetica;
}

#respond h3 {
	color: #00AEFF;
	font-family: Helvetica;
}

p {
	text-align: justify;
	color: #333333;
	font-family: Helvetica;
	font-size: 12px;
}

p.time {
	margin-top: -15px;
}

p.posted {
	margin-bottom: 25px;
}

em {
	color: #333333;
	font-family: Helvetica;
	font-size: 12px;
}

a {
	text-decoration: none;
	color: #00AEFF;
	font-weight: bold;
}

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

a:active {
	text-decoration: underline;
	color: #008ABD;
}

img.flickr_photo {
	margin-left: 30px;
}

dl {
	color: #333333;
}

dt {
	font-weight: bold;
}

li {
	color: #333333;
	font-family: Helvetica;
	font-size: 12px;
	list-style: square;
	margin-left: 30px;
}

li a {
	text-decoration: none;
	color: #333333;
}

ul.sidebar {margin-left: 30px;}

ul.sidebar li {
	list-style: none;
	margin: 0 0 5px 15px;
}

ul.sidebar li img {margin-left: 15px;}

ul.sidebar li.widget {margin-bottom: 15px;}

label.screen-reader-text {font-size: 18px;}

input#s {margin-top: 5px;}

input#searchsubmit {
	background-color: #00AEFF;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 1px solid #009de5;
	padding: 5px;
	color: #FFF;
	text-transform: uppercase;
	margin-top: -1px;
}

.aboutImage {
	margin-top: 33px;
}

.content {
	margin: 32px 0 0 10px;
}

.portfolio{
	margin: 72px 0 0 -20px;
}

.moreToCome {
	margin: 45px 0 0 50px;
}

.note p {
	font-style: italic;
	margin-top: -10px;
}

.wakeskateThumbs {
	margin: 72px 0 0 30px;
}

.video01 {
	margin-left: 10px;
}

.video02 {
	margin-left: 50px;
}

.companies {
	margin: 72px 0 0 10px;
}

.friendsLinks {
	color: #333333;
	font-family: Helvetica;
	font-weight: bold;
	font-size: 18px;
}

/* HEADER */

#header {
	background-image: url("images/headerWrap.png");
	background-repeat: repeat-x;
	width: 980px;
	/* min-height: 90px; */
	padding: 20px;
	margin: 31px 0 0 -10px;
}

/* FOOTER */

#footer01 {
	margin-top: 30px;
}

#footer01 p {
	font-family: Helvetica;
	color: #FFF;
	font-size: 10px;
}

#footer02 {
	margin-top: 30px;
}

#footer02 p {
	font-family: Helvetica;
	color: #FFF;
	font-size: 10px;
}

#footer02 a {
	text-decoration: none;
	color: #FFF;
}

#footer02 a:hover {
	text-decoration: underline;
	color: #00AEFF;
}

#footer02 a:active {
	text-decoration: underline;
	color: #008ABD;
}

#footerLogo {
	 margin-top: -7px;
}

.footerLinks {
	text-align: right;
}

/* SOCIAL ICON SPRITES */

#socialNav {
	width: 119px;
	height: 20px;
	background: url("images/socialIcons.png");
	margin: -5px 0 0 422px;
	padding: 0;
	position: relative;
}

#socialNav span {
	display: none;
}

#socialNav li {
	margin: 0;
	padding: 0;
	list-style: none;
	position: absolute;
	top: 0;
}

#socialNav li, #socialNav a {
	height: 20px;
	display: block;
}

#panel1b {
	left: 0;
	width: 20px;
}

#panel2b {
	left: 25px;
	width: 20px;
}

#panel3b {
	left: 50px;
	width: 20px;
}

#panel4b {
	left: 75px;
	width: 20px;
}

#panel5b {
	left: 99px;
	width: 20px;
}

#panel1b a:hover {
	background: transparent url("images/socialIcons.png") 0 -20px no-repeat;
}

#panel2b a:hover {
	background: transparent url("images/socialIcons.png") -25px -20px no-repeat;
}

#panel3b a:hover {
	background: transparent url("images/socialIcons.png") -50px -20px no-repeat;
}

#panel4b a:hover {
	background: transparent url("images/socialIcons.png") -75px -20px no-repeat;
}

#panel5b a:hover {
	background: transparent url("images/socialIcons.png") -99px -20px no-repeat;
}

/* NAV SPRITES */

#nav {
	width: 540px;
	height: 30px;
	background: url("images/navButtons.png");
	margin: 20px auto;
	padding: 0;
	position: relative;
}

#nav span {
	display: none;
}

#nav li {
	margin: 0;
	padding: 0;
	list-style: none;
	position: absolute;
	top: 0;
}

#nav li, #nav a {
	height: 30px;
	display: block;
}

#nav01 {
	left: 0;
	width: 60px;
}

#nav02 {
	left: 70px;
	width: 60px;
}

#nav03 {
	left: 140px;
	width: 80px;
}

#nav04 {
	left: 230px;
	width: 60px;
}

#nav05 {
	left: 300px;
	width: 100px;
}

#nav06 {
	left: 410px;
	width: 60px;
}

#nav07 {
	left: 480px;
	width: 60px;
}

#nav01 a:hover {
	background: transparent url("images/navButtons.png") 0 -30px no-repeat;
}

#nav02 a:hover {
	background: transparent url("images/navButtons.png") -70px -30px no-repeat;
}

#nav03 a:hover {
	background: transparent url("images/navButtons.png") -140px -30px no-repeat;
}

#nav04 a:hover {
	background: transparent url("images/navButtons.png") -230px -30px no-repeat;
}

#nav05 a:hover {
	background: transparent url("images/navButtons.png") -300px -30px no-repeat;
}

#nav06 a:hover {
	background: transparent url("images/navButtons.png") -410px -30px no-repeat;
}

#nav07 a:hover {
	background: transparent url("images/navButtons.png") -480px -30px no-repeat;
}

/* FRIENDS SPRITES */

#friendsSprites {
	width: 780px;
	height: 65px;
	background: url("images/friendsSprites.png");
	margin: 10px 0 10px 0;
	padding: 0;
	position: relative;
}

#friendsSprites span {
	display: none;
}

#friendsSprites li {
	margin: 0;
	padding: 0;
	list-style: none;
	position: absolute;
	top: 0;
}

#friendsSprites li, #friendsSprites a {
	height: 65px;
	display: block;
}

#panel1c {
	left: 0;
	width: 140px;
}

#panel2c {
	left: 160px;
	width: 60px;
}

#panel3c {
	left: 240px;
	width: 60px;
}

#panel4c {
	left: 320px;
	width: 59px;
}

#panel5c {
	left: 400px;
	width: 60px;
}

#panel6c {
	left: 480px;
	width: 60px;
}

#panel7c {
	left: 560px;
	width: 60px;
}

#panel8c {
	left: 640px;
	width: 140px;
}

#panel1c a:hover {
	background: transparent url("images/friendsSprites.png") 0 -65px no-repeat;
}

#panel2c a:hover {
	background: transparent url("images/friendsSprites.png") -160px -65px no-repeat;
}

#panel3c a:hover {
	background: transparent url("images/friendsSprites.png") -240px -65px no-repeat;
}

#panel4c a:hover {
	background: transparent url("images/friendsSprites.png") -320px -65px no-repeat;
}

#panel5c a:hover {
	background: transparent url("images/friendsSprites.png") -400px -65px no-repeat;
}

#panel6c a:hover {
	background: transparent url("images/friendsSprites.png") -480px -65px no-repeat;
}

#panel7c a:hover {
	background: transparent url("images/friendsSprites.png") -560px -65px no-repeat;
}

#panel8c a:hover {
	background: transparent url("images/friendsSprites.png") -640px -65px no-repeat;
}

/* HOMEPAGE IMAGE SLIDERS */

#box01 {
	margin: 34px 0 0 99px;
}

#box02 {
	margin: 18px 0 0 99px;
}

#box03 {
	margin: 18px 0 0 99px;
}

.boxgrid {
	border-color: #333333;
	border-width: 5px;
	border-style: solid;
	width: 451px;
	height: 148px;
	margin: 5px;
	float: left;
	background: #333333;
	overflow: hidden;
	position: relative;
}

.boxgrid h1 {
	color: #FFFFFF;
	font-family: Helvetica;
	font-weight: bold;
	font-size: 28px;
	margin: 15px 0 0 10px;
}

.boxgrid a {
	font-family: Helvetica;
	font-size: 12px;
	text-decoration: none;
	color: #00AEFF;
	margin-left: 10px;
}

.boxgrid a:hover {
	font-family: Helvetica;
	font-size: 12px;
	text-decoration: underline;
	color: #00AEFF;
	margin-left: 10px;
}

.boxgrid a:active {
	font-family: Helvetica;
	font-size: 12px;
	text-decoration: underline;
	color: #008ABD;
	margin-left: 10px;
}

.boxgrid img {
	position: absolute;
	top: 0;
	left: 0;
	border: 0;
}

.boxcaption {
	float: left;
	position: absolute;
	background: #000;
	height: 100px;
	width: 100%;
	opacity: .8;
	/* For IE 5-7 
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80); */
	/* For IE 8
	-MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";  */
}

.captionfull .boxcaption {
	top: 148px;
	left: 0;
}

/* PRINT & APPAREL IMAGE SLIDERS */

.portfolioBox01 {
	margin: 0 0 25px 10px;
	
}

.portfolioBox02 {
	margin: 0 55px 0 -30px;
}

.portfolioBox03 {
	margin-left: -5px;
}

.portfolioBox04 {
	margin-left: -10px;
}

.boxgrid02 {
	border-color: #333333;
	border-width: 5px;
	border-style: solid;
	width: 220px;
	height: 288px;
	margin: 5px;
	float: left;
	background: #333333;
	overflow: hidden;
	position: relative;
}

.boxgrid02 h1 {
	color: #FFFFFF;
	font-family: Helvetica;
	font-weight: bold;
	font-size: 28px;
	margin: 15px 0 0 10px;;
}

.boxgrid02 a {
	text-decoration: none;
	font-family: Helvetica;
	font-size: 12px;
	color: #00AEFF;
	margin-left: 10px;
}

.boxgrid02 a:hover {
	text-decoration: underline;
	font-family: Helvetica;
	font-size: 12px;
	color: #00AEFF;
	margin-left: 10px;
}

.boxgrid02 a:active {
	text-decoration: underline;
	font-family: Helvetica;
	font-size: 12px;
	color: #008ABD;
	margin-left: 10px;
}

.boxgrid02 img {
	position: absolute;
	top: 0;
	left: 0;
	border: 0;
}

.boxcaption02 {
	float: left;
	position: absolute;
	background: #000;
	height: 100px;
	width: 100%;
	opacity: .8;
	/* For IE 5-7
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80); */
	/* For IE 8
	-MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)"; */
}

.captionfull02 .boxcaption02 {
	top: 288px;
	left: 0;
}

.left {
	float: left;
	margin-bottom: 15px;
	font-family: Helvetica;
}

.right {
	float: right;
	margin-bottom: 15px;
	font-family: Helvetica;
}