
/* Reset default browser styles */
@import url('resets/reset.css');

/* Rebuild default browser styles */
@import url('resets/rebuild.css');

/* Basic WordPress Styles */
@import url('resets/wp.css');

/* General Styles
-------------------------------------------------------------- */

/* The following section sets the basic body, H1-H5 and link styles */

body {
	background		: 	 0 0px #131313;
    padding-top 	: 	0;
	margin-top 		: 	0;
}

h1 { /* The H1 tag is used for page titles */
	font-size 		: 	22px;
	font-weight		:	bold;
    color			: 	#F0F0EE;
    padding-bottom	:	15px;
    margin-bottom	:	10px;
    border-bottom	:	1px solid #E1E1E1;
}

h1 a:link, .h1 a:visited {
	color			: 	#F0F0EE;
}

h2 { /* The H2 tag is used for post titles */
	font-size 		: 	20px;
	font-weight		:	bold;
    color			: 	#FFFFFF;
}

h2 a:link, .h2 a:visited {
	color			: 	#FFFFFF;
}

h3 {
	font-size 		: 	18px;
	font-weight		:	bold;
    color			: 	#FFFFFF;
}

h3 a:link, .h1 a:visited {
	color			: 	#FFFFFF;
}

h4 {
	font-size 		: 	16px;
	font-weight		:	bold;
    color			: 	#FFFFFF;
}

h4 a:link, .h4 a:visited {
	color			: 	#FFFFFF;
}

h5 {
	font-size 		: 	14px;
	font-weight		:	bold;
    color			: 	#FFFFFF;
}

h5 a:link, .h5 a:visited {
	color			: 	#FFFFFF;
}

a:link,a:visited { /* This styles the majority of the on page links. The sidebar links can be styled seperately */
	color 			: 	#d6b328;
	text-decoration : 	none;
}

a:hover,a:active {
	color 			: 	#ffe11c;
	text-decoration : 	none;
}


/* NextGen Gallery Styles
-------------------------------------------------------------- */

div.slideshow { /* This sets a border around the main page slideshow */
	border 			: 	5px solid #E1E1E1;
    width			:	800px;
    margin			:	0 auto;
}

/* The following align single NextGen images */

img.ngg-left {
	float			:	left;
    margin-right	:	10px;
}

img.ngg-right {
	float			:	right;
    margin-left		:	10px;
}

img.ngg-center {
	display			:	block;
    margin			:	5px auto;
}

div.ngg-clear { /* This makes sure text does not wrap around galleries */
	width			:	100%;
	clear			:	both;
}


/* General Page Styles
-------------------------------------------------------------- */

#wrapper { /* This sets the width of the entire site */
	position 		: 	relative;
	width 			: 	960px;
	margin 			: 	0 auto;
}

#container { /* This sets the width of the main content area */
	float			: 	left;
	margin			: 	0;
	width			: 	940px;
    padding			: 	10px;
	background		: 	transparent;
    border			:	0px solid #CCCCCC;
}


/* Menu Styles
-------------------------------------------------------------- */

#menu_wrapper { /* This is the main menu container */
    	width 			: 	600px;
    margin			: 	30px 10px 0 0;
	float 			: 	right;
	text-align 		: 	right;
    	overflow 		: 	visible;
	padding-top 	: 	22px;
}

.menu ul, .menu ul * { /* This sets the width of the menu */
	list-style		: 	none;
	margin			: 	0;
	padding			:	0;
}

.menu ul { /* This sets the line height of the menu */
	line-height		:	1.0;
}

.menu a { /* This controls the font size and position of the main menu links */
	position		:	relative;
	display			: 	block;
	float			: 	left;
    font-size 		: 	12px;
}

