/*
Theme Name: Tetrahedra (Shape)
Theme URL: http://www.johnadams.org.uk/tetrahedra-shape/
Description: Theme based on a) design by Harrisment and b) blank Shape theme Ian Stewart http://themeshapes.com/.
Author: John Adams
Author URI: http://www.johnadams.org.uk
Version: 0.1
.
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
.
*/


/* 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');

/* Basic layout
LAYOUT: Two-Column (Right)
DESCRIPTION: Two-column 900px wide layout with one sidebars right of content
*/

body {
    /*margin: 1.5em 15%;*/
    background-color:#eee;
}
#wrapper {
    position:relative;
    width:900px;
    margin: 10px auto;
    background-color:#fff;
}
#container {
	float: left;
	margin: 0 0 0 0;
	width: 600px;
    padding-left:10px;
}
#content {
	margin: 0 0 0 0;
}
#primary, #secondary {
	float: right;
	overflow: hidden;
	width: 270px;
    margin-right:10px;
}
#secondary {
	clear: right;
}
#pre-footer {
    clear:both;
    width:100%;
}
#footer {
	clear: both;
	width: 100%;
}

h1 {
    font-size:2.0em;
    font-family:Palatino,Georgia,"Times New Roman",serif;
    border-bottom:1px solid #000;
}
h3 {
    font-size:2.0em;
    font-family:Palatino,Georgia,"Times New Roman",serif;
}
h4 {
    font-size:1.5em;
    font-family:Palatino,Georgia,"Times New Roman",serif;
}
h4 a {
    text-decoration:none;
}
a {
    color:#003366;
    text-decoration:underline;
}
.more a, .more {
    color:green;
    font-size:0.8em;
    margin-left:10px;
    text-decoration:none;
}


/* =Header
-------------------------------------------------------------- */

#masthead {
   height:86px;
   background: url(images/tartan.png) no-repeat 0 0 #444;
}

#branding {
	margin: 0 10px 50px 10px;
}

#blog-description {
    border-top:1px solid #000;
    clear:both;
}
#blog-description-long {
    width:50%;
}
/* =Menu
-------------------------------------------------------------- */

#access {
	margin: 0 0 1.5em 0;
	overflow: auto;
}
.skip-link {
	display: none;
}
.menu {
    float:right;
    margin-top:57px;
    font-size:1.2em;
}
.menu ul {
	margin: 0;
    padding:0 10px 0 0;
}
.menu ul ul {
    display:none;
}
.menu ul li {
	float:left;
    display: block;
    text-align:center;
    list-style-type:none;
    overflow:hidden;
    height:25px;
	padding: 0px 0px 0 14px;
}
.menu a {
	display: block;
	float: left;
    color:#fff;
    text-decoration:none;
    text-transform:lowercase;
    padding-right:14px;
}
.menu ul li.current_page_item, li.current_page_ancestor {
    background: url(images/lefttab.png) left top no-repeat;
    /*background-color:#fff;*/
    border-bottom:1px solid #fff;
    height:25px;
    float:left;
    /*padding-left:14px;*/
}
.menu ul li.current_page_item a, li.current_page_ancestor a {
    color:#4682B4;
    background: url(images/righttabfull.png) right top no-repeat;
    height:25px;
    /*padding-right:14px;*/
    
}

/* =Content
-------------------------------------------------------------- */

.post {
	margin: 0 0 3em 0;	
}
.entry-content, .entry-summary {
	margin: 1.5em 0 0 0;
        font-size:110%;
}


/* =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 li {
    border-bottom:1px solid #aaa;
}
.widget-area ul ul {
	list-style: none;
	margin-left: 1.1em;
}
.widget-area ul ul li {
    margin-top:4px;
}
.widget-area ul ul ul {
	margin-left: 2.5em;
}
.widget-container {
	margin: 0 0 1.5em 0;
}
.widget-date {
    font-size:0.8em;
    color:#888;
    display:block;
}

/* =Temporary styles until the
		directory can read @import
		
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}
*/

.sidebar h3 {
    border-bottom:1px solid #000;
}

#content h3 {
    border-bottom:1px solid #000;
}

.project {
    width:290px;
    margin:0;
    margin-right:10px;
    margin-top:10px;
    float:left;
}
.project-title {
    margin:0;
    height:145px;
}
.project-title img {
    border-top:1px solid #aaa;
    border-left:1px solid #aaa;
    border-right:1px solid #aaa;
}
.project-title h4 {
    /*position:absolute;*/
    background-color:#003366;
    opacity:0.7;
    filter: alpha(opacity=70);
    z-index:2;
    margin-top:-30px;
    padding-left:5px;
    padding-top:8px;
    padding-bottom:2px;
    border:1px solid #003366;
    font-size:1.2em;
    font-weight: bold;
    height:20px;
    width:285px;
    color:#fff;
    font-family:Arial,sans-serif;
}
.project-title h4 a {
    color:#fff;
    text-decoration:none;
}
.project-image,
img.project-image {
	display: inline;
	/*float: right;*/
}
.project p {
    margin-top:10px;
}

.pre-footer {
    float:left;
    width:285px;
    padding:0 5px 0 5px;
    margin:0 5px 0 0;
}
.pre-footer h3 {
    font-size:1.5em;
    border-bottom:1px solid #000;
    margin-bottom:5px;
    padding-top:20px;
}
.pre-footer p {
    color:#003366;
    font-size:0.8em;
}
.pre-footer a {
    text-decoration:none;
}
.tetrahedra-ruby {
   background: url(images/tetrahedron.png) no-repeat top right #fff;
}
.cloud {
   background: url(images/cloud.png) no-repeat top right #fff;
}
.searchtitle {
   background: url(images/magnifyingglass.png) no-repeat top right #fff;
}

/* Footer ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

#footer {
    clear:both;
    width:100%;
    font-size:x-small;
    text-align:center;
    border-top:1px solid #ccc;
    background-color: #eee;
}

.footprint li {
    list-style-type:none;
    display:inline;
}

.footprint li a {
    text-decoration:none;
}
-------------------------------------------------------------- */























