/*

Theme Name: robertlforebs

Theme URI: http://wordpress.org/extend/themes/twentyten

Description: The 2010 theme for WordPress is stylish, customizable, simple, and readable -- make it yours with a custom menu, header image, and background. Twenty Ten supports six widgetized areas (two in the sidebar, four in the footer) and featured images (thumbnails for gallery posts and custom header images for posts and pages). It includes stylesheets for print and the admin Visual Editor, special styles for posts in the "Asides" and "Gallery" categories, and has an optional one-column page template that removes the sidebar.

Author: the WordPress team

Author URI: http://wordpress.org/

Version: 1.5

License: GNU General Public License v2 or later

License URI: http://www.gnu.org/licenses/gpl-2.0.html

Tags: black, blue, white, two-columns, fixed-width, custom-header, custom-background, threaded-comments, sticky-post, translation-ready, microformats, rtl-language-support, editor-style, custom-menu, flexible-header

Text Domain: twentyten

*/





/* =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, font, 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 {

	background: transparent;

	border: 0;

	margin: 0;

	padding: 0;

	vertical-align: baseline;

}

h1, h2, h3, h4, h5, h6 {

	font-weight: normal;

}

ol, ul {

	list-style: none;

}

blockquote {

	quotes: none;

}

blockquote:before, blockquote:after {

	content: '';

	content: none;

}

del {

	text-decoration: line-through;

}

/* tables still need 'cellspacing="0"' in the markup */

table {

	border-collapse: collapse;

	border-spacing: 0;

}

a img {

	border: none;

}



/* =Layout

-------------------------------------------------------------- */



/*

LAYOUT: Two columns

DESCRIPTION: Two-column fixed layout with one sidebar right of content

*/



input[type=submit] {

	font-family: "Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", sans-serif;

}

pre {

	font-family: "Courier 10 Pitch", Courier, monospace;

}

code {

	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;

}





/* =Structure

-------------------------------------------------------------- */



/* The main theme structure */

hr {

	background-color: #e7e7e7;

	border: 0;

	clear: both;

	height: 1px;

	margin-bottom: 18px;

}



/* Text elements */

ul {

	list-style: square;

	margin: 0 0 18px 1.5em;

}

ol {

	list-style: decimal;

	margin: 0 0 18px 1.5em;

}

ol ol {

	list-style: upper-alpha;

}

ol ol ol {

	list-style: lower-roman;

}

ol ol ol ol {

	list-style: lower-alpha;

}

ul ul,

ol ol,

ul ol,

ol ul {

	margin-bottom: 0;

}

dl {

	margin: 0 0 24px 0;

}

dt {

	font-weight: bold;

}

dd {

	margin-bottom: 18px;

}

strong {

	font-weight: bold;

}

cite,

em,

i {

	font-style: italic;

}

big {

	font-size: 131.25%;

}

ins {

	background: #ffc;

	text-decoration: none;

}

blockquote {

	font-style: italic;

	padding: 0 3em;

}

blockquote cite,

blockquote em,

blockquote i {

	font-style: normal;

}

pre {

	background: #f7f7f7;

	color: #222;

	line-height: 18px;

	margin-bottom: 18px;

	padding: 1.5em;

}

abbr,

acronym {

	border-bottom: 1px dotted #666;

	cursor: help;

}

sup,

sub {

	height: 0;

	line-height: 1;

	position: relative;

	vertical-align: baseline;

}

sup {

	bottom: 1ex;

}

sub {

	top: .5ex;

}

a:link, a:visited {

	color: #FEC832;

font-weight: bold;

text-decoration: none;

}



a:active,

a:hover {

	color: #ff4b33;

}



/* Text meant only for screen readers */

.screen-reader-text {

	position: absolute;

	left: -9000px;

}





/* =Header

-------------------------------------------------------------- */



#header {

	padding: 30px 0 0 0;

}

#site-title {

	float: left;

	font-size: 30px;

	line-height: 36px;

	margin: 0 0 18px 0;

	width: 700px;

}

#site-title a {

	color: #000;

	font-weight: bold;

	text-decoration: none;

}

#site-description {

	clear: right;

	float: right;

	font-style: italic;

	margin: 15px 0 18px 0;

	width: 220px;

}



/* This is the custom header image */

#branding img {

	border-top: 4px solid #000;

	border-bottom: 1px solid #000;

	display: block;

	float: left;

}





/* =Menu

-------------------------------------------------------------- */



#access {

	background: #000;

	display: block;

	float: left;

	margin: 0 auto;

	width: 940px;

}

#access .menu-header,

div.menu {

	font-size: 13px;

	margin-left: 12px;

	width: 928px;

}

#access .menu-header ul,

div.menu ul {

	list-style: none;

	margin: 0;

}

#access .menu-header li,

div.menu li {

	float: left;

	position: relative;

}

#access a {

	color: #aaa;

	display: block;

	line-height: 38px;

	padding: 0 10px;

	text-decoration: none;

}

