/* Fonts Import
--------------------------------------------- */
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,700,800);

/*fonts*/
@font-face {font-family: 'FGRebeccaScript';src: url('style_149861.eot?#iefix') 
format('embedded-opentype'),url('style_149861.woff') 
format('woff'),url('style_149861.ttf') 
format('truetype'),url('style_149861.svg#FGRebeccaScript') 
format('svg');
font-weight: normal;
font-style: normal;
}

@font-face {font-family: 'FGRebeccaScript';src: url('style_149861.eot?#iefix') 
format('embedded-opentype'),url('style_149861.woff') 
format('woff'),url('style_149861.ttf') 
format('truetype'),url('style_149861.svg#FGRebeccaScript') 
format('svg');
font-weight: normal;
font-style: normal;
}


/* RESET BROWSERS
-----------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, 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;
}
body {
	font-family: 'Open Sans', sans-serif;
	font-weight:400;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	line-height: 1;
	background-color: #FFF;
}
p {
	margin:0 0 8px 0;
	padding:0;
}
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;
}
em {
	font-style:italic;
}

/* HEADINGS
-----------------------------------------------*/
h1 {font-size:1.6em}
h2 {font-size:2.3em;font-family: FGRebeccaScript, Open Sans, Arial, sans-serif;}
h3 {font-size:1.2em;}
h4 {font-size:1.2em}
h5 {font-size:1.1em}
h6 {font-size:1em}

/* LINKS
-----------------------------------------------*/
a {
	color: #000000;
	text-decoration: none;
}
a:hover {
	color: #666;
	text-decoration: none;
}

/* STRUCTURE
-----------------------------------------------*/
#wrapper {
	width: 100%;
	border-top-width: 10px;
	border-top-style: solid;
	border-top-color: #000;
}
#page {
	max-width: 1142px;
	margin: 0 auto;
	background-color:#fff;
	z-index: 0;
}
.wrap {
	margin:0;
	padding:10px 20px;
	overflow: hidden;
	clear: both;
}
.main {
	width: 75.09%;
	float: left;
	overflow: hidden;
}
.content {
	width: 75.669%;
	float: left;
}
.secondary {
	width: 21.175%;
	margin-left:2.754%;
	float: left;
}
.tertiary {
	width: 23.075%;
	float: right;
	overflow: hidden;
}
#footer {
	clear: both;
	width:100%;
}
#footer-wrap {
	max-width: 1142px;
	background-color:#FFF;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 20px;
}
#footer-wrap .content h3 {
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0;
}

/* HEADER
-----------------------------------------------*/
#header {
	width: 100%;
	padding-top: 30px;
	padding-bottom: 20px;
	position: relative;
}
#header h1 {
	height: 104px;
	width: 438px;
	margin:0 auto;
}
#header h1 a {
	height: 104px;
	width: 438px;
	display: block;
}
#header h1 a img {
	height: auto;
	width: 100%;
}
#header h2 {
	display:none;
}

/* MAIN MAVIGATION
--------------------------------------------- */
#nav {
	display: block;
	padding-bottom: 3px;
}
#nav ul.menu {
	text-align:left;
	padding-top:0px;
}
#nav ul.menu li.menu-item {
	margin-right: 2.1%;
	display:inline;
	list-style: none;
}
#nav ul.menu li.menu-item a {
	font-size: 1.6em;
	text-transform: uppercase;
	font-weight: normal;
}
#nav ul.menu li.menu-item a:hover {
	text-decoration:none;
}

/* SOCIAL LINKS
--------------------------------------------- */
ul.social-links {
	width: 189px;
	display:block;
	text-align: right;
	position:absolute;
	top:160px;
	right:20px;
}
ul.social-links li {
	display: inline;
	padding-left: 5px;
	float: left;
}
ul.social-links li a {
	color: #000;
	font-size: 1px;
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px;
	height: 0px!important;
	width: 22px;
	padding-top: 22px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	float: left;
	overflow:hidden!important;
}
ul.social-links li a:hover {
	background-position: left -32px;
}
ul.social-links li a.facebook {background-image:url(../images/social-facebook.jpg)}
ul.social-links li a.twitter {background-image:url(../images/social-twitter.jpg)}
ul.social-links li a.bloglovin {background-image:url(../images/social-bloglovin.jpg)}
ul.social-links li a.google {background-image:url(../images/social-google.jpg)}
ul.social-links li a.pinterest {background-image:url(../images/social-pinterest.jpg)}
ul.social-links li a.rss {background-image:url(../images/social-rss.jpg)}
ul.social-links li a.instagram {background-image:url(../images/social-instagram.jpg)}

