/*  
Theme Name: 36 Degrees
Theme URI: 
Description: The theme used for, and exclusively created for <a href="">36 degrees design</a>.
Version: 1.0
Author: Stuart Frisby
Author URI: 

*** REGARDING IMAGES ***
All CSS that involves the use of images, can be found in the 'index.php' file.
This is to ease installation inside subdirectories of a server.

Have fun, and don't be afraid to contact me if you have questions.
*/
/* This stylesheet and its contents are the  work of 
Stuart Frisby for exclusive use at  */

/* This stylesheet and its contents are the  work of 
Stuart Frisby for exclusive use at  */


/*<group=Global rules>*/

* {
padding: 0px;
margin: 0px;
}

img {
border: 0px;
}

body {
background: #fff;
font-family: helvetica, "gill sans", Arial, Verdana;
color: #6D6D6D;
font-size: 9pt;
text-shadow: #fff 0px 0px 0px;
height:100.1%
}

a:link, a:visited {
text-decoration: underline;
color: #8EBB76;

}

a:hover {
color: #373835;
}
/*</group>*/

/*<group=Titles>*/

h4 a:link,
h4 a:visited {
color: #2C2C29;
text-decoration: none;
}

h1 {
font-sze: 200%;
text-align: center;
background: transparent;
text-indent: 0px;
margin: 20px 0px 0px 0px;
font-family: helvetica;
color: #8EBB76;
text-decoration: none;
font-weight: 100;
text-transform: uppercase;
height: 40px;
}
h1:after
{
content: " @ ";
}
h1:before{
content: "Article from "	
}
h2 {
display: none;
}

h3 {
font-family: helvetica;
color: #8EBB76;
text-decoration: none;
font-weight: 100;
text-transform: uppercase;
font-size: 14pt;
text-shadow: #ffffff 1px 0px 0px;
}
h3 a:link,
h3 a:visited,
h3 a:hover,
h3 a:active
h4 a:link,
h4 a:visited,
h4 a:hover,
h4 a:active,
h5 a:link,
h5 a:visited,
h5 a:hover,
h5 a:link{
text-decoration: none;
font-weight: 100;
}
h6 a:link,
h6 a:visited,
h6 a:hover,
h6 a:link {
text-decoration: none;
}
h4 {
font-family: helvetica;
color: #A1A1A1;
text-decoration: none;
font-weight: 100;
text-transform: uppercase;
font-size: 9pt;
text-shadow: #fff 0px 0px 0px;
}
h5 {
font-family: helvetica;
color: #343532;
text-decoration: none;
font-weight: 100;
text-transform: uppercase;
font-size: 11pt;
text-shadow: #fff 0px 0px 0px;
margin-bottom: 10px;
}	
/*</group>*/

/*<group=Navigation>*/

.nav {
background: transparent;
font-family: "Gill Sans", Helvetica, Arial, Verdana;
text-transform:uppercase;
letter-spacing: 1px;
font-weight: 100;
text-shadow: #ffffff 1px 0px 0px;
font-size: 14pt;
margin: 10px 0px 0px;
padding: 10px;
text-align:center;
height: 20px;
white-space:nowrap;
border-bottom: 1px solid #2C2C29;
}

.nav li {
margin: 4px 9px 0 9px;
padding-bottom: 20px;
display: inline;
list-style-type: none;
background: transparent;
}

.active {
background: transparent;
}

.nav a:link, .nav a:visited {
text-decoration: none;
color: #5F6D4F;
background: transparent;
}

.nav a:hover {
color: #373835;
background: transparent url(/img/nav-bullet.png) no-repeat center 18px;
}

.nav a:link.active, .nav a:visited.active {
color: #8EBB76;
background: transparent;
}

/*</group>*/

/*<group=contact form>*/

.close {

}

#contactformArea {
width: 900px;
margin: 0px auto;
padding: 1px 25px;
height: 140px;
padding: 10px 20px;
background: transparent;
z-index: 20;
}

#contactformArea p {
position: relative;
top: -20px;
}
#contactformArea #posName, #contactformArea #posEmail, #contactformArea #posRegard {
width: 250px;
border: 1px solid #ccc;
padding: 2px;
font-size: 130%;
color: #444;
}


#contactformArea label {
color: #4A6B39;
font-weight: bold;
font-style: normal;
font-size: 8pt;
}

#contactformArea .text {
border: 1px solid #ccc;
}

#contactformArea textarea {
width: 580px;
height: 80px;
font-family: inherit;
font-size: 130%;
color: #444;
border: 1px solid #ccc;
}

