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


/*-------------------------------------------------------------------------------
menastreeswalking dot net

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


/* Basic Selectors
-------------------------------------------------------------------------------- */
html {
	height: 100%;
}

body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: normal;
	color: #7c5f28;
	background: #231501 url(../imgs/common/indexBkgrnd.jpg) top center no-repeat; 
}


/* Text Styles
-------------------------------------------------------------------------------- */
h1 {
	font-size: 18px; 
	font-weight: bold; 
	color: #7c5f28;
	padding-bottom: 6px;
}

h2 {
	font-size: 15px;
	font-weight: bold;
	color: #7c5f28;
	padding-bottom: 4px;
}

h3 {
	font-size: 14px;
	font-weight: bold;
	color: #7c5f28;
}

.item { 
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	font-weight: normal;
	color: #7c5f28;
}


.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	text-align: center;
	color:#666;
}


/* Twitter Styles 
-------------------------------------------------------------------------------- */
#twitter {
	overflow: auto;
}

#twitter ul, #twitter ul li {
  	list-style: none;
	list-style-position: none outside;
}

#twitter li {
	width: 940px;	
}

#twitter span.status {
  	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;	
	font-weight: normal;
	font-style: italic;
	text-align: center;
	color: #7c5f28;
}

#twitter span.time {
  	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	font-weight: normal;
	font-style: italic; 
	text-align: center;
	color: #7c5f28;
	padding-left: 3px;
	/*vertical-align: -6px !important;*/
}


/*	File List (replace #data id)
-------------------------------------------------------------------------------- */
.fileList thead th {
	border-top:1px solid #231501;
	border-bottom:1px solid #231501;
	color: #7c5f28;
	text-align: left;
	background-color:#eae0ad;
	padding: 5px;
}

.fileList thead td {
	background-color: #dbd1a2;
}

.fileList th.edgeLeft {
	border-left: none;
}

.fileList th.edgeRight {
	border-right: none;
}

.fileList th, .fileList td {
	font-size: 11px;
	text-align: left;
	padding: 5px;
}

.fileList td.pad {
	border-top: 1px solid #231501;
	border-bottom: 1px solid #231501;
}

.fileList th.pad {
	padding: 5px;
}

.fileList td.empty {
	color: #7c5f28;
	font-weight: bold;
	padding: 10px;
	text-align: left;
	border-top: 1px solid #231501;
}

.fileList tr.even {
	border-top: 1px solid #231501;
	border-bottom: 1px solid #231501;
	height: 20px;
	background-color: #dbd1a2;
}

.fileList tr.odd td, .fileList tr.even td {
	height: 20px;
}

.fileList tr:hover {
	background-color:#f2e9be;
}

.fileList {
	border-collapse: collapse;
	margin-bottom: 10px;
	width: 850px;
}


/* 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:120px;
	border:solid 1px #aeaeb1;
	padding-left:5px;
}

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

.hide {
	display: none;
}

.overflow {
	width: 100%;
	overflow: hidden;
}

.margin-bottom {
	margin-bottom: 20px;
}