/*   
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/2c-r.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');


body {
margin-left : 1em;	
}

/* =Header
-------------------------------------------------------------- */

#branding {
	margin: 1.5em 15%;
}


/* =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: 1.5em 0 0 0;
}


/* =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;
}

/* =Temporary styles until the
		directory can read @import
		
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}
		
-------------------------------------------------------------- */


/************************************************
*	Homepage 		    	                    * 
************************************************/
	

#homepagebottom {
position: absolute;
top: 940px;
left: 0px;
width: 600px;
}
	


#homepageright {
	float: right;
	width: 250px;
	margin: 0px;
	padding: 0px;
	}

#homepageleft {
	float: left;
	width: 250px;
	margin: 0px;
	padding: 0px;
	}

#mostrecentcat {
position: absolute;
top: 100px;
left: 30px;
width: 500px;
height: 110px;
}



ol.snap_nav {
	display: inline;
	float: left;
	clear: both;
	list-style: none;
}

ol.snap_nav li {
	display: block;
	float: left;
	padding: 0 2px 10px 0;
}

ol.snap_nav li a {
	font-weight: bold
}

ol.snap_nav li.snap_selected a {
	cursor: text;
}

ol.snap_titles {
	clear: both;
	display: block;
	border: 0;
	list-style: none;
}

A{font-weight:bold;font-face:arial;cursor:help;height:1px;}
a:link {text-decoration: none; color: #0099FF;}
a:visited {text-decoration: none; color: #0099FF;}
a:active {text-decoration:  none; color: #0099FF;}
A:hover { text-decoration:none; background-color:#000000; color:#0099FF; font-weight:bold; cursor: help;}

body {
	
	background:#eee;
background-image: url("image/mainbg.gif");
background-attachment: fixed}


.clearboth {
				clear: both;
				width: 0px;
				height: 0px;
				margin: 0px;
			}
#side {
position: absolute;
top: 340px;
left: 630px;
width: 400px;
}

#navi {
position: absolute;
top: 70px;
left: 650px;
width: 350px;
}


h1{
	font-size:26px;
	letter-spacing:-0.1em;
	color:#666;
	text-transform:capitalize;
}

h1 a{
	font-size:20px;
	letter-spacing:0.7em;
	color:#000;
	text-transform:capitalize;
font-weight:bold;font-face:arial;cursor:help;height:1px;}

h3 a:link {text-decoration: none; color: #000;}
h3 a:visited {text-decoration: none; color: #000;}
h3 a:active {text-decoration:none; background-color:#fff; color: #000;}
h3 A:hover { text-decoration:none; background-color:#fff; color:#000; font-weight:bold; cursor: help;}
}

h3{
	font-size:26px;
	letter-spacing:-0.1em;
	color:#666;
	text-transform:capitalize;
}

h3 a{
	font-size:20px;
	letter-spacing:0.7em;
	color:#000;
	text-transform:capitalize;
font-weight:bold;font-face:arial;cursor:help;height:1px;}

h1 a:link {text-decoration: none; color: #666;}
h1 a:visited {text-decoration: none; color: #666;}
h1 a:active {text-decoration:none; background-color:#fff; color: #000;}
h1 A:hover { text-decoration:none; background-color:#fff; color:#666; font-weight:bold; cursor: help;}
}

















