/*

How irritating.com main CSS file

(c) 2008 - XibIT Ltd

*/


td img {display: block;}
.style1 {
	font-family: "Courier New", Courier, monospace;
	color: #CC0000;
	font-size: 16px;
}
.style2 {
    color: #FFFFFF;
	font-size:16px;
}

body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}	

a
{
 	text-decoration:none;
}
a:link { color:#CC0000 }	
a:visited { color:#CC0000 }	
a:hover {
	color:#FFFFFF;
	background-color: #CC0000;
}	

.searchbox
{
	color: #333333;
	background-color: transparent;
	padding:0px;
	border:0px;
	margin: 0px;
}
.searchstring
{
	background-color: transparent;
	padding:0em;
	width:10em;
	font: 14px arial, sans-serif;
	float: none;
	text-indent: 0px;
	margin: 0px;
	clear: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	position: absolute;
}


form {
	background:#fff;
	padding:1em;
	border:1px solid #990000;
}

fieldset div {
	margin:0.3em 0;
	width: 100%;
	clear:both;
}
form {
	margin:1em;
}
label {
	float:left;
	width:10em;
	text-align:right;
	margin-right:1em;
}
legend {
	color:#0b77b7;
	font-size:1.2em;
}
legend span {
	width:10em;
	text-align:right;
}
input, select, textarea {
	padding:0.15em;
	width:20em;
	border:1px solid #ddd;
	background:#fafafa;
	font:bold 0.95em arial, sans-serif;
	-moz-border-radius:0.4em;
	-khtml-border-radius:0.4em;
}


input:hover, input:focus, select:hover, select:focus, textarea:hover, textarea:focus {
	border-color:#c5c5c5;
	background:#f6f6f6;
} 
fieldset {
	border:1px solid #ddd;
	padding:0 0.5em 0.5em;
}

.radio, .date {
	position:relative;
}
.radio fieldset, .date fieldset {
	border:none;
	width:auto;
	padding:1px 0 0 11em;
}
.radio legend, .date legend {
	font-size:1em;
	color:#000;
}
.radio legend span, .date legend span {
	position:absolute;
	left:0;
	top:0.3em;
	width:10em;
	display:block;
}
.radio label, .radio input {
	vertical-align:middle;
	display:inline;
	float:none;
	width:auto;
	background:none;
	border:none;
}
.radio div {
	float:left;
	white-space:nowrap;
	clear:none;
}

.email {
	width:14em;
}

input.default {
	color:#bbb;
}

#submit-go {
	margin-top:1em;
	width:69px;
	height:26px;
	text-indent:-9999px;
	overflow:hidden;
	border:0;
	background:url(../gfx/submit-button.gif) no-repeat 0 0;
	display:block;
	cursor:pointer !important; cursor:hand;
}
#submit-go:hover {
	background-position:0 -26px;
}

form.haveyoursay {
	background:#fff;
	padding:0em;
	width: 160px;
	margin: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
}

haveyoursayfieldset {
	border:1px solid #ddd;
	padding:0 0em 0em;
}

.div {
	margin:0em 0;
	width: 100%;
	clear:both;
}
.label {
	float:left;
	width:50%;
	text-align:right;
	margin-right:0em;
}
/*
input[type=checkbox], input[type=radio] { visibility: hidden; width:0; height:0; padding:0; margin:0; }
input[type=checkbox] + label, input[type=radio] + label { padding-left:18px; }
input[type=checkbox] + label{ background: url(../gfx/check_radio.png) 0 0 no-repeat; }
input[type=checkbox]:focus + label{ background-position: 0 -16px; }
input[type=checkbox] + label:hover{ background-position: 0 -32px; } 
input[type=checkbox]:checked + label{ background-position: 0 -48px; }

input[type=radio] + label{ background: url(../gfx/check_radio.png) 0 -64px no-repeat; }
input[type=radio]:focus + label{ background-position: 0 -80px; }
input[type=radio] + label:hover{ background-position: 0 -96px; } 
input[type=radio]:checked + label{ background-position: 0 -112px; }
*/

.searchstring1 {
	background-color: transparent;
	padding:0em;
	width:292px;
	-moz-border-radius:0em;
	-khtml-border-radius:0em;
	text-indent: 0px;
	margin: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	font-family: arial, sans-serif;
	font-size: 12px;
	color: #333333;
}
div.notes {
	float: right;
	width: 158px;
	height: auto;
	margin: 0 0 10px 10px;
	padding: 5px;
	border: 1px solid #666666;
	background-color: #ffffe1;
	color: #666666;
	font-size: 88%;

}

