@import url(/css/layout.css);
@import url(/css/linkStyles.css);


/*-------------------------------------------------------------------------------
theobjectivenow dot com

basic.css

version:   6.0
author:    allan aguirre
email:     info@rileyagency.com
website:   http://www.allanaguirre.com - http://www.rileyagency.com
-------------------------------------------------------------------------------- */


/* reset whitespace
------------------------------------------- */
* {
	padding: 0;
	margin: 0;
}


/* Body Style 
------------------------------------------- */
html {
	height: 100%;
}

body {
	margin: 0;
	padding: 0;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #fff;
	text-align: left;
	min-width: 900px;
	height: 100%;
	background: #ffffff url(../imgs/common/bkGrnd.jpg) center top fixed no-repeat;
}


/* Text Styles 
------------------------------------------- */
h1 {
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	color: #fff;
	padding-bottom: 10px;
}

h2 {
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	color: #01334c;
}

h3 {
	font-size: 12px;
	font-weight: normal;
	color: #4d4d4f;
}

.nav { 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #333;
}

.sidebar { 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #333;
}

.btmNav { 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #fff;
}

.item { 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #ccc;
}


/* Twitter Styles 
------------------------------------------- */
#twitter {
	text-align:left;  	
	overflow: auto;	
	background-color: #ccc;
}

#twitter ul, #twitter ul li {
  	list-style: none;
	list-style-position: none outside;
	border-bottom: #e8e7e7 solid;
	border-bottom-width: 4px;
}

#twitter li {
	width:325px;
	height:60px;	
}

#twitter span.status {
  	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;	
	color: #333;
	text-align:left;
	/*vertical-align: -7px !important;
	line-height: 1px !important;*/
}

#twitter span.time {
  	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bolder;
	color: #990000;
	text-align:left;
	padding-left: 5px;
	/*vertical-align: -6px !important;*/
}


/* Form Styles 
------------------------------------------- */
.input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #333;
	width: 125px;
	border: solid 1px #aeaeb1;
	padding-left: 5px;
}

.select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #333;
	width: 100px;
	border: solid 1px #aeaeb1;
	padding-left: 5px;
}
