/*
Theme Name: Anemul
Theme URI: 
Author: Clara Nguyen
Author URI: http://www.soullybean.com/
Description: This 2013 theme for WordPress is a custom theme for Anemul.com.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: 
Text Domain: 
*/

/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

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, 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;
    }
    /* HTML5 display-role reset for older browsers */
    article, aside, details, figcaption, figure,
    footer, header, hgroup, menu, nav, section {
    display: block;
    }
    body {
    line-height: 1;
    }
    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;
    }
/*=======================================*/
/*@font-face {
    font-family: 'ashbury-lightregular';
    src: url('fonts/AshburyLig-webfont.eot');
    src: url('fonts/AshburyLig-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/AshburyLig-webfont.woff') format('woff'),
         url('fonts/AshburyLig-webfont.ttf') format('truetype'),
         url('fonts/AshburyLig-webfont.svg#ashbury-lightregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
*/
#container {
	margin:0px auto auto auto;
	width:970px;
	padding:0px 15px 0px 15px;
}

#header {
	max-height:90px;	
	border-right:1px solid #fff;
	border-bottom:dotted thin #000;
	position:relative;
}

#social-bar {
	position:absolute;
	top:-6px;
	left:353px;
	width:615px;
}

#social-bar p, 
#catch p,
#catch {
	float:left;
	font-family:Lustria, Georgia, "Times New Roman", Times, serif;
	font-size:30px;
	color:#808080;
	margin-top:7px;
	text-transform:uppercase;
}

#social-bar p {
	font-family: Lustria, Georgia, "Times New Roman", Times, serif;
	display:inline-block;
	float:left;
	width:420px;
	color:#e5e5e5;
	padding-top:4px;
	text-align:right;
}

.button {
	float:right;
	display:inline-block;
	height:28px;
	/*width:28px;*/
	margin-top:10px;
	margin-left:12px;
}

#facebook {
	width:27px;
	background-image:url('images/social_media_skins/social.gif');
	background-position:0px 0px;
}

#facebook:hover,
.facebook-hover {
    background-position:0px -28px;
}

#twitter {
	width:27px;
	background-image:url('images/social_media_skins/social.gif');
	background-position:-39px 0px;
}

#twitter:hover,
.twitter-hover {
    background-position:-39px -28px;
}

#pinterest {
	width:27px;
	background-image:url('images/social_media_skins/social.gif');
	background-position:-78px 0px;
}

#pinterest:hover,
.pinterest-hover {
    background-position:-78px -28px;
}

#gplus {
	width:27px;
	background-image:url('images/social_media_skins/social.gif');
	background-position:-116px 0px;
}

#gplus:hover,
.gplus-hover {
    background-position:-116px -28px;
}

#youtube {
	width:27px;
	background-image:url('images/social_media_skins/social.gif');
	background-position:-154px 0px;
}

#youtube:hover,
.youtube-hover {
    background-position:-154px -28px;
}

#nav-bar,
#footer {
	margin-top:5px;
	border-bottom:solid thin #000;
	border-top:solid thin #000;
	height:47px;
}

#footer {
	display:block;
	border-top:none;
	border-right:1px solid #fff;
	border-bottom:dotted thin #000;
	height:23px;
	margin-bottom:50px;
	clear:both;
}

/*#footer p {
	float:right;
	padding-right:10px;
	font-family:Oswald, Arial, Helvetica, sans-serif;
	font-size:10px;
	padding-top:3px;
}*/

#footer p {
	position:absolute;
	top:40px;
	left:190px;
	font-family:Oswald, Arial, Helvetica, sans-serif;
	font-size:10px;
}

#nav-top-items,
#nav-bottom-items {	
	position:relative;
}

#nav-top-items ul,
#nav-bottom-items ul {
	list-style:none;
	margin-top:3px;
}

#nav-top-items ul li,
#nav-bottom-items ul li,
#pagination p {	
	display:inline-block;	
	float:left;
	padding:0px 10px 0px 10px;
	border-right:solid thin #000;
	font-family:Oswald, Arial, Helvetica, sans-serif;
	font-size:16px;
	line-height:19px;
	color:#000;
}

#pagination p {
	border-right:none;
}

#nav-top-items ul li,
#nav-bottom-items ul li {
	letter-spacing:.25px;
}