#footer-wrap ul.social-links {
	position:static;
}
#footer-wrap ul.social-links li {
	padding-right:3px;
	display:inline;
	position:relative;
}

/* HEADLINES
--------------------------------------------- */
.content h1 {
	margin: 26px 0 12px;
}
.content h2 {
	margin: 26px 0 12px;
}
.content h3 {
	margin-top: 15px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
}

/* WIDGETS
--------------------------------------------- */
.widget-container {
	font-size: 0.9em;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000;
	padding-top: 20px;
	padding-right: 0;
	padding-bottom: 20px;
	padding-left: 0;
}
.widget-container ul li {
	padding: 0 0 7px 0;
	line-height: 1.4em;
}
.widget-container h3 {
	padding: 0 0 15px 0;
	color: #000;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: 0.15em;
	font-size: 1.15em;
}
.widget-container .textwidget {
	line-height: 1.6;
}
.widget-container img {
	width:100%;
	height: auto;
	padding: 0;
	margin-bottom: 5px;
}

/* TAGS
--------------------------------------------- */
/*.tagcloud a, .tag-links a {
	background-color:#FFF;
	color:#000;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	white-space:nowrap;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
	border: 1px solid #000;
	margin-bottom:4px;
	display: inline-block;
	font-weight:400!important;
	line-height:1.4em;
	-webkit-transition: color 0.25s linear;
 	-o-transition: color 0.25s linear;
}
.tag-links a {
	font-size:0.9em;
	line-height:1.5em;
	margin-right:4px;
}
.tagcloud a:hover, .tag-links a:hover  {
	color:#FFF;
	background-color:#000;
	text-decoration:none;
}
.tag-links {
	padding-top:15px;
}
.tag-links h3 {
	color: #000;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: 0.15em;
	font-size: 1em;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}*/

.tagcloud ul {
	padding-top:0px;
}
.tagcloud ul li {
	margin-bottom:3px;
	display: inline-block;
	padding-bottom:0px;
}
.tagcloud a, .tag-links a {
	background-color:#FFF;
	color:#000;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	white-space:nowrap;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
	border: 1px solid #000;
	display: inline-block;
	font-weight:400!important;
	line-height:1.4em;
	-webkit-transition: color 0.25s linear;
 	-o-transition: color 0.25s linear;
}
.tagcloud a:hover, .tag-links a:hover {
	color:#FFF;
	background-color:#000;
	text-decoration:none;
}
.tag-links {
	clear:both;
	display: block;
	width: 100%;
	padding-top: 20px;
}
.tag-links a {
	font-size:0.9em;
	line-height:1.5em;
	margin-right:4px;
	margin-bottom:4px;
}



/* TWITTER
--------------------------------------------- */
.widget-container div ul li span.entry-content {
	display: block;
	margin: 0 0 0 0;
	padding: 3px 0 0 0;
	width:100%;
	float:none;
}
.widget-container div ul li span.entry-content a {
	color:#666;
}
.widget-container div ul li span.entry-content a:hover {
	color:#000;
}
.widget-container div ul li .entry-meta {
	width:100%;
	clear: both;
	margin: 0 0 0 0;
	padding: 2px 0 0 0;
}
.widget-container div ul li .time-meta {
	text-transform: capitalize;
	font-size: 90%;
}
.widget-container div ul li .time-meta a {
	padding-right: 5px;
}
.widget-container div ul li .intent-meta {
	font-size:90%;
	clear: both;
}
.widget-container div ul li .intent-meta a {
	padding-right: 5px;
}
.widget-container div div.follow-button {
	padding-top:10px
}