#access ul ul {

	box-shadow: 0px 3px 3px rgba(0,0,0,0.2);

	-moz-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);

	-webkit-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);

	display: none;

	position: absolute;

	top: 38px;

	left: 0;

	float: left;

	width: 180px;

	z-index: 99999;

}

#access ul ul li {

	min-width: 180px;

}

#access ul ul ul {

	left: 100%;

	top: 0;

}

#access ul ul a {

	background: #333;

	line-height: 1em;

	padding: 10px;

	width: 160px;

	height: auto;

}

#access li:hover > a,

#access ul ul :hover > a {

	background: #333;

	color: #fff;

}

#access ul li:hover > ul {

	display: block;

}

#access ul li.current_page_item > a,

#access ul li.current-menu-ancestor > a,

#access ul li.current-menu-item > a,

#access ul li.current-menu-parent > a {

	color: #fff;

}

* html #access ul li.current_page_item a,

* html #access ul li.current-menu-ancestor a,

* html #access ul li.current-menu-item a,

* html #access ul li.current-menu-parent a,

* html #access ul li a:hover {

	color: #fff;

}





/* =Content

-------------------------------------------------------------- */



#content pre,

#content kbd,

#content tt,

#content var {

	font-size: 15px;

	line-height: 21px;

}

#content code {

	font-size: 13px;

}

#content dt,

#content th {

	color: #000;

}

.hentry {

	margin: 0 0 15px 0;

}

.home .sticky {

	background: #f2f7fc;

	border-top: 4px solid #000;

	margin-left: -20px;

	margin-right: -20px;

	padding: 18px 20px;

}

.single .hentry {

	margin: 0 0 36px 0;

}

.page-title {

	margin: 0 0 36px 0;

}

.page-title span {

	color: #333;

	font-style: italic;

	font-weight: normal;

}

.page-title a:link,

.page-title a:visited {

	text-decoration: none;

}

.page-title a:active,

.page-title a:hover {

}

.entry-meta {

	color: #888;

	font-size: 12px;

}

.entry-meta abbr,

.entry-utility abbr {

	border: none;

}

.entry-meta abbr:hover,

.entry-utility abbr:hover {

	border-bottom: 1px dotted #666;

}

.entry-content,

.entry-summary {

	clear: both;

	padding: 12px 0 0 0;

}

#content .entry-summary p:last-child {

	margin-bottom: 12px;

}

.entry-content fieldset {

	border: 1px solid #e7e7e7;

	margin: 0 0 24px 0;

	padding: 24px;

}

.entry-content fieldset legend {

	background: #fff;

	color: #000;

	font-weight: bold;

	padding: 0 24px;

}

.entry-content input {

	margin: 0 0 24px 0;

}

.entry-content input.file,

.entry-content input.button {

	margin-right: 24px;

}

.entry-content label {

	color: #888;

	font-size: 12px;

}

.entry-content select {

	margin: 0 0 24px 0;

}

.entry-content sup,

.entry-content sub {

	font-size: 10px;

}

.entry-content blockquote.left {

	float: left;

	margin-left: 0;

	margin-right: 24px;

	text-align: right;

	width: 33%;

}

.entry-content blockquote.right {

	float: right;

	margin-left: 24px;

	margin-right: 0;

	text-align: left;

	width: 33%;

}

.page-link {

	clear: both;

	color: #000;

	font-weight: bold;

	margin: 0 0 22px 0;

	word-spacing: 0.5em;

}

.page-link a:link,

.page-link a:visited {

	background: #f1f1f1;

	color: #333;

	font-weight: normal;

	padding: 0.5em 0.75em;

	text-decoration: none;

}

.home .sticky .page-link a {

	background: #d9e8f7;

}

.page-link a:active,

.page-link a:hover {

	color: #ff4b33;

}

body.page .edit-link {

	clear: both;

	display: block;

}

#entry-author-info {

	background: #f2f7fc;

	border-top: 4px solid #000;

	clear: both;

	font-size: 14px;

	line-height: 20px;

	margin: 24px 0;

	overflow: hidden;

	padding: 18px 20px;

}

#entry-author-info #author-avatar {

	background: #fff;

	border: 1px solid #e7e7e7;

	float: left;

	height: 60px;

	margin: 0 -104px 0 0;

	padding: 11px;

}

#entry-author-info #author-description {

	float: left;

	margin: 0 0 0 104px;

}

#entry-author-info h2 {

	color: #000;

	font-size: 100%;

	font-weight: bold;

	margin-bottom: 0;

}

.entry-utility {

	clear: both;

	color: #888;

	font-size: 12px;

	line-height: 18px;

}

.entry-meta a,

.entry-utility a {

	color: #888;

}

.entry-meta a:hover,

.entry-utility a:hover {

	color: #ff4b33;

}

#content .video-player {

	padding: 0;

}





