/*
Theme Name: Graham Atkins-Hughes
Description: 
Version: 2
Author: Bob Cooper
Author URI: http://www.bobcooper.org.uk
Latest updated: 15 February 2012 / Steve Mersereau
Tags: two-columns, white, black, blue, green, silver, fluid-width, left-sidebar
*/
html, body{
	font-family:arial;
	font-size:14px;
	color: #CCCCCC;
	background-color:#585767;
	overflow-x:hidden;
} 

#wrapper {
	overflow:hidden;
}

a {
	color: #333333;
	text-decoration: none;
}

a:hover {
	color: #CCCCCC;
}

a.active {
	color: #333333;
}

a.visited {
	color: #333333;
}
 
#page{ 
	width:630px;
	height: 1%;
	text-align:left;
} 

#header{ 
	position: fixed;
	right: 0;
	top: 0;
	height: 100%;
	width: 60px;
	z-index: 11;
	background-color: #585767;
	background-image:url('images/logo_bg.jpg');
	background-repeat:repeat-y;
} 

#header img{
	border: 0;
	margin-left: 20px;
}

#leftcol{
	width:190px;
	height: 1%;
	float:left;
	position:relative;
	overflow-x:hidden;
}
 
#menuDiv {
	position: fixed;
	top:0;
	left:0;
	height: 100%;
	width: 310px;
	z-index: 11;
	background-color: #585767;
	background-image:url('images/menu_bg.jpg');
	background-repeat:repeat-y;
	
	font-size:16px;
	
}
 
#contactDiv {
	position: fixed;
	bottom:0;
	left:0;
	width: 310px;
	z-index: 12;
	
	font-size:16px;
	
}
		
ul#menu {
	display: none;
	color: #CCCCCC;
	width: 310px;
	list-style-type: none;
	margin: 0;
	padding-left: 10px;
	padding-top: 20px;
}

ul#menu ul {
	list-style-type: none;
	margin: 0;
}

ul#menu li {
	
	text-transform:lowercase;
	line-height: 20px;
	background-image:url('images/menu_btn.png');
	background-repeat: no-repeat;
}

ul#menu ul li {
	text-transform:lowercase;
	font-size:16px;
	margin-left: -40px;
}

ul#menu ul li:before {
	content: "- ";
}

ul#menu a {
	color: #CCCCCC;
	text-decoration: none;
	outline: none;
}

ul#menu a:hover {
	color: #EEEEEE;
}

ul#menu a.active {
	color: #CCCCCC;
}

ul#menu ul li a.active {
	color: #FFFFFF;
}

ul#menu ul li a {
	color: #FFFFFF;
	text-decoration: none;
	outline: none;
}

ul#menu ul li a:hover {
	color: #CCCCCC;
}


		
ul#contactMenu {
	color: #d38138;
	width: 310px;
	list-style-type: none;
	margin: 0;
	padding-left: 10px;
	padding-bottom: 20px;
}

ul#contactMenu ul {
	list-style-type: none;
	margin: 0;
	padding-top:20px;
}

ul#contactMenu li {
	text-transform:lowercase;
	line-height: 20px;
}

ul#contactMenu ul li {
	text-transform:lowercase;
	font-size:14px;
	margin-left: -40px;
}

ul#contactMenu ul li:before {
	content: "- ";
}

ul#contactMenu a {
	color: #d38138;
	text-decoration: none;
	outline: none;
}

ul#contactMenu a:hover {
	color: #EEEEEE;
}

ul#contactMenu a.active {
	color: #d38138;
}

ul#contactMenu ul li a {
	color: #EEEEEE;
	text-decoration: none;
	outline: none;
}

ul#contactMenu ul li a:hover {
	color: #d38138;
}

ul#contactMenu ul li a.active {
	color: #EEEEEE;
}

.contentheader {
	width: 625px;
	padding-left: 0px;
	margin-top: 0px;
	margin-bottom: 20px;
	font-size: 18px;
	display: block;
	
	color: #FFFFFF;
	
}

