/* Reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
_table {
	border-collapse: collapse;
	border-spacing: 0;
}


/* Styles */

html { height: 100%;}

img, div { behavior: url(iepngfix/iepngfix.htc) }

body {  background: url(images/bg-main.jpg) top center no-repeat;
	margin: 0;
	padding: 0;
	width: 100%;
	height:100%;
	font-family:Verdana, Helvetica, Arial, sans-serif;
	-webkit-background-size: 1920px 1700px;
}

body#web-design {  background: url(images/bg-web-design.jpg) top center no-repeat !important;
}

body#graphic-design {  background: url(images/bg-graphic-design.jpg) top center no-repeat !important;
}

.clear { clear: both;}
.clearleft { clear: left;}
.clearright { clear: right;}

h2 {
	font-family: "Arial Black", sans-serif;
	font-size: 24px;
	color: #fff;
	text-transform: uppercase;
}

h3 {
	font-family: "Arial Black", sans-serif;
	font-size: 18px;
	color: #fff;
	text-transform: uppercase;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #fff;
	line-height: 14px;
}

#container { min-height:100%; position:relative; }

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

header {
	margin: 0;
	position: relative;
	background: url(images/bg-header.png) top center repeat-x;
	width:100%;
	height: 160px;
	z-index:1 !important;
}

#contact-buttons {
	float: right;
	position: relative;
	display: block;
	background: url(images/bg-contact-buttons.png) top no-repeat;
	margin: 0 0 15px; 
	width: 320px;
	height: 97px;
}

nav {
	float: left;
	display: block;
	background: url(images/bg-nav-box.png) left no-repeat; 
	width: 250px;
	height: 369px;
	position:relative;
	overflow:hidden;
	margin-left: 0px;
	margin-right: 20px;

}

#content {
	display: block;
	margin-bottom: 60px;
}


/* Logo Slide */


#logo-slide {
    display: block;
    position:relative;
    height:105px;
    width: 203px;
}

#logo-slide  IMG {
    position:absolute;
    top:10px;
    left:0;
    z-index:8;
}

#logo-slide  IMG.active {
    z-index:10;
}

#logo-slide  IMG.last-active {
    z-index:9;
}


/* Animated Menu */
nav h3 {
	font-family: "Arial Black", sans-serif;
	font-size: 18px;
	color: #fff;
	line-height: 42px;
	margin-left: 15px;
	text-transform: uppercase;
 }
 
 nav a { text-decoration: none; cursor: pointer; }

 .slide-out-tab1 {
        width: 200px;
	background: url(images/bg-nav-home.png) no-repeat;
 }
  .slide-out-tab2 {
        width: 200px;
	background: url(images/bg-nav-web.png) no-repeat;
 }
  .slide-out-tab3 {
        width: 200px;
	background: url(images/bg-nav-graphic.png) no-repeat;
 }
  .slide-out-tab4 {
        width: 200px;
	background: url(images/bg-nav-music.png) no-repeat;
 }
  .slide-out-tab5 {
        width: 200px;
	background: url(images/bg-nav-blog.png) no-repeat;
 }

/* Buttons */
a.twitter-btn-top {
	background: url(images/twitter-btn-1.png) no-repeat;
	position: relative;
	float: left;
	display: block;
	width: 138px;
	height: 25px;
	text-decoration: none;
	margin-left: 20px;
	margin-top: 57px;

}
a.twitter-btn-top span { display: none; }
a:hover.twitter-btn-top {
	background-position: 0 -25px;
	text-decoration: none;
}

a.contact-btn-top {
	float: left;
	display: block;
	width: 138px;
	height: 25px;
	background: url(images/contact-btn-1.png) no-repeat;
	text-decoration: none;
	margin-right: 20px;
	margin-top: 57px;
	cursor: pointer;
}
a.contact-btn-top span { display: none; }
a:hover.contact-btn-top {
	background-position: 0 -25px;
	text-decoration: none;
}


a.twitter-btn {
	display: block;
	height: 32px;
	background: url(images/twitter-btn-2.png) no-repeat;
	margin: 0;
	text-decoration: none;
	color: #ccc;
	font-size: 12px;
	font-style: italic;
}

a.twitter-btn span { padding: 0px 0 0 50px; line-height: 32px;}

a:hover.twitter-btn {
	background-position: 0 -32px;
	text-decoration: none;
	color: #fff;
}

a.facebook-btn {
	display: block;
	height: 32px;
	background: url(images/facebook-btn.png) no-repeat;
	margin: 0;
	text-decoration: none;
	color: #ccc;
	font-size: 12px;
	font-style: italic;
}

a.facebook-btn span { padding: 0px 0 0 50px; line-height: 32px; }

a:hover.facebook-btn {
	background-position: 0 -32px;
	text-decoration: none;
	color: #fff;
}


a.google-btn {
	display: block;
	height: 32px;
	background: url(images/google-btn.png) no-repeat;
	margin: 0;
	text-decoration: none;
	color: #ccc;
	font-size: 12px;
	font-style: italic;
}

a.google-btn span { padding: 0px 0 0 50px; line-height: 32px; }

a:hover.google-btn {
	background-position: 0 -32px;
	text-decoration: none;
	color: #fff;
}