.menu a:link,.menu a:visited { /* This sets the color and style of the main menu links */
	display 		: 	inline;
	float 			: 	none;
	text-decoration : 	none;
	color 			: 	#ebcd57;
    font-family		:	helvetica, arial, sans-serif;
	font-weight 	: 	bold;
	text-transform 	: 	uppercase;
	padding 		: 	22px 17px 12px 17px;
	background 		: 	transparent;
}

.menu a:hover,.menu a:active,
.menu .current_page_item a:link,
.menu .current_page_item a:visited { /* This sets the color and style of the hover and active states of the main menu links */
	color 			: 	#ffe11c;
	background 		: 	transparent;
}

.menu .current_page_item ul a:link,
.menu .current_page_item ul a:visited { /* This sets the color and style of the current page item on the main menu links */
	color 			: 	#ffe11c;
	background 		: 	#000000;
}

.menu .current_page_item ul li a:hover,
.menu .current_page_item ul li a:active { /* This sets the color and style of the hover and active states of the current page item on the main menu links */
	color 			: 	#ffe11c;
	background 		: 	#000000;
}

.menu ul li { /* This sets the position of the main menu items */
	position		:	relative;
	display			: 	inline;
    margin			:	0 0 0 0;
}

.menu ul li:hover {
	visibility		:	inherit; /* fixes IE7 'sticky bug' */
}

.menu ul li ul { /* This sets the position of the dropdown menu */
	display			: 	none;
    position		:	absolute;
	top				:	-999em;
    margin			:	0 0 0 0;
	width			:	10em; /* left offset of submenus need to match (see below) */
    border-top		:	2px solid #ffe11c;
}

.menu ul li:hover ul,
.menu ul li ul { /* This sets the position and z-index of the dropdown menu */
	left			:	0;
	top				:	2.2em; /* match top ul list item height */
	z-index			:	99;
}

.menu ul li ul li { /* This sets the size and transparency of the dropdown items */
	display 		: 	block;
	width			:	100%;
	filter			:	alpha(opacity=90);
	opacity			: 	0.90;
	-moz-opacity	:	0.90;
    margin			:	0;
}

.menu ul li ul li a:link,
.menu ul li ul li a:visited,
.menu ul li.current_page_item ul li a:link,
.menu ul li.current_page_item ul li a:visited { /* This sets the color and style of the drop down menu links */
	display 		: 	block;
	padding 		: 	5px;
	text-align 		: 	left;
	color 			: 	#35382d;
	background 		: 	#ebcd57;
    font-size 		: 	12px;
    font-family		:	helvetica, arial, sans-serif;
}

.menu ul li ul li a:hover,
.menu ul li ul li a:active,
.menu ul li.current_page_item ul li a:hover,
.menu ul li.current_page_item ul li a:active,
.menu ul li ul li.current_page_item a:link,
.menu ul li ul li.current_page_item a:visited { /* This sets the color and style of the hover, active & current states of the drop down menu links */
	color 			: 	#ffe11c;
	background 		: 	#1F1F1F;
}

 /* The remaining items below are essential positioning styles for the menus */

.menu ul li:hover li ul,
.menu ul li li ul {
	top				:	-999em;
}

.menu ul li li:hover ul,
.menu ul li li ul {
	left			:	10em; /* match ul width */
	top				:	0;
}

.menu ul li li:hover li ul,
.menu ul li li li ul {
	top				:	-999em;
}

.menu ul li li li:hover ul,
.menu ul li li li ul {
	left			:	10em; /* match ul width */
	top				:	0;
}


/* Header Styles
-------------------------------------------------------------- */

#header { /* This sets the color of the header */
	background		:	 #131313;
    width			:	100%;
    height			:	80px;
    margin-bottom	:	10px;
}

#masthead { /* This sets total width and position of the header */
    width			:	960px;
    margin			:	0 auto;
}

#branding { /* This sets the size and position of the logo area on the header */
    display			:	block;
		width 			: 	300px;
	float 			: 	left;
    margin			:	0;
        padding			:	10px 0 0px 0;
}

