/* reset library
---------------------------------------------------------*/
@import "/sites/fraudbusters/index.php/styles/reset";


/* default styles
---------------------------------------------------------*/
body{
  	background: #000 url('/page/-/fraudbusters/images/black_lined_background.png');
  	color: #000;
	font: 10pt Verdana, Arial, Sans-serif;
}
*{
  	outline: none;
}

/* links */
a{
  	color: #d30707;
}

/* headings */
h1, h2, h3, h4, h5{
  	color: #d30707;
}

h3 {color:#666666;}

/* clearfix */
.clearfix:after {
  	content: ".";
  	display: block;
  	height: 0;
  	clear: both;
  	visibility: hidden;
}
.clearfix {display: inline-block;}
* html .clearfix {height: 1%;}
.clearfix {display: block;}

/* misc */
.line{
	border-top: 1px solid #666;
	clear: both;
	font-size: 1%;
	height: 1px;
	margin: 10px 0;
}

/* container
---------------------------------------------------------*/
#container{
  	margin: 10px auto;
  	width: 850px;
}

/* header
---------------------------------------------------------*/
#header{}
#header #logo a{
  	background-image: url('/page/-/fraudbusters/stop_ballot_fraud_logo_NEW.png');
  	display: block;
	height: 84px;
	width: 561px;
} 
#header #logo{
  	float: left;
	text-indent: -9999px;
}
#header p{
 	color: #fff;
	float: right;
	font-size: .9em;
	padding: 10px 0 10px 10px;
  	text-transform: uppercase;
  	width: 188px;
}

/* navigation
---------------------------------------------------------*/
#navigation {
	background: transparent url('/page/-/fraudbusters/images/nav_background.jpg') no-repeat top left;
	clear: both;
	margin: 10px 0 0;
	min-height: 41px;
	width: 780px;
}
	#navigation li a{
		border-right: 1px solid #ccc;
		border-left: 1px solid #999;
		color: #000;
		display: block;
		float: left;
		padding: 5px 29px;
		text-decoration: none;
		text-transform: uppercase;
	}
		#navigation li:first-child a,
		#navigation li.first-child a{
			border-left: none;
		}
		#navigation li.last-child a{
			border-right: none;
		}
		
/* columns
---------------------------------------------------------*/
.two-columns{}
.two-column .column-1{
  float: left;
  width: 445px;
}
.two-column .column-2{
  float: right;
  width: 263px;
}

/* sidebar
---------------------------------------------------------*/
#sidebar {
	background-image: url('/page/-/fraudbusters/images/gray_lined_background.jpg');
	font-size: .9em;
	padding: 10px 5px;
	position: relative;
	width: 252px;
       margin-right: 95px;
}
	#sidebar .top {
		background: transparent url('/page/-/fraudbusters/images/sidebar-top.png') no-repeat top left;
		width: 262px;
		height: 16px;
		position: absolute;
			top: 0;
			left: 0;
	} 
	#sidebar .bottom{
		background: url('/page/-/fraudbusters/images/sidebar-bottom.png') no-repeat scroll top left;
		width: 262px;
		height: 16px;
		position: absolute;
			bottom: 0;
			left: 0;
	}
#fraud-wire {
  	background-image: url('/page/-/fraudbusters/images/fraud_wire.png');
  	height: 39px;
	margin: 0 auto;
  	text-indent: -9999px;
	width: 185px;	
}

/* blue box */
.blue-box {
	background: url('/page/-/fraudbusters/images/blue_box.png') no-repeat top left;
	min-height: 72px;
	margin: 20px 0;
	padding: 10px;
	width: 233px;
}
	.blue-box #stay-informed {
		background-image: url('/page/-/fraudbusters/images/stay_informed.png');
		height: 32px;
		margin: 0 auto;
		text-indent: -9999px;
		width: 228px;
	}
	.blue-box form{
		margin-top: 10px;
	}
		.blue-box form p{
			margin-left: 4px;
		}
		.blue-box form input{
			border-top: 1px solid #666;
			border-left: 1px solid #666;
			border-right: 1px solid #ccc;
			border-bottom: 1px solid #ccc;
			color: #999;
			font-size: .9em;
			padding: 3px;
		}
		.blue-box form button {
			background: url('/page/-/fraudbusters/images/button_go.png') no-repeat scroll top left;
			border: none;
			cursor: pointer;
			height: 28px;
			text-indent: -9999px;
			width: 28px;
		}
		
/* video */
.video{}
	.video p{
		font-size: .95em;
		margin: 5px 20px 0
	}
	
/* carousel */
.carousel{
	margin: 20px 0;
}
	.carousel .next {
		background: url('/page/-/fraudbusters/images/slideshow_control_right.png') no-repeat scroll top left;
		display: block;
		height: 63px;
		float: right;
		text-indent: -9999px;
		width: 23px;
	}
	.carousel .previous{
		background: url('/page/-/fraudbusters/images/slideshow_control_left.png') no-repeat scroll top left;
		display: block;
		height: 63px;
		float: left;
		text-indent: -9999px;
		width: 23px;	
	}
	.carousel .carousel-images{
		background: url('/page/-/fraudbusters/images/slideshow_background.png') no-repeat scroll top left;
		float: left;
		height: 63px;
		padding: 0 4px 0 6px;
		width: 195px;
	}
		.carousel .carousel-images a{
			float: left;
			margin: 8px 0 0 2px;
		}

/* posts */
#posts{
	margin: 10px 10px 0;
}
	#posts span{
		font-weight: bold;
	}
	#posts li{
		margin-bottom: 10px;
	}
	#posts ul a{
		display: inline;
		font-size: .9em;
	}
	#posts a{
		display: block;
		text-align: center;
	}