/* POSTS
--------------------------------------------- */
.content .post {
	overflow: hidden;
	border-top: 1px solid #000;
	clear: both;
	line-height: 1.7;
	padding-top: 20px;
	padding-right: 0;
	padding-bottom: 35px;
	padding-left: 0;
}
.content .post .entry-content {
	width: 87%;
	margin: 0;
	float: right;
}
.content .entry-content a {
	font-weight:700;
}
.content .entry-header {
	display:block;
}
.content .entry-header h2.entry-title {
	font-family: FGRebeccaScript, Arial, Helvetica, sans-serif;
	font-size: 2.2em;
	margin: 0;
	padding-top: 10px;
	padding-right: 40px;
	padding-bottom: 10px;
	padding-left: 13%;
}
.content .entry-header h2.entry-title a {
	font-family: FGRebeccaScript, Arial, Helvetica, sans-serif;
	font-weight:normal;
}
.content .entry-header h2.entry-title a:hover {
	color: #333!important;
	text-decoration: none;
	background-color:#FFF;
}
.content .entry-details {
	width: 10.507%;
	padding: 0px 18px 0 0;
	float: left;

}
.content .entry-details .date {
	color: #FFFFFF;
	display:block;
	width: 64px;
	height: 42px;
	background-image: url(../images/date-bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	text-align: center;
	font-size: 1em;
	padding-top: 22px;
}
.content .entry-header .comment, .content .entry-meta .comment {
	background-image: url(../images/sml-comments.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 24px;
	width: 30px;
	text-align: center;
	font-size: 0.9em;
	color:#FFF;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	float: right;
	display:block;
	overflow:hidden;
}
.content .entry-header .comment a, .content .entry-meta .comment a  {
	color:#FFF;
	font-weight:400;
}
.content .post img {
	max-width:100%;
	height: auto;
	margin: 0;
	padding: 0;
}
.content .post .entry-utility {
	padding-top:10px;
}

.blog-share {
	width: 100%;
	height:35px;
	padding: 10px 0 0 0;
}
.blog-share .pin-it-button,
.blog-share iframe.twitter-share-button,
.blog-share .fb-like {
	float:left!important;
	height:25px!important;
	overflow:hidden!important;
}
.blog-share .pin-it-button {
	padding: 0 15px 0 0;
}
.blog-share iframe.twitter-share-button {
	width: 90px!important;
}
.blog-share .fb-like {
	width: 80px!important;
}


/* PAGINATION
--------------------------------------------- */
#nav-below {
	width: 87%;
	float: right;
	padding-top:20px;
	margin-top: 20px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000;
	display:block;
	overflow:auto;
}
#nav-below .nav-previous, #nav-below.nav-next {
	width:45%;
	display:block;
}
#nav-below .nav-previous {
	float:left;
}
#nav-below .nav-next {
	float:right;
	text-align:right;
}
#nav-below .nav-previous a, #nav-below .nav-next a {
	background-color:#000;
	color:#fff;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	white-space:nowrap;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
	border: 1px solid #000;
	margin-bottom:4px;
	display: inline-block;
	font-weight:400!important;
	line-height:1.4em;
	-webkit-transition: color 0.25s linear; /*safari and chrome */
 	-o-transition: color 0.25s linear; /* opera */
}
#nav-below .nav-previous a:hover, #nav-below .nav-next a:hover  {
	color:#000;
	background-color:#fff;
	text-decoration:none;
}


