@charset "utf-8";

/*
====================================================================================
WP ASI CUSTOM MOD HACK CSS

The following code effects the way that WP is displayed. It is used to
create a custom template for the website.

(C) Advertising Solutions, Inc. All rights reserved.
This code is property of Advertising Solutions, Inc. Duplication or use
in commercial, non-commercial or private works is strickly prohibited.
====================================================================================
*/

/* WP Content Wrapper (Posts + Sidebar) */
.wpcontent {



}


/* WP Body Wrapper (Posts Only) */
.wpcontent-body {
	float: left;

}
.wpcontent-body  h2 {
	font-size: 16px;
	font-weight: bold;
	color: #507E98;
	margin-bottom: 15px;
	margin-top: 30px;
	font-family: Georgia, "Times New Roman", Times, serif;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	padding-bottom: 5px;
}
.wpcontent-body p {
	margin-right: 30px;
	margin-left: 30px;
}


.wpcontent-body blockquote {
	background-color: #F4F4F4;
	padding: 20px;
	margin-right: 50px;
	margin-left: 50px;
	border: 1px solid #CCCCCC;
}
.wpcontent-body blockquote p {
	margin: 0px;
}



/* WP 404 Error Wrapper */
.wpcontent-notfound {
}

/* WP Post Wrapper (Individual Posts) */
.wpcontent-post {

}

