/*
 * OVERALL ELEMENTS
 */

body,html {
	background: transparent url(/images/background.png) repeat scroll 0% 0%;
	margin: 0;
	padding: 0;
	color: #422500;
	font-family: Trebuchet MS;
}

li {
	list-style: none;
	font-variant: small-caps;
}


a {
	text-decoration:none;
	color: #422500;
}

a:hover {
	text-decoration:none;
	color: #FFDE71;
	background-color: #980E30;
}

input, textarea, button {
	border: dotted 1px #422500;
	background-color: #FFFFFF;
}

fieldset {
	border-width: 0pt;
}

/*
 * NAVIGATION SECTION
 *  - Menu subsection
 */
 
#nav {
	background: transparent url(/images/nav.png) no-repeat scroll 50% 0%;
	overflow: hidden;
}


#nav li {
	float: left;
	list-style-type: none;
	letter-spacing: 0;
	display: inline;
	padding-right: 0px;
	font-variant: normal;
}

#nav li a, #nav li a:hover {
	float:left;
	height:30px;
	letter-spacing:0pt;
	margin:auto 10px;
	overflow:hidden;
	position:relative;
	text-align:center;
	text-decoration:none;
	top:7px;
	color: #FFDE71;
	font-size: 150%;
	font-weight: bold;
	z-index:10;
	background-color: transparent;
}

#nav ul {
	text-align: center;
	margin: 0px 0px 0px 130px;
	padding: 0;
	
}


#menu li.back {
	background: #980E30;
	width: 9px; 
	height: 30px;
	position: absolute;
	z-index: 8;
}

#menu li.back .left {
	background: #980E30;
	height: 30px;
	margin-right: 9px;
}

/*
 *
 */

#main .content {
	background: #F5E7A9;
	padding: 5px;
}


.content {
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
}

.leftColumn20 {
	width: 20%;
	float: left;
}

.leftColumn40 {
	width: 40%;
	float: left;
}

.leftColumn60 {
	width: 60%;
	float: left;
}

.leftColumn70 {
	width: 70%;
	float: left;
}

.rightColumn30 {
	width: 30%;
	float: right;
}

.rightColumn40 {
	width: 40%;
	float: right;
}

.rightColumn60 {
	width: 60%;
	float: right;
}

.rightColumn80 {
	width: 80%;
	float: right;
}

.threeColumns {
	width: 33.333%;
	float: left;
}

.twoColumns {
	width: 50%;
	float: left;
}

.contactBox {
	border: dashed thin #9F7A2B;
}

.aboutMeBox {
	margin: 5px;
	padding: 5px;
	border: 1px solid black;
	background: #980E30;
	color: #FFDE71;
}

.aboutMeBox ul {
	margin: 0px;
	list-style-type: none;
}

.aboutMeBox li {
	margin: 0px;
	font-variant: normal;
}

#aboutText a, #aboutText a:hover {
	color: #422500;
	text-decoration:underline;
	background-color: transparent;
}

#labText a, #labText a:hover {
	color: #422500;
	text-decoration:underline;
	background-color: transparent;
}

#aboutMeBox a, #aboutMeBox a:hover {
	color: #FFDE71;
	text-decoration:underline;
	background-color: transparent;
}

.focalImage {
	float: left;
}

.delicious ul {
	text-align: center;
	margin: 0px;
}

.delicious ul li {
	float: left;
	list-style-type: none;
	letter-spacing: 0;
	display: inline;
	padding: 0px 80px;
	font-style: italic;
	font-variant: normal;
}

.delicious ul li ul{
	margin: 0px 0px 0px 0px;
	padding: 0;
}

.delicious ul li ul li{
	float: none;
	font-weight: normal;
	list-style-type: none;
	font-variant: normal;
	letter-spacing: 0;
	display: list-item;
	padding: 0px;
}

.delicious a, .delicious a:hover{
	text-decoration:underline;
	color: #422500;
	background-color: transparent;
}

#contactForm label {
	width: 140px;
	float: left;
	text-align: right;
}

#commentform label {
	width: 80px;
	float: left;
	text-align: right;
}


#contactForm #sendButton, #commentform #submit  {
	cursor: pointer;
}

.required {
	font-weight: bold;
}

.mediumlarge {
	font-size: 1.6em;
}

.large {
	font-size: 2em;
}

.small {
	font-size: 0.7em;
}

.lightColoredText {
	color: #BEA066;
}

.comment {
	background-color: #FFDE71;
	margin: 10px;
	padding: 5px;
}

.center {
	text-align: center;
}

.error {
	text-align: center;
	color: red;
}

.addonBadge {
	width: 425px;
	height: 300px;
	margin: 0;
}

/*
 * FOOTER SECTION
 */

#footer, #footer a, #footer a:hover {
	color: #980E30;
	font-weight: bold;
	text-decoration:none;
	background-color: transparent;
}


#footer li {
	float: right;
	list-style-type: none;
	letter-spacing: 0;
	padding: 0px 10px;
}

#footer ul {
	text-align: center;
	margin: 0px 0px 0px 120px;
	padding: 0;
}

/**
 * Table Pagination
 */
#menuTable td, #menuTable2 td { 
  border: 1px solid black; 
}

#menuTable, #menuTable2 { 
  border: thick solid black; 
  width: 100%; 
}

#testTable, #testTable2 { 
  width : 350px; 
  margin-left: auto; 
  margin-right: auto;
}

.indent { 
  margin-left: 30px 
}

#demo2 { 
  margin-left: auto; 
  margin-right: auto; 
  display: block;
}

#tablePagination { 
  background-color: #DCDCDC; 
  font-size: 0.8em; 
  padding: 0px 5px; 
  height: 20px
}

#tablePagination_paginater { 
  margin-left: auto; 
  margin-right: auto;
}

#tablePagination img { 
  padding: 0px 2px; 
}

#tablePagination_perPage { 
  float: left; 
}

#tablePagination_paginater { 
  float: right; 
}

#testTable2 #tablePagination { 
  background-color: #73AE2B; 
  color: #980E30; 
  font-size: 0.8em; 
  padding: 0px 5px; 
  height: 20px 
}

#tablePaginationOptions li { 
  font-variant: normal; 
  list-style-type: disc; 
  font-size: small;
}