/* COMMENTS
--------------------------------------------- */
#comments, #disqus_thread {
	padding-top: 60px;
	width: 87%;
	margin: 0;
	float: right;
}
#comments h3 {
	color: #000;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: 0.15em;
	font-size: 1.2em;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.form-label {
	font-size:0.8em;
}
.form-submit {
	padding-top: 5px;
	padding-bottom: 20px;
}
#comments-list {
	width:100%;
	margin: 0 0 0 0;
	padding: 5px 0 30px 0;
}
#comments-list ol li {
	padding: 0px;
	display:block;
	margin: 0 0 0 0;
	padding: 10px 0 20px 0;
	border-bottom: solid 1px #000;
}
#comments-list ol li ul li {
	border-bottom: none;
}
#comments-list ol li ul.children {
	margin: 0 0 0 0;
	padding: 13px 0 0 15px;
}
#comments-list ol li ul.children li {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}
li.comment-author-admin {
}
#comments-list ol li .comment-author img {
	display:none!important;
}
.comment-meta, .comment-content {
	display: block;
	margin-bottom: 10px;
}
.comment-reply-link {
	display: block;
	margin-bottom: 0px;
}
.comment-author {
	padding: 5px 0 7px 0;
	text-transform: uppercase;
	display: block;
}
.comment-author .fn.n {
	font-weight:bold;
}
.comment-author-admin .comment-author .fn.n {
	background-image: url(../images/comment-heart.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 0 0 0 19px;
}
.comment-content {
	padding: 0px;
	background-color: #FFFFFF;
	line-height: 1.5em;
}
.comment-reply-link a {
	border: 1px solid #000;
	-webkit-border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border-radius: 5px;
	border-radius: 5px;
	color: #000;
	cursor: pointer;
	font-family: inherit;
	font-size: 0.9em;
	background-color: #fff;
	text-transform: uppercase;
	margin: 0px;
	padding: 0.4em 0.5em;
	letter-spacing: 0.1em;
	width:40px;
	text-align:center;
	-webkit-transition: color 0.25s linear; /*safari and chrome */
 	-o-transition: color 0.25s linear; /* opera */
}
.comment-reply-link a:hover {
	border-color: #000;
	background-color: #000;
	color:#fff;
	text-decoration:none;
}
a.leave-comment {
	font-style: italic;
	font-weight: 400!important;	
}
#respond {
	padding:15px 0 0 0;
}
#respond #cancel-comment-reply {
	padding:0 0 4px 0;
}
#respond h3 {
	font-size: 1em;
}