.contentheader a.active {
	color: #FFFFFF;
}

.contentheader a {
	color: #FFFFFF;
}

.contentheader a:hover {
	color: #666666;
}

ul#recentcomments {
	padding: 2px 0px 2px 0px;
	margin: 0px 0px 0px 0px;
	list-style: none;
	width:230px;
	clear:left;
	float:right;
}

ul#recentcomments li{
	margin: 0px 0px 0px 0px;
	display: block;
	font-weight:bold;
	font-family:arial;
	text-transform:uppercase;
	font-size:14px;
}
ul#recentcomments li a{
	width: 225px;
	display: block;
	padding: 5px 0px 5px 5px;
	text-decoration:none;
	font-weight:bold;
	font-family:arial;
	text-transform:uppercase;
	font-size:14px;
	margin: 0px 0px 0px 0px;
	vertical-align: bottom;
}

ul#recentcomments li a:hover{
	text-decoration:none;
}
#recentcomments a{ 
	text-decoration:none;
	font-weight:bold;
	font-family:arial;
	text-transform:uppercase;
	font-size:14px;
}

#recentcomments a:hover{
	text-decoration:none;
	font-weight:bold;
	font-family:arial;
	text-transform:uppercase;
	font-size:14px;
}

#maincol{ 
	left:0;
	top:0;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
	margin-left: 190px;
	margin-right: 40px;
	overflow-x:hidden;
	width: 100%;
} 

#maintext{
	position: absolute;
	left: 50%;
	top: 0;
	margin-left: -180px;
	margin-top: 20px;
	margin-bottom: 20px;
	text-align: left;
	width: 630px;
	min-height: 95%;
	
	padding-top: 20px;
	
	border-top: solid;
	border-bottom: solid;
	border-width: 1px;
	border-color: #CCCCCC;
}

#maintext img {
	width: 630px;
	height: auto;
}

#fullImage {
	position: absolute;
	top: 20px;
	left: 310px;
	visibility: hidden;
}

#fullImage img {
}

#left {
	position: absolute;
	left: 210px;
}

#right {
	position: absolute;
	left: 210px;
}

#left img {
	border: 0px;
}

#right img {
	border: 0px;
}

#thumbNails {
	position: fixed;
	left: 50%;
	bottom: 0px;
	margin-left: -80px;
	margin-top: 20px;
	margin-bottom: 20px;
	text-align: center;
	width: 472px;
	height: 60px;
	display: none;
}

#carousel_container {
	position: absolute;
	width: 472px;
	margin-left: 50%;
	left: -258px;
}
		
#carousel_inner {
	float:left; /* important for inline positioning */
	width:432px; /* important (this width = width of list item(including margin) * items shown */ 
	overflow: hidden;  /* important (hide the items outside the div) */
	/* non-important styling bellow */

}

#carousel_ul {
	position:relative;
	left:0px; /* important (this should be negative number of list items width(including margin) */
	list-style-type: none; /* removing the default styling for unordered list items */
	margin: 0px;
	padding: 0px;
	width:9999px; /* important */
	/* non-important styling bellow */
}

#carousel_ul li{
	float: left; /* important for inline positioning of the list items */                                    
	width:60px;  /* fixed width, important */
	/* just styling bellow*/
	padding:0px;
	height:60px;
	margin-top:0px;
	margin-bottom:0px; 
	margin-left:1px; 
	margin-right:1px; 
}

#carousel_ul li img {
	.margin-bottom:-4px; /* IE is making a 4px gap bellow an image inside of an anchor (<a href...>) so this is to fix that*/
	/* styling */
	width: 60px;
	height: 60px;
	border:0px; 
}
#left_scroll, #right_scroll{
	float:left; 
	height:60px; 
	width:20px; 
}

#left_scroll img, #right_scroll img{
	border:0; /* remove the default border of linked image */
	/*styling*/
	cursor: pointer;
	cursor: hand;
	margin-left: 4px;
	margin-right: 4px;
}