#contactformArea .button  {
margin: 10px 10px 0px 0px;
background-color: #E6F9CE;
bordeR: 1px solid #CACACA;
}

.contactleft {
float: left;
width: 30%;
padding: 10px;
}

.contactright {
float: right;
width: 65%;
padding: 10px;
}

/*</group>*/

/*<group=divs>*/

/*<group=network>*/

#network {
text-align: center;
margin: 0px;
padding: 0px 5px;
line-height: 20px;
background: #E6F9CE;
border-bottom: 1px solid #C2C2C2;
}

#network li {
margin: 10px;
padding: 0px;
display: inline;
list-style-type: none;
line-height: 30px;
}

#network a:link,
#network a:visited,
#flickr a:link, 
#flickr a:visited {
font-weight: bold;
}

#network a:hover {
color: #4A6B39;
}

/*</group>*/

/*<group=flickr>*/

#flickr .close {
position: relative;
top: -78px;
}

#flickr img {
border: 0px;
padding: 5px;
margin: 3px;
border: 1px solid #ccc;
background-color:#fff;
}
#flickr img:hover {
border: 1px solid #777;
}

#flickr {
text-align: center;
margin: 0px;
padding: 5px;
background: #E6F9CE;
border-bottom: 1px solid #C2C2C2;
}

/*</group>*/

#meta {
display:  none;
float: right;
width: 32%;
border-left: 1px solid #C8C8C8;
padding-left: 15px;
margin: 20px 0px 30px 0px;
}
#meta li {
list-style: none;
padding: 5px;
margin-left: 5px;
}
#meta .close {
float: right;
font-weighT: bold;
}
#d5 a:link,
#d5 a:visited,
#d5 a:hover,
#d5 a:active {
font-weight: bold;
text-decoration: none;
}
#d5 {
padding-bottom: 20px;
margin-bottom: 10px;
border-bottom: 1px solid #c7c7c7;
}
#d5 h3 {
font-weight: 700;
text-align: center;
text-decoration: none;
padding: 15px;
}

/*<group=content>*/

#content {
margin: 0px auto;
padding: 1px 25px;
background: transparent;
}

#content p {
margin: 10px 0px 30px;
line-height: 18px;
}
#content p a:link, #content p a:visited {
font-weight: bold;
text-decoration: underline;
color: #8EBB76;
}

#content p a:hover {
color: #000;
}

#cont {
width: 100%;
float: left;
margin: 20px 15px 30px 5px;
}
h6 {
font-size: 120%;
font-weight: bold;
padding-bottom: 20px;
}

/*</group>*/

/*</group>*/

/*<group=meta>*/

#meta p {
text-align: justify;
}

.offmeta a:link,
.offmeta  a:visited {
color: #4A6B39;
font-size: 10pt;
text-decoration: none;
padding: 20px;
text-align: center;
}

.offmeta  a:hover {
color: #5F6D4F;
}

.offmeta li {
margin: 0 0px 0px 15px;
list-style-type: none;
text-align: center;
line-height: 44px;
}

/*</group>*/

/*<group=postoptions>*/

.postoptions {
text-align: center;
border-bottom: 1px solid #C2C2C2;
margin: 15px 0px 10px;
font-size: 12px;
color: #C2C2C2;
margin-bottom: 35px;
padding: 5px 0px 5px;
font-weight: bold;
}

.postoptions:hover {
background: #E6F9CE;
}

/*</group>*/

/*<group=lists>*/

/*</group>*/

/*<group=footer>*/

#footer {
height: 50px;
background: transparent;
border-top: 1px solid #000;
text-align: center;
clear: both;
line-height: 20px;
color: #000;
font-size: 11px;
text-transform: none;
padding-top: 10px;
font-family: "helvetica", arial, verdana;
}

#footer:before {
	content: "This article was originally published by Stuart frisby at  and has been printed for reference purposes only. This article remains " 
}

#footer:after {
	content: " For queries or information, please contact stuart@36-degrees.co.uk" 
}


#footer a:link {
	display: none;
}

/*</group>*/
/*<group=postcomments>*/
.comm {
margin: 5px 0px;
padding: 4px;
border-bottom: 2px solid #fff;
}
h3#commh {
margin-bottom: 0px;
text-align: center;
background-color: #E6F9CE;
border-bottom: 1px solid #c7c7c0;
padding: 6px;
}
#comments {
padding: 10px;
background-color: #F2F8F0;
}
#comments p {
font-size: 90%;
text-align: justify;
margin: 6px;
padding: 4px;
}
.gravatar img {
position: relative;
top: 4px;
margin: 0px 3px;	
width: 20px;
height: 20px;
border:  1px solid #c7c7c5;
background: transparent url(/img/gravatar.gif) no-repeat top center;
}
/*<group=commentform>*/
#form {
margin-bottom: 10px;  
padding: 10px;	
}