#branding a { /* This sets the color and style of the wordpress title */
    text-decoration	:	none;
}

#branding h1 { /* This sets the color of the wordpress title */
	font-size		:	24px;
    font-family		:	helvetica, arial, sans-serif;
	color			: 	#FFFFFF;
    border			:	0;
    margin-bottom	:	5px;
    padding			:	0;
}

#branding .description { /* This sets the font size and color for the description line if you are using the Wordpress title and description */
	font-size		:	12px;
    font-family		:	helvetica, arial, sans-serif;
	color			: 	#F1F1F1;
}


/* Content Styles
-------------------------------------------------------------- */

#content { /* This sets the width of the page content area  */
	margin			: 	0;
	width			:	100%;
}

#content-sm { /* This sets the width of the blog content area  */
	width			:	68%;
    float			:	left;
    padding-right	:	2%; /* IMPORTANT! Sets a small margin between the blog content and the sidebar  */
}

#content, #content-sm { /* This sets the font size and style on the blog and pages  */
	color 			: 	#F1F1F1;
    font-size		: 	13px;
    font-family		:	helvetica, arial, sans-serif;
}

.post { /* This sets a small margin at the bottom of posts  */
	margin			: 	0 0 3em 0;	
}

.entry-content, .entry-summary { /* This sets a small margin at the top of the post content to make space between the title/meta area  */
	margin			: 	1.5em 0 0 0;
}

blockquote { /* This styles blockquotes in blog posts  */
	border-left		:	2px solid #E1E1E1;
	margin-left		:	25px;
	padding-left	:	15px;
}


/* Post Styles
-------------------------------------------------------------- */

.navigation { /* This sets a small margin below the post navigation on a single post */
	margin			: 	0 0 1.5em 0;
	overflow		: 	auto;	
}

.size-full,
.entry-content img { /* This sets a border around images in posts */
	border 			: 	5px solid #e8e7e7;
}

.entry-meta,
.entry-utility { /* This sets the font size and style on post meta. This is the date, post by and comment links below the post title. */
	color 			: 	#F1F1F1;
    font-size		: 	13px;
    font-family		:	helvetica, arial, sans-serif;
	font-style 		: 	italic;
	clear 			: 	both;
}


/* Post Comment Styles
-------------------------------------------------------------- */

.comments ol { /* This removes the numbers from the comment list */
	list-style		:	none;	
    margin-top		:	10px;
}

.comments li { /* This clears each comment block to a new line and adds a margin */
	width			:	100%;
    clear			:	both;
    min-height		:	100px;
}

.comments .comment-wrapper { /* This sets the style for the comment wrapper */
	display			:	block;
}

.comments .comment-author { /* This sets the style for the comment author icon */
	float			:	left;
    width			:	15%;
    margin-right	:	2%;
}

.comments .content-wrapper { /* This sets the style for the comment meta and content */
	float			:	left;
    width			:	83%;
}

.comments .comment-content { /* This sets a small margin between the meta and comment content */
	margin-top		:	5px;
}

span.unapproved {
	font-style 		: 	italic;
}

img.wp-smiley{  /* This sets no border around smileys */
	border			:	none;
}


/* Sidebar Styles
-------------------------------------------------------------- */

#sidebar { /* This sets the size of the sidebar as well as the font size and style */
	float			:	right;
	width			: 	30%;
    background		:	transparent;
    text-align		:	center;
    color			:	#F1F1F1;
    font-size		:	12px;
    font-family		:	Verdana, Arial, Helvetica, sans-serif;
}

#sidebar a { /* This sets the color of the sidebar links */
    color			:	#ffe11c;
}

#sidebar a:hover,
#sidebar a:active { /* This sets the color and style of the hover and active states of the sidebar links */
    color			:	#ffe11c;
    text-decoration	:	underline;
}

#sidebar .social-media { /* This sets the padding of the social media icons in the sidebar */
    text-align		:	left;
    padding			:	10px 10px 5px 10px;
}

