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

body  {
	font: 12px Arial, Helvetica, Verdana, sans-serif;
	line-height: 20px;
	color: #444444;
	background: #FFFFFF;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: justify; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
}
input, textarea, .fieldClass {
	margin: 4px 4px 4px 0px;
	border: 1px #999999 solid;
}
h4, h3 {
	margin: 0px;
	padding: 0px;
}

ul {
	margin: 0px 0px 20px 14px;
	padding: 0px;
}

ul ol {
	margin: 0px 0px 0px 16px;
	padding: 0px;
}

h6 {
	color: #999999;
	margin: 20px 0px 4px 0px;
	font-weight: normal;
	font-size: 16px;
	line-height: 22px;
} 
a, a:link, a:visited{
	color: #000000;
}
a:hover{ 
	color: #00AEEF;
}
.twoColFixRtHdr #container { 
	width: 940px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.twoColFixRtHdr #loginpanel{
	z-index: 40;
	font-size: 11px;
	text-transform: uppercase;
	color: #999999;
	background-color: #000000;
	padding: 4px 8px 5px 8px;
}
.twoColFixRtHdr #loginpanel input{
	background-color: #333333;
	border: none;
	color: #FFFFFF;
	padding: 2px 4px 2px 4px;
}
.twoColFixRtHdr #loginpanel a:link, .twoColFixRtHdr #loginpanel a:visited{
	color: #00AEEF;
	text-decoration: none;
}
.twoColFixRtHdr #loginpanel a:hover{
	color: #FFFFFF;
}
.twoColFixRtHdr #toplinks{
	width: 90px;
	font-size: 11px;
	text-transform: uppercase;
	color: #999999;
	padding: 4px 4px 4px 8px;
	float: right;
	background: url(../images/bg_tab.gif) bottom right no-repeat;
} 
.twoColFixRtHdr #topwel{
	font-size: 11px;
	text-transform: uppercase;
	color: #999999;
	float: right;
	padding: 4px 4px 4px 8px;
} 
.twoColFixRtHdr #toplinks a:link, .twoColFixRtHdr #toplinks a:visited{
	color: #999999;
	text-decoration: none;
}
.twoColFixRtHdr #toplinks a:hover{
	color: #333333;
}
.twoColFixRtHdr #header {
	background: #FFFFFF;
	padding: 20px 0px 16px 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 
.twoColFixRtHdr #intro {
	padding: 0px 0px 0px 0px;
	font-size: 14px;
	line-height: 20px;
} 
.twoColFixRtHdr #header-hm {
	background: #FFFFFF;
	padding: 20px 0px 18px 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 
.twoColFixRtHdr #entrylist {
	padding: 4px 0px 10px 0px;
} 
.twoColFixRtHdr #entrythb {
	border: #CCCCCC thin solid;
	width: 125px;
} 
.twoColFixRtHdr #entrylist #title {
	width: 125px;
	padding: 8px 0px 0px 0px;
	text-align: center;
} 
.twoColFixRtHdr #entrylist #name {
	text-align: center;
} 
.twoColFixRtHdr #entrylist #vote {
	padding: 0px 0px 2px 0px;
	text-align: center;
} 
.twoColFixRtHdr #entrylist img {
	top: -0.1em;
} 
.twoColFixRtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixRtHdr #nav {
	background: #FFFFFF url(../images/nav_bg.gif) repeat-x top left;
	height: 26px;
	padding: 5px 0px 0px 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 
.twoColFixRtHdr #nav h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
} 
.twoColFixRtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 240px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #FFFFFF; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 18px 0px 12px 0px;
}
.twoColFixRtHdr #sidebar1 #joinmail{
	padding: 4px 0px;
}
.twoColFixRtHdr #sidebar1 #joinmail .joinmailform{
	margin: 10px 0px 0px 0px;
	background: #CCCCCC;
	font-size: 12px;
	line-height: 14px;
	vertical-align: middle;
}
.twoColFixRtHdr #sidebar1 #joinmail input{
	margin: 0px 0px 0px 0px;
	padding: 6px 6px 6px 6px;
	border: none;
	background-color: #CCCCCC;
}
.twoColFixRtHdr #sidebar1 #lastcomm{
	padding: 8px 0px;
	font-size: 12px;
	line-height: 14px;
}
.twoColFixRtHdr #sidebar1 #lastcomm #lastcomm_text{
	color: #666666;
	font-size: 12px;
	line-height: 14px;
}
.twoColFixRtHdr #sidebar1 #lastcomm #lastcomm_stamp{
	color: #000000;
	font-size: 11px;
	line-height: 14px;
}
.twoColFixRtHdr #sidebar1 #broughtby{
	padding: 6px 0px;
	font-size: 12px;
	line-height: 14px;
}
.twoColFixRtHdr #sidebar1 #broughtby tr{
	padding: 0px;
}
.twoColFixRtHdr #sidebar1 #socialinks{
}
.twoColFixRtHdr #sidebar1 #broughtby table{
	padding: 16px 0px;
}
.twoColFixRtHdr #flashapp { 
	margin: 0 auto 0 auto; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0px 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