a:link,
a:visited,
a:active,
a:hover {
	color:#ff6f00;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

li a:link,
li a:visited,
li a:active,
h2 a:link,
h2 a:visited,
h2 a:active,
#pagination a:link,
#pagination a:visited,
#pagination a:active {
	color: #000;
	text-decoration:none;
}

li a:hover,
h2 a:hover,
#pagination a:hover {
	color:#ff6f00;
}

li.current_page_item a:link,
li.current_page_item a:visited,
li.current_page_item a:active,
li.current-menu-item a:link,
li.current-menu-item a:visited,
li.current-menu-item a:active,
li.current-post-parent a:link,
li.current-post-parent a:visited,
li.current-post-parent a:active,
h2 a.active:link,
h2 a.active:visited,
h2 a.active:active,
#pagination .current,
.author {
	color:#ff6f00 !important; 
}

h1, h2, h3,
.article-title {
	font-family:Oswald, Arial, Helvetica, sans-serif;
	text-transform:uppercase;
}

h3,
h3 a:link,
h3 a:active,
h3 a:visited {
	color:#808080;
	font-size:10px;
	letter-spacing:.25px;
	line-height:10px;
	font-weight:500;
	text-decoration:none;
	margin-bottom:0px;
	margin-top:3px;
}

h3 a:hover {
	color:#000;
}

h2 {
	color:#000;
	font-size:13px;
	line-height:14px;
	letter-spacing:.25px;
	display:inline-block;
	font-weight:500;
	margin-top:-2px;
}

#article h2, #container h2.blurb {
	color:#666;
	font-size:23px;
	line-height:23px;
	font-family:Lustria, Georgia, "Times New Roman", Times, serif;
	padding-top:7px;
	padding-bottom:25px;
	letter-spacing:0;
}

#container h2.blurb {
	margin-top:-3px;
	padding-top:0px;
	padding-bottom:0px;
}

h1 {
	color:#ff6f00;
	font-size:27px;
	line-height:27px;
	display:inline-block;
	font-weight:500;
	padding-top:2px;
}

h1.article {
	font-size:36px;
	line-height:41px;
	padding-top:0px;
	margin-top:-4px;
	margin-bottom:-3px;
}

#article h1 {
	font-size:36px;
	line-height:40px;
	padding-top:5px;
	padding-bottom:5px;
}

h4,
h4 a:link,
h4 a:active,
h4 a:visited,
h4 a:hover {
	font-family:Lustria, Georgia, "Times New Roman", Times, serif;
	color:#666;
	font-size:14px;
	font-weight:400;
	display:inline-block;
	height:15px;
	overflow:hidden;
}

.disquss-count a:link, 
.disquss-count a:active, 
.disquss-count a:visited,
.disquss-count a:hover,
.rundown-disqus a:link, 
.rundown-disqus a:active, 
.rundown-disqus a:visited,
.rundown-disqus a:hover {
	font-family:Lustria, Georgia, "Times New Roman", Times, serif;
	color:#666;
	font-size:14px;
}

.comments h4 a {
	width:95px;
}

h4 a.comment:hover,
.disquss-count a:hover,
.comments h4 a:hover {
	text-decoration:none;
	cursor:text;
}

.article-title {
	font-size:22px;
	color:#000;
	line-height:22px;
	margin-bottom:-4px;
	letter-spacing:-1px;
}

#article-detail {
	height:17px;
	margin-bottom:18px;
	margin-top:10px;
}

#article-detail img {
	display:inline-block;
	float:left;
	padding-right:10px;
}

#article-detail h4 {
	padding-top:2px;
}

.date, .author, .comments {
	display:inline-block;
	margin-right:30px;
	float:left;
}

.date img,
.comments img {
	padding-top:2px;
}

#nav-top-items ul li.last,
#nav-bottom-items ul li.last {
	border-right:none;
}

#nav-bottom-items p {
	padding-top:3px;
}

#catch p,
#catch {
	float:none;
	font-size:11px;
	display:inline-block;
	position:absolute;
	top:15px;
	left:0px;
	width:970px;
	border-top:solid thin #000;
	padding-top:5px;
}

#search {
	position:relative;
	/*width:272px;*/
	/*width:379px;*/
	width:370px;
	padding-left:8px;
	height:25px;
	float:left;
	margin-top:-3px;
	/*background-image:url('images/search_skins/search2.gif');*/
}