#sidebar .social-media img { /* This sets a small margin to the right of each of the social media icons */
    border			:	0;
    margin-right	:	5px;
}

#primary { /* This sets the position and width of the widget area */
	float			: 	right;
	overflow		: 	hidden;
	width 			: 	94%;
    padding			:	3%;
    text-align		:	left;
}

.widget-title,.widgettitle { /* This sets the size and style of the sidebar titles */
	font-size 		: 	14px;
	font-weight 	: 	bold;
    font-family		:	Arial, Helvetica, sans-serif;
	color 			: 	#FFFFFF;
	text-transform 	: 	uppercase;
	margin-bottom 	: 	10px;
	padding-bottom 	: 	0;
}

.widget-container { /* This sets a small margin below each widget */
	margin			: 	0 0 1.5em 0;
}

#searchform label { /* This hides the search form label */
	display 		: 	none;
}

/* The following style the lists in the widgets */

.widget-area ul {
	list-style		: 	none;
	margin-left		: 	0;
}

.widget-area ul ul {
	list-style		: 	disc;
	margin-left		: 	1.1em;
}

.widget-area ul ul ul {
	margin-left		: 	2.5em;
}

/* Footer Widget Styles
-------------------------------------------------------------- */

.footer-widget-area { /* This is the footer widget wrapper */
	display			:	inline-block;
	width			:	940px;
    min-height		:	50px;
    background		:	transparent;
    color			:	#F1F1F1;
    font-size		:	12px;
    font-family		:	Verdana, Arial, Helvetica, sans-serif;
    margin-top		:	15px;
}

.footer-widget-container { /* This is the footer widget container */
	display			:	inline-block;
    height			:	auto;
    float			:	left;
	padding			:	10px;
}

.footer-widget-container a { /* This sets the color of the footer widget links */
    color			:	#ffe11c;
}

.footer-widget-container a:hover,
.footer-widget-container a:active { /* This sets the color and style of the hover and active states of the footer widget links */
    color			:	#ffe11c;
    text-decoration	:	underline;
}


/* Footer Style
-------------------------------------------------------------- */

#footer { /* This sets the size and font styles of the footer area */
	clear			: 	both;
	width			: 	100%;
	text-align 		: 	right;
	margin-top		:	30px;
	padding-top 	: 	15px;
    border-top		:	1px solid #e8e7e7;
	color 			: 	#F1F1F1;
    font-size		: 	12px;
    font-family		:	helvetica, arial, sans-serif;
}


/* Custom CSS Code
-------------------------------------------------------------- */

p {
margin-bottom:0.75em;
}

h1,h2 {
margin-bottom:1em;
border-bottom:0px;
}

#footer {
border-top:0px;
}

/* --------  the BIG LIST styling -------------------------------------------- */

ul.srp-archives {
  list-style-type: none;
  padding-left: 0;
  margin-left: 0;
  border: 0px solid red;
  
}

ul.srp-archives li {
  display: inline;
  float: left; 
  /* margin-bottom: 5px; */
}

ul.srp-archives a {
  background-color: #ebcd57;
  color: white; 
  /* border-bottom: 1px solid white;    don't need this inside viva7 them */
  border-right: 2px solid white;
  padding: 5px 15px 5px 15px;
  margin-right: 0px;
  text-decoration: none;  
  display: block;
  
}

ul.srp-archives a:hover {
  color: #030E5E;
}

h4.srp-archives  {
padding:0;
margin:0;
/* padding-top:5px;
/*  margin-top: -35px;
  margin-bottom: 5px; */
  font-size: 1.5em;
  font-style: bold;
  clear: both;
}

h3.srp-archives  {
padding:0;
margin:0;
  font-size: 2.25em;
  font-style: bold;
/*  margin-top: -35px;
  margin-bottom: -35px; */
  clear: both;
}