/* CATEGORY PAGE
--------------------------------------------- */
.main .category {
	width: 99.51%;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
	padding-top: 20px;
	padding-bottom: 20px;
}
.main .category h2 {
	color: #000;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: 0.15em;
	font-size: 1em;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	display:block;
}
.main .category .category-item {
	width: 25%;
	float: left;
	position: relative;
}
.main .category .category-item .spacer {
	margin-right: 10px;
	margin-bottom: 10px;
	position: relative;
	overflow:hidden;
}
.main .category .category-item .spacer img {
	width: 100%;
	height:auto;
}
.main .category .category-item .spacer .category-summary {
	width: 100%;
	height:300px;
	position: absolute;
	left: 0px;
	top: 0px;
	background-color: #000000;
	color: #FFFFFF;
	font-size: 0.9em;
	text-transform: uppercase;
	
	opacity:0;
	filter:alpha(opacity=0);
}
.main .category .category-item .spacer .category-summary a {
	color: #FFFFFF;
}
.main .category .category-item .spacer .category-summary h3{
	clear: both;
	width: 80%;
	padding-top: 30px;
	padding-right: 10%;
	padding-left: 10%;
	display:block;
}
.main .category .category-item .spacer .category-summary a.full-post {
	clear: both;
	width: 80%;
	padding-top: 10px;
	padding-right: 10%;
	padding-left: 10%;
	display:block;
}
.main .category .category-item .spacer .category-summary .category-date {
	padding-top: 20px;
	padding-left: 10%;
}
.main .category .category-item .spacer .category-summary .comments-link {
	background-image: url(../images/sml-comments-rev.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 24px;
	width: 30px;
	text-align: center;
	font-size: 0.9em;
	color:#FFF;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 15px;
	margin-right: 15px;
	margin-bottom: 0px;
	margin-left: 0px;
	float: right;
	display:block;
	overflow:hidden;
	line-height:1.5em;
}
.main .category .category-item .spacer .category-summary .comments-link a   {
	color:#000;
	font-weight:400;
	overflow:hidden;
	height: 16px;
	display:block;
	padding: 2px 0 0 0;
}

/* PAGE
--------------------------------------------- */
.generic-holder {
	overflow: hidden;
	clear: both;
	line-height: 1.7;
	padding-bottom: 35px;
	width: 99.51%;
}
.generic-holder .left {
	width:52%;
	float:left;
}
.generic-holder .left img {
	width:100%;
	height:auto;
}
.generic-holder .right {
	width:45%;
	float:right;
	border-top: 1px solid #000;
	padding-top:20px;
}
.generic-holder .right h2 {
	margin-top: 0px;
	padding-bottom:15px;
}

/* PRESS
--------------------------------------------- */
body.page-template-press-php .content .page {
	overflow: hidden;
	border-top: 1px solid black;
	clear: both;
	line-height: 1.7;
	padding-top: 20px;
	padding-right: 0;
	padding-bottom: 35px;
	padding-left: 0;
}
body.page-template-press-php .content .entry-header h2.entry-title {
	padding-bottom: 0px;
	margin: 0 0 0 0;
}
body.page-template-press-php .content h3 {
	margin-top: 25px;
	margin-bottom: 10px;
}
body.page-template-press-php .entry-content {
	width: 87%;
	margin: 0;
	float: right;
}
body.page-template-press-php .entry-content img{
	width: 100%;
	height:auto;
}
body.page-template-press-php .entry-content {
	margin-top: -25px;
}
body.page-template-press-php .entry-details .date {
	background-image: url(../images/date-bg-press.jpg);
}


/* FORMS
--------------------------------------------- */
input[type='text'],
input[type='email'],
input[type='url'],
textarea {
	background: #fff;
	border: 1px solid #CCC;
	color: #999;
	font-family: inherit;
	font-size: 0.9em;
	padding-top: 0.5em;
	padding-right: 1em;
	padding-bottom: 0.5em;
	padding-left: 0.5em;
	outline:none;
}
input[type='text']:hover,
input[type='email']:hover,
input[type='url']:hover,
textarea:hover {
	cursor: text;
	border-top-color: #999;
	border-right-color: #999;
	border-bottom-color: #999;
	border-left-color: #999;
}
input[type='text']:focus,
input[type='email']:focus,
input[type='url']:focus,
textarea:focus {
	color: #000;
	background-color: #F4F4F4;
	border-top-color: #999;
	border-right-color: #999;
	border-bottom-color: #999;
	border-left-color: #999;
}
input[type='checkbox'], input[type='radio'] {
	display: block;
	margin-top: 4px;
}
input[type='submit'] {
	border: 1px solid #000;
	-webkit-border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border-radius: 5px;
	border-radius: 5px;
	color: #fff;
	cursor: pointer;
	font-family: inherit;
	font-size: 0.9em;
	background-color: #000;
	text-transform: uppercase;
	margin: 0px;
	padding: 0.4em 0.6em;
	letter-spacing: 0.1em;
	
	-webkit-transition: color 0.25s linear; /*safari and chrome */
 	-o-transition: color 0.25s linear; /* opera */
}
input[type='submit']:hover {
	border-color: #000;
	background-color: #fff;
	color:#000;
}
label {
	font-size: 0.9em;
	height: 25px;
	line-height: 25px;
	text-transform: uppercase;
}
input:required, textarea:required {outline: 1px solid #C74350;}

label {font-size: 1.1em; height: 25px; line-height: 25px;}
input:required, textarea:required {outline: 1px solid #C74350;}
	
/* Textarea */
textarea {width: 96.5%; margin-bottom: 7px;}


/* TIP HOVER
--------------------------------------------- */
.tip {
	overflow: hidden;
	display: none;
	position: absolute;
	z-index: 500;
	margin: 0px 0px 0px -3px;
	padding-top: 35px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 33px;
}
.tipMid {
	font-size: 10px;
	font-weight: normal;
	text-transform: uppercase;
	color:#000;
}
.tipBtm {
	display: none;
}

/* SCROLL TO TOP
--------------------------------------------- */
a#top-link  {
	display:none;
	position:fixed;
	right:10px;
	bottom:10px;
	color: #FFFFFF;
	width: 64px;
	height: 41px;
	background-image: url(../images/top.png);
	background-repeat: no-repeat;
	background-position: left top;
	text-align: center;
	font-size: 1.1em;
	padding-top: 23px;
}
a:hover#top-link  {
	text-decoration:none;
}

/* FOLLOW LARGE TEXT
--------------------------------------------- */
.content-follow {
	padding-top:12px;
}
.content-follow a {
	font-size:2.2em;
	font-family: FGRebeccaScript, Arial, Helvetica, sans-serif;
	width:32%;
	text-align:center;
	display:inline-block;
}
.content-follow a:hover {
	text-decoration:none;
}
.widget-container .content-follow a {
	padding-bottom:15px;
	clear:both;
	width:100%;
	text-align:left;
}
.widget-container .content-follow a.facebook {
	padding-bottom:0px;
}
.post .entry-content .content-follow a {
	margin-top:20px;
	font-weight:400;
}

/* MIGHT LIKE
--------------------------------------------- */
.might-like {
	clear: both;
	padding-top:10px;
}
.might-like h3 {
	color: #000;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: 0.15em;
	font-size: 1em;
	margin-bottom: 5px;
}
ul#related_posts_thumbnails {
	width:100%;
}
ul#related_posts_thumbnails li {
	width: 18%;
	float: left;
	padding-right: 2%;
}
ul#related_posts_thumbnails li a {
	padding-bottom: 5px;
	font-weight:400;
}


