/**
  Theme Name: Creattica Inspire
  Version: 1.0
  Author: Derek Herman
  Author URI: http://www.valendesigns.com
*/
/* Resets */
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, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: #3f3f3f;
	background: #393939 url(../images/background.png) repeat-x center 0;
	font: 15px/22px georgia, Arial, Helvetica, sans-serif;
	text-align: center;
	height: 100%;
}
html, body {
	height: 100%;
}
p {
	padding-bottom: 10px;
}
ol, ul li {
	list-style-image: url(../li.jpg);
	vertical-align: top;
	margin-left:30px;
}
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
acronym {
	cursor: help;
	border-bottom: 1px dashed #333;
}
pre code {
	border: none;
}
strong {
	font-weight: bold;
	letter-spacing: 0;
}
em {
	font-style: italic;
}
hr {
	display: none;
}
.clear {
	clear: both;
}
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.clearfix {
	display: block;
}
html[xmlns] .clearfix {
	display: block;
}
* html .clearfix {
	height: 1%;
}
/* Headings */
h1, h2, h3, h4, h5, h6 {
	color: #1e1e1e;
	font-weight: normal;
}
h1 {
	font-size: 50px;
	line-height: 80px;
}
h2 {
	font-size: 34px;
	line-height: 44px;
}
h3 {
	font-size: 24px;
	line-height: 34px;
}
h4 {
	color: #811709;
	font-size: 24px;
	line-height: 34px;
}
/* General Classes */
.hidden {
	display: none;
}
.right {
	float: right;
}
.left {
	float: left;
}
.center {
	display: block;
	margin: 0 auto;
}
.round {
	-moz-border-radius: 3px;
	-webkit-border-radius:3px;
}
.divider {
	border-bottom: 1px solid #d2d2d2;
	height: 1px;
	padding-top: 25px;
	margin-bottom: 20px;
	clear: both;
}
/* Containers */
#header_wrap {
	text-align: left;
	min-width: 1000px;
	
}



#header {
	position: relative;
	width: 1000px;
	height: 151px;
	margin: 0 auto;

}
#content_wrap {
	background-color: #d2d2d2;
	text-align: left;
	min-width: 1000px;
	padding-bottom: 20px;
	margin-top:-8px;
}
#content {
	position: relative;
	width: 940px;
	margin: 0 auto;
	padding: 15px 30px;
	z-index: 1;
}
#footer_wrap {
	background: url(../images/footer.png) repeat-x 0 0;
	padding-top: 5px;
	text-align: left;
	min-width: 1000px;
}
#footer {
	position: relative;
	width: 940px;
	margin: 0 auto;
	padding: 30px;
	color: #a1a1a1;
	font-size: 13px;
	line-height: 20px;
}
/* Full Page Styles */
.page_full {
	position: relative;
	width: 940px;
	float: left;
}
.white_box {
	position: relative;
	float: left;
	width: 880px;
	padding: 30px;
	background: #fff;
	margin: 15px 0;
}
.white_box h1 {
	padding-right: 25px;
}
.white_box .titleWrapper {
  float:left; 
  width: 530px;  
}
.white_box p, .white_box .favourites {
	position: relative;
  	margin-left: 5px;
}
.white_box .listing_img {
	margin-right: 20px;
	float: left;
}
.white_box a img {
	border: 3px solid #fff;
}
.white_box a:hover img {
	border: 3px solid #d2d2d2;
}
/* Full Page Center Form */
.center_form {
	width: 450px;
	margin: 40px auto;
	margin-top: 20px;
}
.center_form h4 {
	margin-bottom: 10px;
}
.center_form p {
	font-size: 15px;
}
.center_form form {
	padding-right: 20px;
	padding-bottom: 40px;
	margin-top: 10px;
}
#content label {
	font-size: 18px;
	color: #353535;
	display: block;
	margin-bottom: 20px;
}
#content label span {
	display: block;
	margin-top: -5px;
	font-size: 12px;
	font-style: italic;
	margin-bottom: 15px;
}
#content label > .text {
	width: 420px;
	padding: 5px 10px;
	padding-bottom: 6px;
	border: 1px solid #bebebe;
	background: #f8f8f8 url(../images/text_bg.gif) repeat-x 0 0;
	font-size: 17px;
	color: #353535;
	margin: 5px 0;
	display: block;
}
#content .text {
	width: 420px;
	padding: 5px 10px;
	padding-bottom: 6px;
	border: 1px solid #bebebe;
	background: #f8f8f8 url(../images/text_bg.gif) repeat-x 0 0;
	font-size: 17px;
	color: #353535;
	margin-bottom: 20px;
}
#content .textarea {
	padding: 5px 10px;
	padding-bottom: 6px;
	border: 1px solid #bebebe;
	font-size: 17px;
	color: #353535;
	margin: 5px 0;
	width: 570px;
}