#banner {
	/*height:387px;*/
	height:421px;
	padding:3px 0px 0px 0px;
	border-bottom:solid thin #000;
	overflow:hidden;
}

#theme,
#theme2 {
	margin-top:3px;
	height:33px;
	border-right:1px solid #fff;
	border-top:dotted thin #000;
	-webkit-padding-before:2px;
}

#theme2 {
	margin-top:0px;
	height:30px;
	border-top:none;
}

.section {
	float:left;
	margin-right:9px;
}

hr {
	border:none;
	border-right:1px solid #fff;
	border-top: 1px dotted #000;
	color: #fff;
	background-color: #fff;
	width:100%;
	clear:both;
}

hr.full-span, hr.full-span-bottom {
	margin-top:3px;
	margin-bottom:0px;
	width:969px;
}

hr.full-span-bottom {
	border-top:none;
	border-bottom:1px dotted #000;
	margin-bottom:10px;
}

#main hr,
#main-medium hr,
#main-large hr {
	margin-top:0px;
	margin-bottom:0px;
}

#main hr.top,
#main-medium hr.top,
#main-large hr.top {
	margin-bottom:10px;
}

#double-column {
	position:relative;
	min-height:1600px;
}

#main,
#main-medium,
#main-large {
	width:657px;
	margin-right:20px;
	min-height:1625px;
}

#main-medium {
	min-height:1915px;
}

#main-large {
	min-height:1985px;
}

#rundown,
#ad300 {
	border-top:dotted thin #000;
	border-bottom:solid thin #000;
	padding-top:10px;
	height:247px;
	margin-bottom:3px;
	margin-top:-1px;
}

.rundown-item {
	position:relative;
	width:209px;
	float:left;
}

.articles-item p {
	margin-bottom:5px;
}

.rundown-item p a:link,
.rundown-item p a:active,
.rundown-item p a:visited,
.articles-item p a:link,
.articles-item p a:active,
.articles-item p a:visited {
	display:inline-block;
	font-family:Lustria, Georgia, "Times New Roman", Times, serif;
	text-transform:uppercase;
	font-size:17px;
	color:#666;
	line-height:17px;
	margin-top:6px;
}

.articles-item p a:hover,
.rundown-item p a:hover {
	color:#ff6f00;
	text-decoration:none;
}

#articles {
	margin-top:5px;
}

#article .wp-caption a:hover img,
#article p a img {
	-moz-opacity:1 !important;
	opacity:1 !important;
	filter:alpha(opacity:100) !important;
}

.articles-item {
	position:relative;
	display:block;
	height:126px;
	margin-top:10px;
	border-bottom:thin dotted #000;
}

.articles-item a.orange-hover {
	float:left;
	display:inline-block;
	margin-right:15px;
}

.articles-item .section {
	width:433px;
	float:left;
	margin-right:0px;
	margin-top:-5px;
	height:118px;
}

.spacer-15 {
	margin-right:15px;
}

.section img {
	display:inline-block;
	margin-right:5px;
	margin-bottom:0px;
}

/*.rundown-item .section img {
	margin-top:0px;
	margin-bottom:3px;
}*/

.rundown-item .section {
	-webkit-margin-before:2px;
}

.rundown-item .rundown-addthis,
.rundown-item .rundown-fb,
.rundown-item .rundown-twitter,
.rundown-item .rundown-disqus {
	float:left;
	/*padding-top:5px;*/
	margin-top:10px;
}

.rundown-item .rundown-addthis {
	min-width:138px;
	padding-right:10px;
}

.rundown-item .rundown-fb {
	min-width:64px;
}

.rundown-item .rundown-disqus {
	/*max-width:60px;*/
	max-width:40px;
	max-height:18px;
	overflow:hidden;
	/*padding-top:48px;*/
	/*margin-left:20px;*/
	margin-left:5px;
}

#main .section,
#main-medium .section,
#main-large .section,
#sidebar .section
/*.rundown-item .section h2*/ {
	margin-bottom:2px;
	-webkit-padding-before:2px;
}

/*#theme .section {
	-webkit-padding-before:2px;
}*/

#sidebar hr {
	margin-bottom:0px;
}