div.notes h4 {
	background-image: url(/assets/templates/images/icon_info.gif);
	background-repeat: no-repeat;
	background-position: top left;
	border-width: 0 0 1px 0;
	border-style: solid;
	border-color: #666666;
	color: #666666;
	font-size: 110%;
	padding-top: 3px;
	padding-right: 0;
	padding-bottom: 3px;
	padding-left: 27px;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
}

div.notes p {
  margin: 0em 0em 0em 0em;
  color: #666666;
}

div.notes p.last {
  margin: 0em;
}

.error{
	background-color: #FFFF99;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #FF0000;
	border-right-color: #FF0000;
	border-bottom-color: #FF0000;
	border-left-color: #FF0000;
	color: #990000;
	text-align: center;
	padding: 3px;
	margin-top: 1em;
	margin-bottom: 1em;
}

/*  poll.css - stylesheet settings for poll snippets */

.poll {
	width:100%;
	font-size:1em;
	margin:0;
	padding:0em;
}
.poll_container {
	width:160px;
	color:black;
	border:1px solid #990000;
	margin-left:0px;
	margin-right:0px;
	background-color: #FFFFCC;
	padding: 1px;
}
.poll_question {
  width:100%;
  text-align:center;
}
.poll_row_container {
  width:100%;
  padding:.1em 0;
}
.poll_choice {
	width:50%;
	float:left;
	text-align:left;
	padding-left:0em;
}
.poll_votes {
	width:2.5em;
	float:left;
	padding-right:0.5em;
	text-align:right;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	height: .98em;
}
.poll_bar_container {
	width:150px;
	height:0.98em;
	background-color:#c6c981;
	border:1px solid black;
	float:left;
	margin:0.1em;
}
.poll_bar {
  height:.98em;
  background-color:#FF3366;
  float:left;
  margin:0;
  padding:0;
}
.poll_percent {
	text-align:right;
	padding-right:0px;
	margin-left:auto;
	margin-right:auto;
	font-size: 10px;
}
.poll_totalvotes {
  width:45%;
  text-align:right;
}
.float_left_text_right {
  width:50%;
  float:left;
  text-align:right;
  margin:0;
  padding:0;
}
.float_right_text_left {
  width:50%;
  float:right;
  text-align:left;
  margin:0;
  padding:0;
}
.space_line {
  clear: both; margin: 0; padding: 0; width: 90%;
}

.voteradio {
  width:20px;
}
/* END - poll.css */

img.floatRightClear { 
    float: right; 
    clear: right; 
    margin: 4px; 
}
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #333333;
	text-align: center;
}
form.mainsearch {
	background-color:transparent;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	width: 410px;
	height:44px;
}
input.mainsearch {
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	width:300px;
	height:44px;
	border:thin solid #999999;
	background:#fafafa;
	-moz-border-radius:0em;
	-khtml-border-radius:0em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 28px;
	font-weight: normal;
	vertical-align:top;
}
input.mainsearchbutton {
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	width:99px;
	height:44px;
	border:none;
	background:#fafafa;
	-moz-border-radius:0em;
	-khtml-border-radius:0em;
}
.intro {
	color: #660000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin-top: 0px;
	margin-bottom: 4px;
	text-align:left;
	
}
.intro_header {
	color: #660000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	margin-top: 0px;
	padding-top: 0px;
	margin-bottom: 4px;
	text-align:left;
}
.introdiv {
    width:400px;
}
h1 {
	padding-bottom:5px;
	padding-top:5px;
	padding-left:5px;
	color: #CC0000;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color:#EEC201;
	border-top-width: thin;
	border-top-style: none;
	background-color: #F8ECC6;
	font-weight: bold;
	font-size: 22px;
}

h3 {
	color: #990000;
	font-weight: normal;
	font-size: 16px;
}

.quoteby {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #666666;
	text-align: right;
	margin-top:0px;
}

.quote {
	margin-bottom:0px;
	padding-left:10px;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000033;
	font-weight: bold;
}
.didyouknow {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}


/* Tabs CSS */

#tabs {
	width: 575px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
 
#tabs #nav {
margin-bottom: 0px;
margin-left: 8px;
}
 