.content{
	clear:both;
}

.permalink{ margin:0px 0px 0px 0px; padding:0px; font-family:arial; font-weight:bold; font-size:12px; text-transform:uppercase; clear:both;} 
.permalink a{ text-decoration:none;} 
.permalink a:hover{ text-decoration:none;} 

table#calendar_wrap {width:230px; overflow:hidden;clear:both; }

#wp-calendar{font-family: verdana; font-size: 13px; text-decoration:none; clear:both;width:210px; margin: 6px auto 6px auto; padding: 0px 10px 0px 10px;}
#wp-calendar a{font-family: verdana; font-size: 13px; text-decoration:none; }
#wp-calendar a:hover{font-family: verdana; font-size: 13px; text-decoration:none; }

blockquote { margin:20px; padding:8px 8px 8px 15px;}
blockquote p {background-color:inherit; font-size:0.9em; line-height:1.3em;}
label {background-color:inherit; font-size:0.9em; font-weight:bold;}
table#wp-calendar {margin:0 0 20px; width:140px;}
code {font-size:1.2em; display:block; padding:5px 5px 5px 8px; margin:5px 0 15px 0;}


#respond{font-weight:normal;}
#s,#submit { font-size:0.9em; margin:0 0 16px; padding:4px; width:130px;}
#author,#email,#url,#comment { font-family:Verdana,Tahoma,Arial,Sans-Serif; font-size:1em; margin:0; padding:4px;}
#commentsection {margin:25px 0 0;}
#commentsection p {margin:0 0 6px;}





.divider{height: 25px; width:604px; background: url(http://www.grahamatkinshughes.com/wp-content/themes/grahamatkinshughes/img/divider.jpg) top center no-repeat; margin: 10px auto 5px auto;}
.left { float:left; margin:10px 15px 10px 0;}
.right { float:right; margin:10px 0 5px 10px;}
.center { margin:5px auto 12px; text-align:center;}
.textright {text-align:right;}
.small {font-size:0.8em;}
.bold {font-weight:bold;}
.hide {display:none;}
.post {margin:0px;}

#postinfotext{
	font-weight:bold;
	text-transform:uppercase;
	margin: 0px 0px 10px 0px;
	border-top: solid;
	border-width: 1px;
	border-color: #CCCCCC;
}
#postinfotext a { text-decoration:none;}
#postinfotext a:hover{ }


.commentheader {font-family:arial; font-size: 16px; line-height:1.7em; font-weight:bold; text-transform:uppercase; }
.comment { margin:0 0 10px; padding:2px 5px 0px 8px;}

.commenticon {font-family:arial; font-size: 14px; line-height:1.7em; font-weight:bold; text-transform:uppercase;}
.commenticon a{ text-decoration:none;}
.commenticon a:hover{ }

.commenttext { font-size: 13px; line-height:1.7em; }
.commenttext p{ font-size: 13px; line-height:1.7em; }

.comment p {line-height:1.7em; margin:0px; padding-bottom:2px;}
.gravatarside {float:right; width:48px; height:48px; margin:0px 5px 5px 5px;}
.wp-caption { text-align: center; padding-top: 4px; margin: 10px; -moz-border-radius: 3px; -khtml-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px; clear:both;}
.wp-caption img { margin: 0; padding: 0; border: 0 none;}
.wp-caption-dd { font-size: 11px; line-height: 17px; padding: 0 4px 5px; margin: 0;}


.navigation {font-family:arial; font-size: 14px; line-height:1.7em; font-weight:bold; text-transform:uppercase;}
.navigation a { text-decoration:none;}
.navigation a:hover{ }
.prevlink{margin: 0px 6px 0px 0px;}
.nextlink{margin: 0px 0px 0px 6px;}


.clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
 
.clearfix{display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */ 


 
 /*printer styles*/ 
 @media print{ 
/*hide the left column when printing*/ 
#leftcol{display:none;} 
#twocols, #maincol{width:100%; float:none;}
}