.articles-item .section h2 {
	margin-top:0px;
	margin-bottom:5px
}

#theme .section h2,
.rundown-item .section h2,
#main .section h2,
#main-large .section h2,
#main-medium .section h2,
#sidebar .section h2,
#theme2 .section h2 {
	margin-top:0px;
}

#theme2 .title h1{
	color:#ccc;
}

#pagination {
	margin-top:15px;
	height:30px;
}

#pagination p {
	display:inline-block;
	font-size:14px;
	line-height:16px;
	letter-spacing:1.5px;
	width:657px;
	text-align:center;
}

#pagination a,
#pagination .current,
#pagination .inactive {
	margin:0px 5px 0px 5px;
}

.inactive {
	color:#999;
}

#sidebar {
	width:311px;
	position:absolute;
	top:0px;
	left:657px;
}

#ad300,
#ad300-article,
#ad300-section,
#ad300-lp,
#ad300-article-regular {
	padding-left:12px;
	height:241px;
	margin-top:-10px;
	border:none;
	padding-bottom:14px;
}

#ad300-lp,
#ad300-article-regular {
	margin-top:15px;
	height:253px;
}

#ad300-article-regular {
	margin-top:0px;
	padding-bottom:0px;
}

#ad300-article {
	margin-top:8px;
	padding-bottom:0px;
}

#ad300-section {
	margin-top:0px;
	height:253px;
}

#gallery-sidebar {
	margin-top:10px;
	margin-bottom:15px;
	/*padding-left:4px;*/
	margin-left:13px;
}

.gallery-title {
	margin-top:6px;
}

#house-ad {
	margin-top:13px;
	margin-bottom:15px;
}

#fbwidget,
#tagcloud {
	margin-bottom:15px;
}

#fbwidget {
	width:292px;
	height:369px;
	padding-top:60px;
	padding-left:8px;
	background-image:url('images/fb-bg.gif'); 
}

.fb-hide-border {
	position:relative;
	max-width:284px;
	max-height:356px;
	overflow:hidden;
}

.fb-whiteborder-top,
.fb-whiteborder-left {
	position:absolute;
	top:0px;
	left:0px;
	width:286px;
	height:1px;
	background-color:#fff;
	z-index:999;
}

.fb-whiteborder-left {
	width:1px;
	height:358px;
}

.addthis,
.fb-like,
.twitter-tweet,
.disquss-count {
	float:left;
	/*padding-right:20px;*/
	padding-right:0px;
	max-height:20px;
}

.addthis {
	min-width:138px;
	padding-right:10px;
}

.twitter-tweet,
.disquss-count {
	width:75px;
	padding-left:5px;
	overflow:hidden;
}

.disquss-count,
.rundown-disqus {
	padding-top:2px;
	max-height:18px;
}

.disquss-count {
	padding-top:1px;
}

.rundown-disqus a {
	padding-left:5px;
}

.lb {
	border-right:dotted thin #000;
}

.box-sm {
	float:left;
	max-width:56px;
	overflow:hidden;
}

/*.fb-like-rundown {
	width:57px;
}*/

.vert-divider1,
.vert-divider2 {
	position:absolute;
	top:276px;
	left:53px;
	height:21px;
	min-width:1px;
	border-right:dotted thin #000;
	z-index:800;
}

.vert-divider2 {
	left:131px;
}

#tagcloud {
	margin-top:10px;
}

.spacer {
	height:3px;
	border-top:solid thin #000;	
	border-right:1px solid #fff;
	border-bottom:dotted thin #000;
}

#main .spacer-single,
#main-medium .spacer-single,
#main-large .spacer-single,
#sidebar .spacer-single,
#sidebar .spacer-single-lp {
	height:3px;
	border-bottom:dotted thin #000;
}

#sidebar .spacer-single,
#sidebar .spacer-single-lp {
	height:3px;
	margin-bottom:0px;
	border-right:1px solid #fff;
}

#sidebar .spacer-single-lp {
	height:0px;
}

.gray {
	color:#666;
}

.gray-light {
	color:#808080;
}

.orange {
	color:#ff6f00;
}

.pad13left {
	margin-left:13px;
	padding-top:1px;
	width:300px;
}

.pad10top {
	margin-top:10px;
}

