/*********************************************************  

Theme Name: Legendary Stuidos Alpha
Website: http://www.legendarystudios.biz/
Description: Style sheet for the legendary studios site
Version: 0.1
Author: Arthur Gould

*********************************************************/

body {
  background: url(images/bg.png) repeat-x top;
  background-color: #000;
  margin: 30px 0px;
  padding: 0px; 
  text-align: center; 
  
}


.post {
  border-bottom: 1px solid #111111;
  margin-bottom: 20px;
}



/* Links */

a:link {
  color: #26AAFF;
  text-decoration: none;
  }

a:visited {
  color: #26AAFF;
  text-decoration: none;
  }

a:hover {
  color: #df8;
  text-decoration: none;
  }

a.img:hover {
  border-bottom: none;
  }



/* Page Layout */

#header {
  width: 840px !important; width: 840px;
  height:60;
  margin: 0 auto; 
  padding: 0 px;
  text-align: left; 
  background: #000 url(images/ls-top.png) no-repeat bottom right;
}

#wrap {
  width: 840px !important; width: 840px;
  margin: 0 auto; /* Right and left margin widths set to "auto" */
  padding: 0 10px;
  text-align: left;
}

#breaker {
  height: 20px;
}

#main {
  width: 640px;
  float: right;
  margin: 10px auto; /* Right and left margin widths set to "auto" */
  text-align: left; 
  padding: 15px;
  border: 1px solid #000;
  background: #000;
  color: #374237;
}

#news {
  width: 640px;
  float: right;
  margin: 10px auto; /* Right and left margin widths set to "auto" */
  margin-top: 20px;
  margin-bottom: 0px;
  text-align: left; 
  padding: 15px;
  padding-bottom: 0px;
  border: 1px solid #000;
  border-bottom: 0px solid #000;
  background: #000 url(images/top-bg.png) repeat-x top;
  color: #eee;
  
}

#footer {
  width: 640px;
  height: 80px;
  float: right;
  border: 1px solid #000;
  border-top: 1px solid #777;
  margin-bottom: 0px;
  text-align: right;
  padding: 15px;
  background: #000 url(images/bottom-wm.png) no-repeat bottom right;
  color: #777;
}



/* Text */

h1 {
  margin: 10px 0 10px 0;
  font-family: Helvetica;
  font-size: 16px;
  color: #26AAFF;  
}

h2 {
  margin: 40px 0 0 0 !important; margin: 40px 0 0 0;
  font-family: Helvetica;
  font-size: 14px;
  color: #FFF;
  text-transform: uppercase;
  letter-spacing: 5px;
}


p {
  margin: 10px 0 10px 0;
  font: 11px verdana, arial, helvetica, sans-serif;
  line-height: 1.6;
}

small {
  width: 100%;
  margin: 0 0 20px 0;
  font: 10px verdana, arial, helvetica, sans-serif;
  color: #666;
}

blockquote {
  padding-left: 10px;
  border-left: 1px dotted #111111;  
}



/* Images */

.border {
  border: 1px solid #000;
}

.thick-border {
  border: 2px solid #000;
}

.noborder {
  border: none;
}



/* Navigation Buttons */

ul {
  font-size: 11px;
}

li.ind {
  margin: 0 0 0 40px;
}

.button {
  font-family: "Helvectia", Helvetica;
  text-align: center;
  width: 160px;
  margin-bottom: 10px;
  color: #333;
}

.button ul {
  list-style: none;
  margin: 0;
  padding: 0;
  border: none;
}
		
.button li {
  font-size: 12px;
  border: 1px solid #777;
  margin: 4;
}

.button li a {
  display: block;
  padding: 5px 5px 5px 0.5em;
  border-right: none;
  background-color: #101010;
  color: #eee;
  text-decoration: none;
  width: auto; !important width: 100%;
}

.blue {
  border-left: 10px solid #0059AA;
}

.blue2 {
  border-left: 10px solid #1679BD;
}

.blue3 {
  border-left: 10px solid #16A3BD;
}

.blue4 {
  border-left: 10px solid #24C28D;
}

.button li a:visited {
  color: #eee;
}

.button li a:hover {
  border-bottom: none;
  background-color: #444;
  color: #fff;
}