/* Listing Rank Full Page */
.white_box .rating {
	position: absolute;
	top: 30px;
	right: 30px;
	font-size: 26px;
	font-family: Helvetica, Arial, sans-serif;
	color: #d2d2d2;	
}
/* Favourites Button & Text */
.page_full .white_box .favourites { /* Listings Page */
	position: absolute;
	left: 376px;
	bottom: 15px;
}
.page_full .detials_box .favourites { /* Detials Page */
	position: absolute;
	right: 30px;
	top: 30px;
}
.favourites p {
	font-size: 22px;
	line-height: 16px;
	color: #373737;
	font-family: Helvetica, Arial, sans-serif;
}
.favourites span.fav_text {
	display: block;
	font-size: 12px;
	color: #8b8b8b;
	padding-left: 3px;
}
.favourites .left a {
	width: 22px;
	height: 22px;
	background: url(../images/favourites.jpg) no-repeat 0 0;
	text-indent:-9999px;
	margin-right: 3px;
	float: left;
}
.favourites .left a:hover {
	background-position:0 -22px;
}
/* Full & Details page Ad box */
.ad_box {
	float: left;
	width: 903px;
	padding: 18px;
	padding-left: 19px;
	padding-right: 17px;
	padding-top: 25px;;
	background: #e9e9e9;
	margin: 15px 0;
}
.ad_box a {
	display: block;
	text-align: center;
	margin: 0 auto;
}
/* Detials Page */
.details_white_box {
	position: relative;
	float: left;
	width: 880px;
	padding: 20px 30px;
	background: #fff;
	margin: 15px 0;
}
.details_image {
	background: #0d0d0d url(../images/details_gradient.jpg) no-repeat center;
	width: 880px;
	height: 540px;
    display: table-cell;
    vertical-align: middle;
}
.details_image .main_image {
	display: block;
	margin: 0 auto;
	border: 1px solid #3e3e3e;
}
.details_left {
	width: 230px;
	float: left;
	text-align: center;
	margin: 15px 0;
}
.details_left img {
	border: 1px solid #313131;
}
.details_left p {
	font-size: 22px;
	color: #2c2c2c;
	margin-top: 10px;
}
.details_left span {
	text-transform: uppercase;
	display: block;
	font-size: 11px;
	color: #646464;
}
.details_left a span {
	color: #FFFFFF;
}
.detials_box {
	position: relative;
	float: right;
	width: 540px;
	padding: 30px;
	padding-right: 120px;
	background: #fff;
	margin: 15px 0;
}
.detials_box h1 {
	margin-bottom: 20px;
	margin-left: -3px;
}
.details_meta {
	margin-top: 20px;
}
.arrow {
	position: absolute;
	left: -23px;
	top: 50px;
}
.detials_box ul {
	list-style: square;
	margin-bottom: 10px;
	margin-left: 16px
}
.detials_box ol {
	list-style: lower-roman;
	margin-bottom: 10px;
	margin-left: 16px
}
/* Browse & Paginate */
.browse {
	float: left;
	width: 400px;
}
.browse select {
	margin-right: 10px;
}
#listing_browse .left {
	width: 600px;
}
#listing_browse .right {
	margin-top: 25px;
}
.show_all_tags {
	margin: 10px 0 20px 0;
}
.paginate {
	float: right;
	width: 300px;
	text-align: right;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	margin-right: 3px;
}
#content .paginate a {
	padding: 2px 5px;
	border: 1px solid #777;
	background: #9b9b9b;
	color: #fff;
	text-decoration: none;
}
#content .return a {
	padding: 2px 10px;
}
#content .paginate a:hover {
	color: #fff;
	background: #393939;
	border: 1px solid #222;
}
#content .paginate .current {
	color: #272727;
	background: #d2d2d2;
	border: 1px solid #d2d2d2;
	padding: 2px 5px;
	text-decoration: none;
}
#approval {
	width: 336px;
	margin: 30px auto;
	margin-bottom: 10px;
	clear: both;
}
/* Page W/Sidebar Styles */
.page_left {
	float: left;
	width: 230px;
}
.page_right {
	float: right;
	width: 690px;
}
.small_box {
	position: relative;
	float: right;
	width: 630px;
	padding: 30px;
	background: #fff;
	margin: 15px 0;
}
.white_box_left {
	position: relative;
	float: left;
	width: 190px;
	padding: 20px;
	background: #fff;
	margin: 15px 0;
}
.white_box_left h3 {
	font-size: 20px;
	text-align: center;
	margin-bottom: 15px;
}
.clear_box {
	margin: 15px 0;
}
.clear_box .left {
	margin-right: 20px;
}
.bottom_pad {
	padding-bottom: 50px;
}
.bottom_pad20 {
	padding-bottom: 20px;
}
.small_box h1 {
	margin-bottom: 15px;
}
#creative h1 {
	margin: 0;
}
#creative .left {
	margin-right: 20px;
	margin-bottom: 20px;
}
#creative p {
	font-size: 10px;
	text-transform: uppercase;
	color: #646464;
	margin-top: -5px;
}
#creative .links {
	margin-top: 5px;
	margin-bottom: 0px;
}
.page_action {
	 padding: 5px 0;
	 line-height: 24px;
}
.page_action .parent {
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 15px;
	margin-left: 10px;
}
.page_action .child {
	margin-left: 10px;
}
/* Sidebar Navigation */
.sidebar_nav {
	margin: 15px 0;
	border-bottom: 1px solid #c1c1c1;
}
.sidebar_nav li a {
	border: 1px solid #c1c1c1;
	border-bottom: none;
	background: #e9e9e9;
	display:block;
	font-weight:normal;
	margin:0px;
	padding:7px 15px;
	text-decoration: none;
}
.sidebar_nav li a:link {
	color:#252525;
}
.sidebar_nav li a:visited {
	color:#a77570;
}
.sidebar_nav li a:hover, .sidebar_nav li.active a {
	background:#b9827c url(../images/nav_border.gif) repeat-x 0 100%;
	color: #fff;
	border: 1px solid #996c67;
	border-bottom: none;
}
.sidebar_nav li a:active {
	color:#252525;
}
/* Preview Image */
.preview {
	margin: 0px 0px 0px 4px;
	float: left;
	position: relative;
}