/* content
---------------------------------------------------------*/
#content,
#blog{
	background-color: #dcdcd9;
	padding: 20px;
	position: relative;
	width: 448px;
        min-height:650px;
}
	#content .bottom,
	#blog .bottom {
		background: url('/page/-/fraudbusters/images/column-1-bottom.png') no-repeat top left;
		width: 488px;
		height: 1px;
		position: absolute;
			bottom: 0px;
			left: 0px;
	}
	#content .top,
	#blog .top {
		background: url('/page/-/fraudbusters/images/column-1-top.png') no-repeat top left;
		width: 488px;
		height: 1px;
		position: absolute;
			top: 0px;
			left: 0px;
	}
	#content h1{
		font-size: 1.7em;
		margin-bottom: 10px;
	}
	#content h2{
		font-size: 1.3em;
		margin-bottom: 10px;
	}
	#content p{
		margin-bottom: 10px;
	}

/* blog
---------------------------------------------------------*/
#blog{}
	#blog h1{
		font-size: 1.3em;
	}

	#blog h2{
		color: #000;
		font-size: 1.3em;
		margin-bottom: 10px;
                font-weight:bold;
        }

       #blog h2 a {text-decoration:none}
       #blog h2 a:hover: {text-decoration:underline}

	}
	#blog h3{
		color: #999;
		font-size: .8em;
		margin-bottom: 10px;
		text-transform: uppercase;
	}
	#blog h6, #content h6{
		color: #999;
		font-size: .8em;
	}
		#blog h6 span{
			color: #d30707;
		}
	#blog .blog-post{
		border-top: 1px solid #999;
		margin-top: 10px;
		padding-top: 10px;
	}
	#blog p, #blog li, #content p, #content li{
		font-size: .8em;
		line-height: 1.6em;
		margin-bottom: 10px;
	}
	#rss {
		background-image: url('/page/-/fraudbusters/images/rss_icon.jpg');
		display: block;
		height: 18px;
		position: absolute;
			top: 20px;
			right: 20px;
		text-indent: -9999px;
		width: 21px;
	}
	
/* homepage
---------------------------------------------------------*/
#homepage{
	color: #fff;
	font-size: .9em;
}
	#homepage ul{
		list-style: disc;
		margin-left: 15px;
	}
		#homepage ul li{
			margin-bottom: 5px;
		}
	#homepage h2{
		margin-bottom: 10px;
	}
		#homepage h2 a{
			display: block;
			text-indent: -9999px;
		}
	#homepage p{
		margin-bottom: 10px;
	}
#featured-story a{
  	background-image: url('/page/-/fraudbusters/images/featured_story.png');
  	width: 171px;
  	height: 22px;
} 
#the-basics a{
  	background-image: url('/page/-/fraudbusters/images/the_basics.png');
  	width: 114px;
  	height: 22px;
} 
#fraud-merchants a{
  	background-image: url('/page/-/fraudbusters/images/fraud_merchants.png');
  	width: 196px;
  	height: 22px;
}

/* fraud profile
---------------------------------------------------------*/
#fraud-profile {
	background: transparent url('/page/-/fraudbusters/images/fraud_profile_background.png') no-repeat top left;
	color: #000;
	margin-top: -35px;
	min-height: 350px;
	padding: 60px 20px 30px 30px;
	position: relative;
	width: 387px;
}
	#fraud-profile h3{
		display: none;
	}
	#fraud-profile h4{
		font-size: 1.1em;
		font-weight: bold;
	}
	#paperclip {
		background: transparent url('/page/-/fraudbusters/images/paperclip.png') no-repeat top left;
		width: 109px;
		height: 38px;
		position: absolute;
			top: 55px;
			left: -8px;
	}
	#fraud-profile img{
		background-color: #fff;
		border: 1px solid #b98438;
		float: left;
		margin: 0 5px 10px -18px;
		padding: 5px;
	}
	#fraud-profile .related-blog-posts{
		clear: both;
                height:75px;
                overflow:auto;
	}
	#fraud-profile ul{
		list-style: none;
		margin: 0;
	}
		#fraud-profile ul span{
			font-weight: bold;
		}
		#fraud-profile ul a{
			color: #000;
		}
#fraud-nav {
left:25px;
margin-top:340px;
position:relative;
z-index:10000;
}
.next-profile,
.all-profiles{
	display: block;
	float: left;
	margin: 15px 0 0 15px;
	text-indent: -9999px;
}		
.next-profile {
	background-image: url('/page/-/fraudbusters/images/next_profile.png');
	width: 165px;
	height: 51px;
}
.all-profiles {
	background-image: url('/page/-/fraudbusters/images/all_profiles.png');
	width: 178px;
	height: 51px;
}

.entry {

margin-bottom: 10px;
border-bottom: 1px solid #545454;

}

img.merchant_pic {
float: right;
margin: 4px;
width: 150px; 
height: auto;

}

#blog strong, #content strong {
font-weight: bold;
}

#blog em, #content em {
font-style: italic;
}

#blog ol, #blog ul, #content ol, #content ul{
list-style-type: square;
margin-left: 10px;
}

#content ol, #blog ol{
list-style-type: decimal;
margin-left: 10px;

}

#blog .related-blog-posts ul{
list-style-type: none;
margin-left: 0;
}

#pagination { text-align: right; margin-top: 12px; }

/* footer
---------------------------------------------------------*/
#footer{
	clear: both;
	color: #ccc;
	font-size: .7em;
	margin: 10px 0;
	text-align: center;
        padding-top: 15px;
}
	#footer a{
		color: #ccc;
	}