/*   
Theme Name: krav
Theme URI: http://example.com/example/
Description: A search engine optimized website framework for WordPress.
Author: Sam Rehman
Author URI: http://example.com/
Version: 1.0
Tags: Comma-separated tags that describe your theme
.
Your theme can be your copyrighted work.
Like WordPress, this work is released under GNU General Public License, version 2 (GPL).
http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
.
*/

/*
	Dark Purple (tab):	#6E5C77;
	Light Purple (tab bck): #988C9B;
*/
/* IE6/7/8 - Must be first */  
@font-face {  
  font-family: interstateBold;  
  src: url( fonts/InterstateBoldCompressed.eot );  
}  
 
/* FFx3.5/Safari/Op10 - Next */  
@font-face {  
  font-family: interstateBold;  
  src: url( fonts/InterstateBoldCompressed.ttf ) format("truetype");  
}

/* Body bck */
BODY
{
	margin: 40px auto auto 20px;
	background-image:url(images/bck/body.jpg);
	background-repeat: repeat-x;
	background-color: #A4A097;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #363636;
}

#wrapper
{
	width: 1000px;
}

#header
{
	margin: 0px;
}

#topRightInfo
{
	font-size: 10px;
	font-weight: normal;
	color: #FFFFFF;
}

#topRightInfo * A
{
	font-weight: normal;
	color: #FFFFFF;
}

#topRightInfo * A:HOVER
{
	font-size: 10px;
	font-weight: normal;
	color: #89758D;
}

#footer
{
	margin: 20px 0px 20px 0px;
}

#site-info
{
	text-align: center;
	font-size: 10px;
	color: #252525;
	text-decoration: none;	
}

#site-info A
{
	font-weight: normal;
	color: #252525;
	text-decoration: none;	
}

#site-info A:HOVER
{
	font-weight: normal;
	color: #252525;
	text-decoration: underline;	
}

/* ------------------------------------------------ */
/* Tab style */
.tabs
{
	color: white;
	width: 100%;
	background-color: #988C9B;
}


.tabs * TD
{
	height: 30px;
	text-align: center;
	font-size: 13px;
	font-weight: bold;
	color: white;
}

.tabs * .selected
{
	background-color: #6E5C77;
}

.tabs * A
{
	color: white;
	font-weight: white;
	text-decoration: none;
}
	
/* Logo Top */
#logo
{
	padding: 0px;
}

.feature
{
	font-size: 11px;
	color: #363636;
	line-height: 1.5em;
	padding: 0px 25px 0px 0px;
}

.highlight
{
	font-family: interstateBold;
	font-size: 18px;
	color: #655F51;
	line-height: 1.5em;
}

.subTitle
{
	font-family: interstateBold;
	font-size: 14px;
	color: #655F51;
	line-height: 1.5em;
}

.banner
{
	/*background-color: #655F51;*/
	background-color: #5B5649;
	padding: 0px;
}

.whiteBox
{
	padding: 25px 35px 25px 25px;
	background: white;
	
}

A
{
	color: #89758D;
}

A:HOVER
{
	color: #3F1B3D;
}

H1
{
	/* TODO: This was 22px and 10px top from guide */
	font-size: 16px;
	color: #6E5C77;
	padding-bottom: 0px;
}

H2
{
	font-size: 12px;
	color: #6E5C77;
	font-weight: bold;
	padding-bottom: 8px;
}

/* For Widgets */
.featuredBox
{
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: black;
}
			
.featuredBox .header
{
	background-color: #CBC7BF; 
	color: #413C30; 
	font-size: 14px; 
	padding-bottom: 10px;
	padding: 2px 0px 1px 3px;
	height: 20px;
}
	
.featuredBox P
{
	color:	black;
	font-size: 12px;
}
		
.featuredBox A
{
	font-weight: normal;
	color:	#89758D;
	font-size: 12px;
}

.featuredBox H4
{
	font-weight: bold;
	color:	#89758D;
	padding: 0px 0px 2px 0px;
	font-size: 12px;
}
		
/* Reuseables */
.translucentBck
{
	background-image:url(images/bck/translucent.png);
	background-repeat: repeat;
	
}

/* ----------------------- */
/* Box Styles */
.boxHeader
{
	font-family: interstateBold;
	background-color: #CBC7BF; 
	color: #413C30; 
	font-size: 14px; 
	padding-bottom: 10px;
	padding: 2px 0px 1px 3px;
	height: 20px;
}

.boxTitle
{
	font-weight: bold;
	color:	#89758D;
	padding: 0px 0px 2px 0px;
	font-size: 14px;
}

.boxText
{
	font-size: 12px;
	color: black;
}
			
.boxText A
{
	font-weight: normal;
	color:	#89758D;
	font-size: 12px;
}

/* For sign up form */
.signUpForm
{
	font-size: 12px;
	color: black;
}

.signUpForm label
{
	display: block;
}
	
