/*  
Theme Name: Westfield Comics Revised Color Palette
Theme URI: http://www.hexbreak.com
Description: The Westfield Comics WordPress theme based on <a href="http://www.hexbreak.com">Hexbreak</a>.
Version: 1.0
Author: Tony Cooke
Author URI: http://www.hexbreak.com/

*/

/* CSS Reset. Thanks to Eric at http://www.meyerweb.com for thinking of this. */
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, tt, var,
dd, dl, dt, li, ol, ul,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	/* line-height: 1; */
	font-family: inherit;
	text-align: left;
	vertical-align: baseline;
}
a img, :link img, :visited img {
	border: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
ol, ul {
	list-style-type: disc;
}
q:before, q:after,
blockquote:before, blockquote:after {
	content: "";
}
a, 
a:active, 
a:link {
	color: #b23619;
}
a:hover {
	color: #0061A5;
}
.sidebar_white .sidebar_content a {
	color: #595959;
	letter-spacing: -.02em;
}
.sidebar_blue a,
.sidebar_red a {
	color: #fff;
}
.sidebar_blue a:hover,
.sidebar_red a:hover {
	color: #d1def1;
}

/* GENERAL STRUCTURE */

body {
	font-size: 67.5%; /* Resets 1em to 10px */
	font-family: Helvetica, Arial, Sans-Serif;
	letter-spacing:.01em;
	font-weight: normal;
	background: #959597 url(https://westfieldcomics.com/siteart/pagebackground3.jpg);
	background-repeat: repeat-y;
	background-position: center;
	color: #666;
	text-align: center;
	margin: 0;
	padding: 0; 
}
#rocket { /* Center Aligns Site */
	position: relative;
	float: left;
	top: 0;
	left: 0;
	background: none;
	text-align: center;
	margin: 0;
	width: 960px; /* was 1060px */
	padding: 0px;
	height: 100%;
}
#header { /* Header, contains Top Nav */
	position: relative;
	float: left;
	top: 0;
	left: 0px;
	background: url(https://westfieldcomics.com/blog/wp-content/themes/wf_new_colors/images/wf_wrapper_bg_newcolors960blog.jpg) top left no-repeat;
	text-align: left;
	padding: 0;
	margin-top: 0px;
	width: 960px;
	height: 151px;
  Z-INDEX: 18; 
	border: 0;
}
#wrapper { /* Center Aligns Site */
	position: relative;
	z-index: 1;
	top: 0;
	left: 0;
	background: none;
	text-align: left;
	margin: 0px auto;
	width: 980px;  /* 2010 was 1050px */
	padding: 0px;
	height: 100%;
}

#page { /* Contains Site */
	position: relative;
	float: left;
	top: 0px;

	/* ---------- ERROR? ------------------ */
	/* background: #ffffff url(https://westfieldcomics.com/blog/wp-content/themes/wf_new_colors/images/wf_page_bg.gif) top left repeat-x; */
	background: #ffffff;

	background-position: 0px -1px;
	text-align: left;
	padding: 0;
	margin: 0;
	margin-top: 0px;
	width: 960px;
	border: 0px solid #7d6545;
}
#left { /* Left Column */
	position: relative;
	float: left;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
	padding-top: 30px;
	border: 0;
	background: none;
}
#leftdiv { /* Left Column */
	position: relative;
	float: left;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
	padding-top: 30px;
	border: 0;
	background: none;
}
.widecolumn { /* Defines Left Column Attributes */
	margin: 0;
	width: 478px;
	background: none;
	border-right: 0px solid #fff;
	line-height: 1.6em;
}

.widecolumn_WC { /* Defines Left Column Attributes WC Site */
	margin: 0;
	width: 720px;
	background: none;
	padding-left: 30px;
	border-right: 0px solid #fff;
	line-height: 1.6em;
}

#right { /* Right Two Columns */
	position: relative;
	float: right;
	right: 0px;
	top: 0px;
	padding: 0;
	background: none;
	border: 0;
}
#center { /* Center Column */
	position: relative;
	float: left;
	top: 0;
	left: 0;
	margin: 0;
	padding-top: 30px;
	background: none;
}
.widecenter { /* Defines Center Column Attributes */
	margin: 0;
	width: 238px;
	background: none;
	border: 0;
}
.widesidebar { /* Defines Far Right Column Attributes */
	margin: 0;
	padding: 0;
	width: 240px;
	border: 0;
	
}
#footer { /* Footer */
	position: relative;
	float: left;
	top: 0;
	left: 0;
	/* background: url(https://westfieldcomics.com/blog/wp-content/themes/wf_new_colors/images/lf_footer.gif) no-repeat bottom left; */
	text-align: center;
	padding: 0;
	margin: 0;
	margin-top: 50px;
	width: 100%;
	height: 66px;
	border: 0;
}
#copyright { /* Copyright */
	/* position: relative;
	float: left;
	top: 0;
	left: 0; */
	text-align: center;
	padding: 0;
	margin: 0;
	margin-top: 10px;
	width: 100%;
	border: 0;
}
#copyright p {
	margin: 0 auto;
	width: 100%;
	text-align: center;
	color: #777;
	padding: 5px 0px 5px 0px;
}

/* ELEMENT DEFINITIONS */

p {
	margin-top: 0px;
	margin-bottom: 10px;
}
a, a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

h1, h2, h3 {
	letter-spacing:.05em;
	font-weight: strong;
}
h1 {
	font-size: 1.8em;
}
h2 {
	font-size: 1.6em;
}
.the_h2 {
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	line-height:1.25em;
	font-size: 1.35em;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: -.05em;
	visibility: visible;
	padding-right: 10px;
	background: none;
	width: 100%;
	margin-top: -.25em;
	margin-bottom: .5em;
	text-align: left;
	}
.the_h2 a:hover {
	text-decoration: none;
}
.the_h2_search {
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	line-height:1.25em;
	font-size: 1.35em;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: -.05em;
	visibility: visible;
	padding-right: 10px;
	background: none;
	width: 100%;
	margin-top: -.25em;
	margin-bottom: .5em;
	text-align: left;
	padding-left: 10px;
	}