/* CONTACT FORM
--------------------------------------------- */
#FSContact1 {
	width:100%!important;
}
#FSContact1 label {
	font-size:1em;
}
#FSContact1 textarea {
	width:90%;
}
#FSContact1 input[type='submit'] {
	margin-top:10px!important;
}


/* FRIEND CONNECT
--------------------------------------------- */
#div-8115352037645770457 {
	width:100%!important;
}

/* MOST POPULAR
--------------------------------------------- */
.widget-container #slideshowscroll {
	position:relative;
	width: 100%;
}
.widget-container #slideshowscroll div {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
    height:auto;
    background-color: #FFF;
}
.widget-container #slideshowscroll div.active {
    z-index:10;
    opacity:1.0;
}
.widget-container #slideshowscroll div.last-active {
    z-index:9;
}
.widget-container #slideshowscroll div img {
    height:auto;
	width: 100%;
    display: block;
    border: 0;
}

/* ADS
--------------------------------------------- */
.tertiary .skyscrapper {
}
.tertiary .leaderboard {
	display:none;
}
.secondary .skyscrapper {
}
.secondary .leaderboard {
	display:none;
}

/* SHORT PIC
--------------------------------------------- */
.short-pic {
	width:100%;
}
.short-text {
	clear:both;
}

/* LOOKBOOK
--------------------------------------------- */
#lb_looks_widget_1328139456 {
	width:98%!important;
	padding-bottom:5px!important;
	overflow:auto!important;
}
p.lb_get_p_1328139456 {
	display:none!important;
}

/* MEDIA QUERIES FOR RESPONSIVE DESIGN
--------------------------------------------- */

/* --- iPad Landscape --- */
@media screen and (max-width: 1024px) {
/* --- Structure --- */
.main {
	width: 72%;
	float: left;
	overflow: hidden;
}
.content {
	width:92.2%;
	float: none;
}
.secondary {
	width:92.2%;
	margin:10px 0 0 0;
	float: none;
}
.tertiary {
	width: 28%;
	float: right;
}

/* --- Header --- */
#header {
	width: 100%;
	padding-top: 25px;
}
#header h1 {
	height: 90px;
	width: 383px;
	margin:0 auto;
}
#header h1 a {
	height: 90px;
	width: 383px;
	display: block;
}