/* =Asides

-------------------------------------------------------------- */



.home #content .format-aside p,

.home #content .category-asides p {

	font-size: 14px;

	line-height: 20px;

	margin-bottom: 10px;

	margin-top: 0;

}

.home .hentry.format-aside,

.home .hentry.category-asides {

	padding: 0;

}

.home #content .format-aside .entry-content,

.home #content .category-asides .entry-content {

	padding-top: 0;

}





/* =Gallery listing

-------------------------------------------------------------- */



.format-gallery .size-thumbnail img,

.category-gallery .size-thumbnail img {

	border: 10px solid #f1f1f1;

	margin-bottom: 0;

}

.format-gallery .gallery-thumb,

.category-gallery .gallery-thumb {

	float: left;

	margin-right: 20px;

	margin-top: -4px;

}

.home #content .format-gallery .entry-utility,

.home #content .category-gallery .entry-utility {

	padding-top: 4px;

}





/* =Attachment pages

-------------------------------------------------------------- */



.attachment .entry-content .entry-caption {

	font-size: 140%;

	margin-top: 24px;

}

.attachment .entry-content .nav-previous a:before {

	content: '\2190\00a0';

}

.attachment .entry-content .nav-next a:after {

	content: '\00a0\2192';

}





/* =Images

-------------------------------------------------------------- */



/*

Resize images to fit the main content area.

- Applies only to images uploaded via WordPress by targeting size-* classes.

- Other images will be left alone. Use "size-auto" class to apply to other images.

*/

img.size-auto,

img.size-full,

img.size-large,

img.size-medium,

.attachment img {

	max-width: 100%; /* When images are too wide for containing element, force them to fit. */

	height: auto; /* Override height to match resized width for correct aspect ratio. */

}

.alignleft,

img.alignleft {

	display: inline;

	float: left;

	margin-right: 24px;

	margin-top: 4px;

}

.alignright,

img.alignright {

	display: inline;

	float: right;

	margin-left: 24px;

	margin-top: 4px;

}

.aligncenter,

img.aligncenter {

	clear: both;

	display: block;

	margin-left: auto;

	margin-right: auto;

}

img.alignleft,

img.alignright,

img.aligncenter {

	margin-bottom: 12px;

}

.wp-caption {

	background: #f1f1f1;

	line-height: 18px;

	margin-bottom: 20px;

	max-width: 632px !important; /* prevent too-wide images from breaking layout */

	padding: 4px;

	text-align: center;

}

.wp-caption img {

	margin: 5px 5px 0;

}

.wp-caption p.wp-caption-text {

	color: #888;

	font-size: 12px;

	margin: 5px;

}

.wp-smiley {

	margin: 0;

}

.gallery {

	margin: 0 auto 18px;

}

.gallery .gallery-item {

	float: left;

	margin-top: 0;

	text-align: center;

	width: 33%;

}

.gallery-columns-2 .gallery-item {

	width: 50%;

}

.gallery-columns-4 .gallery-item {

	width: 25%;

}

.gallery img {

	border: 2px solid #cfcfcf;

}

.gallery-columns-2 .attachment-medium {

	max-width: 92%;

	height: auto;

}

.gallery-columns-4 .attachment-thumbnail {

	max-width: 84%;

	height: auto;

}

.gallery .gallery-caption {

	color: #888;

	font-size: 12px;

	margin: 0 0 12px;

}

.gallery dl {

	margin: 0;

}

.gallery img {

	border: 10px solid #f1f1f1;

}

.gallery br+br {

	display: none;

}

#content .attachment img {/* single attachment images should be centered */

	display: block;

	margin: 0 auto;

}





/* =Navigation

-------------------------------------------------------------- */



.navigation {

	color: #888;

	font-size: 12px;

	line-height: 18px;

	overflow: hidden;

}

.navigation a:link,

.navigation a:visited {

	color: #888;

	text-decoration: none;

}

.navigation a:active,

.navigation a:hover {

	color: #ff4b33;

}

.nav-previous {

	float: left;

	width: 50%;

}

.nav-next {

	float: right;

	text-align: right;

	width: 50%;

}

#nav-above {

	margin: 0 0 18px 0;

}

#nav-above {

	display: none;

}

.paged #nav-above,

.single #nav-above {

	display: block;

}

#nav-below {

	margin: -18px 0 0 0;

}







/* =Comments

-------------------------------------------------------------- */

#comments {

	clear: both;

}

#comments .navigation {

	padding: 0 0 18px 0;

}

h3#comments-title,

h3#reply-title {

	color: #000;

	margin-bottom: 0;

}

h3#comments-title {

	padding: 24px 0;

}

.commentlist {

	list-style: none;

	margin: 0;

}

.commentlist li.comment {

	border-bottom: 1px solid #e7e7e7;

	line-height: 24px;

	margin: 0 0 24px 0;

	padding: 0 0 0 56px;

	position: relative;

}