.the_h3 {
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	line-height:1.1em;
	font-size: 1.2em;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: -.05em;
	visibility: visible;
	padding-right: 10px;
	background: none;
	width: 100%;
	margin-top: 0em;
	text-align: left;
	}
.the_h3 a:hover {
	text-decoration: none;
}
h3 {
	font-size: 1.1em;
	font-weight: strong;
}
	
/* 	THE HEADER */
#header #header_home {
	position: absolute;
	top: 12px;
	left: 10px;
	width: 355px;
	height: 100px;
	background: none;
	}
#header #header_home a,
#header #header_home a:hover {
	position: absolute;
	border: none;
	width: 100%;
	height: 100%;
	text-decoration: none;
	}
#header  #the_galaxy_nav {
	position: absolute;
	top: 8px;
	right: 8px;
	margin: 0;
	padding: 0;
	margin-top: 0;
	width: 700px;
	height: 40px;
	background: none;
	text-align: right;
	letter-spacing: -.05em;
	font-size: 1.0em;
}
#header  #the_galaxy_nav ul {
	position: relative;
	float: right;
	clear: both;
	padding-bottom: .5em;
	font-size: .8em;
	display: block;
	text-align: right;
}
#header  #the_galaxy_nav ul li {
	position: relative;
	float: left;
	display: inline;
}
#header  #the_galaxy_nav ul li a.galaxy {
	padding: 0;
	margin: 0;
	padding-right: 5px;
	border-right: 1px solid #fff;
	margin-right: 5px;
	color: #fff;
	text-decoration: none;
	}
#header  #the_galaxy_nav ul li a.galaxy_cart {
	position: relative;
	float: left;
	padding: 0 5px 0 153px;
	margin: 0 24px 0 40px;
	background: url(https://westfieldcomics.com/blog/wp-content/themes/wf_new_colors/images/galaxy_cart_bg.gif) no-repeat;
	background-position: 0 -6px;
	height: 17px;
	font-size: 10px;
	letter-spacing: -.03em;
	color: #000;
	text-decoration: none;
	font-weight: bold;
	}
#header  #the_galaxy_nav ul li a:hover.galaxy_cart {
	text-decoration: underline;
}
#header  #the_galaxy_nav ul li a.galaxy_last {
	padding: 0;
	margin: 0;
	color: #fff;
	text-decoration: none;
	}
#header  #the_galaxy_nav ul li a:hover.galaxy,
#header  #the_galaxy_nav ul li a:hover.galaxy_last {
	color: #fff;
	text-decoration: underline;
	}
#header  #the_rocket_search {
	position: absolute;
	top: 33px;
	right: 0px;
	margin: 0;
	padding: 0;
	margin-top: 0;
	width: 303px;
	height: 40px;
	background: none;
	text-align: right;
	background: url(https://westfieldcomics.com/blog/wp-content/themes/wf_new_colors/images/rocket_search_bg.gif) repeat-x;
	background-position: 0px -33px;
}
#header  #the_rocket_search_blog {
	position: absolute;
	top: 33px;
	right: 0px;
	margin: 0;
	padding: 0;
	margin-top: 0;
	width: 303px;
	height: 40px;
	background: none;
	text-align: right;
	background: url(https://westfieldcomics.com/blog/wp-content/themes/wf_new_colors/images/rocket_search_bg.gif) repeat-x;
	background-position: 0px -33px;
}
#header  #the_rocket_search input.the_text,
#header  #the_rocket_search_blog input.the_text {
	width: 150px;
	border: 1px solid #a0a0a0;
	background: #fefefe;
	font-size: 10px;
	color: #363636;
	margin-right: 5px;
	margin-bottom: 1px;
	padding: 2px;
	padding-left: 10px;
	border-radius: 4px;
}
#header  #the_rocket_search input.the_submit,
#header  #the_rocket_search_blog input.the_submit {
	border: 1px solid #a0a0a0;
	width: 110px;
	background: #b23619;
	font-size: 9px;
	padding: 2px;
	color: #eaeaea;
	text-align: center;
    	border-radius: 4px;
}
#header  #the_rocket_search a,
#header  #the_rocket_search_blog a {
	color: #a5caec;
	text-decoration: none;
	padding-left: 10px;
	padding-top: 2px;
}
#header  #the_rocket_search a:hover,
#header  #the_rocket_search_blog a:hover {
	color: #ffffff;
	text-decoration: none;
}
#header .the_header_tagline {
	position: absolute;
	right: 0;
	top: 50px;
	width: 400px;
	height: 100px;
	text-indent: -5000em;
	background: none;
	font-weight: normal;
	font-family: Helvetica, Arial, sans-serif;
}
#header .the_header_search {
	position: absolute;
	right: 10px;
	bottom: 13px;
	width: 206px;
	height: 50px;
	background: none;
	font-size: 1em;
	font-weight: strong;
	text-align: left;
}
#header .the_header_search input {
	position: absolute;
	bottom: 0px;
	left: 0px;
	font-size: 1em;
	border: 0;
	padding: 0;
	width: 156px;
	margin-right: 0px;
	background: none;
	margin-top: 3px;
	margin-bottom: 1px;
	color: #666;
}
#header .the_header_search label {
	position: absolute;
	bottom: 24px;
	left: 0px;
	color: #fff;
	margin-left: 0px;
}
#header .the_header_search a.go {
	position: absolute;
	width: 47px;
	height: 19px;
	bottom: 0px;
	left: 157px;
	margin-top: 0px;
	margin-left: 0px;
	text-align: left;
	text-indent: -5000em;
}
#header .the_header_search a:hover.go {
	position: absolute;
	width: 47px;
	height: 19px;
	bottom: 0px;
	left: 157px;
	margin-top: 0px;
	margin-left: 0px;
	text-align: left;
	text-indent: -5000em;
}
#header .the_header_tagline h1 {
	font-family: Helvetica, Arial, sans-serif;
	font-weight:lighter;
	color: #fff;
}
#header .the_header_nav { /* Contains Top Nav */
	position: absolute;
	left: 10px;
	bottom: 6px;
	width: 960px;
	height: 20px;
	background: none;
	font-size: 1.1em;
	font-weight: strong;
	text-align: left;
}
#header .the_header_nav a {
	color: #fff;
	margin-left: 2px;
	text-decoration: none;
}
#header .the_header_nav a:hover {
	color: #000;
	text-decoration: none;
}
#header .the_header_nav ul {
	position: relative;
	display: inline;
	list-style-type: none;
	border: none;
 	font-family: Arial, Helvetica, sans-serif;
 	font-weight: bold;
 	font-size: 16px;
 	letter-spacing: -1px;
 	text-transform: uppercase;
	padding-left: 10px;
}
#header .the_header_nav ul li {
	position: relative;
	top: 0px;
	margin-top: 0px;
	margin-right: 18px;
	display: inline;
	list-style-type: none;
	border: none;
}

