/*Merchants--Use this file to make any edits that you wish to override styles in the main stylesheets. By making edits to this CSS file, your styles applied here will cascade and overwrite styles in the main CSS files. This will allow you to replace the entire contents of the main stylesheets should it become necessary to update those to fix styling issues with the themes without losing any of your custom styles.*/
body {background: #000000 url(http://tyler.nu/pirate/site//images/bg.png) repeat-x 0 -0px; color: #797979; font: 12px Arial, Tahoma, Helvetica, sans-serif; margin:0px; padding:0px;}
/* Text elements 
#ys_social_top_hr {border-top:1px solid #CFCECE; margin-bottom:5px; margin-top:5px; clear:both; }
#ys_social_media {height:26px;display:inline-block;vertical-align:middle;margin-left:10px; }
#ys_social_fblike {float:left;}
#ys_social_tweet {float:left;}
#ys_social_v_separator {margin-left:10px;margin-right:10px;float:left;}
#ys_social_bottom_hr {border-top:1px solid #CFCECE; margin-top:5px;}-------------------------------------------------------------- */

.header h1{
	font-size:30px;
	color:#000;
	padding:0px 0px;
	display:block;
	float:left;
	font-weight:bold;
}

.header h1 a:hover{
	text-decoration:none;
}

h1 {
	font-size:36px;
	font-weight:normal;
	padding:20px 0px;
	display:block;
	color:#ffffff;
}

h2 {
	font-size:30px;
	font-weight:normal;
	padding:20px 0px;
	color:#000;
}

h3 {
	font-size:24px;
	font-weight:normal;
	color:#000;
	padding:20px 0px;
}
.bar h3 {
	font-size:18px;
	font-weight:normal;
	color:#fff;
	padding:5px 0px 0px 0px;
	float:left;
}
h4 {
	font-size:18px;
	font-weight:normal;
	color:#000;
	padding:20px 0px;
}

h5 {
	font-size:14px;
	font-weight:normal;
	color:#000;
	padding:20px 0px;
}

h6 {
	font-size:12px;
	font-weight:normal;
	color:#000;
	padding:20px 0px;
}




blockquote {
	background:#FFFFFF url(../images/blockquote.png) no-repeat 8px 8px;
	border:1px dotted #DDDDDD;
	color:#474747;
	font-style:italic;
	margin:1em 25% 1em 0;
	min-height:40px;
	padding:1em 1em 1em 7em;
}

cite
    {
    font-size: 12px;
    float: right; 
	margin:0px 0px 20px 0px;
}

address {
	
	margin:0px 20px 0px 0px;
	display:block;
	float:left;
}

*/

 

.menu { float:right; margin-top:-15px; z-index : 9999}
ul.menu {list-style:none; margin:0; padding:0  z-index : 9999}
ul.menu * {margin:0; padding:0;  z-index : 9999}
ul.menu a {display:block; color:#808080; text-decoration:none; font-weight:normal; font-size:11px;}
ul.menu li {position:relative; float:left; margin-right:2px}
ul.menu ul {position:absolute; top:26px; left:0; background:#000; display:none; opacity:0; list-style:none; z-index:99999}
ul.menu ul li {position:relative; border-bottom:1px solid #252525; width:148px; margin:0}
ul.menu ul li a {display:block; padding:3px 7px 5px; background-color:#000}
ul.menu ul li a:hover { color:#FFF;}
ul.menu ul ul {left:148px; top:-1px}
ul.menu .menulink {padding:5px 10px 10px; font-weight:normal; font-size:18px; color:#ffffff;}
ul.menu .menulink:hover, ul.menu .menuhover, ul.menu .selected { color: #e41f26;}
ul.menu .sub {background:#252525 url(../../images/arrow_icn.gif) right center no-repeat}
ul.menu .topline {border-top:1px solid #aaa}