.commentlist li:last-child {

	border-bottom: none;

	margin-bottom: 0;

}

#comments .comment-body ul,

#comments .comment-body ol {

	margin-bottom: 18px;

}

#comments .comment-body p:last-child {

	margin-bottom: 6px;

}

#comments .comment-body blockquote p:last-child {

	margin-bottom: 24px;

}

.commentlist ol {

	list-style: decimal;

}

.commentlist .avatar {

	position: absolute;

	top: 4px;

	left: 0;

}

.comment-author {

}

.comment-author cite {

	color: #000;

	font-style: normal;

	font-weight: bold;

}

.comment-author .says {

	font-style: italic;

}

.comment-meta {

	font-size: 12px;

	margin: 0 0 18px 0;

}

.comment-meta a:link,

.comment-meta a:visited {

	color: #888;

	text-decoration: none;

}

.comment-meta a:active,

.comment-meta a:hover {

	color: #ff4b33;

}

.commentlist .even {

}

.commentlist .bypostauthor {

}

.reply {

	font-size: 12px;

	padding: 0 0 24px 0;

}

.reply a,

a.comment-edit-link {

	color: #888;

}

.reply a:hover,

a.comment-edit-link:hover {

	color: #ff4b33;

}

.commentlist .children {

	list-style: none;

	margin: 0;

}

.commentlist .children li {

	border: none;

	margin: 0;

}

.nopassword,

.nocomments {

	display: none;

}

#comments .pingback {

	border-bottom: 1px solid #e7e7e7;

	margin-bottom: 18px;

	padding-bottom: 18px;

}

.commentlist li.comment+li.pingback {

	margin-top: -6px;

}

#comments .pingback p {

	color: #888;

	display: block;

	font-size: 12px;

	line-height: 18px;

	margin: 0;

}

#comments .pingback .url {

	font-size: 13px;

	font-style: italic;

}



/* Comments form */

input[type=submit] {

	color: #333;

}

#respond {

	border-top: 1px solid #e7e7e7;

	margin: 24px 0;

	overflow: hidden;

	position: relative;

}

#respond p {

	margin: 0;

}

#respond .comment-notes {

	margin-bottom: 1em;

}

.form-allowed-tags {

	line-height: 1em;

}

.children #respond {

	margin: 0 48px 0 0;

}

h3#reply-title {

	margin: 18px 0;

}

#comments-list #respond {

	margin: 0 0 18px 0;

}

#comments-list ul #respond {

	margin: 0;

}

#cancel-comment-reply-link {

	font-size: 12px;

	font-weight: normal;

	line-height: 18px;

}

#respond .required {

	color: #ff4b33;

	font-weight: bold;

}

#respond label {

	color: #fff;

	font-size: 12px;

}

#respond input {

	margin: 0 0 9px;

	width: 98%;

}

#respond textarea {

	width: 98%;

}

#respond .form-allowed-tags {

	color: #fff;

	font-size: 12px;

	line-height: 18px;

}

#respond .form-allowed-tags code {

	font-size: 11px;

}

#respond .form-submit {

	margin: 12px 0;

}

#respond .form-submit input {

	font-size: 14px;

	width: auto;

}





/* =Widget Areas

-------------------------------------------------------------- */



.widget_search #s {/* This keeps the search inputs in line */

	width: 60%;

}

.widget_search label {

	display: none;

}

.widget-container {

	margin: 0 0 18px 0;

}

.widget-title {

	color: #222;

	font-weight: bold;

}

#wp_tag_cloud div {

	line-height: 1.6em;

}

#wp-calendar {

	width: 100%;

}

#wp-calendar caption {

	color: #222;

	font-size: 14px;

	font-weight: bold;

	padding-bottom: 4px;

	text-align: left;

}

#wp-calendar thead {

	font-size: 11px;

}

#wp-calendar thead th {

}

#wp-calendar tbody {

	color: #aaa;

}

#wp-calendar tbody td {

	background: #f5f5f5;

	border: 1px solid #fff;

	padding: 3px 0 2px;

	text-align: center;

}

#wp-calendar tbody .pad {

	background: none;

}

#wp-calendar tfoot #next {

	text-align: right;

}

.widget_rss a.rsswidget {

	color: #000;

}

.widget_rss a.rsswidget:hover {

	color: #ff4b33;

}

.widget_rss .widget-title img {

	width: 11px;

	height: 11px;

}



/* Main sidebars */

#primary {

}

#secondary {

}



/* Footer widget areas */

#footer-widget-area {

}





/* =Footer

-------------------------------------------------------------- */



img#wpstats {

	display: block;

	margin: 0 auto 10px;

}





/* =Mobile Safari ( iPad, iPhone and iPod Touch )

-------------------------------------------------------------- */



pre {

	-webkit-text-size-adjust: 140%;

}

code {

	-webkit-text-size-adjust: 160%;

}

#access,

.entry-meta,

.entry-utility,