/* WC V6 HEADER */
#header .the_header_nav ul li a.WC_head {
	position: relative;
	float: left;
	height: 20px;
	margin: 0;
	margin-right: 24px;
	padding: 0;
	text-decoration: none;
	}
#header .the_header_nav ul li a:hover.WC_head {
	position: relative;
	float: left;
	height: 20px;
	margin: 0;
	margin-right: 24px;
	padding: 0;
	text-decoration: none;
	}





/* 	THE FOOTER */
#footer p {
	text-align: center;
	}
#footer .the_footer_nav {
	position: absolute;
	left: 0;
	bottom: 16px;
	width: 100%;
	height: 24px;
	background: none;
	font-size: 1em;
	font-weight: normal;
	text-align: center;
}
#footer .the_footer_nav a {
	text-decoration: underline;
}
#footer .the_footer_nav a:hover {
	text-decoration: underline;
}
#footer .the_footer_nav ul {
	position: relative;
	display: inline;
	list-style-type: none;
	text-align: center;
}
#footer .the_footer_nav ul li {
	position: relative;
	top: 10px;
	margin-top: 5px;
	padding-top: 1px;
	padding-bottom: 1px;
	display: inline;
	list-style-type: none;
}
#footer .the_footer_nav ul li.all {
	position: relative;
	top: 10px;
	margin-top: 5px;
	margin-right: 10px;
	padding-top: 1px;
	padding-bottom: 1px;
	padding-right: 10px;
	display: inline;
	list-style-type: none;
}
#footer .the_footer_nav ul li.last {
	position: relative;
	top: 10px;
	margin-top: 5px;
	padding-top: 1px;
	padding-bottom: 1px;
	display: inline;
	list-style-type: none;
}

/* PRIMARY CONTENT */

#content { /* Contains All Left Column Contents */
	font-size: 1.2em;
	position: relative;
	float: left;
	top: 0px;
	left: 0;
	margin: 0;
	padding: 0;
	padding-bottom: 100px;
}
.post { /* Defines Primary Content Attributes */
	position: relative;
	float: left;
	top: 0;
	left: 10px;
	margin: 0;
	padding: 0;
	width: 460px;
	text-align:left;
	padding-bottom: 1em;
	margin-bottom: 1.5em;
	border-bottom: 1px solid #dadada;
}
.post_search { /* Defines Primary Content Attributes */
	position: relative;
	float: left;
	top: 0;
	left: 10px;
	margin: 0;
	padding: 0;
	width: 460px;
	text-align:left;
	padding-bottom: 1em;
	margin-bottom: .5em;
}
.post_WC { /* Defines Primary Content Attributes - WC Site */
	position: relative;
	float: left;
	top: 0;
	left: 10px;
	margin: 0;
	padding: 0;
	width: 700px;
	text-align:left;
	margin-bottom: 1em;
}

.post_child { /* Defines Leadership Previews Attributes */
	position: relative;
	float: left;
	top: 0;
	left: 0;
	margin: 0;
	width: 100%;
	padding: 0;
	/* padding-bottom: .5em; */
	/* margin-bottom: .5em; */
	text-align:left;
}
.wp-caption p.wp-caption-text {
	position: relative;
	float: left;
	clear: both;
	padding: 0;
	margin: 0;
	color: #999;
	width: 100%;
	margin-right: 12px;
	margin-left: 12px;
	background: none;
	text-align: center;
	font-size: .9em;
	}
.entry {
	position: relative;
	float: left;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
	padding-right: 4px;
	line-height: 1.4em;
}
.entry p {
	font-size: .95em;
	padding: 0;
	margin: 0;
	margin-left: 0px;
	margin-bottom: .5em;
}
.entry ul {
	width: 100%;
	display: block;
	position: relative;
	float: left;
	clear: both;
	margin-left: 15px;
	padding: 0px;
	padding-bottom: 1em;
	list-style-type: disc;
	text-indent: 0px;
	font-size: 1em;
}
.entry ul li {
	padding-left: 0px;
	margin-left: 0px;
	list-style-type: disc;
	font-size: 1em;
}
.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
}
.entry ol li {
	margin: 0;
	padding: 0;
}
.entry_excerpt {
	position: relative;
	float: left;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
	line-height: 1.4em;
}
.entry_excerpt p {
	font-size: .95em;
	padding: 0;
	margin: 0;
	margin-left: 0px;
	margin-bottom: .5em;
}
.entry_excerpt ul {
	display: block;
	width: 100%;
	position: relative;
	float: left;
	margin-left: 0px;
	padding: 0px;
	margin: 0px;
	list-style-type: disc;
	text-indent: 0px;
	font-size: 1em;
}
.entry_excerpt  li {
	padding-left: 0px;
	margin-left: 0px;
	list-style-type: disc;
	font-size: 1em;
	margin: 0;
	padding: 0;
}

/* SIDEBAR CONTENT */

