

body
{
	//background-color: #1d1d1d;
	background-color: #333;
	background-image: url('../images/PageBG_Top.png');
	background-repeat: no-repeat;
	background-position: top center;
	margin: 0 0 0 0;
	
}

.clearer
{
	clear: both;
}

.rounded
{
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius:10px;
}

a img
{
	border: none;
}

#page
{
	background: black;
	width: 950px;
	border: 12px solid white;
	border-top: none;
	
	font-family: 'Nobile', sans-serif;
	font-size: 14px;
	color: white;
	
	margin: 0 auto;
	margin-bottom: 30px;
	
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	border-bottom-left-radius:10px;
	border-bottom-right-radius:10px;
	
	-moz-box-shadow: 0 0 3px 3px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 0 3px 3px rgba(0,0,0,0.5);
	box-shadow: 0 0 3px 3px rgba(0,0,0,0.5);
}

#header-nav
{
	width: 950px;
	height: 65px;
	/*padding-top: 15px;
	padding-bottom: 15px;*/
	margin: 0 auto;
	background: white;
}

#header
{
	position: relative;
	width: 950px;
	height: 325px;
	margin: 0 auto;
	
	background: white;
}


#header-inner
{
	position: relative;
	width: 950px;
	height: 325px;
	background: black url('../images/HeaderBG.png') top left no-repeat;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	border-top-left-radius:10px;
	border-top-right-radius:10px;
}

#home-btn
{
	position: absolute;
	left: 200px;
	top: 30px;
}

#rdb-logo
{
	position: absolute;
	width: 269px;
	height: 341px;
	top: 10px;
	left: 15px;
}

#text-logo
{
	position: absolute;
	width: 505px;
	height: 108px;
	right: 45px;
	top: 45px;
}

#social-icons
{
	float: right;
	margin-right: 10px;
	padding-top: 17px;
}

.social-icon
{
	float: right;
	width: 32px;
	height: 32px;
	/*margin-top: 35px;*/
	margin-left: 10px;
}

/* @group Nav */

#nav
{
	float: right;
	margin-right: 100px;
}

.nav-item
{
	float: left;
	margin-left: 5px;
}

#nav-cont
{
	position: relative;
	/*float: right;
	background: #ec1e79;
	border: 3px solid white;
	padding: 10px;
	padding-left: 15px;
	padding-right: 15px;*/
}

#nav-cont div.nav-item
{
	position: absolute;
	/*float: left;
	padding: 6px;
	margin-right: 11px;*/
}

#nav-art
{
	top: -15px;
	left: 18px;
}

#nav-movies
{
	left: 103px;
	top: 65px;
}

#nav-blog
{
	top: 13px;
	left: 235px;
}

#nav-shop
{
	top: 67px;
	left: 360px;
}

#nav-info
{
	top: 18px;
	left: 470px;
}

#nav-cont div.nav-off
{
	/*background: none;*/
}

#nav-cont div.nav-on
{
	/*background: #bc175f;*/
}

#nav-cont div.nav-last
{
	/*margin-right: 0;*/
}

/* @end Nav */



#content
{
	width: 870px;
	margin: 0 auto;
	margin-top: 45px;
	margin-bottom: 100px;
	/*background: white;*/
}

.header-bar
{
	width: 850px;
	height: 33px;
	padding: 10px;
}

.header-bar-short
{
	width: 500px;
	height: 33px;
	padding: 10px;
}

.header-bar-green
{
	background: #99d945 url('../images/HeaderBarGreenBG.png') top left no-repeat;
}

.header-bar-blue
{
	background: #57bfde url('../images/HeaderBarBlueBG.png') top left no-repeat;
}

.header-bar-blue-long
{
	background: #57bfde url('../images/HeaderBarBlueLongBG.png') top left no-repeat;
}

.header-bar-green-long
{
	background: #99d945 url('../images/HeaderBarGreenBG-long.png') top left no-repeat;
}

.header-bar-pink
{
	background: #ec1e79 url('../images/HeaderBarPinkBG.png') top left no-repeat;
}

#sub-nav
{
	margin-top: 8px;
	margin-left: 8px;
}

.sub-header
{
	font-family: 'Luckiest Guy', sans-serif;
	font-weight: 400;
	font-size: 30px;
	margin-top: 6px;
	margin-left: 10px;
	text-transform: uppercase;
	color: white;
}

.sub-nav-bar
{
	padding-top: 7px;
}

.sub-nav-item
{
	float: left;
}

.sub-nav-item a.sub-link
{
	font-family: 'Luckiest Guy', sans-serif;
	font-weight: 400;
	font-size: 28px;
	text-decoration: none;
	margin-right: 35px;
	text-transform: uppercase;
}

.sub-nav-item a.sub-link-off
{
	color: #6f0e38;
}

