/*
Theme Name: TAB
Theme URI: TAB
Description: 
Version: 1
Author: Maxine Magicfox
Author URI: TAB
Tags: custom header, fixed width, two columns
*/

@font-face { 
  font-family: trebuc; 
  src: url('trebuc.ttf'); 
} 

body {
  background-image: url('images/background-site.gif');
  margin: 0;
  margin-bottom: 3px;
  padding: 0;
  font-family: trebuchet ms, verdana;
  font-size: 12px;
}

#maincontainer {
  width: 900px;
  background-image: url('images/background-content.gif');
  background-repeat: repeat-y;
  border-left: 1px solid black;
  border-right: 1px solid black;
  margin-top: -65px;
  margin: 0 auto;
  text-align: justify;
 }

#contentwrapper {
  float: left;
  width: 100%;
}

#contentcolumn {
  margin-right: 239px; /*Set right margin to RightColumnWidth - have one pixel more*/
  margin-bottom: 10px;
}

#rightcolumn {
  float: left;
  width: 238px; /*Width of right column in pixels*/
  margin-left: -238px; /*Set left margin to -(RightColumnWidth) - or will fail */
  margin-top: 3px;
  margin-bottom: 25px;
}

#header {
  background-image: url('images/header/rotate.php');
  background-repeat: no-repeat;
  width: 661px;
  height: 151px;
  margin-top: -65px;
}
  
#subheader {
  background-image: url('images/hostedby.gif');
  background-repeat: no-repeat;
  width: 661px;
  height: 20px;
  margin-bottom: -10px; /*Spacing below header and the first update */
}
  
#header-logo {
  background-image: url('images/atlus-usa-blog.png');
  background-repeat: no-repeat;
  width: 318px;
  height: 65px;
  position: relative;
  top: 115px;
  left: 3px;
}
  
#divcontainer {
  background-image: url('images/dividers.jpg');
  min-width: 193px;
  min-height: 28px;
  background-repeat: no-repeat;
  padding-top: 20px;
  font-weight: bold;
  font-variant: small-caps;
  text-transform: capitalize;
  font-size: 16px;
  text-align: left;
  padding-left: 45px;
  font-family: trebuc,
}

#linkscontainer {
  background: #E2E2E2;
  text-align: center;
  padding-bottom: 5px;
}

#divcontainer1 {
  margin: 0px; /* This tag is to make IE happy and break dividers properly */
  text-align: left;
  margin-top: 12px;
  margin-bottom: 3px;
}


#navicontainer1 {
  text-align: center;
  background: #E2E2E2;
  width: 238px;
  padding-top: 5px;
  padding-bottom: 4px;
  margin-bottom: 20px;
}

#linkscontainer1 {
  text-align: left;
  background: #E2E2E2;
  padding-left: 6px;
}

#linkscontainer a:link, twitter-list a:link, #linkscontainer a:visited, twitter-list a:visited {
  text-align: left;
  color: #290145;
  font-family: trebuchet ms, verdana;
  font-size: 12px;
  text-decoration: none;
}

#linkscontainer a:hover, #linkscontainer a:active {
  color: #744C90;
  font-family: trebuchet ms, verdana;
  font-size: 12px;
  text-decoration: none;
}

ul {
  text-align: left;
  list-style-image: url('images/plus.png');
  margin-top: 3px;
  margin-bottom: 0px;
  position:relative;
  left: -5px;
}

#updatebar {
  margin-left: 5px;
  margin-bottom: 15px;
}

#updatetitle {
  width: 570px;
  font-family: verdana;
  font-size: 20px;
  text-transform: capitalize;
  position: relative; /*Leaves white space above but creates needed spacing between entries anyways */ 
  top: 33px;
  left: 70px;
}

#updatesubleft {
  font-family: arial;
  font-size: 11px;
  font-weight: bold;
  position: relative; 
  top: -20px;
  left: 70px;
  width: 300px;
  height: 20px;
}

#updatesubright {
  font-family: arial;
  font-size: 11px;
  font-weight: bold;
  text-align: right;
  width: 100px;
  position: relative; /*Leaves white space below but creates needed spacing between bar and entries anyways */
  top: -14px;
  left: 470px;
}

#updatesubleft a:link, #updatesubleft a:visited {
  color: #49027F;
  text-decoration: none;
}

#updatesubleft a:hover, #updatesubleft a:active {
  color: #8E69AA;
  text-decoration: none;
}

#footer {
  clear: left;
  background-image: url('images/footer.jpg');
  background-repeat: no-repeat;
  width: 900px;
  height: 40px;
  border-top: 1px solid black;
  border-bottom: 1px solid black;
}

#footer a {
  color: #FFFF80;
}

#contentinnertube {
  margin: 25px; /*Margins for inner DIV inside each column (to provide padding)*/
  margin-top: -25px;
  overflow-x: hidden;
}

#contentinnertube img {
  margin: 5px;
}

#contentinnertube a:link, #contentinnertube a:visited {
  color: #49027F;
  text-decoration: none;
}

#contentinnertube a:hover, #contentinnertube a:active {
  color: #8E69AA;
  text-decoration: none;
}

#moretext {
  font-family: trebuchet ms, verdana;
  font-size: 12px;
  text-align: center;
  margin-top: 25px;
}

#moretext a:link, #moretext a:visited {
  color: #49027F;
  text-decoration: none;
}

#moretext a:hover, #moretext a:active {
  color: #8E69AA;
  text-decoration: none;
}

#otherpage a:link, #otherpage a:visited  {
  font-family: trebuchet ms, verdana;
  font-size: 14px;
  margin-left: 10px;
  color: #49027F;
  text-decoration: underline;
}

#otherpage a:hover, #otherpage a:active {
  color: #8E69AA;
  text-decoration: underline;
}

#wordpress {
  margin-top: 25px;
  margin-left: 10px;
  font-weight: bold;
  font-family: trebuchet ms, verdana;
  font-size: 14px;
}

#wordpress a:link, #wordpress a:visited {
  margin-left: 5px;
  color: #000000;
  font-family: trebuchet ms, verdana;
  font-size: 11px;
  text-decoration: none;
}

#wordpress a:hover, #wordpress a:active {
  margin-left: 5px;
  color: #4B4B4B;
  font-family: trebuchet ms, verdana;
  font-size: 11px;
  text-decoration: none;
}

#search {
  padding-top: 3px;
  margin-top: -10px;
  margin-left: 10px;
  font-weight: bold;
  font-family: trebuchet ms, verdana;
}

#searchform {
  margin-bottom: 0px;
}

a.twitter-link:link, a.twitter-link:visited {
  color: #000000;
  text-decoration: none;
}

a.twitter-link:hover, a.twitter-link:active {
  color: #4B4B4B;
  text-decoration: none;
}

#twitter-item {
  margin-left: 15px;
  margin-right: 5px;
  font-family: arial;
  font-size: 11px;
  text-align: left;
}

img.alignleft {
  float: left;
}

img.alignright {
  float: right;
}

img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

img {
  border: 0px;
  padding: 0px;
}

p.center {
  text-align: center;
}

p.caption {
  font-weight: bold;
  font-size: 12px;
  line-height: 95%;
}

p.titlestyleone {
  padding-top: 15px;
  font-family: trebuchet ms, verdana;
  font-size: 14px;
  font-weight: bold;
}

p.titlestyletwo {
  font-family: trebuchet ms, verdana;
  font-size: 14px;
  font-weight: bold;
}