#sidebar { /* Contains All Left Column Contents */
	position: relative;
	float: right;
	top: 0px;
	left: 0px;
	border: 0;
	padding-top: 30px;
}
.sidebar_white {
	position: relative;
	float: left;
	top: 0px;
	left: 0px;
	border: 0;
	width: 240px;
	background: none; 
	}	
.sidebar_black {
	position: relative;
	float: left;
	top: 0px;
	left: 0px;
	border: 0;
	width: 240px;
	background: url(https://westfieldcomics.com/blog/wp-content/themes/wf_new_colors/images/wf_sidebar_black_bg.gif) top left no-repeat; 
	}	
.sidebar_black_footer {
	position: relative;
	float: left;
	top: 0px;
	left: 0px;
	border: 0;
	height: 20px;
	width: 240px;
	background: url(https://westfieldcomics.com/blog/wp-content/themes/wf_new_colors/images/wf_sidebar_black_footer_bg.gif) bottom left no-repeat; 
	}
.sidebar_red {
	position: relative;
	color: #fff;
	float: left;
	top: 0px;
	left: 0px;
	border: 0;
	width: 240px;
	background: url(https://westfieldcomics.com/blog/wp-content/themes/wf_new_colors/images/wf_sidebar_red_bg.gif) top left no-repeat; 
	}	
.sidebar_red_footer {
	position: relative;
	float: left;
	top: 0px;
	left: 0px;
	border: 0;
	height: 20px;
	width: 240px;
	background: url(https://westfieldcomics.com/blog/wp-content/themes/wf_new_colors/images/wf_sidebar_red_footer_bg.gif) bottom left no-repeat; 
	}
.sidebar_red .sidebar_content table {
	position: relative;
	float: left;
	clear: both;
	width: 100%;
	margin: 0 0 -10px 0;
	padding: 0;
}
.sidebar_blue {
	position: relative;
	float: left;
	top: 0px;
	left: 0px;
	border: 0;
	width: 240px;
	background: url(https://westfieldcomics.com/blog/wp-content/themes/wf_new_colors/images/wf_sidebar_blue_bg.gif) top left no-repeat; 
	}	
.sidebar_blue_footer {
	position: relative;
	float: left;
	top: 0px;
	left: 0px;
	border: 0;
	height: 20px;
	width: 240px;
	background: url(https://westfieldcomics.com/blog/wp-content/themes/wf_new_colors/images/wf_sidebar_blue_footer_bg.gif) bottom left no-repeat; 
	}
.sidebar_grey {
	position: relative;
	float: left;
	top: 0px;
	left: 0px;
	border: 0;
	width: 240px;
	background: url(https://westfieldcomics.com/blog/wp-content/themes/wf_new_colors/images/wf_sidebar_grey_bg.gif) top left no-repeat; 
	}	
.sidebar_grey_footer {
	position: relative;
	float: left;
	top: 0px;
	left: 0px;
	border: 0;
	height: 20px;
	width: 240px;
	background: url(https://westfieldcomics.com/blog/wp-content/themes/wf_new_colors/images/wf_sidebar_grey_footer_bg.gif) bottom left no-repeat; 
	}
.sidebar_white .sidebar_content,
.sidebar_grey .sidebar_content,
.sidebar_blue .sidebar_content,
.sidebar_red .sidebar_content,
.sidebar_black .sidebar_content {
	padding: 10px;
	padding-top: 0px;
	}
.sidebar_content ul {
	list-style-type: none;
}
.sidebar_content ul li {
	padding-bottom: 3px;
}
.sidebar_logo {
	padding: 0px;
	position: relative;
	float: left;
	margin-top: 0px;
	padding-left: 8px;
}
.sidebar_signup {
	padding: 0px;
	position: relative;
	float: left;
	margin-top: 0px;
}
.sidebar_search {
	position: relative;
	float: left;
	top: 0;
	left: 0;
	margin: 0px;
	padding: 0px;
	width: 100%;
	}
.sidebar_tags {
	position: relative;
	float: left;
	width: 100%;
	top: 0;
	left: 0;
	background: none;
	margin: 0;
	padding: 0;
}
.sidebar_tags ul {
	margin: 0;
	padding: 0;
}
.sidebar_tags ul li {
	margin: 0px;
	padding: 0px;
}
.sidebar_tags ul li a{
	margin: 0px;
	padding: 0px;
}
.sidebar_home {
	position: relative;
	float: left;
	top: 0;
	left: 0;
	margin: 0px;
	padding: 0px;
	padding-left: 20px;
	width: 240px;
}
.sidebar_nav {
	position: relative;
	float: left;
	top: 0;
	left: 0;
	margin: 0px;
	padding: 0px;
	width: 100%;
}
.sidebar_nav a {
	text-decoration: none;
	}
.sidebar_nav a:hover {
	text-decoration: none;
	}
.sidebar_spacer {
	position: relative;
	top: 0px;
	left: 0px;
	float: left;
	clear: both;
	margin: 0px;
	padding: 0px;
	height: 20px;
}

/* TAG LIST (tag.php) ELEMENTS */

.post_tags {
	position: relative;
	float: left;
	top: 0;
	left: 0;
	margin: 0;
	/* text-align: justify; */
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 10px;
	text-align:left;
	background: none;
}
#content .post_tags .wide_tags {
	position: relative;
	float: left;
	width: 100%;
	top: 0;
	left: 0;
	background: none;
	margin: 0;
	padding: 0;
	padding-bottom: 20px;
}
#content .post_tags .wide_tags ul {
	position: relative;
	float: left;
	margin: 0;
	padding: 0;
	list-style-type: none;
	width: 460px;
	background: none;
}
#content .post_tags .wide_tags ul li {
	margin: 0px;
	padding: 0px;
	width: 20%;
	background: none;
	display: inline;
	position: relative;
	text-align: center;
	float: left;
}
#content .post_tags .wide_tags ul li a {
	margin: 0px;
	padding: 0px;
}

/* POSTMETADATA ELEMENTS */

.postmetadata {
	margin: 30px 0;
	clear: left;
}
.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
}

/* ATTACHMENT ELEMENTS */

.smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}
.attachment {
	text-align: center;
	margin: 5px 0px;
}

/* IMAGE ELEMENTS */

p img {
	border: 0;
	margin-right: 10px;
	margin-bottom: 8px;
	margin-top: 7px;
	position: relative;
	float: left;
	padding: 1px;
	background-color: #fff;
	/* max-width: 100%; */
}
	
* html p img {margin-right: 22px;} /* IE Only Hack. For strange MSIE list bullet/left-floated-image issue. Had to be done! */

strong img {
	float: none;
	text-align: center;
	clear: both;
	margin-right: 0px;
	margin-bottom: 8px;
	/* max-width: 100%; */
}
em img {
	float: right;
	margin-left: 10px;
	margin-bottom: 8px;
	margin-right: 0px;
}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
}
img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
}
.alignright {
	float: right;
}
.alignleft {
	float: left
}