/* --- Social links --- */
ul.social-links {
	top:140px;
}
/* -- Post -- */
.content .post .entry-content {
	max-width: 540px;
	float:none;
	margin-left:12.707%;
}
#nav-below {
	max-width: 540px;
	float:none;
	margin-left:12.707%;
	margin-bottom:40px;
}
#comments {
	max-width: 540px;
	float:none;
	margin-left:12.707%;
}
/* --- Widgets --- */
.main .widget-container {
	width: 100%;
}
/* --- category --- */
.main .category {
	width: 93%;
}
/* --- generic-holder page --- */
.main .generic-holder {
	width: 93%;
}
.generic-holder .left {
	width:40%;
	float:left;
}
.generic-holder .right {
	width:57%;
	float:right;
}
/* tip hover-- */
.tip {
	display:none!important;
}
/*-- follow -- */
.widget-container .content-follow a {
	padding-bottom:0px;
	clear:none;
	width:32%;
	text-align:center;
}
/*--scroll top-- */
a#top-link  {
	display:none!important;
	opacity:0!important;
	filter:alpha(opacity=0)!important;
}
/*--ads-- */
.secondary .skyscrapper {
	display:none;
}
.secondary .leaderboard {
	display:block;
}

/*--shorrt pic-- */
.short-pic {
	display:none!important;
}

/*--lookbook-- */
#lb_looks_widget_1328139456 ul li {
	width:32%!important;
	float:left!important;
}
}


/* --- iPad Portrait --- */
@media screen and (max-width: 880px) {
/* --- Structure --- */
.wrap {
	padding:10px 20px;
}
.main {
	width: 100%;
	float: none;
	overflow: hidden;
}
.content {
	width: 100%;
	float: none;
}
.secondary {
	width: 100%;
	float:none;
}
.tertiary {
	width: 100%;
	float: none;
	margin:10px 0 0 0;
}
/* --- navigation --- */
#nav ul.menu {
	text-align:center;
	padding-top:20px;
}
#nav ul.menu li.menu-item {
	margin-right: 0 3%;
}
#nav ul.menu li.menu-item a {
	font-size: 1.4em;
}


/* --- Social links --- */
ul.social-links {
	width: 241px;
	display:block;
	margin: 10px auto 0 auto;
	position: static;
}
ul.social-links li {
	display: block;
	padding-left: 0px;
	float: none;
}
ul.social-links li:last-child a {
	margin-right:0px;
}
ul.social-links li a {
	margin: 0 10px 0 0;
	width: 22px;
	float: left;
}
#footer-wrap ul.social-links {
	margin: 0 0 0 0;
}

/* -- Post -- */
.content .post .entry-content {
	max-width: 540px;
	float:none;
	margin-left:12.707%;
}
#nav-below {
	max-width: 540px;
	float:none;
	margin-left:12.707%;
}
#comments, #disqus_thread {
	max-width: 540px;
	float:none;
	margin-left:12.707%;
}

/* --- Widgets --- */
.widget-container {
	width: 100%;
}
/* --- category --- */
.main .category {
	width: 100%;
}
/* --- generic-holder page --- */
.main .generic-holder {
	width: 100%;
}
/*--tip hover-- */
.tip {
	display:none!important;
}
/*--friend connect-- */
#div-8115352037645770457 {
	width:99%!important;
}
/*--scroll top-- */
a#top-link  {
	display:none!important;
	opacity:0!important;
	filter:alpha(opacity=0)!important;
}
/*--ads-- */
.tertiary .skyscrapper {
	display:none;
}
.tertiary .leaderboard {
	display:block;
	margin-bottom:5px;
}
}

/* --- Smartphones and small Tablet PCs --- */
@media screen and (max-width : 620px) {
/* --- Structure --- */
body {
	font-size:0.95em;
}
#page {
	max-width: 100%;
}
.wrap {
	padding:10px 20px;
}
.main {
	width: 100%;
	float: none;
	overflow: hidden;
}
.content {
	width: 100%;
	float: none;
}
.secondary {
	width: 100%;
	float:none;
}
.tertiary {
	width: 100%;
	float: none;
	margin:10px 0 0 0;
}

/* --- navigation --- */
#nav ul.menu li.menu-item {
	margin-right: 0 3%;
	padding: 0 0 15px 0;
	display:block;
	list-style: none;
}
#nav ul.menu li.menu-item a {
	font-size: 1.2em;
}