.sub-nav-item a.sub-link-on
{
	color: white;
}

.featured
{
	width: 870px;
	margin-top: 30px;
	padding-bottom: 30px;
	border-bottom: 2px dashed #292929;
}

.featured-last
{
	border-bottom: none;
}

.featured-pic
{
	float: left;
	width: 520px;
}

.featured-text
{
	position: relative;
	float: left;
	width: 335px;
	height: 277px;
	margin-left: 15px;
}

.featured-text p
{
	font-family: 'Nobile', sans-serif;
	font-size: 13px;
	font-weight: 400;
	margin: 0;
}

.featured-header
{
	display: inline;
	font-family: 'Luckiest Guy', sans-serif;
	font-weight: 400;
	font-size: 33px;
	color: white;
	font-weight: normal;
	text-transform: uppercase;
	margin-bottom: 0;
}

.featured-button
{
	position: absolute;
	bottom: 0;
	width: 220px;
	text-align: center;
	padding: 8px;
	margin-top: 25px;
}

.btn-blue
{
	background: #57bfde;
}

.btn-blue-on
{
	background: #4fadc9;
}

.btn-green
{
	background: #99d945;
}

.btn-green-on
{
	background: #87c03d;
}

.btn-pink
{
	background: #ec1e79;
}

.btn-pink-on
{
	background: #de1c72;
}



#tumblr-posts
{
	width: 870px;
	margin-top: 40px;
	margin-bottom: 30px;
}

#home-bottom-left
{
	width: 520px;
	float: left;
}

div.more-link
{
	text-align: right;
	padding-right: 10px;
	
}

div.more-link a
{
	color: white;
	font-family: 'Luckiest Guy', sans-serif;
	font-size: 22px;
	font-weight: normal;
	text-decoration: none;
}

div.more-link a:hover
{
	color: #57bfde;
}

.post
{
	display: block;
	font-family: 'Nobile', sans-serif;
	text-decoration: none;
	color: white;
	background: #1c1c1c;
	padding: 15px;
	width: 490px;
	margin-bottom: 15px;
}

#posts a:hover,
#posts a:active
{
	background: #ec1e79;
}

/*a.post-on
{
	background: #ec1e79;
}*/

.post p
{
	margin: 0;
}

.post p.date
{
	font-size: 12px;
	font-weight: 400;
	color: #ec1e79;
	margin-bottom: 0;
}

.post p.date-on
{
	color: white;
}

.post div.headline
{
	font-family: 'Nobile', sans-serif;
	font-size: 18px;
	font-weight: 700;
}

#twitter-box
{
	width: 305px;
	float: left;
	padding: 10px;
	//margin-left: 15px;
	background: white;
}

#thumbnail-gallery
{
	width: 860px;
	margin: 0 auto;
	margin-top: 30px;
	margin-bottom: 30px;
}

.thumbnail-item
{
	float: left;
	width: 274px;
	height: 273px;
	padding: 6px;
}

.thumbnail-item img
{
	width: 274px;
	height: 273px;
}

/* @group Footer */

#footer
{
	width: 950px;
}

#footer-top
{
	height: 187px;
	background: black url('../images/footerbg.png') bottom left no-repeat;
}

#footer-bottom
{
	width: 850px;
	background: white;
	color: black;
	font-size: 12px;
	padding: 50px;
	padding-bottom: 35px;
}

#footer-bottom div.footer-column
{
	float: left;
	margin-left: 50px;
	/*background: #ccc;*/
	width: 150px;
	/*height: 400px;*/
}

#footer-bottom div.footer-column p
{
	margin: 0;
}