/* COMMENTS SECTION */

.the_comments { /* Sizes overall Comments Area */
	position: relative;
	float: left;
	margin-left: 10px;
	width: 460px;
}
.the_comments h2 {
	margin-top: 50px;
	margin-bottom: 20px;
	font-size: 1.1em;
	font-weight: bold;
	border-bottom: 1px solid #ddd;
	}
.the_comments h2 small {
	position: relative;
	float: right;
	top: -1.6em;
	text-align: right;
	font-weight: normal;
	font-size: .8em;
	}
.the_comments .comment_button {
	position: relative;
	float: right;
	text-align: right;
	margin-top: 10px;
	width: 200px;
}
.the_comments .comment_button a {
	color: #454545;
	padding: 6px;
	background: #eff4fb;
	border: 1px solid #d8d8d8;
	margin-left: 2px;
}
.the_comments .comment_button a:hover {
	color: #454545;
	padding: 6px;
	background: #d1def1;
	border: 1px solid #b6b6b6;
	margin-left: 2px;
	text-decoration: none;
}
.alt {
	background-color: #eff4fb;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	margin: 0;
	padding: 10px;
}
.commentlist {
	padding: 0;
	text-align: justify;
}
.commentlist li {
	font: 0.9em;
	font-weight: bold;
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
}
.commentlist p {
	margin: 10px 5px 10px 0;
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
}
#commentform p {
	margin: 5px 0;
}
#commentform input {
	font: 0.9em;
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	border: 1px solid #dfdfdf;
}
#commentform textarea {
	font: 0.9em;
	width: 453px;
	padding: 2px;
	border: 1px solid #dfdfdf;
}
#commentform #submit {
	margin: 0;
	float: right;
}
.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
}
.commentmetadata {
	font-weight: normal;
	margin: 0;
	display: block;
}
.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
}




/* FORM ELEMENTS */

.the_input {
	position: relative;
	float: left;
	margin-top: 20px;
}
.the_input input {
	width: 120px;
	margin-left: 6px;
}
.the_input label {
	margin-left: 6px;
}
select {
	width: 130px;
}

/* RANDOM DEFAULT WP DEFINITIONS */

acronym, abbr, span.caps {
	cursor: help;
	font-size: 0.9em;
	letter-spacing: .07em;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
}
small {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 0.9em;
	line-height: 1.5em;
}
code {
	font: 1.1em 'Courier New', Courier, Fixed;
}
hr {
	display: block;
	height: 2em;
	border: 0px #fff;
	padding: 0;
	margin: 0;
	color: #fff;
	background: #fff;
}

strong, b {
	font-weight: bold;
	}

/* PREV/NEXT POSTS WP NAVIGATION */

.navigation {
	position: relative;
	float: left;
	width: 98%;
	text-align: right;
	display: block;
	margin-top: 10px;
	margin-bottom: 60px;
}
.navigation .prev_next {
	position: relative;
	float: right;
	text-align: right;
	width: 460px;
}
.navigation .prev_next a {
	color: #878787;
	padding: 6px;
	background: #fff;
	border: 1px solid #878787;
	margin-left: 2px;
	margin-right: 2px;
}
.navigation .prev_next a:hover {
	color: #70a0d1;
	padding: 6px;
	background: #fff;
	border: 1px solid #70a0d1;
	margin-left: 2px;
	margin-right: 2px;
	text-decoration: none;
}

/* BACK TO TOP NAMED ANCHOR ID */

#the_top { /* Back To Top Anchor */
	position: absolute;
	top: 0;
	left: 0;
}

/* SITE-SPECIFIC DEFIITIONS */

em, i {
	font-style: italic;
}
strong, b {
	font-weight: bold;
}

.newsletter_form {
	position: relative;
	float: left;
	top: 0;
	left: 0;
	width: 300px;
	padding-top: 1em;
}
.newsletter_form .news_name,
.newsletter_form .news_email,
.newsletter_form .news_submit
 {
	position: relative;
	float: left;
	clear: both;
	width: 100%;
	text-align: left;
	padding-bottom: 8px;
}
.newsletter_form label {
	position: relative;
	float: left;
	width: 90px;
	margin-right: 1em;
	font-size: .9em;
	text-align: right;
	color: #666;
}
.newsletter_form input.news_button {
	border: 1px solid #bcbcbc;
	padding: 3px;
	background: #eee;
	font-size: .9em;
}

/* Function Styles */

.promo_frontpage {
	width:700px;
	margin-left: 5px; 
	position:relative; 
	float:left; 
	clear:both; 
	text-align: center;
}
.promo_frontpage img.promo_centered {
	position: relative;
	margin: 0 auto;
	text-align: center;
	}
.promo_frontpage a img.promo_centered {
	position: relative;
	margin: 0 auto;
	text-align: center;
	margin-bottom: .5em;
	}
