/* @override http://jamestrimmer.com/wp-content/themes/james/style.css */

/*
Theme Name: James Trimmer
Theme URI: http://jamestrimmer.com/
Description: James' theme.
Author: Jon
Author URI: http://reachably.com
Tags: james

	James Trimmer
	 http://jamestrimmer.com

	This theme was created by reachably for James Trimmer
	and so to keep its uniqueness do not copy any code!
	

*/

/* Reset */

* {
	margin: 0;
	padding: 0;
}

/* End Reset */

body{
	color: #989190;  
	font-family: 'Helvetica', 'Futura', 'Arial'; 
}

/* @group Basis */

.holder{
	width: 600px; 
	margin: 60px auto 0 auto;
}

.content{
	width: 450px;
	margin-left: 149px;
	font-size: 12px;
	line-height: 1.5em;
}

a{
	border: 0;
	color: #7aa2c6;
	text-decoration: none;
}

.content a{
	border: 0;
	color: #3eb8c6;
	text-decoration: none;
	font-style: italic;
}


/* @end */

/* @group Sidebar */

/* Sidebar */

.nav{
	float: left;
	width: 108px;
	text-align: right; 
	margin: 0 40px 0 0;
	list-style-type: none;
	font-size: 18px;
	letter-spacing: 2px;
}

.nav li{
	padding-bottom: 11px;
	color: #7c7675; 
	text-decoration: none;
	font-weight: lighter;
	text-transform: uppercase;
	
}

.link1 a{
	color: #7c7675; 
	text-decoration: none;
	font-weight: lighter;
	text-transform: uppercase;
}

.link1 a:hover{
	color: #7c7675; 
	text-decoration: none;
}

.nav li.sublink{
	padding-botton: 11px;
}

.sublink a{
	color: #a09c9b; 
	text-decoration: none;
	font-size: 11px;
	font-style: italic;
}

.sublink a:hover{
	color: #a09c9b; 
	text-decoration: none;
}

.activepage{
	color: #909FD0;
}

.activeworkpage{
	color: #909FD0;
	font-size: 18px;
	margin-bottom: 5px;
}



/* @end */

/* @group News */

/* News */

.newsentry{
	color: #989190;  
	margin: 0 0 32px;
}

.newsentry p{
	margin-bottom: 0.45em;
}

.newsheader{
	margin: 0 0 10px 0;
	color: #b6aeac; 
	line-height: 1;
	font-size: 10px;
}

.newsheader #title{ 
	font-size: 16px; 
	padding-right: 5px;
	color: #7e7877; 
}


/* @end */

/* @group Galleries */

/* Gallery */

img{
	border: 0;
	/*-webkit-border-radius: 2px;*/
}



/* @end */

/* @group CV */

/* CV */

.cv{
	font-size: 12px;
	color: #989190;
	line-height: 1.5em;
}

.cv hr{
	height: 0;
	border: 0;
	border-top: 1px dotted #c9c9c9;
	margin: 10px 0 12px 0;
}

.cv p{
	margin: 0;
}



/* @end */

/* @group Contact */

/* Contact */

.contact{
	width: 450px; 
	float: left;
	color: #989190;
}



/* @end */

/* @group Links */

/* Links */

.linkshare{
	list-style: none;
	line-height: normal;
}

.linkshare li{
	margin: 0 0 9px 0;
}

.linkshare li a{
	color: #9e9795;
	text-decoration: none;
}

.linkshare li a:hover{
	color: #464544;
}


/* @end */

/* @group Entrance Page */

/* Entrance page */

.indeximg{
	margin: 10px auto;
	width: 635px;
}

.indeximg a{
	border: 0;
}

/* @end */

/* @group Copyright */

/* Copyright */

.copyrightnotice{
	position: fixed;
	right: 5px;
	bottom: 4px;
	font-size: 11px;
	color: #7c7675;
}



/* @end */