#tabs ul {
list-style: none;
margin: 0px;
padding: 0px;
}
 
#tabs #nav ul li {
	display: inline;
	padding: 3px 7px;
	cursor: default;
	background-color: #FFFFF4;
	border: 1px solid #cccccc;
	border-bottom: none;
	margin-right: 2px;
}
 
#tabs #nav ul li.active {
border: 1px solid #990000;
border-bottom: 1px solid white;
background-color: #ffffff;
}
 
#tabs #nav ul li:hover {
background-color: #ffffff;
}
 
#tabs #data {
margin-top: 3px;
}
 
#tabs #data div {
display: none;
border: 1px solid #990000;
padding: 10px;
}

 
#tabs #data div.active {
display: block;

}

#tabs #data div.clearall {
	margin: 0px;
	padding: 0px;
	border: none;
	display: block;
}



/* End of Tabs*/

/* Ditto 2 Blog
------------------------------------------------------------------------------- */
.ditto_summaryPost h3 {
    border-bottom: 1px solid #ccc;
    margin: 0px !important;
    padding: 5px !important;
    color: black;
}
.ditto_summaryPost .ditto_info {
    background-color: #F8F8F8;
    padding: 5px !important;
    font-size: 0.8em;
    color: black;
}
.ditto_link {
    font-size: 76%;
    text-align: right;
}
.ditto_paging {
	border-top: 1px solid #ccc;
	padding: 10px;
	font-size: 86%;
	color: #CC0000;
}
#ditto_pages .ditto_currentpage {
	border: 1px solid #CC0000;
	padding: 1px 5px 2px;
	margin-right: 1px;
	background-color: #FF3300;
	color: #fff;
} 
#ditto_pages .ditto_off {
    border: 1px solid #ccc;
    padding: 1px 5px 2px; 
    margin-right: 1px;
    color: #ccc;
}
#ditto_pages a, #ditto_pages a:link, #ditto_pages a:visited {
	border: 1px solid #CC0000;
	padding: 1px 5px 2px;
	margin-right: 1px;
	text-decoration: none !important;
	color: #E45452;
} 
#ditto_pages a:hover {
    background-color: #fff;
    color: #000;
}
#ditto_archivelist ul {
    list-style-type: none; 
    margin-left: 15px; 
    padding-left: 0;
}
#ditto_archivelist ul ul{
    list-style-type: square;
    margin-left: 35px;
} 
#ditto_archivelist .ditto_month {
    font-weight: bold;
}


/* CSS for News Ticker */

#dropcontentsubject{
width: 746px;
font-weight: bold;
}

.dropcontent{
width: 496px;
height: 12px;
padding: 3px;
font-size: 12px;
font-weight:normal;
display:block;
}

/* End */



/* CSS for Rounded boxes on Homepage */


/* NEW ADDITIONS BOX */

/* set the image to use and establish the lower-right position */ 
.cssbox, .cssbox_body, .cssbox_head, .cssbox_head h4 { background: transparent url(/assets/templates/images/box_background.png) no-repeat bottom right; } 

.cssbox { 
  width: 205px !important; /* intended total box width - padding-right(next) */ 
  width: 190px;  /* IE Win = width - padding */ 
  padding-right: 15px; /* the gap on the right edge of the image (not content padding) */
  margin: 0px 0px 0px 0px; /* use to position the box */ 
  float: right;
  clear: right;
} 

/* set the top-right image */ 

.cssbox_head { 
  background-position: top right; 
  margin-right: -15px; /* pull the right image over on top of border */ 
  padding-right: 40px; /* right-image-gap + right-inside padding */ 
} 

/* set the top-left image */ 

.cssbox_head h4 { 
  background-position: top left; 
  margin: 0; /* reset main site styles*/
  border: 0; /* ditto */ 
  padding: 15px 0 25px 40px; /* padding-left = image gap + interior padding ... no padding-right */ 
  height: auto !important;
  height: 1%; /* IE Holly Hack */ 
  font-size: 12px;
  text-align: left;
} 

/* set the lower-left corner image */ 

.cssbox_body { 
  background-position: bottom left; 
  margin-right: 5px; /* interior-padding right */ 
  padding: 5px 0 15px 5px; /* mirror .cssbox_head right/left */
} 

/* LATEST COMMENTS BOX */

