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


/*body {
	margin: 1.5em 15%;
}*/

html {
	overflow-y:scroll;
}

	
body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: ISOCPEUR, Helvetica, 'Lucida Grande', Verdana, Arial, Sans-Serif;
	background:#000;
	color:#fff;
	width: 895px;
	margin: 0 auto;
	position:relative;
	height: 100%
}

a {
	color: #ccc;	
}

li {
	font-size:1.4em;
}

h2 {
	font-size: 1.8em;
	font-weight:bold;
	margin: 30px 14px 10px;
}

p {
	font-size: 1.6em;
	width:867px;
	margin: 10px 14px 18px;
	text-align:justify;
}

.lightbox img {
	border:2px solid #aaa;
}

p img {
	margin: 0px 10px 0px 0px;
	vertical-align:middle;
}

p.services {
	font-size:1.4em;
}

img.homepage {
	margin: 0px 14px 14px;
}


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

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

#branding {
	width: 895px;
	height: 113px;
	margin: 20px 0px 20px; 
	background: url("images/header.png") no-repeat;
}

#branding div a, #branding h1 a {
	text-indent: -9000px;
	position: absolute;
	left:0px;
	top:0px;
	width:500px;
	height: 110px;
}

#footer {
	float:right;
	font-size: 1.2em;
	margin: 50px 14px 20px;	
}


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

#access {
	margin: 0 0 1.5em 0;
	overflow: auto;
}
.skip-link {
	display: none;
}



#menu {
	width: 867px;
	margin:0px 14px 36px 0;
	height: 32px;
	list-style:none;
	background: url("images/menu.png") no-repeat ;
}
#menu li {
	display:inline;
}
#menu li a {
	position: absolute;
	text-indent: -9000px;
	overflow: hidden;
	height: 32px;
}

#menu .home a {
	left:2px;
	width: 142px;
}
#menu .home.current a, #menu .home.current a:hover {
	background: url("images/menu.png") no-repeat -2px -35px;
}
#menu .home a:hover {
	background: url("images/menu.png") no-repeat -2px -70px;
}

#menu .services a {
	left: 144px;
	width: 142px;
}
#menu .services.current a, #menu .services.current a:hover {
	background: url("images/menu.png") no-repeat -144px -35px;	
}
#menu .services a:hover {
	background: url("images/menu.png") no-repeat -144px -70px;
}


#menu .gallery a {
	left: 286px;
	width: 141px;
}
#menu .gallery.current a, #menu .gallery.current a:hover  {
	background: url("images/menu.png") no-repeat -286px -35px;
}
#menu .gallery a:hover {
	background: url("images/menu.png") no-repeat -286px -70px;
}


#menu .news a {
	left: 427px;
	width: 142px;
}
#menu .news.current a, #menu .about.current a:hover  {
	background: url("images/menu.png") no-repeat -427px -35px;	
}
#menu .news a:hover {
	background: url("images/menu.png") no-repeat -427px -70px;
}


#menu .about a {
	left: 569px;
	width: 142px;
}
#menu .about.current a, #menu .about.current a:hover  {
	background: url("images/menu.png") no-repeat -569px -35px;	
}
#menu .about a:hover {
	background: url("images/menu.png") no-repeat -569px -70px;
}


#menu .contact a {
	left: 711px;
	width: 142px;
}
#menu .contact.current a, #menu .contact.current a:hover  {
	background: url("images/menu.png") no-repeat -711px -35px;	
	_background: none; /* hack for ie6 which can't handle multiple selectors */
}
#menu .contact a:hover {
	background: url("images/menu.png") no-repeat -711px -70px;
}






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

#content {
	margin: 0 0 2em 12px;
}
.post {
	margin: 0 0 3em 0;	
}
.entry-content, .entry-summary {
	margin: 1.5em 0 0 0;
}
.entry-meta {
	margin: 2px 0 0 2px;	
}
.entry-title {
	margin: 2em 0 0 0;
}
.entry-utility {
	margin: 0 0 0 2px;
}
h1 {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-size:1.8em;
	font-weight:bold;
	margin: 0;
	padding:0;
}
#comments {
	margin: 0 0 0 2px;
}
.comment-content {
	font-size:0.7em;
}
/* =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;
}
		
-------------------------------------------------------------- */