.big {
  font-size: 1.5em;
}

.not-big {
  font-size: 1em;
}

.archive-date {
  color: #ebcd57;
  margin-top: 10px;
  margin-right: -10px; 
}

p.archive-date {
  margin-bottom: -10px;
}

a.archive-link {
  text-decoration: none;
  color: #fff;
  margin-left: 10px;
}

a.archive-link:hover {
  color: #ffe11c;
  border-bottom: 0px solid #1679F4;
}

.archive-link a:hover {
  color: red; /* #1679F4; /* aqua; */
}

.srp-archives-sub {
  clear: both;
}

ul.srp-archives-listing {
  list-style-type: none;
  padding-left: 0;
  margin-left: 10;
}

/* --------  end BIG LIST styling -------------------------------------------- */

p.Q {
  color: #ebcd57;
}

a.Q {
  margin-left: 3px;
}

p.A {
  color: #ffe11c;
  margin-bottom: 1.25em;
  margin-left: 15px;
}

a.A {
  color: white;
  margin-left: 3px;
}

.clear {clear: both;}

/* for the menuplus menus (hopefully...) */

.srp-page_item li {
  display: inline;
}

.srp-page_item a {
  padding: 5px 15px 5px 15px;
  margin-right: 5px;
  background-color: #ffe11c;
  text-decoration: none;
  color: black;
  font-size: 1.15em;
}

.srp-page_item a:hover {
  background-color: yellow;
  color: black;
}

div.srp-page_item {
  margin-bottom: 25px;
}

.srp-page_item_on a {
  padding: 5px 15px 5px 15px;
  margin-right: 5px;
  background-color: #999999;
  color: #ffe11c;
  font-size: 1.15em;
}

.srp-page_item_on a:hover {
  background-color: #999999;
  color: white;
}

p.not-fine-print {
  font-size: 1.25em;
}

p.srp-shout {
  font-size: 1.5em;
}

.go-jackets {
  font: strong;
  color: #ffe11c;
}

.go-jackets-big {
  font: strong;
  color: #ffe11c;
  font-size: 1.2em;
}

.catalog-desc strong {
  color: #ffe11c;
}

.catalog-desc li {
    list-style-type: none;
    font-size: 1.15em;
    margin-bottom: 15px;
 }

img.srp-thumb {
  border: 0px;
  padding-top: 3px;
}

img.srp-img-left {
  padding: 10px;
  align: left;
  float: left;
  border: 0px;
}

td.srp-table, th.srp-table {
  padding: 10px; 
}

table.srp-table {
  font-size: 1.15em;
  padding: 10px 5px 3px 5px;
}

tr.srp-table {
  font-size: 1.40em;
  font-style: strong;
  color: #ffe11c;
  padding-top: 35px;
  margin-top: 35px;
}

tr.srp-table-blank {
  color: #131313;
  font-size: .35em;
}

td.srp-table-hide {
  color: #131313;
}


/* special offers */

.srp-special-offer-description {
  margin-left: 25px;
  font-size: 1.15em;
  margin-top: -15px;
  margin-bottom: 15px;
}


/* qTip ....  maybe removeable?  */

div#qTip {
 padding: 3px;
 border: 1px solid #666;
 border-right-width: 2px;
 border-bottom-width: 2px;
 display: none;
 background: #999;
 color: #FFF;
 font: bold 9px Verdana, Arial, sans-serif;
 text-align: left;
 position: absolute;
 z-index: 1000;
}

a.info{
    position:relative; /*this is the key*/
    z-index:24; background-color:#ccc;
    color:#000;
    text-decoration:none}