#featured .preview {
	margin: 20px 0px 15px 33px;
}
.preview a img {
	border: 3px solid #fff;
}
.preview a:hover img {
	border: 3px solid #d2d2d2;
}
.preview_left_text {
	width: 125px;
}
.preview_left_text p {
	line-height: 15px;
	padding-left: 3px;
	padding-bottom: 0px;
}
.preview_left_text span {
	display: block;
	font-size: 11px;
}
.preview_favourites {
	height: 16px;
	position: absolute;
	right: 3px;
	top: 142px;
	line-height: 16px;
	font-size: 13px;
}
.preview_favourites a {
	width: 16px;
	height: 16px;
	background: url(../images/plus_sign.jpg) no-repeat 0 0;
	display: block;
	text-indent:-9999px;
	margin-right: 3px;
	float: left;
}
.preview_favourites a:hover {
	background-position:0 -16px;
}
.preview_favourites span {
	display: inline;
	float: left;
}
/* Footer */
.left_side {
	position: relative;
	width: 350px;
	float: left;
}
.left_side img.creattica_logo {
	margin-bottom: 5px;
	margin-left: -4px;
}
.right_side {
	position: relative;
	width: 390px;
	float: right;
}
.right_side img.envato_logo {
	margin-bottom: 8px;
	margin-left: -4px;
}
/* Switcher */
.right_side img.switcher_image {
	margin-bottom: 12px;
	margin-left: 20px;
}


/* Alerts and Messages */
.flash_notice_wrapper { 
  width: 940px; 
  background-color: #8cbcc6; 
  padding: 10px; 
  border-top: 1px solid #749ca9; 
  border-bottom: 1px solid #e9e9e9; 
  margin: 0px; 
  padding: 0px;
  margin-bottom: 10px;
}

.flash_notice {
  border-top: 1px solid #e9e9e9; 
  border-bottom: 1px solid #749ca9; 
  min-height: 75px; 
  width: 100%; 
  background-image: url(/images/flash_notice_flare.png);
  background-repeat: no-repeat;
  color: #2d4551;
}

.flash_error_wrapper {
  min-height: 75px; 
  width: 100%; 
  background-color: #e9dfad; 
  padding: 10px; 
  border-top: 1px solid #c7b293; 
  border-bottom: 1px solid #e9e9e9; 
  margin: 0px; 
  padding: 0px;
  overflow: visible;
}

.flash_error {
  border-top: 1px solid #e9e9e9; 
  border-bottom: 1px solid #c7b293; 
  min-height: 75px; 
  width: 100%;
  background-image: url(/images/flash_notice_flare.png);
  background-repeat: no-repeat;
  overflow: visible;
}

.flash_sprite {
  width: 45px;
  height: 40px;
  background-repeat: no-repeat;
  background-image: url(/images/flash_sprite.png);
  float:left;
  margin-right: 15px;
  margin-left: 40px;
  margin-top: 15px;
}

.flash_error .flash_sprite {
  background-position: top left;
}

.flash_notice .flash_sprite {
  background-position: left -41px;
  height: 42px;
}

.flash_form_error .main_message {
  width: 250px;
  float: left;
  padding-left: 0px;;
}

.main_message {
  padding: 20px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 24px;
  color: #3c3c3c;
  line-height: 30px;
}

ul.form_errors {
	width: 500px;
	float: left;
	padding: 15px;
	list-style: square;
}

/* Daily news! */

ul.daily-news {
	position: relative;
	padding: 5px;
	margin-top: 5px;
	height: 335px;
	list-style-type: none;
}
ul.daily-news li {
	background-image: url(/images/daily-bullet.jpg);
	background-repeat: no-repeat;
	background-position: 0px 5px;
	padding: 2px;
	width: 400px;
	height: 32px;
	letter-spacing: 1px;
	color: #5c5c5c;
	font-size: 19px;
	padding-left: 25px;
	}
ul.daily-news a{
	color: #5c5c5c;
}		