#footer-bottom ul
{
	display: block;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#footer-bottom ul li a:link,
#footer-bottom ul li a:visited
{
	color: black;
	text-decoration: none;
}

#footer-bottom ul li a:hover,
#footer-bottom ul li a:active
{
	color: #ec1e79;
}

#footer-bottom li.footer-link-header
{
	font-weight: 700;
	color: #ec1e79;
}

.footer-copyright
{
	text-align:center; 
	margin-top: 35px;
	padding-top:35px; 
	border-top:1px solid #ccc;
}

/* @end Footer */

/* @group Paper Toys */

#paper-toys
{
	width: 860px;
	margin: 0 auto;
	margin-top: 30px;
}

.paper-toy-entry
{
	margin-bottom: 30px;
	padding-bottom: 30px;
	border-bottom: 2px dashed #292929;
}

.paper-toy-left
{
	float: left;
	width: 570px;
	height: 448px;
}

.paper-toy-right
{
	position: relative;
	float: left;
	width: 250px;
	height: 448px;
	margin-left: 15px;
}

.pt-pattern-thumb
{
	float: left;
}

.pt-small-thumbs
{
	float: left;
	margin-left: 12px;
}

.pt-small-thumb
{
	margin-bottom: 8px;
}

.pt-headline
{
	font-family: 'Luckiest Guy', sans-serif;
	font-weight: 400;
	font-size: 30px;
	color: white;
	margin-bottom: 5px;
}

.pt-byline
{
	font-family: 'Nobile', sans-serif;
	font-weight: 700;
	color: #ec1e79;
	font-style: italic;
	font-size: 18px;
}

.pt-descrip
{
	font-family: 'Nobile', sans-serif;
	font-weight: 400;
	color: white;
	margin-top: 10px;
}

.pt-diff
{
	font-family: 'Nobile', sans-serif;
	font-weight: 400;
	font-size: 18px;
	color: white;
	margin-top: 20px;
}

.pt-diff span
{
	color: #ec1e79;
}

.pt-download
{
	
}

/* @end Paper Toys */

/* @group Movies */

.movie
{
	width: 900px;
	margin-top: 30px;
	padding-bottom: 30px;
	border-bottom: 2px dashed #292929;
}

.movie-column-left
{
	float: left;
	width: 428px;
	height: 514px;
}

.movie-thumb
{
	margin-bottom: 10px;
}

.movie-column-right
{
	position: relative;
	float: left;
	width: 356px;
	height: 514px;
	padding-left: 30px;
}

.movie-column-right a:link,
.movie-column-right a:visited
{
	color: #57bfde;
	text-decoration: none;
}

.movie-title
{
	font-family: 'Luckiest Guy', sans-serif;
	font-weight: 400;
	font-size: 30px;
	color: white;
	margin-bottom: 5px;
	text-transform: uppercase;
}

.movie-links
{
	position: absolute;
	bottom: 0px;
}

/* @end Movies */

/* @group Info */

.info-column-left
{
	float: left;
	width: 348px;
}

.info-email
{
	font-size: 18px;
	color: #57bfde;
	text-align: center;
	margin-top: 50px;
	margin-bottom: 50px;
}

.info-social-link
{
	width: 207px;
	margin: 0 auto;
	margin-bottom: 30px;
}

.info-column-right
{
	float: left;
	width: 492px;
	margin-left: 30px;
}

.info-column-right h1,
.shop-column-right h1
{
	font-family: 'Luckiest Guy', sans-serif;
	font-weight: 400;
	font-size: 30px;
	text-transform: uppercase;
	margin: 0;
	padding: 0;
}

.info-column-right h1 span
{
	font-size: 25px;
}

.info-column-right h1 span.blue
{
	color: #57bfde;
}

.info-column-right h1 span.green
{
	color: #99d945;
}

.info-column-right p.info-byline
{
	color: #57bfde;
	font-size: 18px;
}

/* @end Info */

/* @group Shop */

.shop-item
{
	padding-bottom: 30px;
	border-bottom: 2px dashed #292929;
	margin-bottom: 30px;
}

.shop-column-left
{
	float: left;
	width: 554px;
}

.shop-column-right
{
	position: relative;
	float: left;
	width: 286px;
	margin-left: 30px;
}

/* @end Shop */

/* @group Blog */

#news-cont
{
	width: 500px;
	float: left;
	margin-right: 10px;
}

#blog-right
{
	width: 325px;
	float: left;
	padding: 10px;
	margin-left: 15px;
	//background: #ccc;
}

#blog-right .post
{
	display: block;
	font-family: 'Nobile', sans-serif;
	text-decoration: none;
	color: white;
	background: #1c1c1c;
	padding: 10px;
	//width: 315px;
	width: auto;
	margin-bottom: 10px;
}

#news-targ
{
	//padding-left: 15px;
	//padding-right: 15px;
	
}

#news-targ h3
{
	margin: 0;
	padding: 0;
}

.news-item
{
	border-bottom: 2px dashed #292929;
	padding-bottom: 25px;
	margin-bottom: 30px;
}

.news-item h3.section-title
{
	font-size: 16px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

.news-item h3.section-title a:link,
.news-item h3.section-title a:visited
{
	color: #57bfde;
	text-decoration: none;
}

.news-item h3.section-title a:hover,
.news-item h3.section-title a:active
{
	text-decoration: underline;
}

.news-item .post-date
{
	font-size: 11px;
	font-weight: 400;
	margin: 0;
	margin-top: 15px;
	padding: 0;
}

.news-item .post-date a:link,
.news-item .post-date a:visited
{
	font-size: 11px;
	font-weight: 400;
	color: #ec1e79;
}

.news-item .post-body a:link,
.news-item .post-body a:visited
{
	color: #57bfde;
	text-decoration: none;
}

.news-item .post-body a:hover,
.news-item .post-body a:active
{
	text-decoration: underline;
}

/* @end Blog */
