/*   
Theme Name: IceTempest
Theme URI: http://icetempest.com
Description: A search engine optimized website framework for WordPress, adapted to the IceTempest site, again.
Author: Sergio Moura
Author URI: http://icetempest.com
Version: 0.1.1
Tags: threaded-comments, microformats
.
.
*/


/* Import a basic layout */

/* Reset default browser styles */
@import url('styles/reset.css');

/* Rebuild default browser styles */
@import url('styles/rebuild.css');

/* Basic WordPress Styles */
@import url('styles/wp.css');


body {
  margin: 0;
  font: normal 1em/1.5 Georgia, serif;
}

a {
  color: #C00906;
  text-decoration: none;
}

.wp-caption {
  border: 1px solid #ccc;
  padding: .8em .4em;
  background: #eee;
  font-size: 0.8em;
}

.wp-caption img {
  margin: .2em;
}

#masthead, #main {
  margin: 0 20%;
}

.entry-meta {
  border-top: 1px solid #ccc;
}

.entry-content {
}

.entry-utility, .entry-meta {
  text-align: right;
  font-size: 0.7em;
  clear: both;
}

.post, .page {
  position: relative;
} 

.post-date {
  left: -70px;
  position: absolute;
  float: left;
  width: 60px;
  font-size: 1.15em;
  text-align: center;
  border-top: 2px solid #ccc;
  color: #C00906;
  text-transform: uppercase;
}

h1 {
  font-size: 2.1em;
  margin-bottom: 0.4em
}

.post h1, .page h1 {
  font-size: 1.8em;
}

.post h2 {
  font-size: 1.5em;
}

.post h2 a {
  text-decoration: none;
  color: #000;
}

#blog-logo {
  float:right;
  width: 64px;
  height: 64px;
}
/* --- [ AD Sense ] ----------------------------------------- */
.adsense {
  left: 20px;
  position: absolute;
  float: left;
  width: 120px;
  height: 240px;
}

/* --- [ iTunes APP ] --------------------------------------- */

.app-info {
  position: absolute;
  left: -160px;
  width: 155px;
}

.app-info div {
  font-size: x-small;
  font-family: Verdana;
  margin: 0;
  padding: 0;
}

.app-icon img {
  margin: 5px;
  border: 1px solid #888;
  background: #ccc;
  width: 128px;
  height: 128px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

.app-page {
  min-height: 256px;
}

/* --- [ SIDEBAR ] ------------------------------------------- */

#sidebar {
}

/* --- [ FOOTER ] -------------------------------------------- */

#footer {
  background: #444;
  color: #fff;
  margin-top: 1em;
  padding-top: 1em;
}

#footer a {
  color: #fff;
}

#footer-wrapper {
  margin: 0 20%;
}

#site-info {
  clear: both;
  text-align: right;
}

/* =Header
-------------------------------------------------------------- */

#branding {
  margin: 0 0 1.5em 0;
}

#header {
  padding: 1.5em 0 0 0;
  background: #444444;
  margin: 0 0 3em;
  position: relative;
}

#header-shadow {
  background: url(http://icetempest.com/wp-content/themes/temp/shadow.png) #fff;
  height: 24px;
}

#blog-title {
  text-align: center;
  font-size: 40px;
}

#blog-title a {
  text-decoration: none;
  color: #fff;
}

/* =Menu
-------------------------------------------------------------- */

#access {
        background: url(/wp-content/themes/icetempest2/images/nav-background.gif);
	overflow: auto;
}

.skip-link {
	display: none;
}

/*Nav
---------------------------------------*/
#access {
  padding-left: 20%;
}

#nav {
  font-size: 1.3em;
}

#nav, #nav ul {
  list-style: none;
  float: left;
  line-height: 40px;
  padding: 0;
  margin: 0;
}
#nav a {
  display: block;
  color: #444;
  text-decoration: none;
  padding: 0px 20px;
}
#nav li {
  float: left;
  border-right: 1px solid #E3E0D5;
}
#nav:first-child { border-left: 1px solid #E3E0D5; }
#nav ul {
  position: absolute;
  left: -999em;
  height: auto;
  width: 151px;
  font-weight: normal;
  line-height: 20px;
  border: 0;
  border-top: 1px solid #E3E0D5;
}
#nav li li {
  width: 149px;
  border-bottom: 1px solid #E3E0D5;
  border-left: 1px solid #E3E0D5;
  border-right: 1px solid #E3E0D5;
  background: #F3EFEB;
}
#nav li li li { border-left: none; }
#nav li li a {
  padding: 4px 10px;
  width: 130px;
}
#nav li ul ul { margin: -29px 0 0 150px; }
#nav li li:hover { color: #000; }
#nav li ul li:hover a, #nav li ul li li:hover a, #nav li ul li li li:hover a, #nav li ul li li li:hover a { color: #000; }
#nav li:hover a, #nav li.sfhover a { color:#000; }
#nav li:hover li a, #nav li li:hover li a, #nav li li li:hover li a, #nav li li li li:hover li a { color:#444; }
#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li:hover ul ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul, #nav li.sfhover ul ul ul ul { left:-999em; }
#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul, #nav li li li li.sfhover ul { left:auto; }
#nav li:hover, #nav li.sfhover {
  background: #fff;
  color: #000;
}
#nav .current_page_parent, #nav .current_page_ancestor, #nav .current-cat-parent {
  background: #fff;
  color: #000;
}
#nav .current-cat, #nav .current_page_item {
  background: #fff;
  color: #000;
}



/* =Content
-------------------------------------------------------------- */

.post {
	margin: 0 0 3em 0;	
}
.entry-content, .entry-summary {
	margin: 1.5em 0 0 0;
}


/* =Navigation
-------------------------------------------------------------- */

.navigation {
	margin: 0 0 1.5em 0;
	overflow: auto;	
}

/* --- [ WIDGETS ] ------------------------------------------- */

#primary, #secondary {
  float: left;
  width: 33%;
}

#searchform label {
  display: none;
}

#searchform input {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  background: #fff;
  border: 1px solid #444;

}

.widget-area ul {
	list-style: none;
	margin-left: 0;
}

.widget-area ul ul {
	list-style: none;
	margin-left: 1.1em;
}

.widget-area ul ul ul {
	margin-left: 2.5em;
}

.widget-container {
	margin: 0 0 1.5em 0;
}

.widget-title {
  font-weight: bold;
  font-size: 1.1em;
}

/* =Temporary styles until the
		directory can read @import
		
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}
		
-------------------------------------------------------------- */