.pad10bottom {
	margin-bottom:10px;
}

.pad15top {
	margin-top:15px;
}

.pad30top {
	margin-top:27px;
}

.ss-buttons,
.articles-item img.ss-buttons2 {
	margin-top:5px;
	margin-bottom:10px
}

.articles-item .ss-buttons2 {
	position:absolute;
	top:112px;
	left:222px;
}

.rundown-item .ss-buttons {
	position:absolute;
	top:222px;
	left:0px;
}

.caption, 
.wp-caption, /**/
#article blockquote {
	background-color:#f7f7f7;
	padding:10px 15px 10px 15px;
	margin-bottom:25px;
}

.wp-caption { /**/
	padding:0px 0px 10px 0px;
	max-width:657px;
}

#article p {
	font-family:Lustria, Georgia, "Times New Roman", Times, serif;
	color:#888;
	font-size:16px;
	line-height:26px;
	margin-bottom:30px;
}

#article .caption p,
#article .wp-caption p, /**/
.submitter {
	font-size:12px;
	color:#666;
	line-height:18px;
	margin-bottom:0px;
}

#article .wp-caption p.wp-caption-text {
	padding:5px 15px 0px 15px; 
}

.submitter {
	color:#ff6f00;
	font-size:14px;
	display:block;
}

#article blockquote {
	background-image:url(images/quote.gif);
	background-repeat:no-repeat;
	/*border-bottom:thin solid #ff6f00;*/
}

#article blockquote p {
	font-size:24px;
	line-height:32px;
	color:#666;
	padding:0px 5px 0px 25px;
	font-style:italic;
	margin-bottom:5px;
}

#tags {
	margin-top:35px;
	margin-bottom:35px;
}

.label, 
.tag,
#tags a {
	color:#888;
	font-family:Oswald, Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:28px;
	letter-spacing:.25px;
	display:inline-block;
	margin-right:10px;
}

.label {	
	text-transform:upper-case;
	font-weight:bold;
}

/*#tags a:link,
#tags a:active,
#tags a:visited {
	background-color:#CCC;
	color:#fff;
	padding:5px 5px 3px 5px;
	line-height:18px;
	font-family:Lustria, Georgia, "Times New Roman", Times, serif;
	letter-spacing:0px;
}

#tags a:hover {
	background-color:#ff6f00;
	text-decoration:none;
}*/

.fbcomments {
	margin-top:10px;
	margin-bottom:30px;
}

label,
.terms {
	display:inline-block;
	font-family:Oswald, Arial, Helvetica, sans-serif;
	color:#ff6f00;
	font-size:11px;
	line-height:11px;
	letter-spacing:.5px;
	text-transform:uppercase;
}

label {
	padding-top:3px;
	padding-bottom:3px;
}

.validate {
	display:none;
	color:#FF0000;
	font-family:Oswald, Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:11px;
	letter-spacing:.5px;
	text-transform:uppercase;
	float:right;
	padding-top:3px;
	padding-bottom:3px;
}

textarea {
	display:block;
}

.terms {
	display:inline-block;
	color:#808080;
	letter-spacing:.25px;
	margin-bottom:4px;	
	margin-top:-5px;	
}

a.underline {
	text-decoration:underline;
}

input,
textarea,
select {
	width:300px;
	font-family:Oswald, Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:14px;
	letter-spacing:.5px;
	color:#888;
	padding-left:4px;
	-webkit-appearance: none;
    border-radius: 0;
}

select {
	height:25px;
	padding-left:0px;
	-webkit-padding-start: 4px;;
}

input,
textarea{
	width:294px;
}

textarea {
	padding-top:4px;
	margin-bottom:5px;
}

input[type=checkbox] {
	position:absolute;
	top:0px;
	left:-9999px;
	width:10px;
	margin-top:7px;
	margin-bottom:7px;
	margin-right:10px;
	margin-left:5px;
	padding-left:0px;
	border:thin solid #000;
}

input[type="checkbox"] + label span {
    display:inline-block;
    width:12px;
    height:12px;
	margin-top:5px;
	margin-right:6px;
	margin-bottom:-1px;
    background:url(images/custom-check.gif) left top no-repeat;
	cursor:pointer;
}

input[type="checkbox"]:checked + label span {
    background:url(images/custom-check-yes.gif) left top no-repeat;
}

