body {
  color: #EFE9E4;
  font-family: helvetica, arial, sans-serif;
  margin:0;
}

.day {
  background: #BCE9FE url("images/day_background_blue.gif") repeat-y 49% top;
}

.night {
  background: #001016 url("images/night_background_blue.gif") repeat-y 49% top;
}

.night #footer {
	background: #001016;
}

.day #footer {
	background: #BCE9FE;
}

.night #bottom {
	background: url("images/night_footer.gif") no-repeat bottom left;
}

.day #bottom {
	background: url("images/day_footer.gif") no-repeat bottom left;
}
/*------------LINKS------------*/

a {
	color: #F78F27;
	text-decoration: underline;
}

a:link img{
	border: 0;
}

a img {
	border: 0;
}

a:visited {
	color: #F78F27;
}

a:hover {
	text-decoration: none;
}

a.delete {
	color: #cc3333;
}

a:active, a:focus {
  outline: 0
}

a.cancel {
	color: #cc3333;
}

a.logo {
	font-size: 22px;
	font-weight: normal;
	text-decoration: none;
}

a img {
	border: none;
}

/*------------HEADERS------------*/

h1 {

	font-size: 197%;
	font-weight:bold;
	font-size: 26px;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	letter-spacing:none;
	line-height:normal;
	color: #D3C3A7;
}

h2 {
	font-size: 177%;
	font-weight:bold;
	font-size: 22px;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	letter-spacing:none;
	line-height:normal;
	color: #D3C3A7;
	text-transform: uppercase;
}

h3 {
	font-size: 123.1%;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:bold;
	line-height:normal;
	margin: 0;
}

h4 {
	font-size: 108%;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:bold;
	letter-spacing:2px;
	line-height:normal;
	text-transform:uppercase;
	}
	
h1 a, h2 a, h3 a, h4 a, h1 a:visited, h2 a:visited, h3 a:visited, h4 a:visited  {
  text-decoration: none;
  color: #D3C3A7;
}


h1 a:hover, h2 a:hover, h3 a:hover {
}

strong {
  font-weight: bold;
}

/*------------UTILITY CLASSES------------*/

.clear {
	clear: both;
}

.clearl {
	clear: left;
}

.clearr {
  clear: right;
}

.center {
	text-align: center;
}

.inline {
  display: inline;
}

.block {
  display: block;
}

.left {
	float: left;
}

.right {
	float: right;
}

.clearfix {
	display: inline-block;
}

#submit, #searchsubmit {
  background: #E0E0E0 url('images/grey_btn_bg.gif') top left no-repeat;
  border:1px solid #999999;
  color: #404040;
  cursor: pointer;
  height:24px;
}

#s {
	width: 400px; 
	font-size: 24px;
}

p {
  color:#9E8B71;
  font-family: Verdana;
  font-size:0.7em;
  line-height:1.5em;
}

.clearfix:after {
	clear: both;
	content: ".";
	display: block;
	height: 0pt;
	visibility: hidden;
}

/* EVERYTHING ELSE */
#leftContent {
	width: 437px;
}

#rightContent {
	width: 210;
}

#flashTop {
  border: 0;
  height: 600px;
}

#mainBody {
  min-height: 300px;
}

#mainColumn {
  margin-left: auto;
  margin-right: auto;
  margin: 0 auto;
  position: relative;
}

#page #mainColumn {
	width: 647px;
 	min-width: 647px;
	background: #190C06 url("images/background_main.gif") repeat-y 50% top;;
}

.singleBody {
	background:#F7F5F0 url("images/light_pattern_single.gif") repeat scroll 0pt top;
	color: #9E8B71;
}

#singleTop {
	background: url("images/alamoLogo.gif") no-repeat 30% top;
	height: 150px;
	margin-top: 30px;
	cursor: pointer;
}
#singleTop:hover{
	background: url("images/alamoLogo_hover.gif") no-repeat 30% top;
	height: 150px;
	margin-top: 30px;
	cursor: pointer;
}

#single h1, #single h2, #single h3, #single h1 a, #single h1 a:visited, #single h2 a, #single h2 a:visited {
	color: #4C291B;
	text-decoration: none;
}
#single a, #single a:hover, #single a:visited {
	color: #53C6E0;
	text-decoration: none;
}
#single .entry {
	background: none;
	margin: 0 auto;
	padding: 30px;
	width: 600px;
}

