/* @override 
	http://test.circlesixdesign.com/wp-content/themes/default/style.css
	http://sites.circlesixdesign.com/redklaw/wp-content/themes/RedKlaw1/style.css
	http://redklawdesigns.com/wp-content/themes/RedKlaw1/style.css
*/
/*  
Theme Name: Red Klaw Designs
Author: Brett Terpstra
Author URI: http://www.circlesixdesign.com
*/
/* @group Reset */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}
/* @end */
html {
	font-size: 100%;
	text-align: center;
}
body {
	font-size: 62.5%;
	color: #444;
	font-family: Helvetica, "Trebuchet MS", Arial, Geneva, sans-serif;
}
#container {
	width: 750px;
	margin: 0 auto;
	text-align: left;
	position: relative;
	z-index: 0;
}

/* @group Branding */
#branding {
	width: 750px;
	height: 162px;
	background: #fff url(images/header.jpg) no-repeat left top;
	margin: 0;
	position: relative;
}
#branding h1 {
	text-indent: -9000px;
}
#branding h1 a {
	position: absolute;
	top: 0;
	left: 0;
	width: 500px;
	height: 162px;
	border: none;
}
#branding h2 {
	display: none;
}
#searchform {
	position: absolute;
	right: 10px;
	top: 10px;
}
/* @end */
/* @group Navigation */
#navigation, #navigation ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
#navigation {
	width: 130px;
	position: absolute;
	left: 0px;
	top: 170px;
	z-index: 10;
}
#navigation li ul {
	padding: 10px;
	position: absolute;
	width: 160px;
	font-size: 12px;
	background-color: #ddd;
	top: 0;
	z-index: 9;
	left: -999px;
}
#navigation li:hover ul, #navigation li.sfhover ul {
	left: 130px;
}
#navigation li {
	text-align: right;
}
#navigation ul li {
	text-align: left;
}
#navigation a:link, #navigation a:visited {
	text-decoration: none;
	color: #999;
	font-size: 20px;
	line-height: 40px;	
	display: inline-table;
	position: relative;
	margin-right: 10px;
}
#navigation a:hover, #navigation a:active {
	color: #000;
}
#navigation ul a:link, #navigation ul a:visited {
	text-decoration: none;
	color: black;
	font-size: 14px;
	line-height: 22px;	
	display: block;
	position: relative;
}
#navigation ul a:hover, #navigation ul a:active {
	background: #666;
	color: white;
}
/* @end */
/* @group Content */
#content {
	position: absolute;
	top: 150px;
	left: 150px;
	right: 230px;
	z-index: 1;
}
#content a {
	text-decoration: none;
	color: #900;
}
#content a:hover {
	color: black;
}
#content h2 {
	color: black;
	font-size: 1.6em;
	line-height: 1.8em;
}
#content h2 span {
	font-size: .6em;
	padding-left: 1em;
}
#content h3 {
	color: #900;
	font-size: 2em;
	font-weight: bold;
	padding: 0;
	margin: 40px 0 10px 0;
}
#content h3 a {
	color: #600;
	text-decoration: none;
}
#content h3 a:hover {
	color: black;
}
#content h4 {
	color: #000;
	margin: 0;
	font-size: 1.2em;
	padding: 0;
	line-height: 1.4em;
}
#content p {
	font-size: 1.4em;
	line-height: 1.6em;
	margin: 1em 0;
}

#content ul {
	font-size: 1.4em;
	line-height: 1.6em;
	list-style-type: square;
	list-style-position: inside;
	margin: 1em 0;
}
#content a.imagelink {
	background: #fff url(images/shadow90px.jpg) no-repeat top right;
	width: 90px;
	height: 90px;
	position: relative;
	float: left;
	margin: 12px 15px 0 0;
}
#content a.imagelink img {
	position: absolute;
	right: -15px;
	top: -5px;
	border: solid 2px #666;
}
/* @end */
/* @group Secondary */
#secondary {
	position: absolute;
	right: 5px;
	top: 170px;
	text-align: right;
	width: 215px;
}
#secondary h3 {
	color: #666;
	font-size: 1.6em;
	line-height: 1.4em;
	margin: 10px 0 10px 0;
	clear:both;
}
#secondary p {
	font-size: 1.2em;
	line-height: 1.4em;
}
#secondary p a:link, #secondary p a:visited {
	text-decoration: none;
	color: #900;
}
#secondary p a:hover, #secondary p a:active {
	color: black;
}
#recentwork,#featured {
	list-style: none;
	width: 215px;
	float:right;
	clear:both;
	margin-bottom:20px;
}
#recentwork li,#featured li {
	float: right;
	margin-left: 10px;
	margin-top: 10px;
}
#featured p, ul#recentwork p, #content div.contentshadow {
	background: #fff url(images/shadow90px.jpg) no-repeat top right;
	width: 90px;
	height: 90px;
	position: relative;
}
#featured p img, ul#recentwork p img, #content div.contentshadow img {
	position: absolute;
	right: -5px;
	top: -5px;
	border: solid 2px #666;
}
ul.sidebarlist {
	width: 215px;
}
ul.sidebarlist li a {
	font-size: 1.2em;
	line-height: 1.6em;
	text-decoration: none;
	display: block;
	width: 215px;
	padding-right: 5px;
}
ul.sidebarlist li a:link {
	color: #900;
}
ul.sidebarlist li a:visited {
	color: #600;
}
ul.sidebarlist li a:hover, ul.sidebarlist li a:active {
	color: #F00;
	background-color: #ccc;
}
ul#related li, ul#related {
	position: relative;
	z-index: 0;
}
ul#related li ul {
	position: absolute;
	top: 0;
	left: -9000px;
	z-index: 10;
}
#related li:hover ul, #related li.sfhover2 ul {
	left: 0;
}
#secondary img.noborder {
	border: none;
	background: none;
	margin: 0;
	padding: 0;
}
/* @end */
/* @group Editor */
/* These styles should duplicate what is in the editor.css file */
img.imgleft {
	float: left;
	margin: 0 10px 7px 0;
}
img.imgright {
	float: right;
	margin: 0 0 7px 10px;
}
p.txtleft {
	text-align: left;
}
p.txtright {
	text-align: right;
}
p.txtcenter {
	text-align: center;
}
p.special {
	background-color: #666;
	color: #fff;
	padding: 1em;
}
.highlight {
	background-color: #C03;
	color: #fff;
}
/* @end */
/* @group Gallery */
#content div.gallery_cat {
	clear: both;
	float: left;
}
#content .gallery_cat ul {
	list-style-type: none;
}
#content .gallery_cat ul li {
	float: left;
	margin: 10px 20px 0 0;
}
#content .gallery_cat p {
	background: #fff url(images/shadow90px.jpg) no-repeat top right;
	width: 90px;
	height: 90px;
	position: relative;
	margin: 0;
}
#content .gallery_cat p img {
	position: absolute;
	right: -5px;
	top: -5px;
	border: solid 2px #666;
}
/* @end */

