/* 
Theme Name: Be Inspired
Description: Be Inspired theme
Author: Flosites
Author URI: http://flosites.com
Version: 1.0
*/

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

@font-face {
	font-family: 'P22DearestSwashRegular';
	src: url('fonts/p22_dearest_swash-webfont.eot');
	src: local('☺'), url('fonts/p22_dearest_swash-webfont.woff') format('woff'), url('fonts/p22_dearest_swash-webfont.ttf') format('truetype'), url('fonts/p22_dearest_swash-webfont.svg#webfontlO2caR5i') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'GillSansMTBold';
	src: url('fonts/gill_sans_mt_bold-webfont.eot');
	src: local('☺'), url('fonts/gill_sans_mt_bold-webfont.woff') format('woff'), url('fonts/gill_sans_mt_bold-webfont.ttf') format('truetype'), url('fonts/gill_sans_mt_bold-webfont.svg#webfont4o76YzUX') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'GillSansMTRegular';
	src: url('fonts/gill_sans_mt-webfont.eot');
	src: local('☺'), url('fonts/gill_sans_mt-webfont.woff') format('woff'), url('fonts/gill_sans_mt-webfont.ttf') format('truetype'), url('fonts/gill_sans_mt-webfont.svg#webfontjCh3508p') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'GillSansMTBoldItalic';
	src: url('fonts/gill_sans_mt_bold_italic-webfont.eot');
	src: local('☺'), url('fonts/gill_sans_mt_bold_italic-webfont.woff') format('woff'), url('fonts/gill_sans_mt_bold_italic-webfont.ttf') format('truetype'), url('fonts/gill_sans_mt_bold_italic-webfont.svg#webfontcmbBOfzu') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'GillSansMTItalic';
	src: url('fonts/gill_sans_mt_italic-webfont.eot');
	src: local('☺'), url('fonts/gill_sans_mt_italic-webfont.woff') format('woff'), url('fonts/gill_sans_mt_italic-webfont.ttf') format('truetype'), url('fonts/gill_sans_mt_italic-webfont.svg#webfont4tCipCmB') format('svg');
	font-weight: normal;
	font-style: normal;
}

/* Reset styles
*******************************/
html,body,div,span,applet,object,iframe,
h1,h2,h3,h4,h5,h6,p,blockquote,pre,ul,li,ol,
a,em,img,strong,fieldset,form,label {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    vertical-align: baseline;
    list-style: none;
}

:focus {outline: 0;}
img {vertical-align:middle; outline:0}
/* Body & forms
*******************************/
body{
    text-align: left;
	background: url("images/bg-pattern.png") repeat scroll 0 0 transparent;
    font-size: 12px;
    color: #818286;
	font-family: Arial, Helvetica, sans-serif;
}

.inl {
	display: -moz-inline-stack;
	display: inline-block;
	//zoom: 1;
	//display: inline;
}

.clear { height: 0; font-size: 0; overflow: hidden; clear: both; }

input,
textarea {
    font-size: 12px;
    color: #000;
	border: none;
}

hr {
    border: 0;
    display: block;
    height: 3px;
    margin: 0 auto;
    width: 900px;
}

/* Header elements
*******************************/
h2,
h3,
h4,
h5,
h6 {
}
h2 {
}
h3 {}
h4 {}
h5 {}
h6 {}


/* Text elements
*******************************/
p               {margin: 0 0 1em 0; text-align: left; line-height:1.6;}
p.last          {margin-bottom:0;}
/*ul, ol          {margin: 0 0 1em 2em; text-align: left; line-height:1.6;}*/
strong      	{font-weight: bold;}
em          	{font-style: italic;}
ins             {text-decoration:none;}
del             {text-decoration:line-through;}

address         {font-style:normal; line-height:1.6;}

.alignleft {
    float:left;
    padding-right: 10px;
}
.alignright {
    float:right;
	padding-left: 10px;
}

/* Quotes
*******************************/
blockquote {}
blockquote:before {}
blockquote:after {}

/* Links
*******************************/
a,
a:link,
a:visited,
a:hover,
a:active {
    color:#c7c41b;
    text-decoration: none;
}
a:visited {}
a:hover {
	text-decoration: underline;
}

a span {
	color: #474747;
}

#wrapper {
    background: url("images/bg-wrapper.png") repeat-y scroll center top #FFFFFF;
    margin: 0 auto;
    overflow: hidden;
    padding: 15px 39px;
    position: relative;
    width: 980px;
}