.category_links {
	position: relative;
	left: 0;
	color: #acacac;
	font-size: .8em;
	line-height: 1.1em;
	padding-bottom: 3px;
	font-weight: bold;
	letter-spacing: 0;
	text-align: left;
	width: 100%;
}
.category_links a {
	color: #acacac;
	text-decoration: none;
}
.category_links a:hover {
	color: #acacac;
	text-decoration: underline;
}
ul.search_cloud {
	text-align: center;
	padding-left: 10px;
	padding-right: 10px;
}
ul.search_cloud li {
	font-size: 3em;
	display: inline;
	letter-spacing: 0;
	margin: 0;
	padding: 0;
	line-height: .75em;
}
ul.search_cloud li a {
	color: #929292;
	letter-spacing: 0;
	text-decoration: none;
}
ul.search_cloud li a:hover {
	color: #ff5b33;
	text-decoration: underline;
}
h2.sidebar_hot {
	position: relative;
	float: left;
	color: #fff;
	text-indent: -5000em;
	margin: 0;
	padding: 0;
	background: url(https://westfieldcomics.com/blog/wp-content/themes/wf_new_colors/images/wf_sidebar_header_hot.gif) top left no-repeat;
	background-position: 0px -4px;
	width: 220px;
	height: 30px;
}
h2.sidebar_newsletter {
	position: relative;
	float: left;
	color: #fff;
	text-indent: -5000em;
	margin: 0;
	padding: 0;
	background: url(https://westfieldcomics.com/blog/wp-content/themes/wf_new_colors/images/wf_sidebar_header_newsletter.gif) top left no-repeat;
	background-position: 0px -4px;
	width: 220px;
	height: 30px;
}
h2.sidebar_cart {
	position: relative;
	float: left;
	color: #fff;
	text-indent: -5000em;
	margin: 0;
	padding: 0;
	background: url(https://westfieldcomics.com/blog/wp-content/themes/wf_new_colors/images/wf_sidebar_header_cart.gif) top left no-repeat;
	background-position: 0px -4px;
	width: 220px;
	height: 30px;
}
h2.sidebar_classic {
	position: relative;
	float: left;
	color: #fff;
	text-indent: -5000em;
	margin: 0;
	padding: 0;
	background: url(https://westfieldcomics.com/blog/wp-content/themes/wf_new_colors/images/wf_sidebar_header_classic.gif) top left no-repeat;
	background-position: 0px -4px;
	width: 220px;
	height: 30px;
}
h2.sidebar_popularity {
	position: relative;
	float: left;
	color: #565656;
	text-indent: -5000em;
	margin: 0;
	padding: 0;
	background: url(https://westfieldcomics.com/blog/wp-content/themes/wf_new_colors/images/wf_sidebar_header_popularity.gif) top left no-repeat;
	background-position: 0px -4px;
	width: 220px;
	height: 30px;
}
h2.sidebar_info {
	position: relative;
	float: left;
	color: #565656;
	text-indent: -5000em;
	margin: 0;
	padding: 0;
	background: url(https://westfieldcomics.com/blog/wp-content/themes/wf_new_colors/images/wf_sidebar_header_info.gif) top left no-repeat;
	background-position: 0px -4px;
	width: 220px;
	height: 30px;
}
h2.sidebar_rocket {
	position: relative;
	float: left;
	clear: both;
	color: #010101;
	font-size: 1.3em;
	letter-spacing: -.07em;
	font-weight: bold;
	text-align: left;
	margin: 0;
	padding: 0;
	/* background: url(https://westfieldcomics.com/blog/wp-content/themes/wf_new_colors/images/wf_sidebar_header_rocket3.gif) bottom right no-repeat; */
	background: #fff;
	border-top: 1px solid #bfbfbf;
	padding-top: .75em;
	margin-bottom: .25em;
	width: 100%;
}
h2.sidebar_rocket_right {
	position: relative;
	float: left;
	clear: both;
	color: #010101;
	font-size: 1.3em;
	letter-spacing: -.07em;
	font-weight: bold;
	text-align: left;
	margin: 0;
	padding: 0;
	/* background: url(https://westfieldcomics.com/blog/wp-content/themes/wf_new_colors/images/wf_sidebar_header_rocket3.gif) bottom right no-repeat; */
	background: #fff;
	border-top: 1px solid #bfbfbf;
	padding-top: .75em;
	margin-bottom: .75em;
	width: 100%;
}
h2.sidebar_rocket_first {
	position: relative;
	float: left;
	clear: both;
	color: #010101;
	font-size: 1.3em;
	letter-spacing: -.07em;
	font-weight: bold;
	text-align: left;
	margin: 0;
	padding: 0;
	/* background: url(https://westfieldcomics.com/blog/wp-content/themes/wf_new_colors/images/wf_sidebar_header_rocket3.gif) bottom right no-repeat; */
	background: #fff;
	border-top: 0px;
	padding-top: 5px;
	margin-bottom: .25em;
	width: 100%;
}

.sidebar_white .sidebar_content h2.sidebar_rocket a,
.sidebar_white .sidebar_content h2.sidebar_rocket_first a {
	font-weight: bold;
	letter-spacing: -.07em;
	color: #121212;
	text-decoration: none;
}
.sidebar_white .sidebar_content h2.sidebar_rocket a:hover,
.sidebar_white .sidebar_content h2.sidebar_rocket_first a:hover {
	color: #808080;
	text-decoration: none;
}
ul.topfeatures {
	position:relative;
	float:left;
	left:2%;
}
ul.topfeatures li {
	width: 105px;
	display: inline;
	float: left;
	position: relative;
	text-align: center;
	line-height: 1em;
	padding-bottom: 1em;
}
.topfeatures_row {
	width:100%;
	position:relative;
	float:left;
	clear:both;
}
.sidebar_white .sidebar_content h3.rss_h3 {
	background: url(https://westfieldcomics.com/blog/wp-content/themes/wf_new_colors/images/rss_icon.gif) top left no-repeat; 
	background-position: 0px -2px;
	height: 22px;
}
.sidebar_white .sidebar_content h3.rss_h3 a {
	color: #565656;
	padding-left: 24px;
	text-decoration: none;
	letter-spacing: .05em;
	font-weight: bold;
}
.sidebar_white .sidebar_content h3.rss_h3 a:hover {
	color: #898989;
	padding-left: 24px;
	text-decoration: underline;
	letter-spacing: .05em;
	font-weight: bold;
}
.sidebar_white .sidebar_content h3.facebook_h3 {
	background: url(https://westfieldcomics.com/blog/wp-content/themes/wf_new_colors/images/facebook_icon.gif) top left no-repeat; 
	background-position: 0px -2px;
	height: 24px;
}
.sidebar_white .sidebar_content h3.facebook_h3 a {
	color: #565656;
	padding-left: 24px;
	text-decoration: none;
	letter-spacing: .05em;
	font-weight: bold;
}
.sidebar_white .sidebar_content h3.facebook_h3 a:hover {
	color: #898989;
	padding-left: 24px;
	text-decoration: underline;
	letter-spacing: .05em;
	font-weight: bold;
}
h4.rss_h4 {
	background: url(https://westfieldcomics.com/blog/wp-content/themes/wf_new_colors/images/rss_icon.gif) top left no-repeat; 
	background-position: 0px -2px;
	height: 20px;
	text-align: left;
	font-size: 11px;
	margin: 0;
	padding: 0;
	margin-left: 4px;
}
h4.rss_h4 a {
	color: #565656;
	padding-left: 24px;
	text-decoration: none;
	letter-spacing: 0em;
	font-weight: bold;
	text-align: left;
}
h4.rss_h4 a:hover {
	color: #898989;
	padding-left: 24px;
	text-decoration: underline;
	letter-spacing: 0em;
	font-weight: bold;
	text-align: left;
}
h4.facebook_h4 {
	background: url(https://westfieldcomics.com/blog/wp-content/themes/wf_new_colors/images/facebook_icon.gif) top left no-repeat; 
	background-position: 0px -2px;
	height: 20px;
	text-align: left;
	font-size: 11px;
	margin: 0;
	padding: 0;
	margin-left: 4px;
}
h4.facebook_h4 a {
	color: #565656;
	padding-left: 24px;
	text-decoration: none;
	letter-spacing: 0em;
	font-weight: bold;
	text-align: left;
}
h4.facebook_h4 a:hover {
	color: #898989;
	padding-left: 24px;
	text-decoration: underline;
	letter-spacing: 0em;
	font-weight: bold;
	text-align: left;
}

/* LINKS / BLOGROLL */
ul.the_blogroll {
	list-style-type: none;
	margin: 0;
}
ul.the_blogroll h3 {
	color: #565656;
	font-size: 1.1em;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: -.05em;
	width: 100%;
	border-bottom: 1px solid #efefef;
	margin-bottom: .5em;
}
ul.the_blogroll li {
	list-style-type: none;
	margin: 0;
}
ul.the_blogroll li ul {
	list-style-type: none;
	margin: 0;
}
ul.the_blogroll li ul li {
	list-style-type: none;
	margin: 0;
	font-size: 1em;
	line-height: 1.2em;
	margin-bottom: .5em;
}
ul.the_blogroll li ul li a {
	font-weight: bold;
}

input.newsletter_submit {
	font-size:10px; 
	background: url(https://westfieldcomics.com/blog/wp-content/themes/wf_new_colors/images/newsletter_button.gif) no-repeat; 
	background-position: 0px -3px;
	border: 0; 
	padding: 0px; 
	height: 33px; 
	width: 40px;
	text-indent: -5000em;
	margin: 0 0 0 5px; 
	position: relative; 
	float: left;
}
.feedback {
	position: relative;
	float: left;
	top: 0px;
	left: 0px;
	border: 0;
	width: 240px;
	background: none; 
	}	
.feedback a {
	margin-left: 8px;
	margin-right: 2px;
}

/* Email Blog Post Styles */

table.email_picks {
	width: 420px;
	margin: 0;
	margin-top: -1em;
	padding: 0;
	border: 0;
	color: #333;
}
table.email_picks a {
	text-decoration: none;
}
table.email_picks h3 {
	margin: 0 0 -.5em 0;
	padding: 1%;
	width: 98%;
	font-size: 14px;
	line-height: 13px;
	font-weight: bold;
	letter-spacing: -.05em;
	color: #fff;
	background: #565656;
	text-transform: uppercase;
}
table.email_picks h4 {
	margin: .5em 0 .25em 0;
	padding: 0;
	font-size: 13px;
	font-weight: bold;
	letter-spacing: -.05em;
	color: #565656;
	text-transform: uppercase;
}
table.email_picks td.split {
	width: 50%;
	margin: 0;
	padding: 0;
	border: 0;
	text-align: center;
	vertical-align: top;
}
table.email_picks td.split a img {
	margin: 0;
	padding: 0;
	border: 1px solid #fff;
}
table.email_picks td.split a small {
	text-align: center;
	font-size: 11px;
	text-decoration: none;
}
table.email_picks td.split a:hover small {
	text-align: center;
	font-size: 11px;
	text-decoration: none;
}
table.email_picks td.split a:hover img {
	margin: 0;
	padding: 0;
	border: 1px solid #889EB7;
}
table.email_picks ul.more_picks {
	font-size: .9em;
	margin: 0 0 .5em 0;
	padding: 0 0 1em 0;
	border: 0;
}
table.email_picks ul.more_picks li {
	margin: 0;
	padding: 0;
	width: 400px;
	margin-left: 20px;
	list-style-type: none;
}
table.email_picks ul.more_picks li a:hover {
	text-decoration: underline;
}
/* New Sidebar Stuff */
h2.sidebar_newsletter2 {
	position: relative;
	float: left;
	color: #fff;
	text-indent: -5000em;
	margin: 0;
	padding: 0;
	background: url(https://westfieldcomics.com/blog/wp-content/themes/wf_new_colors/images/wf_sidebar_header_newsletter2.gif) top left no-repeat;
	background-position: 0px -4px;
	width: 220px;
	height: 25px;
}
h2.sidebar_ontheblog {
	position: relative;
	float: left;
	color: #fff;
	text-indent: -5000em;
	margin: 0;
	padding: 0;
	background: url(https://westfieldcomics.com/blog/wp-content/themes/wf_new_colors/images/wf_sidebar_header_ontheblog.gif) top left no-repeat;
	background-position: 0px -4px;
	width: 220px;
	height: 25px;
}

/* POST META DISPLAY ELEMENTS (categories, tags, etc.) */

.entry_meta {
	font: 'Lucida Sans', Helvetica, Arial, Sans-Serif;
	font-size: .8em;
	line-height: 1.2em;
	position: relative;
	float: left;
	top: 0px;
	left: 0px;
	margin: 0px;
	padding: 0px;
	padding-right: 10px;
	text-align: left;
}
.filed_under {
	position: relative;
	float: left;
	clear: both;
	margin: 0;
	padding: 0;
	width: 100%;
	}
ul.entry_meta {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
ul.entry_meta li {
	list-style-type: none;
	font-size: .9em;
	margin: 0;
	padding: 0;
	margin-top: 7px;
}
ul.entry_meta li a {
	font-style: italic;
}
.meta_header {
	font-family: Helvetica, Arial, Sans-Serif;
	font-size: 1.1em;
	font-weight: bold;
}
.the_meta_posttime {
	width: 100%;
	font-size: .8em;
	margin-bottom: 4px;
}
.the_meta_category {
	width: 100%;
	font-size: .8em;
	margin-bottom: 4px;
}
.the_meta_tags {
	width: 100%;
	font-size: .8em;
	margin-bottom: 12px;
}
.sociable {
	margin-bottom: 1em;
	margin-top: 0;
	padding-top: 0;
}

/* BIG WORDS SIDEBAR */
div.bigwords {
	width: 240px;
	height: 60px;
	color: #000000;
	margin: 0px 0px 5px 0px;
	padding: 0;
	text-align: left;
}
div.bigwords_max {
	width: 240px;
	height: 74px;
	color: #000000;
	margin: 0px 0px 5px 0px;
	padding: 0;
	text-align: left;
}
div.bigwords a,
div.bigwords_max a {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	color: #b3b3b3;
	background: none;
	text-align: left;
	text-decoration: none;
}
div.smallwords {
	width: 240px;
	color: #999;
	margin: 0px 0px 5px 0px;
	padding: 0;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
}
div.smallwords p {
	padding: 0px 5px 5px 5px;
}
div.smallwords a {
	margin: 0;
	padding: 0;
	color: #b23619;
	background: none;
	text-align: left;
	text-decoration: none;
}
div.smallwords a:hover {
	text-decoration: underline;
}
div.bigwords a h3.h3_bigwords {
	font-size: 30px;
	font-family: Helvetica, Arial, sans-serif;
	letter-spacing: -2px;
	font-weight: bold;
	margin: 0;
	padding: 0px 5px;
	text-align: left;
	text-transform: uppercase;
}
div.bigwords a h4.h4_bigwords {
	font-size: 18px;
	font-family: Helvetica, Arial, sans-serif;
	letter-spacing: -1px;
	font-weight: bold;
	margin: 0;
	padding: 0px 5px 10px 5px;
	text-align: left;
	line-height: 11px;
}
div.bigwords_max a h3.h3_bigwords_max {
	font-size: 40px;
	font-family: Helvetica, Arial, sans-serif;
	letter-spacing: -3px;
	font-weight: bold;
	margin: 0;
	padding: 0px 5px;
	text-align: left;
	text-transform: uppercase;
}
div.bigwords_max  a h4.h4_bigwords_max {
	font-size: 26px;
	font-family: Helvetica, Arial, sans-serif;
	letter-spacing: -2px;
	font-weight: bold;
	margin: 0;
	padding: 0px 5px 10px 5px;
	text-align: left;
	line-height: 14px;
}
span.h4_red {
	color: #b23619;
}
span.h4_blue {
	color: #0f67a6;
}
div.bigwords a:hover h4.h4_bigwords,
div.bigwords a:hover h3.h3_bigwords,
div.bigwords_max a:hover h4.h4_bigwords_max,
div.bigwords_max a:hover h3.h3_bigwords_max {
	background: #efefef;
}

/* IMAGE CAPTION
/* ----------------------------------------------*/

.wp-caption {
      border: 1px solid #ddd;
      text-align: center;
      background-color: #f3f3f3;
      padding-top: 4px;
      margin: 10px;
      /* For rounded corner */
      -moz-border-radius: 3px;
      -khtml-border-radius: 3px;
      -webkit-border-radius: 3px;
      border-radius: 3px;
      }

.wp-caption img {
      margin-bottom: 5px;
      padding: 0;
      border: 0 none;
      }

.wp-caption p.wp-caption-text {
      font-size: 11px;
      line-height: 17px;
      padding: 0 4px 5px;
      margin: 0;
      }

/* IMAGE POSITIONING
/* ----------------------------------------------*/

.aligncenter, div.aligncenter {
      display: block;
      margin-left: auto;
      margin-right: auto;
      }

.alignright {
      float: right;
      }

.alignleft {
      float: left;
      }



/* ============================================= */
/*  BZA ADDED 2019-01-16 */

.blog-new-titles-publisher {
	margin-top:20px;
	font-weight: 600;
}

.blog-new-titles-title {
	display:block;
	max-width:190px;
	max-height:250px;
	padding:5px;
	margin:5px;
	text-align:center;
	font-size: 90%;
}

.blog-new-titles-publisher-group {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
}


/* ============================================= */
/*  BZA ADDED 2019-02-01 */

.galaxy_order-cycle {
	color: #fff;
	text-align:right;
	padding-right:8px;
	margin-top:10px;
}

/* ============================================= */
/*  BZA ADDED 2020-11-04 */

.galaxy_order-cycle a:active,
.galaxy_order-cycle a:visted
 {
	color: #fff;
}
