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

/*-----------------------------------------------------------------------------
allan aguirre dot com

basic.css

version:   5.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 
-------------------------------------------------------------------------------- */
body {
 	margin: 0;
	padding-top: 5px;
	font-family: Trebuchet MS, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000;
	text-align: center;
	background: #fff;
	min-width: 900px;
}


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

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

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

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

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


/* 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;
}


/* Twitter Styles 
------------------------------------------- */
#tweet a:hover, #tweet a:focus {
  background-color: #eee;
  color: #212121;
}

#tweet ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

#tweet ul li {
}