.navigation,

.widget-area {

	-webkit-text-size-adjust: 120%;

}

#site-description {

	-webkit-text-size-adjust: none;

}





/* =Print Style

-------------------------------------------------------------- */



@media print {

	body {

		background: none !important;

	}

	#wrapper {

		clear: both !important;

		display: block !important;

		float: none !important;

		position: relative !important;

	}

	#header {

		border-bottom: 2pt solid #000;

		padding-bottom: 18pt;

	}

	#colophon {

		border-top: 2pt solid #000;

	}

	#site-title,

	#site-description {

		float: none;

		line-height: 1.4em;

		margin: 0;

		padding: 0;

	}

	#site-title {

		font-size: 13pt;

	}

	.entry-content {

		font-size: 14pt;

		line-height: 1.6em;

	}

	.entry-title {

		font-size: 21pt;

	}

	#access,

	#branding img,

	#respond,

	.comment-edit-link,

	.edit-link,

	.navigation,

	.page-link,

	.widget-area {

		display: none !important;

	}

	#container,

	#header,

	#footer {

		margin: 0;

		width: 100%;

	}

	#content,

	.one-column #content {

		margin: 24pt 0 0;

		width: 100%;

	}

	.wp-caption p {

		font-size: 11pt;

	}

	#site-info,

	#site-generator {

		float: none;

		width: auto;

	}

	#colophon {

		width: auto;

	}

	img#wpstats {

		display: none;

	}

	#site-generator a {

		margin: 0;

		padding: 0;

	}

	#entry-author-info {

		border: 1px solid #e7e7e7;

	}

	#main {

		display: inline;

	}

	.home .sticky {

		border: none;

	}

}





/* Generated by Font Squirrel (http://www.fontsquirrel.com) on October 28, 2013 */







@font-face {

    font-family: 'paytone_oneregular';

    src: url('fonts/paytoneone-webfont.eot');

    src: url('fonts/paytoneone-webfont.eot?#iefix') format('embedded-opentype'),

         url('fonts/paytoneone-webfont.woff') format('woff'),

         url('fonts/paytoneone-webfont.ttf') format('truetype'),

         url('fonts/paytoneone-webfont.svg#paytone_oneregular') format('svg');

    font-weight: normal;

    font-style: normal;



}



.clearfix:after {

	content: ".";

	display: block;

	clear: both;

	visibility: hidden;

	line-height: 0;

	height: 0;

}

 

.clearfix {

	display: inline-block;

}

 

html[xmlns] .clearfix {

	display: block;

}

 

* html .clearfix {

	height: 1%;

}







@font-face {

    font-family: 'belgranoregular';

    src: url('fonts/belgrano-regular-webfont.eot');

    src: url('fonts/belgrano-regular-webfont.eot?#iefix') format('embedded-opentype'),

         url('fonts/belgrano-regular-webfont.woff') format('woff'),

         url('fonts/belgrano-regular-webfont.ttf') format('truetype'),

         url('fonts/belgrano-regular-webfont.svg#belgranoregular') format('svg');

    font-weight: normal;

    font-style: normal;



}

body {margin:0px; padding:0px}



h2 {font-family:'paytone_oneregular'; font-weight:normal; line-height:27px}