input[type="submit"],
.fakefile label {	
	display:block;
	width:300px;
	text-align:left;
	background:url(images/button-bg.gif) left top no-repeat;
	border:none;
	color:#fff;
	max-height:22px;
	-webkit-appearance: none;
    border-radius: 0;
	overflow:hidden;
}

input[type="submit"] {
	min-height:22px;
}

input#s {
	float:left;
	margin-top:1px;
	padding:0px 0px;
	-webkit-margin-before:2px;
	/*-webkit-margin-start:-8px;*/
	/*top:12px;*/
	width:375px;
	/*width:252px;*/
	border:none;
	background-color:transparent;
	font-size:16px;
	line-height:19px;
	letter-spacing:0px;
	color:#7f7f7f;
	-webkit-appearance: none;
    border-radius: 0
}

input:focus, textarea:focus {
    outline: none;
}

input[type="submit"]#searchsubmit,
#clear {
	position:absolute;
	top:-1px;
	left:363px;
	/*left:251px;*/
	width:20px;
	background-image:none;
	background-color:transparent;
	background-image:url('images/search_skins/anemul_search_icon.jpg');
	cursor:pointer;
}

/*input[type="submit"]#searchsubmit {
	float:right;
	margin-top:0px;
	margin-left:0px;
}*/

@-moz-document url-prefix() {
    #search {
		width:350px;
	}
	
	input[type="submit"]#searchsubmit {
		top:0px;
		left:367px;
	}
}

#clear {
	top:16px;
	left:333px;
	min-height:20px;
	z-index:900;
}

.fakefile label {
	font-size:14px;
	padding-top:4px;
	padding-left:5px;
	max-height:22px;
}

input[type="submit"]:hover {
	background:url(images/button-bg.gif) 0px -23px no-repeat;
}

input[type="submit"]#searchsubmit:hover {
	background:url(images/search_skins/anemul_search_icon.jpg);
}


.blackborder {
	border:1px solid #000;
}

.fileinputs {
	position: relative;
}

.fakefile {
	display:block;
	position: absolute;
	top: 0px;
	left: 0px;
	width:300px;
	max-height:23px;
	z-index: 1;
	/*background:url(images/button-bg.gif) left top no-repeat;*/
}

.fakefile:hover {
	background:url(images/button-bg.gif) 0px -23px no-repeat;
}

input[type="file"] {
	border:none;
	position:relative;
	text-align:right;
	-moz-opacity:0;
	filter:alpha(opacity: 0);
	opacity:0;
	z-index:2;
	cursor:pointer;
}

input.file {
	border:none;
	position:relative;
	text-align:right;
	-moz-opacity:0;
	filter:alpha(opacity: 0);
	opacity:0;
	z-index:2;
	cursor:pointer;
}

form {
	margin-top:-1px;
	margin-bottom:15px;
}

/*#float-ssm {
	width:65px;
	height:280px;
	background:#fff;
	position:absolute;  
    top:210px;  
    left:50%;  
	margin-left:-555px;
}

#float-ssm .sm-fb {
	min-height:60px;
	margin-bottom:10px;
}

#float-ssm .sm-gplus {
	margin-bottom:7px;
}

#float-ssm .sm-twitter {
	margin-bottom:10px;
}

#float-ssm .sm-pinterest {
	min-height:60px;
	margin-bottom:10px;
}*/

a.orange-hover {
	background-color:#fb693c;	
	width:208px;
	height:117px;
	display:inline-block;
}

a img:hover {
	-moz-opacity:.65;
	filter:alpha(opacity: 65);
	opacity:.65;
}

#header a img:hover {
	-moz-opacity:1;
	filter:alpha(opacity: 100);
	opacity:1;
}

.centerit {
	text-align:center;
}

#tags a:active,
#tags a:link,
#tags a:visited{
	display:inline-block;
	background-color:#CCC;
	color:#fff;
	padding:2px 5px 0px 5px;
	line-height:18px;
	font-family:Lustria, Georgia, "Times New Roman", Times, serif;
	letter-spacing:0px;
	margin-top:-2px;
	margin-bottom:5px;
}

#tags a:hover {
	background-color:#ff6f00;
	text-decoration:none;
}

.pullup3{
	margin-top:-3px;
}

