/*-----------------------------------------------------------------------------
Cameron Davis Style Sheet

version:   1.0
author:    eric carl
email:     ericcarl@gmail.com
website:   http://www.sans-concept.com/
-----------------------------------------------------------------------------*/

/* General Page Style
-----------------------------------------------------------------------------*/

html, body {
	height:100%;
}
#container {
	padding:20px 0 18px 36px;
	width:924px;
}

/* General Links
-----------------------------------------------------------------------------*/

a:link {
	color:#d33a1c;
}
a:visited {
	color:#d33a1c;
}
a:hover {
	color:#000000;
}
a:active {
	color:#d33a1c;
}

/* General Page Layout
-----------------------------------------------------------------------------*/

h1 {
	text-indent:-2000px;
	width:383px;
	height:91px;
	background-image:url(../images/interface/headline.gif);
	margin:0 0 15px 0;
}
h1 a {
	display:block;
	idth:383px;
	height:91px;
	overflow:auto;
}
#navColumn {
	width:245px;
	float:left;
	margin:0 36px 0 0;
}
#accordion {
	margin-bottom:22px;
}
#accordion ul {
	width:249px;
	padding-top:9px;
}
#accordion h3 a {
	display:block;
	width:245px;
	height:32px;
	margin-left:-19px;
	padding-left:19px;
	background-image:url(../images/interface/art_nav.png);
	text-indent:-2000px;
	overflow:auto;
}
#accordion li {
	float:left;
	margin:0 4px 4px 0;
	width:79px;
	height:79px;
}
#accordion div img 	{ background:transparent url(images/ajax-loader.gif) no-repeat center center; border:solid 1px #ccc; }
#contentColumn		{ }

/* Art Nav Anchor States */

#accordion a.illustration { /* Normal */
	background-position:0 -32px;
}
#accordion a.illustration:hover { /* Hover */
	background-position:0 -64px;
}
#accordion h3.ui-state-active a.illustration { /* Active */
	background-position:0 0;
}
#accordion a.conceptArt { /* Normal */
	background-position:0 -128px;
}
#accordion a.conceptArt:hover { /* Hover */
	background-position:0 -160px;
}
#accordion h3.ui-state-active a.conceptArt { /* Active */
	background-position:0 -96px;
}
#accordion a.sketchbook { /* Normal */
	background-position:0 -224px;
}
#accordion a.sketchbook:hover { /* Hover */
	background-position:0 -256px;
}
#accordion h3.ui-state-active a.sketchbook { /* Active */
	background-position:0 -192px;
}

#pagesNav {
	margin-bottom:32px;
}
#pagesNav a {
	display:block;
	width:245px;
	height:29px;
	overflow:auto;
	background-image:url(../images/interface/pages_nav.png);
	text-indent:-2000px;
}

/* Pages Nav Anchor States */

#pagesNav a.blog { /* Normal */
}
#pagesNav a.blog:hover { /* Hover */
	background-position:0 -29px;
}
#pagesNav a.bio { /* Normal */
	background-position:0 -58px;
}
#pagesNav a.bio:hover { /* Hover */
	background-position:0 -87px;
}
#pagesNav a.shop { /* Normal */
	background-position:0 -116px;
}
#pagesNav a.shop:hover { /* Hover */
	background-position:0 -145px;
}
#pagesNav a.contact { /* Normal */
	background-position:0 -174px;
}
#pagesNav a.contact:hover { /* Hover */
	background-position:0 -203px;
}

#contentColumn {
	float:left;
	width:643px;
}
#contentGalleryImage {
	padding-bottom:20px;
}
.miceType {
	font-size:85%;
	color:#898989;
	background-image:url(../images/interface/signature.gif);
	background-repeat:no-repeat;
	width:146px;
	height:74px;
}

/* Typography
-----------------------------------------------------------------------------*/

#contentColumn h2 {
	font-weight:bold;
	font-size:123.1%;
	margin-bottom:1em;
}
#contentColumn p {
	margin-bottom:1em;
	color:#666;
}

/* Blog
-----------------------------------------------------------------------------*/

.post {
	margin-bottom:36px;
}
.post h3 {
	font-size:20px;
	color:#464646;
}
.post h3 a {
	color:#464646;
	text-decoration:none;
}
.post h3 a:hover {
	color:#D33A1C;
	text-decoration:underline;
}
.postInfo {
	font-size:11px;
	color:#898989;
	margin-bottom:1em;
}
.post blockquote {
	border:1px solid #ccc;
	margin-bottom:1em;
	padding:0.85em 1em 0;
}
.singleHeadline {
	border-bottom:1px solid #ccc;
	margin-bottom:1em;
}

/* Comments */

.commentsHeader {
	margin-bottom: .5em;
	color:#464646;
}
#respond {
	font-size:16px;
}
.commentAuthor {
	background-color:#d7d7d7;
	padding:4px 7px 4px 7px;
	margin-bottom:0 !important;
	font-size:11px;
}
.author_comment .commentAuthor {
	border-left:4px solid #D33A1C;
}
.commentAuthorName {
	color:#666;
	font-weight:bold;
	padding-right:8px;
	font-size:13px;
}
.commentContainer {
	padding:13px;
	padding-bottom:0;
	margin-left:13px;
	border:1px solid #CCC;
	border-top:0;
	margin-bottom:1em;
}
#commentform input[type="text"] {
	border:1px solid #ccc;
	padding:6px;
	color:#666;
	margin-right:6px;
}
#commentform textarea {
	padding:6px;
	border:1px solid #ccc;
	color:#666;
	width:444px;
}
#commentform input[type="submit"] {
}

/* Misc
-----------------------------------------------------------------------------*/

.clear {
	clear:both;
}
.horRule hr {
	display:none;
}
.horRule {
	border-top:1px solid #CCC;
	margin-bottom:1em;
}


/* Loading Gallery
-----------------------------------------------------*/
#contentLoading { position:absolute; z-index:99; background-image:url(../images/interface/ajax-loader.gif); background-repeat:no-repeat; }