#wrappertop {
    background: url("images/bg-wrappertop.png") no-repeat scroll center bottom #FFFFFF;
    height: 25px;
    margin: 10px auto 0;
    width: 1058px;
}

#wrapperbottom {
    background: url("images/bg-wrapperbottom.png") center top no-repeat #FFFFFF;
	height: 25px;
	width: 1058px;
	margin: 0 auto 10px;
}

#wrap {
	width: 650px;
	float: left;
}

#love {
}

#love .alignleft {
	padding: 0;
	margin: 0 35px 20px;
	clear: left;
}
#love img.alignleft,
#love img.alignright {
	max-width: 260px;
	height: auto;
	width: auto;
}

#love .alignright {
	padding: 0;
	margin: 0 35px 20px;
}

#sidebar {
	width: 300px;
	overflow: hidden;
	float: right;
}

#sidebar .wp_bannerize_right_sidebar {
	width: 300px;
}

#sidebar .wp_bannerize_right_sidebar li {
	margin-bottom: 20px;
}

#sidebar .wp_bannerize_right_sidebar li img {
	height: auto;
	width: auto;
	max-width: 300px;
}

#sidebar .subscribe {
	background: url("images/bg-subscribe.png") no-repeat scroll 0 0 transparent;
    height: 48px;
    margin-bottom: 20px;
    width: 300px;
}

#sidebar .subscribe a {
    display: block;
    float: right;
    height: 20px;
    margin-right: 14px;
    margin-top: 11px;
}

#sidebar .subscribe .rss {
	background: url("images/i-rss.png") 0 0 no-repeat;
	width: 19px;
}

#sidebar .subscribe .mail {
	background: url("images/i-mail.png") 0 0 no-repeat;
	width: 25px;
}

#sidebar .subscribe .fb {
	background: url("images/i-fb.png") 0 0 no-repeat;
	width: 14px;
	height: 21px;
}

#sidebar .subscribe .tw {
	background: url("images/i-tw.png") 0 0 no-repeat;
	width: 25px;
	height: 22px;
}


#footer {
    float: left;
    width: 650px;
}

#footer .pages {
	display: none;
}

#footer .next {
	float: right;
    background: url("images/i-arrow2.png") no-repeat scroll right center transparent;
    display: block;
    padding-right: 14px;
	font-family: 'GillSansMTRegular';
	font-size: 12px;		
}

#footer .previous {
	float: left;
    background: url("images/i-arrow.png") no-repeat scroll left center transparent;
    display: block;
    padding-left: 14px;
	font-family: 'GillSansMTRegular';
	font-size: 12px;	
}


#footer a {
	color: #474747;
}
#footer a span span {
	color: #c7c41b;
}

#footer-credits {
    float: right;
    height: 20px;
    margin: 0 auto;
    width: 980px;
	color: #bfbfbf;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}

#footer-credits a {
	color: #bfbfbf;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}

#search {
    background: url("images/bg-searchthis.png") no-repeat scroll 0 0 transparent;
    float: right;
    padding-left: 70px;
	position: relative;
}

#s {
    background: url("images/bg-search.png") no-repeat scroll 0 0 transparent;
    color: #1F1F1F;
    font-family: 'GillSansMTRegular';
    font-size: 12px;
    height: 18px;
    padding: 0 5px;
    width: 132px;
}

#searchsubmit {
    background: url("images/bg-ssubmit.png") no-repeat scroll 0 0 transparent;
    height: 18px;
    position: absolute;
    right: 0;
	top: 0;
    width: 16px;
}

#top {
	float: left;
	margin-top: 5px;
	text-transform: uppercase;
}

#top a {
    background: url("images/i-arrow.png") no-repeat scroll left center transparent;
    display: block;
    padding-left: 14px;
	font-family: 'GillSansMTRegular';
	font-size: 12px;	
}

#b-top {
	margin: 30px 0 25px;
    width: 980px;
}

#header {
    background: url("images/bg-header.png") no-repeat scroll 0 0 transparent;
    height: 132px;
    width: 980px;
	position: relative;
	margin-bottom: 25px;
}

#logo {
    background: url("images/logo.png") no-repeat scroll 0 0 transparent;
    height: 82px;
    left: 80px;
    position: absolute;
    top: 28px;
    width: 216px;
}

#menu {
	width: 530px;
	position: absolute;
	left: 440px;
	top: 45px;
}

#menu ul {
}

#menu ul li {
	float: left;
	position: relative;
}