/* WP Single Post Name / Date / Comment Header
	(This section should emulate the H1 tag format of the main site
	 color will need to be applied with the A:LINK tag. The H2 should
	 emulate the H2 tag under wpcontent-postheader.)
*/
.wpcontent-postheadersingle h2 {
	font-size: 20px;
	font-weight: bold;
	text-align: right;
	padding: 0px;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 20px;
	margin-left: 10px;
	font-style: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.wpcontent-postheadersingle h2 a {
	text-decoration:none;
}
.wpcontent-postheadersingle h2 a:link {
	color: #003366;
}
.wpcontent-postheadersingle h2 a:visited {
	color: #003366;
}
.wpcontent-postheadersingle h2 a:hover {
	color: #003366;
}
.wpcontent-postheadersingle h2 a:active {
	color: #003366;
}
/*---------------------------------------------*/


/* WP Post Header (Title / Date / Comments )
   (This is used on all other archive and main news pages)
 */
.wpcontent-postheader {
}
.wpcontent  h1 {
	font-size: 18px;
	font-weight: bold;
	color: #CC0000;
	margin-bottom: 10px;
	margin-top: 10px;
	text-align: right;
	font-style: italic;
}

.wpcontent-postheader h2 {
	text-align: left;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-top: 10px;
	font-size: 16px;
}
.wpcontent-postheader h2 a {
	text-decoration: none;
	font-style: normal;
	border-bottom-color:#999999;
	border-bottom-style:dotted;
	border-bottom-width:1px;
	line-height: 25px;
}
.wpcontent-postheader h2 a:link {
	color:#0066CC;
}
.wpcontent-postheader h2 a:visited {
	color:#0066CC;
}
.wpcontent-postheader h2 a:hover {
	color:#CC0000;
}
.wpcontent-postheader h2 a:active {
	color:#CC0000;
}
/* We define both single and archive here because they are the same*/
.wpcontent-postheader .wpcontent-postmeta, .wpcontent-postheadersingle .wpcontent-postmeta{
	font-size: 11px;
	font-weight: bold;
}
.wpcontent-postheader .wpcontent-postmeta a, .wpcontent-postheadersingle .wpcontent-postmeta a{
	text-decoration:none;
	border-bottom-color:#999999;
	border-bottom-style:dotted;
	border-bottom-width:1px;
	font-weight: normal;

}
.wpcontent-postheader .wpcontent-postmeta a:link, .wpcontent-postheadersingle .wpcontent-postmeta a:link {
	color:#666666;
}
.wpcontent-postheader .wpcontent-postmeta a:visited, .wpcontent-postheadersingle .wpcontent-postmeta a:visited {
	color:#666666;
}
.wpcontent-postheader .wpcontent-postmeta a:hover, .wpcontent-postheadersingle .wpcontent-postmeta a:hover {
	color:#009900;
}
.wpcontent-postheader .wpcontent-postmeta a:active, .wpcontent-postheadersingle .wpcontent-postmeta a:active {
	color:#009900;
}

/* -------------------------------------------------------------------------------*/

/* WP Post Format */
.wpcontent-post {
	font-size: 12px;
}
.wpcontent-post p {
	font-size: 12px;
	line-height: 1.5;
	margin-top: 15px;
	margin-bottom: 15px;
}
.wpcontent-post ul {
	list-style-type: square;
}
.wpcontent-post ol {
	list-style-type: decimal;
}
.wpcontent-post ul, .wpcontent-post ol {
	margin-right: 20px;
	margin-left: 40px;
}

.wpcontent-post li {
	margin-top: 5px;
	margin-left: 5px;
	line-height: 1.4;
}

/* Place the Add Me To Icon */
.wpcontent-post  .socialbookmark {
	text-align: right;
	margin-left: 0px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-top: 10px;
}

/* WP Comment Wrapper Format */
.wpcontent-comments {
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 0px;
	margin-bottom: 20px;
	background-color: #F2F2F2;
	padding-top: 10px;
}
.wpcontent-loggedin  {
	font-size: 11px;
	margin-bottom: 10px;
	margin-top: 0px;
	text-align: right;
}


/* WP Single Comment Wrapper */
.wpcontent-comment {
	margin-bottom: 30px;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 0px;
	background-color: #F8F8F8;
	padding: 10px;
	border: 1px solid #CCCCCC;
}

/* WP Comment Name/Date/Avatar Wrapper */
.wpcontent-commentdetails {
	margin-top: 0px;
	margin-bottom: 0px;
}
.wpcontent-numcomment {
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 10px;
	color: #006699;
}
.wpcontent-moderate {
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	margin: 10px;
	padding: 10px;
	border: 1px solid #006600;
	background-color: #9CDF00;
}
.wpcontent-leavecomment {
	font-weight: bold;
	color: #006699;
	margin-bottom: 10px;
	font-size: 14px;
}
.wpcontent-alert {
	font-size: 11px;
	font-weight: bold;
	color: #993300;
}

/* WP Comment Avatar Placement */
.wpcontent-commentavatar {
	float: left;
}
/* WP Comment Name / Date Wrapper */
.wpcontent-commentheader {
	margin-left: 50px;
}
/* WP Comment Name */
.wpcontent-commentname {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 5px;
}
/* WP Comment Date */
.wpcontent-commentdate {
	font-size: 11px;
	font-weight: bold;
	margin-left: 20px;
}
/* WP Comment Text */
.wpcontent-commenttext {
	margin-left: 50px;
	margin-right: 50px;
}
.wpcontent-commenttext p {
	font-size: 11px;
	margin-bottom: 10px;
	margin-top: 10px;
	margin-left: 0px;
	margin-right: 0px;
	line-height: 17px;
}
/* WP Comment Form Wrapper Box */
.wpcontent-commentform {
	background-color: #FBFBFB;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 20px;
	margin-top: 0px;
	padding: 5px;
	border: 1px dotted #999999;
}
/* WP Comment Form Input Styles */
.wpcontent-commentform textarea, .wpcontent-commentform input {
	font-size: 12px;
	background-color: #FFFFFF;
	border: 1px solid #666666;
}
.wpcontent-commentform  label {
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 5px;
	padding-bottom: 5px;
}
.wpcontent-commentform /* WP Comment Form Submit Button */
   .submit {
	background-color: #666666;
	color: #FFFFFF;
	font-size: 11px;
	font-weight: bold;
	border: 1px solid #000000;
	height: 30px;
	width: 150px;
}
.wpcontent-subnav2/* WP Sidebar Format */
 {
	color: #333333;
	font-size: 11px;
	float: left;
	padding: 5px;
	background-color: #FFFF00;
	width: 174px;
}
.wpcontent-subnav a {
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}
.sidebar  a:link, .sidebar  a:visited {
	color: #006699;
}
.wpcontent .clearit {
	clear: both;
}
.sidebar  a:hover, .sidebar  a:active {
	color: #0099FF;
}
.sidebar h3 {
	font-size: 12px;
	color: #003366;
	margin-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #5A6878;
	padding-bottom: 3px;
}
/* WP Widget Wrapper */
.wpcontent-subnav .box-right {
	margin: 0px;
	padding: 0px;
	margin-bottom: 30px;

}
#searchform   #search {
	background-color: #F8F8F8;
	color: #333333;
	background-image: none;
	padding: 2px;
	border: 1px solid #000000;
	width: 110px;
}
#searchform #search-submit {
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #3A5E89;
	border: 1px solid #000000;
	padding: 2px;
}
#wp-calendar/* WP Calendar Widget */
  {
	width: 100%;
	color:#666666;
	font-size:11px;
}
#wp-calendar td {
	text-align: center;
	padding: 2px;
}

