@charset "utf-8";
/* CSS Document */

/* Resets */
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, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
	text-decoration:none;
}

h3 { text-transform:uppercase; border-bottom:#a5a5a5 1px solid; padding-bottom:3px;}


img { -ms-interpolation-mode: bicubic; }

/* IE6 Hover fix*/
a:hover {background-position: 0 0;}
a { color:#00abef}
a:hover { color:#00abef; text-decoration: underline}

/* General Styles */
body	{ background: #000; background-position:top center; padding-bottom:0px;}
#wrapper	{ width:100%; background-color:#e5e5e5; margin:0 auto;}
.clear	{ clear:both; }
.clearfix:after	{ content: "."; visibility: hidden; display: block; height: 0px; clear: both; }
.alignleft	{float:left;}
.alignright	{float:right;}

/* Global Typography + "H" Headings*/
body	{ font-family: Arial, Helvetica, sans-serif; color:#666; font-size:13px; line-height:20px;}

/* Header */
#border_top	{background:url(../images/border_top.gif); width:960px; height:40px; background-repeat:no-repeat; }
#header	{width:940px; margin:0 auto }
#logo	{float:left; margin:0px 0 15px 0px; display:inline;}
#header_contacts	{ float:right; margin:20px 20px 30px 0; display:inline; text-align:right; color:#818181; font-family: "Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif; font-size:13px; }
#links-top { color:#00b5f8; text-decoration:none; font-size:11px;}
#links-top a{ color:#00b5f8; text-decoration:none; font-size:11px;}
#links-top a:hover{ color:#fff; background-color:#00b5f8; text-decoration:none; font-size:11px;}


/* Content */
#container {width:920px; margin:0 auto; background:#e5e5e5; padding:0px 20px 10px 20px; background-repeat:no-repeat; background-position:center top }

/* Top Panel - Here is Navigation and search box*/
#toppanel	{width:700px;}

/* Navigation in Top Panel*/

#nav {font-weight: bold; font-size:14px; text-transform:uppercase; list-style: none; text-decoration:none; display:inline }
#nav ul {font-weight: bold; font-size:14px; text-transform:uppercase; list-style: none; text-decoration:none; display:inline }
#nav li {font-weight: bold; font-size:14px; text-transform:uppercase; list-style: none; text-decoration:none; display:inline }
#nav li a {font-weight: bold; color:#666; padding:5px; font-size:14px; margin-left:3px; text-transform:uppercase; list-style: none; text-decoration:none; display:inline }
#nav li a:hover {font-weight: bold; color:#fff; background-color:#00b5f8; padding:5px; margin-left:3px;  font-size:14px; text-transform:uppercase; list-style: none; text-decoration:none; display:inline }

#navigation	{ float: left; position:relative; z-index:99;}
#navigation ul	{ font-weight: bold; font-size:14px; text-transform:uppercase; list-style: none; }
#navigation li	{ position:relative; float: left;}
#navigation li a	{color: #666; text-decoration: none; float: left; padding:5px;  letter-spacing:0.6px; }
#navigation .main_category {background-image: url(../images/navigation_hover.gif); background-position:top center; background-repeat: no-repeat; color: black;}
#navigation .main_category_white {color: #FFF;}
#navigation li a.main_category:hover	{ color: #FFF;}
#navigation .active	{ background: url(../images/navigation_active.gif); background-position:top center; background-position:0px 10px; background-repeat:no-repeat;}
#navigation li.current_page_item { background: url(../images/navigation_active.gif); background-position:top center; background-position:0px 10px; background-repeat:no-repeat; color: #FFFFFF;}
#navigation li.current_page_item a{ background: url(../images/navigation_active.gif); background-position:top center; background-position:0px 10px; background-repeat:no-repeat; color: #FFFFFF;}

#navigation li.current_page_ancestor { background: url(../images/navigation_active.gif); background-position:top center; background-position:0px 10px; background-repeat:no-repeat; color: #FFF;}
#navigation li.active a	{color:#FFF;}
#navigation ul li ul	{ position:absolute; top:50px; left:0px; display:none;	list-style-type: none; list-style-image:none; list-style-position:outside; width:230px; }
#navigation ul li ul li a	{ color:#666;	padding: 15px 0 15px 36px; width:194px; }
#navigation li a.odd	{ background:#EEE url(../images/navigation_dot.gif);	background-repeat:no-repeat; background-position:18px 23px; text-transform:uppercase; color:#666; }
#navigation li a.even	{ background:#E5E5E5 url(../images/navigation_dot.gif);	background-repeat:no-repeat; background-position:18px 23px; color:#666;}
#navigation li a.odd:hover, #navigation li a.even:hover	{ background:#FFF url(../images/navigation_dot.gif); color:#666; background-repeat:no-repeat; background-position:18px 23px;	}

/* Search in Top Panel*/
#search	{float:right; height: 30px; margin:10px 0 0 0; }
#search input.field {font-family: "Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif;background: #808080 url(../images/search_icon.png); background-position:top right; background-repeat:no-repeat; width: 160px; padding:7px; outline: none; font-size: 13px; color: #FFF;	border: none; z-index: 1; height:16px; float:left; padding-right:30px;}
#search input.field:focus {background:#737373 url(../images/search_icon.png); background-position:top right; background-repeat:no-repeat;}
#search input.submit {width:70px; height:30px; background: #00b5f8;	color:#FFF;	font-weight:bold; float:left; border:none; font-family: Arial, Helvetica, sans-serif; font-size: 13px; cursor:pointer; margin:0 0 0 1px;}

/* Featured Gallery on Homepage*/
#featured_home	{ width:920px; position:relative;  }
#featured_home .bigimg { width:920px; height:350px; margin:0 0 10px 0;}
#featured_home .bigimg img	{  float:left;}
#featured_home .bigimg .post_info_holder	{ position:absolute; top:210px; right:0px;}
#featured_home .bigimg .post_category {background-image:url(../images/transparent_black_80.png);  font-size:15px; font-weight:bold; color:#00b5f8; letter-spacing:-0.5px; padding:3px 15px 3px 15px; float:right; display:inline; text-transform:uppercase; margin:0 0 2px 0; }
#featured_home .bigimg .post_category a	{font-size:15px; font-weight:bold; color:#00b5f8; letter-spacing:-0.5px; padding:3px 0 3px 0; display:inline; text-transform:uppercase; margin:0 0 2px 0; }

#featured_home .bigimg .post_name a:hover	{color:#00b5f8;}
#featured_home .bigimg .post_name a	{background:url(../images/transparent_black_80.png);  font-size:22px; font-weight:bold; color:#FFF; letter-spacing:-0.4px; padding:10px 15px 10px 15px; float:right; display:inline;clear:both;}
#featured_home .slider_tit, .slider_desc, .slider_img	{display:none; visibility:hidden; }
#featured_home  img.slider_img	{display:none; visibility:hidden; }
#featured_home .slider	{ width:920px; height:100px; }
#featured_home .slider .minus, .plus	{ position: relative; background:#e2e5e6; width:50px; height:100px; cursor: pointer; }
#featured_home .slider .minus	{ float:left; background-position:center center; background-repeat:no-repeat;}
#featured_home .slider .minus img.round	{margin:37px 12px 37px 12px; width:30px; height:30px;}
#featured_home .slider .minus img.sign	{top:43px; left: 18px; position:absolute;}
#featured_home .slider .plus	{ float:right; background-position:center center; background-repeat:no-repeat;}
#featured_home .slider .plus img.round	{margin:37px 12px 37px 12px; width:30px; height:30px;}
#featured_home .slider .plus img.sign	{top:43px; left: 18px; position:absolute;}
#featured_home .slider .thumbs	{ width:800px; height:100px; margin:0 0 0 10px; float:left; overflow:hidden;  }
#featured_home .slider .thumbs img	{ margin:0 10px 0 0; display:block; float:left; cursor: pointer; display:inline;}
#featured_home ul {text-decoration:none; list-style: none; }
#featured_home li {float:left;} 
#featured_home .slider_content{	width:900px;}

/* Two Message Buttons on Homepage*/
#message_buttons	{width:920px; height:50px; clear:both; margin:10px 0 10px 0; float:left;}
#message_buttons .button1	{float:left;}
#message_buttons .button1 a	{width:510px; height:50px; display:block; background:#666 url(../images/people_icon.jpg); background-repeat:no-repeat; background-position: 0px 0px; font-size:22px; font-weight:bold; line-height:50px; padding:0 0 0 70px; color:#FFF; letter-spacing:-0.6px; overflow:hidden; }
#message_buttons .button1 a:hover	{background-position: 0px -50px;}
#message_buttons .button2	{float:right;}
#message_buttons .button2 a	{width:255px; height:50px; display:block; background:#666 url(../images/camera_icon.png); background-repeat:no-repeat; background-position: 20px 10px; font-size:22px; font-weight:bold; line-height:50px; padding:0 0 0 75px; color:#FFF; letter-spacing:-0.6px; overflow:hidden;}
#message_buttons .button2 a:hover	{ background:#00b5f8 url(../images/camera_icon.png); background-repeat:no-repeat; background-position: 20px 10px; }

/* Main Content */
#content_wrap	{width:920px; float:left; clear:both; margin:0 0 0 0; background-color:#e5e5e5}

/* Entries */
#inner_content	{width:580px; float:left;}
#inner_content .entry	{float:left; width:560px; padding:10px; background:#fff; position:relative; margin:0 0 10px 0; }
#inner_content .fullwidth	{width:900px;}
#inner_content .entry .entry_content	{margin:0px 0px 0px 0px;}
#inner_content .entry .entry_content 	{font-family: "Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif;}
#inner_content .entry img	{}	
#inner_content .entry .title_holder	{width:530px; margin:10px 0px 0 0px; color:#00b5f8; }
#inner_content .entry .title_holder h1	{ font-size:18px; letter-spacing:-1px; font-weight:bold; }
#inner_content .entry .title_holder	h3 a	{text-decoration:none; font-weight:bold; color:#00b5f8; }
#inner_content .entry .title_holder	h3 a:hover	{text-decoration:underline;}
#inner_content .entry .title_holder	h3	{margin:0 0 0 0; font-size:11px;}
#inner_content .entry a.title 	{color:#383838; line-height:30px;position:relative;  }
#inner_content .entry a.title:hover	{ background:#00b5f8; color:#FFF;}
#inner_content .entry a.comment_counter  { position:absolute; width:23px; height:21px; background: url(../images/comment_counter.gif); background-repeat:no-repeat; text-align:center; text-decoration:none;color:#FFF; font-size:15px; font-weight:bold; margin:4px 0 0px 10px; line-height:17px; }
#inner_content .entry a.comment_counter:hover	{ background-position:0 -21px; color:#00b5f8;}

/* Entries - Post Meta Date */
#inner_content .date	{background: url(../images/transparent_black_80.png); color:#00b5f8; padding:5px; width:auto; height:auto; font-weight:bold; position:absolute; left:10px; top:75px; }
#inner_content .date .date_holder a {font-size:15px; font-weight:bold; color:#00b5f8; letter-spacing:-0.5px; padding:3px 0 3px 0; display:inline; text-transform:uppercase; margin:0 0 2px 0;}
#inner_content .date span.day	{display: block; float: right; line-height: 28px; font-size: 38px; letter-spacing:-2px;}
#inner_content .date span.month	{width: 40px; display: block; float: right;	font-size: 16px; line-height: 14px;	padding-left: 2px; text-align: center; text-transform: uppercase; }
#inner_content .date span.year	{font-size:16px; width: 40px; display: block; }

/* Sidebar on Homepage */
#sidebar_home	{width:330px; float:right; }
#sidebar_home .widget	{width:330px; margin:0 0 10px 0; }
#sidebar_home h3.widget_title	{font-size:14px; font-weight:bold; color:#383838; border-bottom: 1px solid #a5a5a5; text-transform:uppercase; padding:7px 10px 0px 0px;}
#sidebar_home h3.widget_title a	{text-decoration:none; color:#383838;}
#sidebar_home h3.widget_title a:hover	{text-decoration:underline;}
#sidebar_home h3.widget_title img	{margin:0 4px 0 0;}
#sidebar_home .widget_content	{font-family: "Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif; background:#fff; padding:15px 15px 25px 15px;}
#sidebar_home ul	{list-style: none; padding:0 20px 0 0px; color:#666;}
#sidebar_home ul li	{padding:5px 10px 5px 10px;}
#sidebar_home ul a	{text-decoration:none; margin-left:-10px; color:#666; padding:5px 10px 5px 10px; display:inline; font-weight:bold; font-family:Arial, Helvetica, sans-serif; text-transform:uppercase;}
#sidebar_home ul a:hover	{ background:#00b5f8; color:#FFF;}
#wp-calendar	{width:300px; border:none; }
#wp-calendar a	{text-decoration:none; color:#00b5f8;}
#wp-calendar a:hover	{text-decoration:underline;}
#wp-calendar tr { background: #DDD;  }
#wp-calendar tr:hover	{background:#CCC;}
#wp-calendar th, td { text-align: left; border-width: 1px; border-style: solid; text-align:center; padding:5px 0 5px 0; }
#wp-calendar th { background-color: #00b5f8; border-color: #07a5e0; font-weight: bold; color: #FFF; }
#wp-calendar td { border-color: #BBB;  text-align:center;}	
.widget_content div a	{color:#00b5f8;}
.widget_content div a:hover	{color:#00b5f8;}

/* Footer */
#footer	{font-family: "Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif; padding:20px; color:#666;  background-repeat:no-repeat; background-position:left }
#footer #footer_left	{float:left; margin:5px 0 5px 0px; display:inline; color:#000;  }
#footer #footer_right	{float:right; margin:5px 0px 5px 0; display:inline; text-align:right;  }

#footer_links { height:30px; text-align:left; margin-top:0px; color:#666}
#footer_links a { text-transform:uppercase; text-decoration:none; padding:3px; text-align:left; color:#666; font-size:11px; }
#footer_links a:hover { text-transform:uppercase; text-decoration:none; padding:3px; text-align: left; color:#00b5f8; font-size:11px;}


/* Contact Form */
form.contact_form	{margin:25px 0 30px 0;}
form.contact_form input.alert, textarea.alert {border:1px solid #a5a5a5;}
form.contact_form input, textarea {background: #DDD; border:1px solid #BBB; color:#666;}
form.contact_form input:focus, textarea:focus	{background:#EEE;}
form.contact_form input	{padding: 5px; width:260px;  }
form.contact_form label	{padding:0 0 0 10px; }
form.contact_form textarea	{padding:8px; width:520px; }
form.contact_form #cf_send	{width:70px; background:#00b5f8; font-weight:bold; cursor:pointer; color:#FFF; font-family:Arial, Helvetica, sans-serif; font-size:13px; border:none;}

/* General Typography and Styles inside div.entry_content of post or page*/
#inner_content .entry .entry_content h1 { font-size:28px; letter-spacing:-1px; font-family:Arial, Helvetica, sans-serif; font-weight:bold; margin:30px 0 20px 0; color:#383838;}
#inner_content .entry .entry_content h1 a:hover	{background:#00b5f8; color:#FFF; text-decoration:none;}
#inner_content .entry .entry_content h2 { font-size:24px; letter-spacing:-1px; font-family:Arial, Helvetica, sans-serif; font-weight:bold; margin:30px 0 20px 0; color:#383838;}
#inner_content .entry .entry_content h2 a:hover	{background:#00b5f8; color:#FFF; text-decoration:none;}
#inner_content .entry .entry_content h3 { font-size:20px; letter-spacing:-1px; font-family:Arial, Helvetica, sans-serif; font-weight:bold; margin:30px 0 20px 0; color:#383838;}
#inner_content .entry .entry_content h3 a:hover	{background:#00b5f8; color:#FFF; text-decoration:none;}
#inner_content .entry .entry_content h4 { font-size:16px; letter-spacing:-1px; font-family:Arial, Helvetica, sans-serif; font-weight:bold; margin:30px 0 20px 0; color:#383838;}
#inner_content .entry .entry_content h4 a:hover	{background:#00b5f8; color:#FFF; text-decoration:none;}
#inner_content .entry .entry_content a	{color:#00b5f8; text-decoration:none;}
#inner_content .entry .entry_content a:hover	{color:#00b5f8; text-decoration:underline;}
#inner_content .entry .entry_content acronym { cursor: help; border-bottom: 1px dotted; }
#inner_content .entry .entry_content code { margin: 10px 20px; padding: 20px; border: 1px solid #BBB; background: #DDD no-repeat 12px 12px; font-weight: normal; color:#666; display:block; overflow:auto; text-align:left; }
#inner_content .entry .entry_content blockquote { margin: 10px 20px; padding: 20px 10px 10px 20px; border: 1px solid #BBB; background: #DDD; font-weight: normal; color:#666; font-style:italic; }
#inner_content .entry .entry_content strong { font-weight: bold; }
#inner_content .entry .entry_content del	{text-decoration: line-through;}
#inner_content .entry .entry_content p	{margin:0 0 15px 0;}
#inner_content .entry .entry_content ul,ol	{margin:0 0 0 20px;}
/*#inner_content .entry .entry_content table {	border-collapse: collapse;	margin: 10px 0px; font-family:"Lucida Sans Unicode", "Lucida Grande", Arial, sans-serif;	}*/
#inner_content .entry .entry_content tr { background: #DDD }
#inner_content .entry .entry_content tr:hover	{background:#EEE;}
#inner_content .entry .entry_content th, td { text-align: left; border-width: 1px; border-style: solid; }
#inner_content .entry .entry_content th { background-color: #00b5f8; padding: 10px 10px; border-color: #DDD; font-weight: bold; color: #FFF; }
#inner_content .entry .entry_content td { border-color: #BBB; padding: 10px 10px; }	
#inner_content .entry .entry_content img.float_left	{float:left; padding:0 15px 5px 0;}
#inner_content .entry .entry_content .more-link	{color:#666;}




/* Comments List  */	
.comments { margin-top:40px; font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif; width:auto; margin:0 0 30px 10px;}
.comments a	{color:#00b5f8; text-decoration:none;}
.comments a:hover { text-decoration:underline;}
.comments h3#comments { font-size:25px; color:#999; margin:50px 0 30px 0; text-transform:none; font-family:Arial, Helvetica, sans-serif; font-weight:bold; letter-spacing:-1px;}
.comments h4#comments {}
.comments #respond h3 { color: #666;  margin:20px 0 10px; font-size:18px;   }
.comments #respond p { font-size:11px; margin:0 0 1em; }
.says	{display:none;}	
.comments ol.commentlist { list-style:none; margin:0; padding:0; text-indent:0; }
.comments ol.commentlist li { border:1px solid #BBB;  list-style:none; margin: 10px 0 0 0; padding: 10px; }
.comments ol.commentlist li.alt { }
.comments ol.commentlist li.bypostauthor {}
.comments ol.commentlist li.byuser {}
.comments ol.commentlist li.comment-author-admin {}
.comments ol.commentlist li.comment { }
.comments ol.commentlist li div.comment-author { padding:0 170px 0 0; }
.comments ol.commentlist li div.vcard {   }
.comments ol.commentlist li div.vcard cite.fn { font-family:Arial, Helvetica, sans-serif; font-size:18px; font-weight:bold; color: #666; font-style:normal; letter-spacing:-1px;  text-align:left; }
.comments ol.commentlist li div.vcard cite.fn a.url {  text-decoration:none; color:#00b5f8;  }
.comments ol.commentlist li div.vcard cite.fn a.url:hover { color:#666;  }
.comments ol.commentlist li div.vcard img.avatar {  float: left; margin: 0 10px 0px 0;  }
.comments ol.commentlist li div.vcard img.avatar-46 {}
.comments ol.commentlist li div.vcard img.photo {}
.comments ol.commentlist li div.vcard span.says {}
.comments ol.commentlist li div.commentmetadata {}
.comments ol.commentlist li div.comment-meta { font-size:11px; float:right; margin: -15px 0 0 0; }
.comments ol.commentlist li div.comment-meta a {color:#777; text-decoration:none; }
.comments ol.commentlist li div.comment-meta a:hover { color:#FFF; }
.comments ol.commentlist li p { font-size:12px; line-height:18px; margin: 13px 0 0 0; }
.comments ol.commentlist li ul { list-style: none; margin:0 0 s0px; padding:0; text-indent:0; }
.reply {  margin: 8px 0 20px 0px; font-size:11px; text-decoration:none; }
.reply a:hover {  color:#00b5f8; background-color:#383838; text-decoration:none; }
.reply a {  background-color:#fff; text-decoration:none; text-transform:uppercase; padding:3px 7px;  }
.comments ol.commentlist li ul.children { list-style:none; margin:1em 0 0; text-indent:0; }
.comments ol.commentlist li ul.children li { }
.comments ol.commentlist li ul.children li.alt {}
.comments ol.commentlist li ul.children li.bypostauthor {}
.comments ol.commentlist li ul.children li.byuser {}
.comments ol.commentlist li ul.children li.comment {}
.comments ol.commentlist li ul.children li.comment-author-admin {}
.comments ol.commentlist li ul.children li.depth-2 { margin:0 0 .25em 0px; }
.comments ol.commentlist li ul.children li.depth-3 { margin:0 0 .25em 0px; }
.comments ol.commentlist li ul.children li.depth-4 { margin:0 0 .25em 0px; }
.comments ol.commentlist li ul.children li.depth-5 { margin:0 0 .25em 0px; }
.comments ol.commentlist li ul.children li.depth-6 { margin:0 0 .25em 0px; }
.comments ol.commentlist li ul.children li.depth-7 { margin:0 0 .25em 0px; }
.comments ol.commentlist li ul.children li.depth-8 { margin:0 0 .25em 0px; }
.comments ol.commentlist li ul.children li.depth-9 { margin:0 0 .25em 0px; }
.comments ol.commentlist li ul.children li.depth-10 {margin:0 0 .25em 0px; }
.comments ol.commentlist li ul.children li.odd {}
.comments ol.commentlist li.even { background:#D8D8D8; }
.comments ol.commentlist li.odd { background:#DDD; }
.comments ol.commentlist li.parent { }
.comments ol.commentlist li.pingback { }
.comments ol.commentlist li.pingback.parent { }
.comments ol.commentlist li.pingback div.vcard { padding:0 170px 0 0; }
.comments ol.commentlist li.thread-alt { }
.comments ol.commentlist li.thread-even {}
.comments ol.commentlist li.thread-odd {}

/* Comments Form */
#respond h3	{ font-size:18px; text-transform:none; color:#666; }
.comments form input {	width: 300px; height:17px; padding: 4px; margin: 10px 0 0 0; border:1px solid #BBB; background:#DDD; color:#666; }
.comments form input:focus	{background:#EEE;}
.comments form label	{ font-size:12px; width:450px; margin:0 0 0 10px; }
.comments form textarea	{ width:100%; border:1px solid #BBB; background:#DDD; font-size:16px; padding:10px 0px 10px 0px; outline:none; height:150px; margin:10px 0 0 0px; }
.comments form textarea:focus	{background:#EEE;}
.comments form #submit	{ width:140px; height:27px; border:none; font-family:Arial, Helvetica, sans-serif; cursor:pointer; background:#00b5f8; color:#FFF; padding:0px 0 3px 0; margin:10px 0px 0 0; font-size:13px; font-weight:bold;  }
#cancel-comment-reply-link {font-size:12px; line-height:18px;}
.comment-reply-link { color:#fff}


.wpcf7-form p{
text-align:left;
font-size:17px;

}
.wpcf7-form p input, .wpcf7-form p textarea{

font-size:larger;
background-color:#fff;
color:#898989;
border: 0px;
padding:2px;

}

.form7submit {
display: block;
width: 307px;
}

#but-shop {

	left: 0; top: 0;
	width: 320px; height:77px;
	margin: 0; padding: 0;
	margin-left:0px;
	list-style: none;
	overflow: hidden;
}

#but-shop li {
	margin: 0; padding: 0;
	display: block;
}

#but-shop a {
	float: left;
	border: none;
	margin: 0;
	padding: 77px 0 0;
	overflow: hidden;
	height: 0;
}

#but-shop a:hover, #but-shop a:active {
	background-position: 0 -77px;
}

#but-shop a.selected {
	background-position: 0 -77px;
}


#but-eur a { width:320px; background: url("http://www.cosplaygen.com/wp-content/uploads/2010/03/but-eur.jpg") no-repeat 0 0; margin-right:0px }
#but-row a { width:320px; background: url("http://www.cosplaygen.com/wp-content/uploads/2010/03/but-row.jpg") no-repeat 0 0; margin-right:0px }
#but-eur-pre a { width:320px; background: url("http://www.cosplaygen.com/wp-content/uploads/2010/03/pre-but-eur.jpg") no-repeat 0 0; margin-right:0px }
#but-row-pre a { width:320px; background: url("http://www.cosplaygen.com/wp-content/uploads/2010/03/pre-but-row.jpg") no-repeat 0 0; margin-right:0px }


.wp-pagenavi { background-color:#FFF; font-family:Arial, Helvetica, sans-serif; font-size:10px;}
.wp-pagenavi a{  font-family:Arial, Helvetica, sans-serif; font-size:10px; background-color:#FFF; color:#666; padding:3px; margin:0px;}
.wp-pagenavi a:hover {  font-family:Arial, Helvetica, sans-serif; font-size:10px; background-color:#00b5f8; color:#fff; padding:3px; margin:0px;}
.wp-pagenavi a.selected{  font-family:Arial, Helvetica, sans-serif; font-size:10px; background-color:#00b5f8; color:#666; padding:3px; margin:0px;}

.wp-pagenavi span.current{  font-family:Arial, Helvetica, sans-serif; font-size:10px; background-color:#fff; color:#00b5f8; padding:3px; margin:0px;}


/*** Featured **/

#slider_wrap {

	background-color:#FFFFFF;

}

#featured {

	overflow:hidden;

	background-color:#FFFFFF;

	width:640px;

	max-height:290px;

	position:relative;

	margin-bottom:25px;

}

#controls {

	position:absolute;

	top:15px;

	right:25px;

}

#controls a {

	background-color:#00ABEF;

	color:#FFFFFF;

	margin:0 1px 1px 0;

	padding:2px 6px 3px;

	text-decoration:none;

}

#controls a:hover {

	background-color:#0089BF;

}



#featured .fmargin {

	margin:5px 25px 20px 25px;

	overflow:hidden;

	width:590px;

}

#featured .post {

	float:left;

	overflow:hidden;

	clear:inherit;

	margin-bottom:0;

}

#featured .featured_post {

	/*margin:0 25px;*/

	margin-right:25px;

}

#featured h2 {

	margin-bottom:5px;

}

#featured li {

	margin-left:0;

}

/*
		 * Required 
		*/
		.contain { height:220px; overflow:hidden;	 position:relative; background:#fff; }
		.slides { position:absolute; top:0px; bottom:0px; left:0; }
		.slides div { position:absolute; top:0; width:297px; height:213px; display:none; text-align:center;  }
		.next{ font-family:Arial, Helvetica, sans-serif; font-size:11px; text-decoration:none}
		.next a{ font-family:Arial, Helvetica, sans-serif; font-size:11px; text-decoration:none}
		.previous{ font-family:Arial, Helvetica, sans-serif; font-size:11px; text-decoration:none}
		.previous a{ font-family:Arial, Helvetica, sans-serif; font-size:11px; text-decoration:none}
		/*
		 * Optional
		*/
		
		#loopedCarousel { margin:0 auto; padding:10px 0; position:relative; clear:both; }
		ul.pagination { list-style:none; padding:0; margin:0; color:#666666 }
		ul.pagination li  { text-align:center; display:inline; color:#666666 }
		ul.pagination li a { padding:2px 4px; color:#666666; text-decoration:none; font-size:12px; font-family:Arial, Helvetica, sans-serif }
		ul.pagination li.active a { background:#666; color:white; }
		.pagination a { color:#fff}
		
		
#no {background-color:#000; z-index:0; color:#fff; text-align:center; position: relative; left:0px; top: -55px; width: 20px; height:18px; padding-bottom:3px; font-size:11px;}

/*
		 Full Width
		*/

		.pic1 {width:900px; height:500px;  background-repeat:no-repeat}	
		
		.info-body {height:140px; width:900px}
		.info-left {width:259px; float:left; height:130px; border-right:1px solid #dadada; float:left}
		.info-cos {width: 250px; font-size: 16px; float: left;}
		.info-cos-name {padding-bottom: 5px; border-bottom: 1px dashed #dadada; text-transform:uppercase}
		.info-cos-dotline {padding-bottom: 5px; padding-top: 5px; border-bottom: 1px dashed #dadada;}
		.info-cos-noline {padding-bottom: 5px; padding-top: 5px; border-bottom: 0px}
		.info-cos-txt {width*:640px; width:630px; padding-left:10px; text-align:justify; float:right; padding-top:10px;}
	    .cos-credits {z-index:0; text-align:center; position: relative; right:0px; top:0px; width:auto; height:18px; padding-bottom:3px; font-size:10px;; text-align:right}
		.cos-interview {border:#dadada 1px solid; padding:5px; margin-bottom:25px; margin-top:15px}
		.cleaner-20 {height:20px; clear:both; overflow:hidden}
		.cleaner-10 {height:5px; clear:both; overflow:hidden}
		.breadcrumbs a { color:#fff; text-decoration:underline}
		.breadcrumbs a:hover { color:#fff; text-decoration:none}
		.foot-breadcrumbs a { color:#fff; text-decoration:underline}
		.foot-breadcrumbs a:hover { color:#fff; text-decoration:none}	

/*
		 World Wide Fans 
		*/		
.brick{cursor:pointer;position:relative;display:block;float:left;width:220px;height:318px; center no-repeat #d8dadd;margin:0px ;padding:0;overflow:hidden;color:#676d72;font:normal 11px Arial,Helvetica,sans-serif;line-height:14px;z-index:50; text-decoration:none}
.brick .overlay{background:url('http://www.cosplaygen.com/wp-content/uploads/2011/05/pix-bg.png') top center repeat transparent;border:0px solid #2e2e2e;position:absolute;top:0;left:0;right:0;bottom:0;z-index:100;text-align:center;color:#fff;opacity:0;-moz-opacity:0;filter:alpha(opacity=0); text-decoration:none}
.brick:hover .overlay{opacity:1;-moz-opacity:1;filter:alpha(opacity=100); text-decoration:none}
.brick .overlay .inner{position:absolute;top:50%;left:0;right:0;height:40px;padding-top:7px; background-color:#00b3f0; text-decoration:none}
.brick .overlay .inner .date2 {font-weight:bold;font-size:16px; text-decoration:none}
.brick .overlay .inner .notes {margin-top:5px;font-size:12px; text-decoration:none}
.brick .overlay .inner .date a{font-weight:bold;font-size:16px; text-decoration:none}
.brick .overlay .inner .notes a{margin-top:5px;font-size:12px; text-decoration:none}
.brick.photo{background:#fff;text-align:center;height:auto; text-decoration:none}
.brick.photo img{margin:0 auto;padding:0;width:auto;height:auto;max-width:100%}

.brick-o{cursor:pointer;position:relative;display:block;float:left;width:220px;height:153px; center no-repeat #d8dadd;margin:0px ;padding:0;overflow:hidden;color:#676d72;font:normal 11px Arial,Helvetica,sans-serif;line-height:14px;z-index:50; text-decoration:none}
.brick-o .overlay{background:url('http://www.cosplaygen.com/wp-content/uploads/2011/05/pix-bg.png') top center repeat transparent;border:0px solid #2e2e2e;position:absolute;top:0;left:0;right:0;bottom:0;z-index:100;text-align:center;color:#fff;opacity:0;-moz-opacity:0;filter:alpha(opacity=0); text-decoration:none}
.brick-o:hover .overlay{opacity:1;-moz-opacity:1;filter:alpha(opacity=100); text-decoration:none; text-decoration:none}
.brick-o .overlay .inner{position:absolute;top:50%;left:0;right:0;height:40px;padding-top:7px; background-color:#00b3f0; text-decoration:none}
.brick-o .overlay .inner .date2{font-weight:bold;font-size:16px; text-decoration:none}
.brick-o .overlay .inner .notes{margin-top:5px;font-size:12px; text-decoration:none}
.brick-o.photo{background:#fff;text-align:center;height:auto; text-decoration:none}
.brick-o.photo img{margin:0 auto;padding:0;width:auto;height:auto;max-width:100%; text-decoration:none}
.wwf-content p {display:none}

/*
		new-footer 
		*/
.navigate a { color:#666; text-decoration:none}
.navigate a:hover { color:#00b8fe; text-decoration:none}

.but-fb a{ display:block; width:150px; height:31px; background-image:url(http://cosplaygen.com/images/but-facebook.jpg); background-repeat:no-repeat; background-position:top left; border-bottom:#303030 1px solid}
.but-fb a:hover{ display:block; width:150px; height:31px; background-image:url(http://cosplaygen.com/images/but-facebook.jpg); background-repeat:no-repeat; background-position:bottom left; cursor: pointer}

.but-da a{ display:block; width:150px; height:31px; background-image:url(http://cosplaygen.com/images/but-deviant.jpg); background-repeat:no-repeat; background-position:top left; border-bottom:#303030 1px solid}
.but-da a:hover{ display:block; width:150px; height:31px; background-image:url(http://cosplaygen.com/images/but-deviant.jpg); background-repeat:no-repeat; background-position:bottom left; cursor: pointer}

.but-twitter a{ display:block; width:150px; height:31px; background-image:url(http://cosplaygen.com/images/but-twitter.jpg); background-repeat:no-repeat; background-position:top left; border-bottom:#303030 1px solid}
.but-twitter a:hover{ display:block; width:150px; height:31px; background-image:url(http://cosplaygen.com/images/but-twitter.jpg); background-repeat:no-repeat; background-position:bottom left; cursor: pointer}

.but-tumblr a{ display:block; width:150px; height:31px; background-image: url(http://cosplaygen.com/images/but-tumblr.jpg); background-repeat:no-repeat; background-position:top left; border-bottom:#303030 1px solid}
.but-tumblr a:hover{ display:block; width:150px; height:31px; background-image:url(http://cosplaygen.com/images/but-tumblr.jpg); background-repeat:no-repeat; background-position:bottom left; cursor: pointer}

.but-rss a{ display:block; width:150px; height:31px; background-image: url(http://cosplaygen.com/images/but-rss.jpg); background-repeat:no-repeat; background-position:top left; border-bottom:#303030 1px solid}
.but-rss a:hover{ display:block; width:150px; height:31px; background-image:url(http://cosplaygen.com/images/but-rss.jpg); background-repeat:no-repeat; background-position:bottom left; cursor: pointer}

.but-email a{ display:block; width:150px; height:31px; background-image: url(http://cosplaygen.com/images/but-email.jpg); background-repeat:no-repeat; background-position:top left; border-bottom:#303030 1px solid}
.but-email a:hover{ display:block; width:150px; height:31px; background-image:url(http://cosplaygen.com/images/but-email.jpg); background-repeat:no-repeat; background-position:bottom left; cursor: pointer}


		
/*
		extra 
		*/
.preview-afis-a a { display:block; width:900px; height:500px; background-image:url(http://www.cosplaygen.com/wp-content/uploads/2011/06/preview-poster-a.jpg); background-position:top}
.preview-afis-a a:hover { display:block; width:900px; height:500px; background-image:url(http://www.cosplaygen.com/wp-content/uploads/2011/06/preview-poster-a.jpg); background-position:bottom}

.preview-afis-b a { display:block; width:900px; height:500px; background-image:url(http://www.cosplaygen.com/wp-content/uploads/2011/06/preview-poster-b.jpg); background-position:top}
.preview-afis-b a:hover { display:block; width:900px; height:500px; background-image:url(http://www.cosplaygen.com/wp-content/uploads/2011/06/preview-poster-b.jpg); background-position:bottom}

.cg3-preview-01 a { display:block; width:900px; height:500px; background-image:url(http://www.cosplaygen.com/wp-content/uploads/2011/06/preview-01.jpg); background-position:top}
.cg3-preview-01 a:hover { display:block; width:900px; height:500px; background-image:urlhttp://www.cosplaygen.com/wp-content/uploads/2011/06/preview-01.jpg); background-position:bottom}

.cg3-preview-02 a { display:block; width:900px; height:500px; background-image:url(http://www.cosplaygen.com/wp-content/uploads/2011/06/preview-02.jpg); background-position:top}
.cg3-preview-02 a:hover { display:block; width:900px; height:500px; background-image:urlhttp://www.cosplaygen.com/wp-content/uploads/2011/06/preview-02.jpg); background-position:bottom}

.cg3-preview-03 a { display:block; width:900px; height:500px; background-image:url(http://www.cosplaygen.com/wp-content/uploads/2011/06/preview-03.jpg); background-position:top}
.cg3-preview-03 a:hover { display:block; width:900px; height:500px; background-image:urlhttp://www.cosplaygen.com/wp-content/uploads/2011/06/preview-03.jpg); background-position:bottom}

.cg3-preview-04 a { display:block; width:900px; height:500px; background-image:url(http://www.cosplaygen.com/wp-content/uploads/2011/06/preview-04.jpg); background-position:top}
.cg3-preview-04 a:hover { display:block; width:900px; height:500px; background-image:urlhttp://www.cosplaygen.com/wp-content/uploads/2011/06/preview-04.jpg); background-position:bottom}

.cg3-preview-05 a { display:block; width:900px; height:500px; background-image:url(http://www.cosplaygen.com/wp-content/uploads/2011/06/preview-05.jpg); background-position:top}
.cg3-preview-05 a:hover { display:block; width:900px; height:500px; background-image:urlhttp://www.cosplaygen.com/wp-content/uploads/2011/06/preview-05.jpg); background-position:bottom}

.cg3-preview-06 a { display:block; width:900px; height:500px; background-image:url(http://www.cosplaygen.com/wp-content/uploads/2011/06/preview-06.jpg); background-position:top}
.cg3-preview-06 a:hover { display:block; width:900px; height:500px; background-image:urlhttp://www.cosplaygen.com/wp-content/uploads/2011/06/preview-06.jpg); background-position:bottom}

.cg3-preview-07 a { display:block; width:900px; height:500px; background-image:url(http://www.cosplaygen.com/wp-content/uploads/2011/06/preview-07.jpg); background-position:top}
.cg3-preview-07 a:hover { display:block; width:900px; height:500px; background-image:urlhttp://www.cosplaygen.com/wp-content/uploads/2011/06/preview-07.jpg); background-position:bottom}

.cg3-preview-08 a { display:block; width:900px; height:500px; background-image:url(http://www.cosplaygen.com/wp-content/uploads/2011/06/preview-08.jpg); background-position:top}
.cg3-preview-08 a:hover { display:block; width:900px; height:500px; background-image:urlhttp://www.cosplaygen.com/wp-content/uploads/2011/06/preview-08.jpg); background-position:bottom}

.cg3-preview-09 a { display:block; width:900px; height:500px; background-image:url(http://www.cosplaygen.com/wp-content/uploads/2011/06/preview-09.jpg); background-position:top}
.cg3-preview-09 a:hover { display:block; width:900px; height:500px; background-image:urlhttp://www.cosplaygen.com/wp-content/uploads/2011/06/preview-09.jpg); background-position:bottom}

.cg3-preview-10 a { display:block; width:900px; height:500px; background-image:url(http://www.cosplaygen.com/wp-content/uploads/2011/06/preview-10.jpg); background-position:top}
.cg3-preview-10 a:hover { display:block; width:900px; height:500px; background-image:urlhttp://www.cosplaygen.com/wp-content/uploads/2011/06/preview-10.jpg); background-position:bottom}

.cg3-preview-11 a { display:block; width:900px; height:500px; background-image:url(http://www.cosplaygen.com/wp-content/uploads/2011/06/preview-11.jpg); background-position:top}
.cg3-preview-11 a:hover { display:block; width:900px; height:500px; background-image:urlhttp://www.cosplaygen.com/wp-content/uploads/2011/06/preview-11.jpg); background-position:bottom}

.cg3-preview-12 a { display:block; width:900px; height:500px; background-image:url(http://www.cosplaygen.com/wp-content/uploads/2011/06/preview-12.jpg); background-position:top}
.cg3-preview-12 a:hover { display:block; width:900px; height:500px; background-image:urlhttp://www.cosplaygen.com/wp-content/uploads/2011/06/preview-12.jpg); background-position:bottom}

.cg3-preview-13 a { display:block; width:900px; height:500px; background-image:url(http://www.cosplaygen.com/wp-content/uploads/2011/06/preview-13.jpg); background-position:top}
.cg3-preview-13 a:hover { display:block; width:900px; height:500px; background-image:urlhttp://www.cosplaygen.com/wp-content/uploads/2011/06/preview-13.jpg); background-position:bottom}

.cg3-preview-14 a { display:block; width:900px; height:500px; background-image:url(http://www.cosplaygen.com/wp-content/uploads/2011/06/preview-14.jpg); background-position:top}
.cg3-preview-14 a:hover { display:block; width:900px; height:500px; background-image:urlhttp://www.cosplaygen.com/wp-content/uploads/2011/06/preview-14.jpg); background-position:bottom}

.cg3-preview-15 a { display:block; width:900px; height:500px; background-image:url(http://www.cosplaygen.com/wp-content/uploads/2011/06/preview-15.jpg); background-position:top}
.cg3-preview-15 a:hover { display:block; width:900px; height:500px; background-image:urlhttp://www.cosplaygen.com/wp-content/uploads/2011/06/preview-15.jpg); background-position:bottom}

.cg3-preview-16 a { display:block; width:900px; height:500px; background-image:url(http://www.cosplaygen.com/wp-content/uploads/2011/06/preview-16.jpg); background-position:top}
.cg3-preview-16 a:hover { display:block; width:900px; height:500px; background-image:urlhttp://www.cosplaygen.com/wp-content/uploads/2011/06/preview-16.jpg); background-position:bottom}

.cg3-preview-17 a { display:block; width:900px; height:500px; background-image:url(http://www.cosplaygen.com/wp-content/uploads/2011/06/preview-17.jpg); background-position:top}
.cg3-preview-17 a:hover { display:block; width:900px; height:500px; background-image:urlhttp://www.cosplaygen.com/wp-content/uploads/2011/06/preview-17.jpg); background-position:bottom}

.wpcf7-not-valid-tip-no-ajax {color:#000; width:180px; background-color:#fff; margin-top:2px;}