#menu ul li.spacer {
    background: none repeat scroll 0 0 #bdbdbd;
    height: 10px;
    margin: 0 17px;
    position: relative;
    top: 16px;
    width: 1px;
}

#menu ul li a {
	font-size: 43px;
    font-family: 'P22DearestSwashRegular';
}

#menu ul li a span {
	font-size: 17px;
	color: #353535;
	font-family: 'GillSansMTRegular';
}

#menu ul li ul {
    width: 185px;
    position: absolute;
    top: 40px;
    white-space: nowrap;
	display: none;
	z-index: 999;
}

#menu ul li ul li {
	width: 165px;
	background: #fff;
	border-left: 1px solid #d8d7d1;
	border-right: 1px solid #d8d7d1;
	padding: 0 10px;
}

#menu ul li ul li.ddtop {
	height: 8px;
	width: 185px;
	background: url("images/bg-dropdowntop.png") 0 0 no-repeat;
	border: none;
}

#menu ul li ul li.ddbottom {
	height: 8px;
	width: 185px;
	background: url("images/bg-dropdownbottom.png") 0 0 no-repeat;
	border: none;
}

#menu ul li ul li a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14.5px;
	color: #353535;
}

#menu ul li ul li a:hover {
	color: #c7c41b;
	text-decoration: none;
}

.post {
	margin-bottom: 25px;
	position: relative;
}

.page h2,
.post .post-title {
    background: url("images/bg-title.png") no-repeat scroll 0 0 transparent;
    color: #FFFFFF;
    font-family: 'GillSansMTRegular';
    font-size: 16px;
    height: 40px;
    line-height: 40px;
    padding: 0 15px;
    width: 651px;
	margin-bottom: 15px;
	font-weight: normal;
}

.post .post-title a {
	color: #fff;
}

.post .post-info {
    background: url("images/bg-postinfo.png") no-repeat scroll left bottom transparent;
    color: #A9A9A9;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    padding: 10px 0;
    width: 480px;
	float: left;
}


.post .post-comments {
	font-family: 'GillSansMTRegular';
	font-size: 13px;
	color: #353535;
	background: url(images/bg-comments.png) 0 0 no-repeat;
	float: right;
	width: 155px;
	height: 32px;
	line-height: 32px;
	text-align: center;
	letter-spacing: 1px;
}

.post .post-comments a {
	color: #353535;
}

.post .post-buttons span,
.post .post-comments span {
	font-family: 'P22DearestSwashRegular';
	font-size: 37px;
	color: #c7c41b;	
}

.post .post-content {
    color: #606060;
    overflow: hidden;
    position: relative;
	padding: 15px 0;
    width: 650px;
	clear: both;
}

.post .post-holder {
	width: 651px;
	height:32px;
}

.post .post-content img {
    display: block;
    height: auto;
    width: auto;
    margin: 5px auto;
    max-width: 600px;
    clear: both;
}

.post .post-buttons {
	background: url("images/bg-buttons.png") left top no-repeat;
	padding-top:10px;
	width: 651px;
	height: 27px;
}

.post .post-buttons .spacer {
    background: none repeat scroll 0 0 #D1D1D1;
    height: 11px;
    margin: 8px 20px;
    width: 1px;
}

.post .post-buttons div {
	float: left;
}

.post .buttons-tweet a,
.post .buttons-share a,
.post .buttons-share2 a {
	color: #353535;
}

.post .buttons-tweet,
.post .buttons-share,
.post .buttons-share2,
.post .buttons-comments {
	font-family: 'GillSansMTRegular';
	font-size: 13px;
	color: #353535;
	height: 25px;
	line-height: 25px;
	text-align: center;
	letter-spacing: 1px;
}

.post .buttons-tweet {
	background: url("images/i-btwitter.png") no-repeat scroll 0 0 transparent;
    padding-left: 30px;
}

.post .buttons-share {
    background: url("images/i-fb.png") no-repeat scroll 0 0 transparent;
    padding-left: 21px;
}

.post .buttons-share2 {
	position: relative;
	height: 28px;
}

.post .buttons-share2 .socs {
	display: none;
}

.post .buttons-share2 div {
    background: url("images/bg-sharethis.png") no-repeat scroll center top transparent;
    height: 71px;
    left: 0;
    padding: 12px 0;
    position: absolute;
    top: 25px;
    width: 212px;
    z-index: 9999;
}