#wp-calendar   a  {

}

.sidebar ul {
	list-style-type: circle;
	margin-left: 20px;
	margin-right: 10px;
}
.sidebar  li {
	margin-top: 10px;
	margin-bottom: 5px;
}



/* POWERED BY FOOTER */
.wpcontent-poweredby{
	font-size:10px;
	font-weight: normal;
	font-style:normal;
	color:#D3D3D3;
	text-align: center;
	margin-bottom: 20px;
	margin-top: 20px;
}
.wpcontent-poweredby a {
	color:#D3D3D3;
	border-bottom-color:#D3D3D3;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	text-decoration: none;
}
.wpcontent-poweredby a:link, .wpcontent-poweredby a:visited, .wpcontent-poweredby a:hover, .wpcontent-poweredby a:active {
	color:#D3D3D3;
}

/* WP Pagination Buttons */
.wpcontent-pagination {
	text-align: center;
}
.wpcontent-pagination a{
	padding: 3px;
	border-color:#009900;
	border-width: 1px;
	border-style: solid;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}
.wpcontent-pagination a:link, .wpcontent-pagination a:visited {
	background-color:#F8F8F8;
	color:#009900;
}
.wpcontent-pagination a:hover, .wpcontent-pagination a:active {
	background-color:#009900;
	color:#F8F8F8;
}
.more-link {
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	padding: 5px;
	border: 1px solid #999999;
	text-align: center;
	display: block;
	width: 150px;
	margin-bottom: 10px;
	margin-left: 40px;
}
.more-link:link, .more-link:visited {
	color:#0066CC;
	background-color: #F4F4F4;
}
.more-link:hover, .more-link:active {
	color:#FF6600;
	background-color: #FFFFCC;
}
.newsletterwrapper {
	margin: 10px;
	padding: 10px;
}
.newsletterwrapper  h3 {
	color: #993300;
}
.newsletterwrapper h2 {
	font-size: 20px;
	font-weight: bold;
	color: #009900;
}
.newsletter h6 {
	font-size: 10px;
	font-weight: normal;
	color: #999999;
	margin: 10px;
}
p.tags {
	font-size: 11px;
	color: #999999;
}

/*
====================================================================================
END WP ASI CUSTOM MOD HACK
====================================================================================
*/
p.tags   a {
	color: #999999;
}
img.alignleft {
	padding: 10px;
	float: left;
}

#holidaybox {
	background-image: url(../images/superbowl2012.jpg);
	/*background-image: url(../images/xm_holidayback_2011.jpg);*/
	/*background-image: url(../images/tg_holidayback_2011.jpg);*/
	/*background-image: url(../images/tlgift_back.jpg);*/
	background-repeat: no-repeat;
	background-position: center bottom;
	background-color: #000000;
	color: #FFF;
}
#holidaybox h1 {
	color: #FFF;
	font-size: 25px;
	font-weight: bold;
	margin: 40px 0 0;
}
#holidaybox a {
	color: #FFF;
	font-size: 14px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

#holidaybox a:link {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