/*===== DISQUS =====*/
.publisher-anchor-color a {
	font-family:Oswald, Arial, Helvetica, sans-serif;
	font-size:14px;
	letter-spacing:.25px;
}

/*===== CTC Widget Styles =====*/
#tagcloud {
	font-family:Oswald, Arial, Helvetica, sans-serif;
	font-weight:500;
	line-height:22px;
	padding-left:13px;
}

#tagcloud a {
	padding:0px 5px 0px 0px;
}

/*===== Nextgen Gallery Styles =====*/
.gv_gallery {
	background-color:#fff;
}

/*===== css overrides ======*/
#disqus_post_message {
	display:none;
}

/*===== fb like boxes =====*/
.pluginCountBox {
	max-height:15px;
}

/* Z-index of #mask must lower than #boxes .window */
#mask {
  position:absolute;
  top:0px;
  left:0px;
  z-index:99998;
  width:1px;
  height:1px;
  background-color:#000;
  display:none;
}
   
#boxes .window {
  position:fixed;
  width:500px;
  height:700px;
  display:none;
  z-index:99999;
  padding:20px;
  background-color:#FFF;
}
 
 
/* Customize your modal window here, you can add background image too */
#boxes #dialog,
#boxes #dialog2,
#boxes #dialog3,
#boxes #dialog4 {
  width:500px; 
  height:550px;
  overflow:scroll;
}

#boxes #dialog3,
#boxes #dialog4 {
	width:350px;
	height:110px;
	overflow:hidden;
}

#boxes h2 {
	font-family:Oswald, Arial, Helvetica, sans-serif;
	color:#ff6f00;
	font-size:18px;
	line-height:27px;
	margin-bottom:15px;
}

#boxes,
#boxes p {
	font-family:Lustria, Georgia, "Times New Roman", Times, serif;
	color:#666;
	font-size:10px;
	line-height:15px;
	margin-bottom:15px;
}

#boxes a.close {
	display:inline-block;
	float:right;
}

/* Royalslider custom */

.royalSlider.anemulCustomSkin2 { overflow:hidden }

.anemulCustomSkin2 .rsLink {
	z-index:9999 !important;
}

/*.royalSlider .rsThumbsArrow {
	width:64px;
	background:#FFF;
	z-index:9999 !important;
}*/

/*.rsImg {
    filter: grayscale(100%);
	-webkit-filter: grayscale(100%); -moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%); -o-filter: grayscale(100%);
	filter: url(desaturate.svg#greyscale);
	filter: gray;
	-webkit-filter: grayscale(1); 
}*/

.rsAnemulBlock {
	/*position:absolute;
	top:70px;
	left:75px;
	width:395px;
	height:205px;
	overflow:hidden;*/
	/*margin:80px auto auto 75px;*/
	z-index:900;
}

.rsAnemulBlock hr {
	border-top:none;
	height:1px;
	margin-top:1px;
	margin-bottom:-2px;
}

.rsAnemulBlock h1,
.rsAnemulBlock h2 a,
.rsAnemulBlock p {
	text-transform:uppercase;
	width:395px;
	font-size:44px;
	line-height:44px;
	color:#FFF;
	text-align:center;
	font-weight:400;
}

.rsAnemulBlock h2 a,
.rsAnemulBlock p {
	display:block;
	padding-top:10px;
	font-size:18px;
	line-height:18px;
	color:#FFF;
}

.rsAnemulBlock p {
	font-family:Lustria, Georgia, "Times New Roman", Times, serif;
	padding-top:5px;
}

/* Markerly */

.markerly-icon,
.markerly-share-markerly {
	display:none;
}

.markerly-image-wrapper {
	display:inline-block;
	padding-left:3px !important;
}

/* loader */
#loading {
	display:none;
	width:300px;
	padding-left:13px;
}

#loading img {
	width:220px;
	margin-top:-10px;
	margin-left:40px;
}

/* Social modal windows */
.ssmodal {
	font-family:Oswald,Arial, Helvetica, sans-serif;
	display:none;
}

#facebook-outer,
#twitter-outer,
#pinterest-outer,
#gplus-outer,
#youtube-outer {	
	position:absolute;
	top:86px;
	left:669px;
	z-index:9999;
	/*background:#FFF;*/
}

