/*
	Theme Name: Gentle Calm
	Theme color:232323
	Theme URI: http://ifelse.co.uk/gentlecalm
	Description: Liquid Serenity
	Version: 1.0
	Author: Phu Ly
	Author URI: http://ifelse.co.uk/
        Ported to Textpattern by Stuart - http://thebombsite.com/

*/

/************************************************
 *	Main structure                          *
 ************************************************/
* {
        margin:0;
        padding:0;
        outline: 0;
}
body {
        text-align:center;
        font:14px "Lucida Grande", "Lucida Sans Unicode", Verdana, Helvetica, Arial, sans-serif;
	color: #3C3C3C;
	background:#F3F4EC;
}
#maincol {
        width:72%;
        float:left;
}
#maincol .col {
	padding-bottom: 0.5em;
	padding-left:2.5em;
	padding-right:8.5em;
	line-height:1.6em;
}
#navcol {
	padding:0.5em;
	clear:right;
	width:25%;
        right:0px;
	float:right;
        font-size:1em; 
}
#container{	
        width:80%;
        text-align:left;
        margin-left: auto;
        margin-right: auto;
        display:block;
}
#footer{
	border-top:1px solid #324031;
	color: #eee;
	background: #232323;
	clear:both;
	padding: 0.3em;
	text-align:center;
	margin-left: auto;
        margin-right: auto;
	display:block;
        font-size: 0.9em;
        margin-top:5em;
}
#footer a{
	color: #fff;
	font-weight:bold;
}
a{
	color: #003399;
	text-decoration: none;
}
a:hover {
	text-decoration:underline;
}

p {
        padding: 10px 0 10px 0;
}
/************************************************
 *	Header					*
 ************************************************/
h1{
        display:block;
        height:1px;
        text-indent:-500em;
}
#header {
	padding-top:1em;	
	padding-bottom:1em;
	background: #232323;
	text-align:right;
	padding-right:2em;
	padding-left:-.5em;
  
}
#headbar{
	background:#232323;
	height:0.3em;
	margin-bottom:5em !important;
	margin-bottom:3em;
	border-bottom:1px solid #324031;
}
#header #blogtitle{
	margin-bottom:0.3em;
	font-size: 1.2em;
	letter-spacing:0.2em;
}
#header #blogtitle a {
	color: #eee;
}
#header #blogtitle a:hover {
	text-decoration:none;
	color: #bb4444;
}
#header img {
	border:none;
}
#subtitle {
	margin-bottom:0.3em;
	font-size: 0.8em;
	text-transform:uppercase;
	color:#696969;
}
/************************************************
 *	Content					*
 ************************************************/
h2, h3, h4 {
	font-family:"Century Gothic", "Lucida Grande", "Lucida Sans Unicode", Verdana, Helvetica, Arial, sans-serif;
}
h2 {
	font-size: 1.2em;
	margin-bottom:0.5em;
}
h2.categorytitle {
	text-align:center;
	border-top:1px solid #9ba1aa;
	background:#E2ECD5;
	padding:0.7em;
	border-bottom:1px solid #9ba1aa;
	margin-bottom:1em;
	margin-top:0.4em;
        text-transform: capitalize;
}
h3.entrydate{
	margin-bottom:0.3em;
	font-size: 1.8em;
	font-weight:normal;
	color:#696969;
	text-transform:uppercase;
}
.entrymeta{
	font-weight:bold;
	color:#696969;
}
h2.entrytitle, h2.entrytitle a, h2.singletitle, h2.singletitle a{
	color: #3C3C3C;
}
h2.entrytitle{
	margin-bottom:0.1em;
	font-size: 1.8em;
}
h2.singletitle{
	margin-bottom:0.1em;
	font-size: 1.8em;
}
.entry{
	padding-bottom: 2em;
	font-family:"Trebuchet MS","Lucida Grande", "Lucida Sans Unicode", Verdana, Helvetica, Arial, sans-serif;
}
/************************************************
 *	Navigation Sidebar			*
 ************************************************/
ul {
        margin-bottom: 1em;
        list-style-type:none;
}
#navcol h2 {
        color: #3C3C3C;
        margin-top: 2em;
}
#navcol h2.toptitle {
	color: #eee;
        border-top:1px solid #324031;
	background:#232323;
	padding: 0.7em;
	border-bottom:1px solid #324031;
        margin-top: 0;
}
#navcol h2.notmysite {
	border-top:1px solid #9ba1aa;
	background:#E2ECD5;
	padding:0.7em;
	border-bottom:1px solid #9ba1aa;
}
/*********************************************
* Archives                                   *
**********************************************/
.rssJump {
        text-align: right;
}
.rssCatArchiveMenu {
        margin-bottom: 35px;
}
#rssCatArchive ul, #rssCatList ul, .rssMenu {
        list-style: none;
}
.rssCart {
        font-weight: bold;
        text-align: left;
        margin-top: 15px;
}
.archivemenu {
        padding-left: 40px;
        font-weight: bold;
        font-size: 100%;
        text-decoration: underline;
}
dt {
        padding-top: 10px;
}
/************************************************
 *	Extra					*
 ************************************************/
#email {
        text-align: left;
}
#email textarea {
        width: 330px;
}
code{
	font-family: 'lucida console', 'Courier New', monospace;
	font-size: 0.8em;
	display:block;
	padding:0.5em;
	background-color: #E5EaE4;
	border: 1px solid #d2d8d1;
}
.atom, .atom:link, .atom:visited {
	text-decoration:none;
	font:bold 16px sans-serif;
	padding:1px 3px 1px 5px;
	letter-spacing:1px;
        background-color:#E2ECD5;
        border: 1px solid #232323;
        color: #232323;
}
.atom:hover {
	text-decoration:none;
	font:bold 16px sans-serif;
	padding:1px 3px 1px 5px;
	letter-spacing:1px;
        background-color:#232323;
        border: 1px solid #E2ECD5;
        color: #E2ECD5;
}
.rss, .rss:link, .rss:visited {
	text-decoration:none;
	font:bold 16px sans-serif;
	padding:1px 3px 1px 5px;
	letter-spacing:1px;
        background-color:#232323;
        border: 1px solid #E2ECD5;
        color: #E2ECD5;
}
.rss:hover {
	text-decoration:none;
	font:bold 16px sans-serif;
	padding:1px 3px 1px 5px;
	letter-spacing:1px;
        background-color:#E2ECD5;
        border: 1px solid #232323;
        color: #232323;
}
.prev_next_nav {
        text-align: center;
}
input[type="text"], textarea {
	padding:0.3em;
	border: 1px solid #CCCFBC;
	color: #656F5C;
	-moz-border-radius: 0.5em;
}
input[type="submit"]{
	padding:0.2em;
	font-size: 1.25em;
	border: 1px solid #CCCFBC;
	color: #353F2f;
	background: #fefff8;
	-moz-border-radius: 0.5em;
}
blockquote {
	border-left: 3px solid #686868;
	color: #888;
	padding-left: 0.8em;
	margin-left: 2.5em;
}
a img {
	border:none;
}
.imgborder img{
	border: 1px solid #232323;
	background:#CCCFBC;
	padding:0.3em;
}
.imgborder{
	text-align: center;
}
.picmargin {
	margin-left:2px;
	}
.gallink {
	font-size:14px;
	font-weight:700;
	}
