/*   
Theme Name: Shape
Theme URI: http://themeshapes.com/shape/
Description: A search engine optimized website framework for WordPress.
Author: Ian Stewart
Author URI: http://themeshapes.com/
Version: 0.1.2
Tags: threaded-comments, microformats
.
The Shape Theme for WordPress is copyright ThemeShapes http://themeshapes.com/
Like WordPress, this work is released under GNU General Public License, version 2 (GPL).
http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
.
*/



/* Import a basic layout */
@import url('styles/3c-b.css');

/* 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');


html
{
  height: 100%;
}


body {
	/*margin: 1.5em 25%;*/
      text-align:center; /* for IE */
	/*background-color: #e9f2fd;*/
	  height: 100%;
}


td {
vertical-align:top;
border:0px solid gray;
}

a:link {color:#009CFF; text-decoration:none}
a:visited {color:#009CFF; text-decoration:none}

.footerwidget {
display:block;
height: 250px;
}

.footercontent {

text-align:left;
position:relative;
left: 6px;
margin-bottom:60px;
width:707px;
}

.headerImg {

margin-top:35px;

}

.footerline {
position:relative;
left: 4px;
margin-bottom:40px;
}

.footerlink {
text-align:left;
position:relative;
left: 25px;
font-size:13px;
font-weight:bold;
margin-bottom:10px;
}

.footerlink a:link { color:#231F20; text-decoration:none }
.footerlink a:visited { color:#231F20; text-decoration:none }

#wrapper {

max-width:950px;
width:950px;
text-align:left;
margin:0 auto; /* for the rest */

}

.optiontable {

margin-top:8px;
margin-bottom:7px;

}

.smallthumb img {
width:160px;
height:140px;
}
.leftwidget {

margin-top:50px;
margin-bottom: 15px;

}

.searchwidget {

margin-left:8px;
margin-bottom: 25px;

}

.cat-red a:link { color:#ea1c24; text-decoration:none }
.cat-blue a:link { color:#009cff; text-decoration:none }
.cat-yellow a:link { color:#faec21; text-decoration:none }

.cat-reda :visited { color:#ea1c24; text-decoration:none }
.cat-blue a:visited { color:#009cff; text-decoration:none }
.cat-yellow a:visited { color:#faec21; text-decoration:none }


.postTitle {

height:14px;
font: 15px Georgia;
color: #111;
font-weight:bold;

}

.tablebottom {

position:relative;
left:-7px;

}


.gridsum {
	font: 9px Verdana,sans-serif;
	color: #000000;
}



/* =Header
-------------------------------------------------------------- */

#branding {
	margin: 0 0 1.5em 0;
}


/* =Menu
-------------------------------------------------------------- */

#access {
	margin: 0 0 1.5em 0;
	overflow: auto;
}
.skip-link {
	display: none;
}
.menu ul {
	list-style: none;
	margin: 0;
}
.menu ul ul {
	display: none;
}
.menu li {
	display: inline;
}
.menu a {
	display: block;
	float: left;
}


/* =Content
-------------------------------------------------------------- */

.post {
	margin: 0 0 3em 0;	
}
.entry-content, .entry-summary {
	margin: 0.5em 0 0 0;
}

.entry-content a img {background:none repeat scroll 0 0 transparent;}
.entry-content a:hover img {opacity: 0.7;}


/* =Navigation
-------------------------------------------------------------- */

.navigation {
	margin: 0 0 1.5em 0;
	overflow: auto;	
}


/* =Widget Areas
-------------------------------------------------------------- */

.widget-area ul {
	list-style: none;
	margin-left: 0;
}
.widget-area ul ul {
	list-style: disc;
	margin-left: 1.1em;
}
.widget-area ul ul ul {
	margin-left: 2.5em;
}
.widget-container {
	margin: 0 0 1.5em 0;
      font-size: 10px;
}

/* =Temporary styles until the
		directory can read @import
		
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}
		
-------------------------------------------------------------- */
