.post .buttons-share2 .s1,
.post .buttons-share2 .s2,
.post .buttons-share2 .s3 {
	width: 70px;
	margin-left: 12px;
	float: left;
	display: block;
	text-align: left;
	height: 16px;
	line-height: 16px;
	margin-top: 5px;
}

.post .buttons-share2 .s4,
.post .buttons-share2 .s5,
.post .buttons-share2 .s6 {
	width: 45px;
	margin-right: 22px;
	float: right;
	display: block;
	text-align: left;
	height: 16px;
	line-height: 16px;
	margin-top: 5px;
}

.post .buttons-share2 .s1 {
	background: url("images/i-s1.png") center left no-repeat;
	padding-left: 20px;
}

.post .buttons-share2 .s2 {
	background: url("images/i-s2.png") center left no-repeat;
	padding-left: 20px;
}

.post .buttons-share2 .s3 {
	background: url("images/i-s3.png") center left no-repeat;
	padding-left: 20px;
}

.post .buttons-share2 .s4 {
	background: url("images/i-s4.png") center left no-repeat;
	padding-left: 20px;
}

.post .buttons-share2 .s5 {
	background: url("images/i-s5.png") center left no-repeat;
	padding-left: 20px;
}

.post .buttons-share2 .s6 {
	background: url("images/i-s6.png") center left no-repeat;
	padding-left: 20px;
}

.post .buttons-comments a {
	color: #353535;
}

.post .comments {
	position: relative;
}

.post .comments .list {
    background: url("images/bg-buttons.png") no-repeat scroll left top transparent;
    margin-top: 5px;
    padding-top: 10px;
}

.post .comments .list li .author {
	color: #cbc82a;
}

.post .comments .list li .date {
	font-size: 10px;
	color: #979797;
}

.post .comment-n-share {
    background: url("images/bg-buttons.png") no-repeat scroll left top transparent;
    margin-top: 10px;
    padding-top: 10px;
	overflow: hidden;
}

.post .comment-n-share .clabel {
	width: 651px;
	color: #353535;
	font-size: 15px;
	font-family: 'GillSansMTRegular';	
}
.post .comment-n-share .clabel span {
	color: #cbc82a;
	font-size: 41px;
	font-family: 'P22DearestSwashRegular';
}

.post .comment-n-share input,
.post .comment-n-share textarea {
	color: #606060;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
}
	
.post .comment-n-share input {
	background: url("images/bg-input.png") 0 0 no-repeat;
	width: 182px;
	height: 18px;
	line-height: 18px;
	padding: 0 5px;
	margin-bottom: 9px;
}

.post .comment-n-share textarea {
	background: url("images/bg-textarea.png") 0 0 no-repeat;
	width: 319px;
	height: 62px;
	padding: 5px 5px;
	resize: none;
	overflow: hidden;
}

.post .comment-n-share .say input {
	background: url("images/bg-submit.png") no-repeat 0 0;
	width: 82px;
	height: 32px;
}

.post .comment-n-share .inputs,
.post .comment-n-share .area,
.post .comment-n-share .say {
	float: left;
}

.post .comment-n-share .inputs {
	padding-top: 1px;
}

.post .comment-n-share .area {
	margin-left: 22px;
}

.post .comment-n-share .say {
    margin-left: 22px;
    position: relative;
    top: 20px;
}

.post .comment-n-share .messages {
	float: right;
	width: 650px;
}

.post .signature {
    color: #C7C41B;
    font-family: 'RomMurrayHillRegular';
    /* font-family: 'P22DearestSwashRegular'; */
    font-size: 37px;
	margin: 0;
	padding: 0 5px;
	line-height: 30px;
}

#wrapper .bottom {
    background: url("images/bg-contentbottom.png") no-repeat scroll 0 0 transparent;
    color: #474747;
    float: left;
    font-size: 10px;
    height: 31px;
    line-height: 31px;
    margin: 20px 0;
    text-align: center;
    width: 651px;
}

#wrapper .bottom span {
	color: #c7c41b;
}

#this {
}

#this .story p {
	width: 675px;
}

#this a {
    color: #4B4B4B;
    display: block;
    float: left;
    font-family: 'GillSansMTRegular';
    font-size: 14px;
    height: 140px;
    margin-bottom: 30px;
    margin-right: 25px;
    overflow: hidden;
    text-align: center;
    width: 200px;
}

#this a img {
	max-width: 188px;
	max-height: 118px;
	width: auto;
	height: auto;
	border: 1px solid #CCC;
}

#this a:hover img {
	border: 1px solid #C7C41B;
}
