/*   
Theme Name: Chow
Theme URI: http://tinochow.com
Description: A custom portfolio theme designed by Tino Chow and coded by Alexander Sayer Gard-Murray
Author: Alexander Sayer Gard-Murray
Author URI: www.somodernized.com
Version: 0.9
Tags: clean, purple, modern, sidebar, two column
.
This theme is copyrighted work.
The Wordpress framework is released under GNU General Public License, version 2 (GPL).
http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
.
*/

/*
Width of sidebar: 270px
Sidebar color: #423547
Sidebar text color: #ffffff
Main text color: #4D4D4D
Utility text color: #949494
Background color: #EDEDE6
Size of big thumbnails: 125x125px
Size of little thumbnails: 80x80px
Size of big pictures: 525x250px

Content left margin: 12px
Sidebar right margin: 11px
*/

body {
	background-color:#EDEDE6;
	color:#4D4D4D;
}

a {
	color:#4D4D4D;
}

#wrapper {
	width:100%;
	height:100%;
	background-image:url('images/sidebarbg.bmp');
	background-repeat:repeat-y;
}

/***********************************************************
*                             Sidebar                                *
***********************************************************/

#sidebar {
	position:relative;
	float:left;
	width:281px;
	height:900px;
	background-color:#423547;
	color:#ffffff;
	padding-top:70px;
/*	padding-right:11px;*/
	text-align:right;
}

#sidebar a {
	color:#ffffff;
}

#sidebar .menu a, #sidebar span {
	font-size:10px;
}

.menu ul {
	list-style-type:none;
	margin-top:19px;
	margin-bottom:45px;
	position:absolute;
	right:0px;
}

.menu a {
	width:71px;
	height:19px;
	display:block;
	font-size:20px;
	text-decoration:none;
	margin-bottom:2px;
	text-align:right;
}

.menu ul li a img {
}

div#sidebar span.blog-description {
	margin-top:115px;
}

div#sidebar span {
	display:block;
	padding-left:80px;
	padding-right:11px;
	margin-bottom:15px;
}

div#sidebar h3 {
	padding-right:11px;
	font-size:10px;
}

div#sidebar span.tweet, div#sidebar span.tweet a {
	color:#949494;
}

/***********************************************************
*                              Content                               *
***********************************************************/

#content {
	width:740px;
	margin-left:12px;
	position:relative;
	float:left;
	padding-top:70px;
}

#footer {
	clear:both;
	width:100%;
}

.entry-content {
	width:560px;
}

.entry-meta {
	float:right;
	width:150px;
	color:#949494;
}

.entry-meta a {
	color:#949494;
}

span.meta-prep-entry-date, span.entry-date, span.tag-links {
	font-style:italic;
}

.entry-content p {
	font-style:normal;
}

h2.entry-title {
	font-size:15px;
	font-weight:bold;
	margin-bottom:6px;
}

h1.page-title {
	position:relative;
	top:-5px;
	font-size:19px;
	font-weight:bold;
	margin-bottom:12px;
}

h2.entry-title a, span.tag-links a {
	text-decoration:none;
}

img.title-image {
	margin-bottom:8px;
}

#content hr {
	color:#4D4D4D;
	background-color:#4D4D4D;
	height:1px;
	width:560px;
	text-align: left;/*this will align it for IE*/
	margin: 18px auto 24px 0; /*this will align it left for Mozilla*/
}

div#nav-above, div#nav-below {
	position:relative;
	float:right;
	width:150px;
}

div#nav-below {
}

div#nav-above div, div#nav-below div {
	display:inline;
}

div#featured-projects {
	margin-top:9px;
	margin-bottom:30px;
}

div#featured-projects div {
	display:block;
	width:125px;
	float:left;
	margin-right:20px;
}

div#featured-projects div a {
	text-decoration:none;
}

ul.category_images_ii {
	list-style-type:none;
	margin-left:0;
	margin-bottom:8px;
}

/***********************************************************
*                          Image Gallery                           *
***********************************************************/
/*
div.gbackgr {
	border:none;
}

div.gbackgr span.caption {
	display:none;
}

img.attachment-thumbnail {
	border: 0px solid #ffffff;
}
*/
div.gallery {
	width:570px;
	margin-left:-5px;
	margin-right:0px;
}

img.thumb, img.thumb-selected {
	padding-top:15px;
	margin-right:4px;
}

img.thumb-selected {
	background-image:url('images/thumbpointer.bmp');
	background-repeat:no-repeat;
}