#form span {
display: block; 
margin: 0; 
}

#form label {width: 115px; float: left; padding:3px 0px;}

#form .submit label {float: none; width: auto;}

#form textarea, #form input {width: 250px; background-color: #F2F8F0; border: 1px solid #434E3D;}

#form textarea {
height: 200px;
margin-bottom: 10px;
font-family: helvetica;
font-size: 12pt;
}
#form input {
height: 24px;

}
/*</group>*/

/*<group=tags>*/
#tags {
text-align: center;
}
#tags em {
font-weight: bold;
color: #8EBB76;
font-style: normal;
}
#tags a:link {
text-decoration: none;
color: #777;
}
#tags a:hover {
color: #373835;
}
/*</group>*/

/*<group=postformatting>*/
.small {
padding: 4px;
background-color: #fff;
border: 1px solid #c7c7c0;
float: left;
margin: 0px 10px 10px 10px;
}
.smalla {
padding: 4px;
background-color: transparent;
border: 0px;
float: left;
margin: 0px 10px 10px 10px;
}
.large {
text-align: center;
display: block;
margin: 5px auto;
}
.largeb {
text-align: center;
display: block;
margin: 5px auto;
border: 1px solid #c7c7c0;
padding: 5px;
}

#cont blockquote {
font-family: "hoefler text", helvetica, arial, verdana;
font-size: 110%;
color: #000;
padding: 0px 5px;
text-align: center;
background: transparent url(/img/bq.png) no-repeat 0px -10px;
}
#cont cite {
color: #888;
text-align: right;
margin-right: 10px;
display: block;
margin-top: 6px;
}
#cont p a:link, #cont p a:visited {
text-decoration: none;
color: #8EBB76;
font-weight: bold;
text-shadow: #ffffff 1px 0px 0px;
}
#cont p a:hover {
color: #000;
}
#cont ol li {
margin-left: 30px;
list-style-type: lower-roman;
line-height: 16px;
padding: 1px 0px;
}
#prev li {
list-style: none;
margin: 0px;
border-bottom: 1px solid #c7c7c0;
padding: 8px;
}
#prev li:hover {
background-color: #E6F9CE;
} 
.time {
display: inline;
float: right;
margin-right: 4px;
padding-top: 10px;
}
h3#previ {
padding-bottom: 14px;
text-align: center;
margin-top: 20px;
}
.misc {
color: #A1A1A1;
padding-top: 5px; 
margin-left: 10px;
display: block;
}
.misc a:link,
.misc a:visited,
.misc a:hover,
.misc a:active,
#prev li a:link,
#prev li a:visited,
#prev li a:hover,
#prev li a:active {
font-weight: bold; 	
text-decoration: none;
}

/*</group>*/

#teb-super-archive {
margin-left: 10px;
margin-bottom: 30px;
}
#teb-super-archive ul {
padding: 0;
list-style: none;
list-style-position: inside;
}

#teb-super-archive ul li {
text-align: left;
padding: 1px 8px;
margin: 0;
position: relative;
}

#teb-super-archive ul li:hover {
background: #E6F9CE;
padding-top: 0;
padding-bottom: 0;
}

html>body .article #teb-super-archive ul li {
text-indent: 0;
}

#teb-super-archive-year {
float: left;
width: 100px;
margin: 0;
padding: 0;
}

#teb-super-archive-year li {
font-weight: bold;
}

#teb-super-archive-month {
float: left;
width: 100px;
margin: 0;
border-left: 1px solid #999;
font-weight: bold;
}

#teb-super-archive-post {
float: left;
width: 300px;
margin: 0;
border-left: 1px solid #999;
}

#teb-super-archive ul li span {
font-weight: normal;
color: #999;
position: absolute;
right: 5px;
}

#teb-super-archive .selected, #teb-super-archive-post li:hover {
background: #eee;
border-top: 1px solid #999;
border-bottom: 1px solid #999;
padding-top: 0;
padding-bottom: 0;
}

/* "Daisy, Daisy, give me your answer do. I'm half crazy all for the love of you.
It won't be a stylish marriage, I can't afford a carriage.
But you'll look sweet upon the seat of a bicycle built for two." */