h2 a {color:#ffd04f !important; text-decoration:none; font-size:25px}

h2.subhed {padding-bottom:10px}



#header {height:166px; width:100%; background:url(images/headerbg.jpg) no-repeat bottom center}

body.home #header {height:166px; width:100%; background:url(images/headerbg2.jpg) no-repeat bottom center}



.headerin{width:998px; margin:0px auto}



.logo {display:block; width:422px; height:140px; float:left; display:inline; text-indent:-2000px; font-size:0px; margin-left:20px; margin-top:10px}



.navbox {background:url(images/navbg-new.png) no-repeat center top; width:100%; height:35px; background-size : cover !important}

.socialbox {float:left; margin-top:2px; display:inline}

.menu-header1 {margin:0px auto; width:998px; background:url(images/navbg.png) no-repeat bottom center; min-height:35px }

.menu-header {float:left; display:inline; padding-top:2px; margin-left:15px}

.menu-header ul, .menu-header ul li {margin:0px; padding:0px; list-style:none; list-style-image:none}



.menu-header ul li {float:left; display:inline; margin:0px 18px; position:relative}





.menu-header ul li a {color:#FFFFFF; text-transform:uppercase; text-decoration:none; font-family:'paytone_oneregular'; font-size:16px; letter-spacing:0.05em; display:block; font-weight: normal;}

.menu-header ul li a:hover, .menu-header ul li:hover a {color:#ffd04e}

.menu-header ul li ul { position:absolute; display:none; background:url(images/navsubbg.png) no-repeat bottom center; width:193px; left:-15px; top:25px; padding-bottom:12px; z-index:99999}





.menu-header ul li ul li {margin:0px; width:163px; padding:4px 15px}

.menu-header ul li ul li:first-child {background:url(images/navsubbg1.png) no-repeat top center; padding-top:10px}

.menu-header ul li ul li a, .menu-header ul li:hover ul li a {color:#000000 !important; font-size:13px !important; letter-spacing:0px; line-height:14px}

.menu-header ul li ul li a:hover {color:#00add8 !important}

.menu-header ul li:hover > ul {display:block}



.main {background:url(images/contentbg.png) no-repeat bottom center; width:100%; background-size : cover !important}

body.home .main { background:none}

#main {width:928px; margin:0px auto; padding:0px 35px; padding-bottom:20px; color:#FFFFFF; font-family:'belgranoregular'; font-size:15px}

body.home #main { width:958px; padding:0px 20px}

body.page-template-archive-video-php #main, body.single-video #main { width:942px; padding:0px 28px}





.one-column {width:928px; padding-top:10px; min-height:300px}

body.home .one-column {width:958px;}

h1.entry-title {clear:none !important}





#footer {background:url(images/footer-bg.png) no-repeat top center; width:100%; height:105px; clear:both; background-size : cover !important}

body.home #footer {background:url(images/footer-bg-home.png) no-repeat top center; width:100%; height:120px; clear:both}

#footerin {width:938px; margin:0px auto}



.copyright {float:left; display:inline; color:#FFFFFF; font-size:12px; font-family:'belgranoregular'; margin-top:40px; line-height:20px}





.searchbox {float:right; display:inline; width:160px; height:22px; margin-right:45px; margin-top:9px}

.searchbox label {display:none}

.searchbox form #s {background:#FFFFFF; width:110px; padding:3px 5px; height:16px; line-height:16px; float:left; font-family:'belgranoregular'; font-size:14px; border:0px solid #FF0000}

.searchbox form #searchsubmit {background:url(images/go.jpg) no-repeat center center; border:0px; width:30px; height:17px; text-indent:-2000px; font-size:0px; line-height:0px; float:left; margin-top:3px; margin-left:5px; cursor:pointer}



.rotorbox {background:url(images/rotorbg.png) no-repeat top center; width:100%; height:271px; margin-bottom:20px; background-size : cover !important}

.myrotor {width:950px; height:260px; margin:0px auto;}





.myr1 .nivoSlider {box-shadow:0 0px 0px 0px #4A4A4A !important}



.nivo-caption {background:none !important; opacity:1 !important; width:525px !important; left:0px !important; padding-right:10px !important; top:0px !important;}

.nivo-caption h4 {color:#FFFFFF !important; font-size:55px; font-family:'belgranoregular'; font-weight:normal; line-height:60px}

.nivo-caption .sl1 {color:#ffd04f; font-size:24px;; font-family:'paytone_oneregular'; line-height:28px !important; padding-top:10px}







.nivo-controlNav {float:left; display:inline; margin-top:-50px; width:auto !important; margin-left:0px; position:absolute !important; z-index:999999 !important}



.theme-default .nivo-controlNav a {width:13px !important; height:13px !important; background:url(images/dots.png) no-repeat top center !important; margin:0px 10px !important}

.theme-default .nivo-controlNav a.active {background:url(images/dots.png) no-repeat bottom center !important;}





body.home h1 {color:#00abd6; font-size:24px; font-family:'paytone_oneregular'}

body.home #main {color:#000000}



.homelinks {width:948px}

.homelinks, .homelinks li {margin:0px; padding:0px; list-style:none; list-style-image:none}

.homelinks {overflow:hidden; background:url(images/bg1.png) no-repeat top center}

.homelinks li {float:left; display:inline}

.homelinks li a {padding-top:255px; height:92px;}

.homelinks li a.hmlink1 {display:block; width:312px; background:url(images/link1pic.png) no-repeat center center; color:#FFFFFF; text-decoration:none}

.homelinks li a.hmlink2 {display:block; width:371px; background:url(images/link2pic.png) no-repeat center center; color:#FFFFFF; text-decoration:none}

.homelinks li a.hmlink3 {display:block; width:265px; background:url(images/link3pic.png) no-repeat center center; color:#FFFFFF; text-decoration:none}



.homelinks li a .blbg {width:275px; height:57px; background:url(images/trans1.png) no-repeat center center; display:block; margin:0px auto; text-align:center; padding-top:4px}

.homelinks li a .blbg .hlink2 {display:block; font-style:italic; font-family:'belgranoregular'}

.homelinks li a .blbg .hlink1 {font-size:19px}

.homelinks li a .blbg .hlink1 b {font-size:17px; font-family:'paytone_oneregular'; font-weight:normal; text-transform:uppercase}



.home-divider {background:url(images/divider1.png) no-repeat center; width:964px; height:15px; clear:both; margin:20px 0px}





.blogpage {float:left; width:600px; margin-top:15px}

#secondary {float:right; width:334px; background:url(images/blogbg1.jpg) no-repeat bottom center; margin-top:25px; padding-bottom:30px}



#secondary .widget-container2 {padding-left:15px; padding-right:15px; margin-bottom:20px}

#secondary .widget-container2:first-child {background:url(images/blogbg3.jpg) no-repeat top center; padding-top:20px}

#secondary .widget-container2 .widget-title2 {color:#343635; font-size:22px; padding-bottom:10px}

#secondary .widget-container2 ul, #secondary .widget-container2 ul li {margin:0px; padding:0px; list-style:none; list-style-image:none}

#secondary .widget-container2 ul li {padding-bottom:5px}

#secondary .widget-container2 ul li a {text-decoration:none; color:#f7803e; font-family:'belgranoregular'}

#secondary .widget-container2 ul li a:hover {color:#FFFFFF}



body.blog #main, body.single-post #main, body.archive #main {width:944px; padding:0px 27px 0px 20px; overflow:hidden}



.bloghead {background:url(images/blogbg2.jpg) no-repeat center center; width:585px; height:145px; padding-bottom:20px; padding-left:15px; padding-top:26px}

.bloghead h4 {color:#ef7e3a; font-size:55px; margin:0px; padding:0px}

.bloghead h3 {color:#565656; font-size:24px; margin:0px; padding:0px}



.blogpage div.type-post {background:url(images/blog-sep.png) no-repeat center bottom; padding-bottom:0px}

.single-post div.type-post {background:none !important}

.blogpage div.type-post h2 {font-family:'paytone_oneregular'; font-weight:normal; line-height:27px}

.blogpage div.type-post h2 a {color:#ffd04f; text-decoration:none; font-size:25px}

body.single-post #main h1 {font-family:'paytone_oneregular'; font-weight:normal; line-height:30px !important; color:#ffd04f; font-size:25px}



.blogpage .entry-meta, body.search-results .hentry .entry-meta  { text-transform:uppercase; color:#FFFFFF; font-family:'paytone_oneregular'; font-size:14px; padding-top:10px; font-weight:normal}

.blogpage .entry-content {font-family:'belgranoregular'; font-size:14px; padding-right:80px}



.blogpage .entry-content .readmore {padding-top:0px}

.blogpage .entry-content .readmore a, body.search-results .hentry .readmore a {font-family:'paytone_oneregular'; color:#ffd04f; text-decoration:none} 

.blogpage .entry-summary .readmore {padding-top:0px}

.blogpage .entry-summary .readmore a {font-family:'paytone_oneregular'; color:#ffd04f; text-decoration:none} 



.widget_FacebookLikeBox iframe {background:#FFFFFF !important}



._4s7c {border:0px !important}



.entry-content p, .entry-summary p {padding-bottom:20px}



p.readmore {padding:0px}



.blogpage .hentry {margin-bottom:15px}



#respond {border:0px; background:url(images/blog-sep.jpg) no-repeat top center; padding-top:10px}

#respond h3#reply-title {font-family:'paytone_oneregular'; color:#ffd04f; font-size:26px}







.newsletterbox {float:right; display:inline; margin-top:30px; text-align:right; background:url(images/newsletter-bg.png) no-repeat bottom right; overflow:hidden; height:56px}

.newsletterbox label {display:block; color:#FFFFFF; font-family:'belgranoregular'; text-transform:uppercase; text-align:right; padding-bottom:5px; font-weight:bold; font-size:14px}

.newsletterbox input#fieldEmail {border:1px solid #FFFFFF; width:145px; height:22px; float:right; margin-right:9px; font-family:'belgranoregular'; line-height:22px; margin-top:2px}

.newsletterbox button { background:url(images/go2.jpg) no-repeat; width:30px; height:17px; text-indent:-2000px; font-size:0px; line-height:0px; cursor:pointer; border:0px; float:right; margin-top:7px; margin-right:4px}



.rtimg {float:right; width:400px}

.rtimg img {-webkit-box-shadow: #4a4a4a 2px 2px 10px;

  -moz-box-shadow: #4a4a4a 2px 2px 10px;

  box-shadow: #4a4a4a 2px 2px 10px;}

.one-column .entry-content {line-height:22px}

.entry-content h3 {font-size:23px; padding-bottom:5px}



a.mybutton, .mybutton {background:url(images/mybutton.jpg) no-repeat center center; width:66px; height:42px; float:left; margin-right:13px; text-align:center; text-decoration:none; color:#3a3a3a !important; font-family:'paytone_oneregular'; font-size:14px; padding-top:24px; font-weight: normal;}

.mybutton:hover {color:#FFFFFF !important}

.clear {clear:both}



#fancybox-title #fancybox-title-inside {font-size:25px; font-family:'belgranoregular'; color:#000000}







.video-box {float:left; display:inline; margin:7px; width:300px; min-height:260px}



.archive-video, .single-video {overflow:hidden}



.video-box .videothumb { display:block; width:48px; height:48px; padding:61px 126px; margin-bottom:5px; background-size:cover !important}

.video-box .videolink {color:#FEC832; font-family:'belgranoregular'; font-size:20px; text-decoration:none; padding-bottom:10px}

.video-box p {padding-right:20px}





.single-video {padding-top:10px}

.video-detail {float:left; width:600px; margin-right:15px}







.wp-pagenavi {float:right; margin-top:30px}



.wp-pagenavi span, .wp-pagenavi a{border:0px;margin:0px;padding:0px;height:24px;line-height:24px;float:left;display:inline;margin-right:4px;border-radius:0px;-moz-border-radius:0px;-webkit-border-radius:0px; border:0px}



.wp-pagenavi a.page{display:block;height:24px;color:#FEC832;font-size:22px; text-align:center;font-weight:bold; border:0px;padding:0px 0px !important}

.wp-pagenavi span.current{display:block;height:24px;color:#FFFFFF;font-size:22px;text-decoration: underline; text-align:center;font-weight:bold; border:0px;padding:0px 0px !important}

.wp-pagenavi span.pages{color:#FFFFFF;padding:0px 0px !important; border:0px; margin-top:2px !important; font-family:'paytone_oneregular'}

.wp-pagenavi span.extend{background:none}

.wp-pagenavi a.nextpostslink, .wp-pagenavi a.previouspostslink{display:block;height:24px;color:#FEC832;font-size:22px;font-style:italic;text-align:center;font-weight:bold;font-style:normal; border:0px;padding:0px 0px !important}

.wp-pagenavi a.last, .wp-pagenavi a.first{display:block;height:24px;color:#FEC832;font-size:22px;font-style:italic;text-align:center;font-weight:bold;padding:0px 0px !important}





.single-video .hentry {margin-bottom:10px}



#third h3.widget-title5 {display:none;}

#third #text-2 {width:610px; float:left}

#third .widget_reallysimpletwitterwidget {float:right; width:309px; background:url(images/twitterbg.png) no-repeat bottom center}

#third .widget_reallysimpletwitterwidget h3.widget-title5 {background:url(images/twitter-head.png) no-repeat top center; width:289px; height:58px; color:#FFFFFF; margin:0px; padding:0px; font-family:'belgranoregular'; font-size:24px; line-height:58px; display:block; margin-left:-2px; padding-left:20px; margin-top:-5px; font-weight:bold}



#third .widget_reallysimpletwitterwidget ul, #third .widget_reallysimpletwitterwidget ul li {margin:0px; padding:0px; list-style:none; list-style-image:none}

#third .widget_reallysimpletwitterwidget ul {padding:20px; padding-top:0px; padding-bottom:5px}

#third .widget_reallysimpletwitterwidget ul li {background:url(images/twitterbg1.png) no-repeat center bottom; padding-bottom:15px; padding-top:15px; color:#3a3a3a; font-size:16px; line-height:20px}

#third .widget_reallysimpletwitterwidget ul li:last-child {background:none}

#third .widget_reallysimpletwitterwidget ul li a {color:#00abd6	}





body.search-results #container {padding-top:10px}

body.search-results .hentry {background:url(images/search-sep.png) no-repeat center bottom; padding-bottom:0px}

body.search-results .hentry h2{font-family:'paytone_oneregular'; font-weight:normal; line-height:27px}

body.search-results .hentry h2 a {color:#ffd04f; text-decoration:none; font-size:25px}





#secondary .really_simple_twitter_widget li {padding-bottom:22px !important; color:#3a3a3a !important; line-height:23px}

#secondary .widget_reallysimpletwitterwidget {margin-bottom:5px !important}





.nivo-caption .buy-but {width:107px; height:76px; margin-top:-70px; float:right !important; background:url(images/buyit.png) no-repeat center center; text-align:center; padding-top:31px}

.nivo-caption .buy-but a {display:block !important; color:#3a3a3a !important; font-family:'paytone_oneregular'; font-size:14px; text-decoration:none !important; outline:none !important; border:0px !important}

.nivo-caption .buy-but a:hover {color:#FFFFFF !important}



.nivo-caption .buy-but a.buyit {margin-top:10px}

a#follow-button.btn #l.label {padding-left: 20px; margin-left: 20px;}

h3.home {padding-bottom: 15px; font-size: 24px; font-weight: bold; color: #149BCE}
.btn .label {margin-left: 20px;}

.home-video p a, .textwidget p:nth-child(3) a:nth-child(1),
.textwidget p:nth-child(3) a:nth-child(2) {color: #009CCD;}
.wp-pagenavi .current {color: black;}

dl.gallery-item:nth-child(1) > dd:nth-child(2), dd.wp-caption-text.gallery-caption {color: white;}

.mobile_menubtn{
    position: absolute;
    right: 15px;
    top: 50px;
    width: 36px;
    height: 30px;
    z-index: 11;
}



