/* CSS Document */
/*
Theme Name: Armadillo Studios Custom - Seenster.net	
Theme URI: http://www.amradillostudios.ca 
Description: Custom Theme WP Theme create for seenster.net
Version: 1.0
Author: Connor Turner 
*/

/* Global Stylings
---------------------------------------------------------------------------------------------- */

*
{padding:0px;
margin:0px;}

/* Colors
white: #FFFFFF    	Light Blue: #XXXX 	 	Dark Blue: #XXXXX  */

/* 
------------------------------------------------------------------------------------------------- */

body
{color:#111111;padding:0px; margin:0px;}

h1, h2, h3, h4, h5, h6, p, pre, blockquote, label, ul, ol, dl, fieldset, address { margin:1em 0; }

a{text-decoration:none;}
img{border:none;}
.hide, .print-logo, .close-button{ display:none; }
.left{ float:left; }
.right{ float:right; }
.clear{ clear:both; height:1px; font-size:1px; line-height:1px; }
a img{ border:none; }

/* login Header
------------------------------------------------------------------------------------------------- */

#login {background-image:url(http://see.armadillostudios.ca/images/headerBk.png);background-repeat:repeat-x;background-position:top left;
height: 48px;
color:#fff;
padding: 0px;
margin: 0px;
text-align:right;
font-size:13px;
font-family: Arial, Helvetica, sans-serif;}

#login a, #login a:visited 
{
color: #fff;
font-weight: bold;
padding: 3px 3px;
}

#login a:hover
{
color:#fff;
background-color:#C80A1C;
}

#loginWrap
{margin: 0px auto; padding: 5px 0px 0px 0px; width:860px;}

/* Main Content
-------------------------------------------------------------------------------------------------- */

#mainContent
{
margin: 0px auto 0px auto; padding: 0px; width: 860px; min-height: 450px; height:100%;font-family: Arial, Helvetica, sans-serif;}

/* What is Seenster
---------------------------------------------------------------------------------------------------- */

#stars {
  list-style: none;
  padding: 0;
  margin: 0;
  width: 936px;
  height: 180px;
  position: relative;
}

#stars a {
  display: block;
  text-indent: -900%;
  position: absolute;
  outline: none;
}


.blogstar
{
position:absolute;
top: 0;
left: 75%;
width: 130px;
height: 125px;
background: url(http://see.armadillostudios.ca/images/seenster.star.gif) no-repeat;
}


.seensterSplash
{background-image:url(http://see.armadillostudios.ca/images/splashLogo.png);background-repeat:no-repeat;background-position:top center;
color: #333; width: 700px; height:450px;margin: 0px auto;}

.seensterSplash p
{font-size:14px; color:#333;}


.seensterLogin
{
padding: 113px 0px 0px 0px; margin: 0px auto; text-align: center; height:100% width: 490px;
}

table {
	max-width: 650px;
	border-spacing: 0px;
    margin-left: auto;
    margin-right: auto;
    }

table a, table, tbody, tfoot, tr, th, td {
	font-family: Arial, Helvetica, sans-serif;
}

table caption {
	font-size: 1.8em;
	text-align: left;
	text-indent: 10px;
	height: 40px;
    }
input[type="text"],input[type="password"]
{
    BACKGROUND-COLOR: #b7dad6
}
thead th {
	height: 21px;
	font-size:larger;
	font-family: Arial;
	font-weight: bold;
	padding: 0px 7px;
	margin: 20px 0px 0px;
	text-align: center;
    }

tbody th {
	padding-left: 40px !important; }

tbody tr.odd th {
	padding-left: 40px !important; }

tbody th, tbody td {
	font-size: 0.8em;
	line-height: 1.4em;
	font-family: Arial, Helvetica, sans-serif;
	padding: 10px 7px;
	text-align: left; }

tbody a {
	font-weight: bold;
	text-decoration: none; }

tbody a:hover {
	text-decoration: underline; }


tfoot th, tfoot td {
	font-size: 0.8em;
	height: 21px;
	}


/* Footer
------------------------------------------------------------------------------------------- */
#footer
{text-align: center; height: 59px;color: #24767C; margin: 75px 0px 0px 0px; padding: 0px; font-family: Arial, Helvetica, sans-serif; background-image:url(http://see.armadillostudios.ca/images/footerBk.png);background-repeat:repeat-x;background-position:top left;}

#footer h5 {
text-align: center; font-size: 0.75em; 
}

#footer a {color:#C80A1C;}

#footer a:hover {color:#fff; background-color: #C80A1C;}