a.big-rss-btn {
	float: left;
	display: block;
	width: 310px;
	height: 173px;
	background: url(images/big-rss-btn.png) no-repeat;
	margin: -37px 20px 0 0;
	text-decoration: none;
}


a:hover.big-rss-btn  {
	background-position: 0 -173px;
	text-decoration: none;
}


div.big-ideas-btn {
	position: relative;
	float: right;
	display: block;
	width: 310px;
	height: 173px;
	margin: -37px 0px 0 0;
	}
 
.fadeThis {
    background: url("images/big-ideas-bw.png") no-repeat scroll 0 0 transparent;
    display: block;
    height: 173px;
    position: relative;
    width: 310px;
}
.fadeThis * {
    display: none;
}
.fadeThis span.hover {
    background: url("images/big-ideas-col.png") no-repeat scroll 0 0 transparent;
    display: block;
    height: 173px;
    left: 0;
    position: absolute;
    top: 0;
    width: 310px;
}

/* hero widget */

#hero-widget {
	display: block;
	float: left;
	position: relative;
	width: 690px;
	height: 370px;
}

#hero-widget img.mascot {
	position: absolute;
	width: 184px;
	height: 200px;
	margin-top: -200px;
	margin-left: 525px;
}

.padding-slider {
	padding: 20px 50px;
}


#hero-graphic-web {
	float: left; 
	width: 540px;
	margin:  10px 0 0 150px;
}


#hero-graphic-graphics {
	float: left; 
	width: 417px;
	margin:  205px 0 20px 263px;
}

/* Content */
.padding {
	padding: 15px;
}

#about-box {
	float: left;
	background: url(images/bg-about.png) no-repeat;
	width: 630px;
	height: 200px;
	margin-right: 20px;
	margin-bottom: 85px;
}

#about-box h2 {
	margin-bottom: 15px;
}

#about-box p {
	margin-bottom: 15px;
}

#skills-box {
	float: left;
	background: url(images/bg-skills.png) no-repeat;
	width: 310px;
	height: 200px;
}

#skills-box h2 {
	margin-bottom: 30px;
}



#skills-box .icon {
	float: left;
	width: 48px;
	margin-right: 10px;
	margin-bottom: 10px;	
}


.last {
	margin-right: 0px !important;
}

.bottom {
	margin-bottom: 85px !important;
}


/* drop shadow styles */


.drop-shadow {
   position:relative;
   width:90%;
}

.drop-shadow:before,
.drop-shadow:after {
   content:"";
   position:absolute;
   z-index:-20;
   bottom:15px;
   left:10px;
   width:50%;
   height:20%;
   max-width:300px;
   -webkit-box-shadow:0 15px 10px rgba(0, 0, 0, 0.7);
   -moz-box-shadow:0 15px 10px rgba(0, 0, 0, 0.7);
   box-shadow:0 15px 10px rgba(0, 0, 0, 0.7);
   -webkit-transform:rotate(-3deg);
   -moz-transform:rotate(-3deg);
   -o-transform:rotate(-3deg);
   transform:rotate(-3deg);
}

.drop-shadow:after{
   right:10px;
   left:auto;
   -webkit-transform:rotate(3deg);
   -moz-transform:rotate(3deg);
   -o-transform:rotate(3deg);
   transform:rotate(3deg);
 }
 
 /* Gallery Styles */
 
h2.web { background: #324b9f url(images/bg-h2-web.png) no-repeat;
	line-height: 42px;
	padding-left: 20px;
	margin-bottom: 30px;
}

h2.graphic { background: #e42249 url(images/bg-h2-graphic.png) no-repeat;
	line-height: 42px;
	padding-left: 20px;
	margin-bottom: 30px;
}

.gallery-box { display: block;
		float: left;
		width: 300px;
		height: 193px;
		background: #444;
		margin-right: 30px;
		margin-bottom: 30px;
 }
 
.gallery-box p { margin: 5px 0 0 10px; }

.gallery-box p a { color: #fff; text-decoration: none; }
.gallery-box p a:hover { text-decoration: underline; }
 
.latest_img {
		margin: 0;
}

	/* jQuery lightBox plugin - Gallery style */
	#gallery {
		background-color: #444;


	}
	#gallery ul { list-style: none; }
	#gallery ul li { display: inline; }
	#gallery ul img {
		border: 5px solid #3e3e3e;
		border-width: 5px 5px 20px;
	}
	#gallery ul a:hover img {
		border: 5px solid #fff;
		border-width: 5px 5px 20px;
		color: #fff;
	}
	#gallery ul a:hover { color: #fff; }
	
	


#big-ideas-widget {
	display: block;
	float: left;
	position: relative;
	width: 690px;
	height: 600px;
}

footer {
	position: absolute;
	background: #444 url(images/bg-footer.png) bottom repeat-x;
	height: 136px;
	width: 100%;
}

footer p { position: absolute; margin-top: 110px;}

/* ---- IE 7 Hack ---- */
footer p.copyright { *margin-left:-645px; }

footer p.link1 { position: relative !important; float: left; display: block !important; width: 180px; height: 32px; margin-top: 30px;  margin-right: 150px;}
footer p.link2 { position: relative !important; float: left; display: block !important; width: 180px; height: 32px; margin-top: 30px;  margin-right: 135px;}