.twoColFixRtHdr #mainContent { 
	margin: 0 270px 0 0; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 18px 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
.twoColFixRtHdr #mainContent #header{ 
	padding: 0px 0px 10px 0px;
} 
.twoColFixRtHdr #mainContent #quote{
	width: 190px;
	padding: 30px 20px 30px 0px;
	float: left;
}
.twoColFixRtHdr #mainContent #body{ 
	padding: 30px 20px 10px 0px;
	text-align: justify;
}
.twoColFixRtHdr #mainContent #body1{ 
	padding: 0px 20px 10px 0px;
	text-align: justify;
}
.twoColFixRtHdr #mainContent #body2{ 
	padding: 30px 20px 10px 210px;
	text-align: justify;
}

.twoColFixRtHdr #artwkvote {
	width: 646px;
	padding: 10px 12px 10px 12px;
	background: #000000;
} 
.twoColFixRtHdr #artwktitle {
	padding: 2px 0px 4px 0px;
	font-size: 16px;
	color: #999999;
} 
.twoColFixRtHdr #artwkname {
	padding: 24px 0px 2px 0px;
} 
.twoColFixRtHdr #artwkdesc {
	padding: 8px 0px 4px 0px;
	color: #666666;
} 
.twoColFixRtHdr #artwkbkmk {
	padding: 18px 0px 30px 0px;
	z-index: 100;
} 
.twoColFixRtHdr #artwkcomment {
	padding: 8px 0px 4px 0px;
	color: #333333;
} 
.twoColFixRtHdr #artwktimestamp {
	padding: 0px 0px 10px 0px;
	color: #999999;
}  
.twoColFixRtHdr #artwkpg, .twoColFixRtHdr #artwkpg a, .twoColFixRtHdr #artwkpg a:visited{
	padding: 8px 0px 4px 0px;
	text-align: right;
	color: #666666;
	text-decoration: none;
} 
.twoColFixRtHdr #artwkpg a:hover {
	color: #000000;
}
.twoColFixRtHdr #sortby {
	padding: 0px 0px 4px 0px;
	font-size: 10px;
}
.twoColFixRtHdr #sortby .sortSel{
	color: #ef018b;
}
.twoColFixRtHdr #sortby a, .twoColFixRtHdr #sortby a:visited {
	color: #666666;
	text-decoration: none;
}
.twoColFixRtHdr #sortby a:hover {
	color: #EC008C;
	text-decoration: none;
}
.twoColFixRtHdr #sortby .sortby-sel a{
	padding: 0px 4px 0px 0px;
	color: #ef018b;
}
.twoColFixRtHdr #footer { 
	padding: 40px 0px 25px 0px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	font-size: 10px;
	color: #666666;
	text-transform: uppercase;
} 
.twoColFixRtHdr #footer a, .twoColFixRtHdr #footer a:link, .twoColFixRtHdr #footer a:visited{
	color: #666666;
	text-decoration: none;
}
.twoColFixRtHdr #footer a:hover{ 
	color: #333333;
	text-decoration: none;
}
.twoColFixRtHdr #footer #ft_nav {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 0px 15px 0px 0px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	float: left;
}
.twoColFixRtHdr #footer #ft_copyright {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 0px 0px 0px 0px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	float: right;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.formInput{
	margin: 4px 4px 4px 0px;
	border: none;
}

.pink {
	color: #ef018b;
}

.style2 {
	z-index: -1;
	display: inline;
}


/* Font size types & colors */