/*
Theme Name: Secret Elite Theme
Theme URI: http://www.secretelite.com/
Description: The theme for The Secret Elite blog
Version: 1.0
Author: Michael Ridley
Author URI: http://www.secretelite.com/michael
Tags: 
*/


/*
 General housekeeping section
*/

.clear {
  clear: both;
}

/*
 Global definitions
*/

body {
  background-color: black;
  color: gray;
}

a {
  font-weight: bold;
  color: gray;
}

a:hover {
  color: silver;
}

h2 {
  color: #00ccff;
}

/*
 Page section definitions
*/
 
.wrapper {
  width: 728px;
  margin: auto;
  position: relative;
}

.adsense_banner {
  width: 728px;
  height: 90px;
}

.header {
  width: 728px;
  height: 90px;
  text-align: center;
  font-family: monospace;
}

.content {
  width: 428px;
  float: left;
  display: block;
}

.sidebar {
  width: 300px;
  float: left;
}

.footer {
  text-align: center;
}

.navigation {
  display: block;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 60px;
}


/* Header styles */
h1.header {
  height: 30px;
  font-size: 24px;
  font-weight: bold;
}

/* Index page styles */

.post {
  float: left;
  font-family: monospace;
  text-align: justify;
}

.post_link {
  font-family: monospace;
  padding: 5px;
}

.entry {
  margin: 20px 0px 0px 0px;
  font-family: sans-serif;
}

h2.post {
  font-variant: small-caps;
}

a.post {
  color: #3366cc;
  text-decoration: none;
}

a.post:hover {
  color: #6699ff;
}

h2.post_link {
  font-variant: small-caps;
}

a.post_link {
  color: #3366cc;
  text-decoration: none;
}

a.post_link:hover {
  color: #6699ff;
}

h2.post_list {
  color: #66ccff;
  font-family: sans-serif;
}

a.more-link {
  color: #0066ff;
}

a.more-link:hover {
  color: #0099ff;
}

/* Sidebar styles */

ul.sidebar_header {
  list-style-type: none;
}

ul#collapsArchList {
  list-style-type: none;
}

.sym {
  cursor: pointer;
}
/* Begin Images */
p img {
  padding: 0;
  max-width: 100%;
  }

/*  Using 'class="alignright"' on an image will (who would've
  thought?!) align the image to the right. And using 'class="centered',
  will of course center the image. This is much better than using
  align="center", being much more futureproof (and valid) */

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
  }
/* End Images */