#single #footer {
	background: #FBF3E8;
	width: 647px;
	margin: 0 auto;
}
#single #mainColumn {
	width: 647px;
  	min-width: 647px;
	padding: 30px;
	background: #FFF url("images/single_main_bg.gif") repeat-y 0 0;
	border:2px solid #9E8B71;
}

#single .content {
	margin-top: 20px;
}

#single p {
	font-size: 0.8em;
	color: #4C291B;
}

#topSection {
  background: url("images/top2.gif") no-repeat top left;
  height: 67px;
}

.posts {
}

#speechBubble {
	background:transparent url(images/new.gif) no-repeat scroll left top;
	height:229px;
	margin-left:40px !important;
	margin-left:20px;
	width:320px;
}

#speechBubble p {
  color: #BFAC8E;
  margin-bottom: auto;
  margin-top: auto;
}

.entry {
  width: 536px;
  margin: 20px auto;
  background: url("images/post_top.gif") no-repeat left top;
  list-style-type: none;
  padding-bottom:0;
}

div.entryInner .content img {
  border: 2px solid #291207;
  text-align: center;
  margin: 2px auto;
  position: relative;
  border-left-color: #0A0503;
  border-top-color: #0A0503;
}

div.entryInner .content {
	border: 1px dotted #291207;
	margin: 4px 0;
	padding-bottom: 2px;
	border-width: 1px 0;
}

div.entryInner {
  background: url("images/post_bottom.gif") no-repeat left bottom;
  padding: 30px;
  margin:0;
}

.entry h2 {
  margin: 0;
}

.entry h2 a:hover {
	color:#FFF;
}

div.profile ul li {
	margin-left: 55px;
}
ul.recentMusic {
	width: 400px;
	margin: 0 auto;
}
ul.recentMusic li {
	padding: 10px 0;
	border-bottom: 1px dotted #9E8B71;
}
.bigNum {
	font-size: 140%;
}
div.profile a {
	text-decoration: none;
	font-size:120%;
}

div.profile ul {
	background:#110905 url(images/avatar.jpg) no-repeat scroll 5% 50%;
	font-size:90%;
	margin:0pt;
	min-height:40px;
	padding:10px;
}
div.profile {
	padding-left: 5px;
}
.lightBrown {
	color: #684234;
}
ul.menu, div.profile {
	border-left:1px solid #0A0503;
	margin:0 40px 0 0;
	padding-left:10px;
	width:220px;
}

ul li {
	list-style-type: none;
}

ul.menu li {
  list-style-type: none;
  border-top: 1px dotted #0A0503;
  border-bottom: 1px dotted #291207;
  padding: 2px;
}


ul.menu li a, ul.menu li a:visited, .altTitle2{
  font-family: Helvetica, Arial, san-serif, clean;
  font-weight: bold;
  font-size: 14px;
  color: #D3C3A7;
  text-decoration: none;
}
ul.menu li a:hover {
	color: #F78F27;
}

ul.menu li:hover {
  background: #291207;
}

.postmetadata {
	margin-bottom: 10px
}

.altTitle {
  display: block;
  font-family: "Trebuchet MS",Trebuchet,Arial,Verdana,Sans-serif;
  font-weight:bold;
  letter-spacing:0.1em;
  line-height:1.5em;
  font-size: 63%;
  text-transform: uppercase;
  color: #9E8B71;
}

#bottom {
  height: 40px;
}

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
}

#commentform textarea {
	border:2px solid #9E8B71;
	font-family:helvetica,arial,sans-serif;
	margin:0pt auto;
	padding:5px;
	width:650px;
	color: #4C291B;
}

.commentlist li {
	font-weight: bold;
	border-bottom:1px dotted;
}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
}

.commentmetadata {
	font-weight: normal;
}

/* Begin Images */

p img {
	padding: 0;
	max-width: 100%;
	}

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
}

.alignright {
	float: right;
}

.alignleft {
	float: left
}

/* Begin Comments*/

.alt {
	margin: 0;
	padding: 10px;
}

.commentlist {
	padding: 0;
	text-align: justify;
}

.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}

#commentform p {
	margin: 5px 0;
}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
}

.commentmetadata {
	margin: 0;
}
/* Begin Various Tags & Classes */

acronym, abbr, span.caps {
	cursor: help;
}

acronym, abbr {
	border-bottom: 1px dashed #999;
}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
}

blockquote cite {
	margin: 5px 0 0;
	display: block;
}

.center {
	text-align: center;
}

hr {
	display: none;
}
