/*  
	CSS 
	for: WhyWeBuy
	by: Wowza
	code: Will Garrison
	
	file: style.css
*/



/*------------------------------
	DOCUMENT
------------------------------*/

img{
	vertical-align: text-bottom;
}
a img{
	border-width: 0px;
}

form{
	padding: 0px;
	margin: 0px;
}

div{
	border: 0px solid #aaa;
}

body{
	margin: 0px;
	padding: 0px;
	text-align: center;
	background: #e2e0e0 url('../images/back.jpg') repeat-x left top;
}

#doc{
	width: 920px;
	text-align: left;
	margin: 0px auto;
	font-size: 0.9em;
	font-family: arial, helvetica, sans-serif;
	color: #444;
}

.fleft{
	float: left;
}

.fright{ 
	float: right;
}

.clear{
	clear: both;
}

a.blue, a:link.blue, a:visited.blue{
	color: #3399ff;
}a:hover.blue, a:focus.blue{
	color: #000;
}

a.green, a:link.green, a:visited.green{
	color: #33cc66;
}a:hover.green, a:focus.green{
	color: #000;
}

/*------------------------------
	CONTENT
------------------------------*/


/*------------------------------
	START PAGE
------------------------------*/

.copy_red{
	background: #990000;
	padding: 0px 4px;
}
.copy_blue{
	background: #000099;
	padding: 0px 4px;
}




.social{
	margin-left: 12px;
	margin-right: 4px;
	font-size: 0.8em;
}
.social a, .social a:link, .social a:visited{
	color: #444;
}
.social a:hover, .social a:focus{
	color: #0000ff;
}



.title_bar{
	padding: 12px 0px 6px 0px;
}

.title, .title a, .title a:link, .title a:visited{
	font-size: 1.05em;
	font-weight: bold;
	color: #fff;
	padding: 4px;
	background: #333;
	text-decoration: none;
}

.title a:hover, .title a:focus{
	color: #ff4422;
}

.copy_intro{
	padding: 5px 0px 4px 10px;
	color: #606060;
	font-size: 1.1em;
	font-weight: bold;
}
.copy_intro a, .copy_intro a:link, .copy_intro a:visited{
	font-size: 1.06em;
	text-decoration: none;
}


.toy{
	background: #eee;
	border: 2px solid #af9f9f;
	padding-bottom: 10px;
}

.output{
	padding: 10px 0px 0px 10px;
}

/*------------------------------
	START PAGE - SEARCH
------------------------------*/

.photoText{
	font-size: 22px;
	margin: 20px; 
	text-align: left; 
}	

.search_startpage{
	width: 276px;
}
.search_startpage_inner{
	padding: 15px 4px;
	text-align: center;
}

.search_startpage input{
	font-size: 1.2em;
	padding: 3px 2px 0px 2px;
	font-family: arial;
}

.search_startpage_input{
	width: 170px;
}

.search_startpage_btn{

}

/*------------------------------
	START PAGE - REASONS
------------------------------*/

.reasonList_container{
	position: relative;
	top: 8px;
	padding-left: 14px;
}

*html .reasonList_container{
	padding-left: 20px;
}

.reasonList{
	width: 260px;
}


.reason{
	height: 26px;
}

.reason_copy{
	margin-top: 0px;
	margin-bottom: 3px;
	margin-right: 7px;
	border: 1px solid #aaa;
}
.reason_copy{
	width: 70px;
	text-align: center;
	font-size: 10px;	
}

.reason_copy a, .reason_copy a:link, .reason_copy a:visited{
	display: block;
	padding: 4px 0px;
	width: 100%;
	height: 100%;
	color: #222;
	text-decoration: none;
}
*html .reason_copy a, .reason_copy a:link, .reason_copy a:visited{
	padding: 3px 0px;
}

.reason_copy a:hover, .reason_copy a:focus{
	background: #333;
	color: #fff;
}


.reason_copy .reasonLink_not_link{
	padding: 4px 0px;
	width: 100%;
	height: 100%;
	color: #222;
	text-decoration: none;
	background: #e0e0e0;
}
*html .reason_copy .reasonLink_not_link{
	padding: 3px 0px;
}


.wowza_made{
	width: 70px;
}



/*------------------------------
	START PAGE - RETURNED DATA
------------------------------*/

.intro_headline{
	font-size: 36px;
}

.search_results{
	width: 610px;
	height: 500px;
	border: 1px solid #ff6600;
	background: #222;
	font-size: 2em;
	color: #e0e0e0;
	text-align: left; 
}

.reasonContainer_box{
	padding: 20px;
}
.reasonContainer{
	height: 70px;
	overflow: hidden;
	border: 0px solid #00ff00;
}

.photoContainer{
	border: 0px solid #000;
	height: 390px;
	overflow: hidden;
	text-align: center;
	background: #404040;
}

.photoContainer img{
	width: 610px;
}



/*------------------------------
	START PAGE - Footer
------------------------------*/

.footer{
	font-size: 9px;
	padding: 14px 8px 1px 8px;
	text-align: center;
	color: #999;
	text-transform: uppercase;
}

.footer a, .footer a:link, .footer a:visited{
	color: #ccc;
	text-decoration: none;
}
.footer a:hover, .footer a:focus{
	color: #ff0000;
}