#facebook-bordercover-top,
#gplus-bordercover-top,
#youtube-bordercover-top {
	position:absolute;
	top:10px;
	left:1px;
	height:20px;
	width:300px;
	z-index:10000;
	background-color:#FFF;
}

#gplus-bordercover-top {
	width:310px;
}

#youtube-bordercover-top {
	height:15px;
	width:300px;
}

#facebook-bordercover-bottom,
#gplus-bordercover-bottom,
#youtube-bordercover-bottom {
	position:absolute;
	top:210px;
	left:1px;
	height:20px;
	width:300px;
	z-index:10000;
	background-color:#FFF;
}

#gplus-bordercover-bottom {
	width:310px;
	top:130px;
}

#youtube-bordercover-bottom {
	height:15px;
	width:300px;
	top:120px;
}

#facebook-bordercover-left,
#gplus-bordercover-left,
#youtube-bordercover-left {
	position:absolute;
	top:10px;
	left:2px;
	height:220px;
	width:5px;
	z-index:10000;
	background-color:#FFF;
}

#gplus-bordercover-left {
	height:120px;
}

#youtube-bordercover-left {
	height:120px;
}

#facebook-bordercover-right,
#gplus-bordercover-right,
#youtube-bordercover-right {
	position:absolute;
	top:10px;
	left:295px;
	height:220px;
	width:5px;
	z-index:10000;
	background-color:#FFF;
}

#gplus-bordercover-right {
	height:120px;
	left:302px;
}

#youtube-bordercover-right {
	height:120px;
}


#pinterest-outer {
	left:730px;
}

#fb-inner,
#twitter-inner,
#pinterest-inner,
#gplus-inner,
#youtube-inner {
	display:block;
	border:1px solid #ececec;
	padding:12px 5px 15px 5px;
	width:290px;
	height:auto;/*125px;*/
	-moz-box-shadow: 1px 1px 0px #ececec;
	-webkit-box-shadow: 1px 1px 0px #ececec;
	box-shadow: 1px 1px 0px #ececec;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=0, Direction=135, Color='#ececec')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=0, Direction=135, Color='#ececec');
	background:#FFF;
}

#twitter-inner {
	width:290px;
	height:auto;/*310px;*/
}

#pinterest-inner {
	width:205px;
	height:auto;
	position:relative;
}

#gplus-inner {
	height:118px;/*50px;*/
	width:auto;
}

#youtube-inner {
	height:100px;
}

#fb-inner hr,
#twitter-inner hr,
#pinterest-inner hr {
	border-top: 1px solid #d8dfea;
	/*position:relative;*/	
}

#facebook-outer .pointer,
#twitter-outer .pointer,
#pinterest-outer .pointer,
#gplus-outer .pointer,
#youtube-outer .pointer {
	display:block;
	margin-top:0px;
	margin-left:120px;
	margin-bottom:-1px;
	width:18px;
	height:10px;	
	z-index:10000;
}

#twitter-outer .pointer {
	margin-left:159px;
}

#pinterest-outer .pointer {
	margin-left:138px;
}

#gplus-outer .pointer {
	margin-left:238px;
}

#youtube-outer .pointer {
	margin-left:277px;
}

#fb-inner .icon,
#twitter-inner .icon {
	display:inline-block;
	padding-left:5px;
}

#facebook-outer #fb-inner .fb-btn-block,
.twitter-follow-button  {
	/*display:inline-block;
	padding-left:2px;
	padding-top:2px;*/
	position:absolute;
	top:30px;
	left:66px;
}

.twitter-follow-button {
	top:35px;
	left:207px;
}

.twitter-padded-box {
	padding-left:5px;
	padding-right:0px;
}

.fb-btn-block a {
	font-family:Arial, Helvetica, sans-serif;
	color:#336699;
	font-size:14px;
	font-weight:700;
}

#fb-inner .fb-bounding-box {
	padding-top:5px;
	max-width:50px;
	height:25px;
	overflow:hidden;
}

.fb-facepile {
	padding-left:7px;	
	margin-top:-7px;
}

#pinterest-inner p {
	display:inline-block;
	padding-top:5px;
	padding-right:0px;
	padding-left:9px;
	font-size:12px;
}

#pinterest-inner a {
	position:absolute;
	top:-2px;
	left:10px;
}