a.info:hover{z-index:25; background-color:#ff0}

a.info span{display: none}

a.info:hover span{ /*the span will display just on :hover state*/
    display:block;
    position:absolute;
    top:2em; left:2em; width:15em;
    border:1px solid #0cf;
    background-color:#cff; color:#000;
    text-align: center}


/* using the jQuery TOOLS - the Missing UI Toolbox */

/* this is the black/pink download button */
/* trigger button */
#download_now {
	background:transparent url(http://www.rmcphotos.com/wp-includes/js/download.png) no-repeat scroll 0 0;
	display:block;
	height:42px;
	margin-bottom:29px;
	overflow:hidden;
	text-indent:-999em;
	width:159px;
	cursor:pointer;
}

/* mouseover state */
#download_now:hover {
	background-position:0 -44px ;		
}

/* clicked state */
#download_now:focus {
	background-position:0 -88px;
}

/* tooltip styling */
.tooltip {
	display:none;
	background:url(http://www.rmcphotos.com/wp-includes/js/black_arrow_big.png);
	height:163px;
	padding:40px 30px 10px 30px;
	width:310px;
	font-size:13px;
	color:#fff;
}

/* a .label element inside tooltip */
.tooltip .label {
	color:yellow;
	width:35px;
}

.tooltip a {
	color:#ad4;
	font-size:13px;
	font-weight:bold;
}

/* these are the four little images */
#demotip { 
    display:none; 
background:transparent url(http://www.rmcphotos.com/wp-includes/js/black_arrow.png); 
    font-size:15px; 
    height:70px; 
    width:160px; 
    padding:25px; 
    color:#fff;     
}
#demo {
  padding-top: 20px;
  padding-left: 10px;
}

/* override the arrow image of the tooltip */ 
#dynatip {
	display:none;
        
	background:transparent url(http://www.rmcphotos.com/wp-includes/js/black_big.png);
        background-repeat: no-repeat;
	font-size:12px;
	height:194px;
	width:370px;
	padding:25px;
	color:#fff;	
}

/* style the trigger elements */
#dyna img {
	border:1px;
	cursor:pointer;
	margin:0 8px;
        background-repeat: no-repeat;
}

/* my first efforts with jQuery... */
/* trigger button */
#bsmall1, #bsmall1, #test, #test2, #test3, #test4, #test5, #test6, #test7, #test8, #test9, #test10, #test11, #test12 {
  color: #ffe11c;
  font-style: strong;
}


/* tooltip styling */
.testtip {
	display:none;
	background:url(http://www.rmcphotos.com/wp-includes/js/black_big.png) no-repeat;
	height:163px;
	padding:40px 30px 10px 30px;
	width:310px;
	font-size:13px;
	color:#fff;
}

/* a .label element inside tooltip */
.testtip .label {
	color:yellow;
	width:50px;
}

.testtip a {
	color:#ad4;
	font-size:13px;
	font-weight:bold;
}

/* tooltip styling */
.testtip2 {
	display:none;
	background:url(http://www.rmcphotos.com/wp-includes/js/black.png) no-repeat;
	height:109px;
	padding:40px 30px 10px 30px;
	width:209px;
	font-size:13px;
	color:#fff;
}

/* custom buttons
---------------------------------------------------------------- */
.gallery-link {
   border-top: 1px solid #000000;
   background: #747f87;
   background: -webkit-gradient(linear, left top, left bottom, from(#1f2529), to(#747f87));
   background: -moz-linear-gradient(top, #1f2529, #747f87);
   padding: 5px 10px;
   -webkit-border-radius: 8px;
   -moz-border-radius: 8px;
   border-radius: 8px;
   -webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
   -moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
   box-shadow: rgba(0,0,0,1) 0 1px 0;
   text-shadow: rgba(0,0,0,.4) 0 1px 0;
   color: #ffe11c;
   font-size: 14px;
   font-family: Georgia, serif;
   text-decoration: none;
   vertical-align: middle;
   }
.gallery-link:hover {
   border-top-color: #4c4d34;
   background: #4c4d34;
   color: #ffe11c;
   }
.gallery-link:active {
   border-top-color: #131313;
   background: #131313;
   }