/* --- Header --- */
#header {
	width: 100%;
	padding-top: 25px;
}
#header h1 {
	height: 71px;
	width: 300px;
	margin:0 auto;
}
#header h1 a {
	height: 71px;
	width: 300px;
	display: block;
}

/* --- Widgets --- */
.widget-container, .main .widget-container {
	width: 100%;
	float: none;
	max-width: none;
	margin-left:0;
}
/* -- Post -- */
.content .post .entry-content {
	width: 100%;
	float: none;
	max-width: none;
	margin-left:0;
}
#nav-below {
	width: 100%;
	float: none;
	max-width: none;
	margin-left:0;
}
#comments, #disqus_thread {
	width: 100%;
	float: none;
	max-width: none;
	margin-left:0;
}

/* -- Date -- */
.content .entry-details {
	height:auto;
}
.content .entry-details .date {
	width: auto;
	height: auto;
	background-image: none;
	font-size: 1em;
	text-align: left;
	background-color:#000;
	color:#fff;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	white-space:nowrap;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
	border: 1px solid #000;
	margin-bottom:4px;
	display: inline-block;
	font-weight:400!important;
	line-height:1.4em;
}
.content .entry-header .comment, .content .entry-meta .comment {
	height: 26px;
	padding-top: 0px;
}
.content .entry-header h2.entry-title {
	clear:both;
	display:block;
	padding-left:0;
}
/* Textarea */
textarea {width: 95%;}
/* --- category --- */
.main .category {
	width: 100%;
}
.main .category .category-item {
	width: 50%;
}
.main .category .category-item .spacer .category-summary {
	height:400px;
}
#footer-wrap .tertiary {
	display:none;
}
/* tip hover-- */
.tip {
	display:none!important;
}
/* scroll to top-- */
#top-link  {
	display:none!important;
	opacity:0!important;
	filter:alpha(opacity=0)!important;
}
/*-- follow -- */
.widget-container .content-follow a, .content-follow a {
	padding-bottom:5px;
	clear:both;
	width:100%;
	font-size:1.5em;
}
/*-- generic page -- */
.generic-holder .left {
	width:100%;
	float:none;
	clear:right;
}
.generic-holder .right {
	width:100%;
	float:none;
}
/*-- related posts -- */
ul#related_posts_thumbnails li {
	width: 23%;
	padding-right: 2%;
	padding-bottom:5px;
}
ul#related_posts_thumbnails li:last-child {
	display:none!important;
}
ul#related_posts_thumbnails li a span {
	display:none!important;
}
.social_widget_main {
	display:none!important;
}

/*-- social links -- */
ul.social-links {
	margin: 20px auto 0 auto;
	width:300px;
}
ul.social-links li a {
	width: 35px;
	padding-top: 35px;
	margin: 0 8px 0 0;
}
ul.social-links li a:hover {
	background-position: left -45px;
}
ul.social-links li:last-child a {
	margin: 0 0px 0 0;
}
ul.social-links li a.facebook {background-image:url(../images/social-facebook-lrg.jpg)}
ul.social-links li a.twitter {background-image:url(../images/social-twitter-lrg.jpg)}
ul.social-links li a.bloglovin {background-image:url(../images/social-bloglovin-lrg.jpg)}
ul.social-links li a.google {background-image:url(../images/social-google-lrg.jpg)}
ul.social-links li a.pinterest {background-image:url(../images/social-pinterest-lrg.jpg)}
ul.social-links li a.rss {background-image:url(../images/social-rss-lrg.jpg)}
ul.social-links li a.instagram {background-image:url(../images/social-instagram-lrg.jpg)}

/*--lookbook-- */
#lb_looks_widget_1328139456 ul li {
	width:auto!important;
	float:none!important;
}

/* PRESS
--------------------------------------------- */
body.page-template-press-php .entry-content {
	width: 100%;
	float: none;
}
body.page-template-press-php .entry-content {
	margin-top: -25px;
}
body.page-template-press-php .entry-details {
	display:none;
}
}