/* set the image to use and establish the lower-right position */ 
.cssbox2, .cssbox_body2, .cssbox_head2, .cssbox_head2 h4 { background: transparent url(/assets/templates/images/box_background2.png) no-repeat bottom right; } 

.cssbox2 { 
  width: 511px !important; /* intended total box width - padding-right(next) */ 
  width: 496px;  /* IE Win = width - padding */ 
  padding-right: 15px; /* the gap on the right edge of the image (not content padding) */
  margin: 0px 0px 0px 0px; /* use to position the box */ 
} 

/* set the top-right image */ 

.cssbox_head2 { 
  background-position: top right; 
  margin-right: -15px; /* pull the right image over on top of border */ 
  padding-right: 40px; /* right-image-gap + right-inside padding */ 
} 

/* set the top-left image */ 

.cssbox_head2 h4 { 
  background-position: top left; 
  margin: 0; /* reset main site styles*/
  border: 0; /* ditto */ 
  padding: 15px 0 10px 60px; /* padding-left = image gap + interior padding ... no padding-right */ 
  height: auto !important;
  height: 1%; /* IE Holly Hack */ 
  font-size: 12px;
  text-align: left;
} 

/* set the lower-left corner image */ 

.cssbox_body2 { 
  background-position: bottom left; 
  margin-right: 15px; /* interior-padding right */ 
  padding: 0px 20px 15px 5px; /* mirror .cssbox_head right/left */
  height: 30px;
} 


/* DID YOU KNOW BOX */

/* set the image to use and establish the lower-right position */ 
.cssbox3, .cssbox_body3, .cssbox_head3, .cssbox_head3 h4 { background: transparent url(/assets/templates/images/box_background3.png) no-repeat bottom right; } 

.cssbox3 {   
  width: 511px !important; /* intended total box width - padding-right(next) */ 
  width: 496px;  /* IE Win = width - padding */ 
  padding-right: 15px; /* the gap on the right edge of the image (not content padding) */
  margin: 0px 0px 0px 0px; /* use to position the box */ 
  
} 

/* set the top-right image */ 

.cssbox_head3 { 
  background-position: top right; 
  margin-right: -15px; /* pull the right image over on top of border */ 
  padding-right: 40px; /* right-image-gap + right-inside padding */ 
} 

/* set the top-left image */ 

.cssbox_head3 h4 { 
  background-position: top left; 
  margin: 0; /* reset main site styles*/
  border: 0; /* ditto */ 
  padding: 20px 0px 15px 60px; /* padding-left = image gap + interior padding ... no padding-right */ 
  height: auto !important;
  height: 1%; /* IE Holly Hack */ 
  text-align: left;
  font-size: 12px;
} 

/* set the lower-left corner image */ 

.cssbox_body3 { 
  background-position: bottom left; 
  margin-right: 5px; /* interior-padding right */ 
  padding: 0px 0 15px 5px; /* mirror .cssbox_head right/left */
} 




/* ADD2WIN BOX */

/* set the image to use and establish the lower-right position */ 
.cssbox4, .cssbox_body4, .cssbox_head4, .cssbox_head4 h4 { background: transparent url(/assets/templates/images/box_backgrounda2w.png) no-repeat bottom right; } 

.cssbox4 { 
  width: 205px !important; /* intended total box width - padding-right(next) */ 
  width: 190px;  /* IE Win = width - padding */ 
  padding-right: 15px; /* the gap on the right edge of the image (not content padding) */
  margin: 0px 0px 0px 0px; /* use to position the box */ 
  float: right;
} 

/* set the top-right image */ 

.cssbox_head4 { 
  background-position: top right; 
  margin-right: -15px; /* pull the right image over on top of border */ 
  padding-right: 40px; /* right-image-gap + right-inside padding */ 
} 

/* set the top-left image */ 

.cssbox_head4 h4 { 
  background-position: top left; 
  margin: 0; /* reset main site styles*/
  border: 0; /* ditto */ 
  padding: 15px 0 50px 20px; /* padding-left = image gap + interior padding ... no padding-right */ 
  height: auto !important;
  height: 1%; /* IE Holly Hack */ 
  font-size: 12px;
  text-align: left;
  color:
} 

/* set the lower-left corner image */ 

.cssbox_body4 { 
  background-position: bottom left; 
  margin-right: 5px; /* interior-padding right */ 
  padding: 5px 0 15px 5px; /* mirror .cssbox_head right/left */
  font-size: 8px;
  text-align: left;
} 



/* End */

