@charset "UTF-8";
/* CSS Document */
body{
	background:#fff url(../images/repeatingBackground.jpg);
	margin:0px;
	padding:0px;
	color: #333;
	font-family: Helvetica, Arial, sans-serif;
}
label {
	font-weight: bold;
}

.clear{
	clear:both;	
}
.topMargin{
	margin-top:10px;	
}
.contactImageMarginTop {
	margin: 30px;
}
.leftMargin {
	margin-left: 25px;
}
a{color: #008FCF;}
a:hover, #footer a:hover{color:#ED0504;}
#bgwrapper{
	background:url(../images/background.jpg) no-repeat center top;
	width:100%;
	padding:1px 0 0 0;
}
#wrapper{
	width:960px;
	margin:auto;
}
#masthead{
	background:url(../images/paint.png) no-repeat center top;
	width:960px;
	height:485px;
	position: relative;
	margin-top: -1px;
}
#rojo{
	background:url(../images/rojoDude.png) no-repeat;
	width:382px;
	height:241px;
	position:absolute;
	top:244px;
}
ul#rss{
	width:317px;
	height:113px;
	position:absolute;
	left: 633px;
	top: 366px;
	margin:0;
	padding:0;
	list-style-type:none;
}
ul#rss li{
	float:left;	
}
ul#rss a{
	height:102px;
	display:block;
}
ul#rss a.rssBucket{
	background:url(../images/RSSup.png) no-repeat top left;
	width:92px;
	text-indent:-9999px;
}
ul#rss a.rssBucket:hover{background:url(../images/RSSover.png) no-repeat top left;}
ul#rss a.facebookBucket{
	background:url(../images/FBup.png) no-repeat top left;
	width:92px;
	text-indent:-9999px;
}
ul#rss a.facebookBucket:hover{	background:url(../images/FBover.png) no-repeat top left;}
ul#rss a.behanceBucket{
	background:url(../images/BEup.png) no-repeat top left;
	width:92px;
	text-indent:-9999px;
	
}
ul#rss a.behanceBucket:hover{	background:url(../images/BEover.png) no-repeat top left;}
/*-------------------------------------------------------------------
Navigation
-------------------------------------------------------------------*/
ul#navigation{
	width:960px;
	margin:0;
	padding:0;
	height:75px;
	list-style-type:none;
}
ul#navigation li{
	float:left;
}
ul#navigation a{
	height:75px;
	display:block;
}
ul#navigation a.home{
	text-indent:-9999px;
	background:url(../images/homeButton.png) no-repeat top left;
	width:187px;
}
ul#navigation a.home:hover{	background:url(../images/homeButton.png) no-repeat bottom left;}
ul#navigation a.work{
	text-indent:-9999px;
	background:url(../images/workButton.png) no-repeat top left;
	width:146px;
}
ul#navigation a.work:hover{background:url(../images/workButton.png) no-repeat bottom left;}
ul#navigation a.freebies{
	text-indent:-9999px;
	background:url(../images/freeButton.png) no-repeat top left;
	width:162px;
}
ul#navigation a.freebies:hover{background:url(../images/freeButton.png) no-repeat bottom left;}
ul#navigation a.tutorials{
	text-indent:-9999px;
	background:url(../images/tutsButton.png) no-repeat top left;
	width:249px;
}
ul#navigation a.tutorials:hover{background:url(../images/tutsButton.png) no-repeat bottom left;}
ul#navigation a.contact{
	text-indent:-9999px;
	background:url(../images/contactButton.png) no-repeat top left;
	width:216px;
}
ul#navigation a.contact:hover{background:url(../images/contactButton.png) no-repeat bottom left;}
/*-------------------------------------------------------------------
Main Article Content
-------------------------------------------------------------------*/
#mainContent{
	width:561px;
	margin:10px 0 0 0;
	float:left;
}
.article{
	padding:5px 0 20px 0;	
	margin:0 0 30px 0;
	background:url(../images/divider.png) no-repeat bottom left;
}
.article h2{display:none;}
.articleContent p {
	font-size: 14px;
	line-height: 16px;
	color: #333;
	padding-right: 15px;
	padding-left: 25px;
}
#sideContent{
	width:348px;
	float:right;
	margin:25px 12px 0 0;
	text-align: center;
}
#sideContent h3{
	background:url(../images/headerBG.png) no-repeat top left;
	width:311px;
	height:56px;
	line-height:56px;
	color:#fff;
	text-align:center;
	margin:0 auto;
}
/*-------------------------------------------------------------------
Contact Form
-------------------------------------------------------------------*/
#contactForm{
	width:408px;
	float:left;
}
#contactImage{
	width:950px;
	float:none;
	text-align:center;
}
.name{
	border:none;
	background:url(../images/FirstNameForm.png) no-repeat;
	width:209px;
	height:28px;
	padding:2px;
}
.email{
	border:none;
	background:url(../images/EmailForm.png) no-repeat;
	width:327px;
	height:27px;
	padding:2px;
}
.message{
	border:none;
	background:url(../images/MessageForm.png) no-repeat;
	width:327px;
	height:101px;
	padding:2px;	
}
/*-------------------------------------------------------------------
Gallery Content
-------------------------------------------------------------------*/
ul#subnav{
	padding:0;
	margin:30px 0 0 120px;
	list-style-type:none;
}
ul#subnav li{
	float:left;
	margin:0 100px 30px 0;
}
ul#subnav h3{
	background:url(../images/headerBG.png) no-repeat top left;
	width:311px;
	height:56px;
	line-height:56px;
	color:#fff;
	text-align:center;
	margin:0 auto;
}
ul#subnav a{color:#fff; text-decoration:none;}
ul#subnav a:hover{color:#ED0504;}
.galleryItem{
	width:480px;
	height:218px;
	float:left;
}
.galleryCopy{
	width:151px;
	margin:15px 15px 0 0;
	float:right;
}
.galleryCopy h2{
	font-size:16px;
	margin:0;
}

.galleryCopy p{
	font-size:13px;
	margin:0;
}


ul#gallery{
	padding:0;
	margin:30px 0 0 0;
	list-style-type:none;
}
ul#gallery li{
	float:left;
	margin:0 0 0 0;
}
/*-------------------------------------------------------------------
Footer Content
-------------------------------------------------------------------*/
#footer{
	width:100%;
	height:47px;
	background-color:#000;
	margin: 60px 0 0 0;
}
#footerWrapper{
	width:960px;
	height:47px;
	margin:auto;
	position:relative;
}
#footerContent{
	background:url(../images/footer.png) no-repeat top left;
	width:680px;
	height:42px;
	position:absolute;
	top:-38px;
	padding: 45px 0 0 280px;
}
#footerContent p{
	color: #fff;
	font-size: 11px;
	margin:0;
	width:250px;
	text-align:center;
}
#footer a{
	color:#fff;
	text-decoration:none;
}
#wrapper #subnav li h3 a {
	color: #4B4B4B;
}
#wrapper #subnav li h3 a {
	color: #FFF;
}.gray {
	color: #000;
}

