/*
Theme Name: SBell
Theme URI: http://www.sharainebell.com
Description: A simple private art site
Version: 1.0
Author: Artkade
Author URI: http://artkade.com
Tags: pictures, images, simple, clean, artwork, paintings
*/


/* --------------------------------------- */	
/* 			STANDARD HTML TAG RESET		   */
/* --------------------------------------- */

* {margin:0; padding:0;}


/* --------------------------------------- */	
/* 		 STANDARD HTML TAG DEFINITION	   */
/* --------------------------------------- */
body {
	background: #efefef;
	font-family: "Lucida Grande", Tahoma, "Trebuchet MS";
	font-size: 62.5%;
	color: #999999;
}

a:link, a:visited {
	color: #CCCCCC;
	text-decoration: none;
}

a:hover, a:active {
	color: #99CC33;
}

ul {
	list-style: circle;
}

img {
	border: none;
}

label {
	margin-left: 10px;
}

blockquote {
	margin: 0px 5px 10px 5px;
	padding: 10px 10px 1px 10px;
	font-style: italic;
	border: 1px solid #ddd;
	background-color: #f3f3f3;
}

span.left { float: left; }

span.right { float: right; }

.clearer { clear: both; }

.aligncenter, div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}

.alignleft {
	float: left;
	padding-bottom: 30px;
	padding-right: 30px;
}

.alignright {
   float: right;
}

.wp-caption {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #f3f3f3;
   padding-top: 4px;
   margin: 10px;
}

.wp-caption img {
   margin: 0;
   padding: 0;
   border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 4px 5px 0 5px;
	margin: 0;
	color: #333333;
}

/* --------------------------------------- */	
/* 			PAGE ELEMENTS				   */
/* --------------------------------------- */

#page {
	min-width: 950px;
	max-width: 1100px;
	margin: 0px auto;
	position: relative;
}

#header {
	width: 940px;
	height: 100px;
	margin: 0px auto;
	padding-bottom: 10px;
}

#header h1 {
	background-image: url(images/logo.png);
	background-repeat: no-repeat;
	height: 97px;
	margin-left: 3px;
}

#nav {
	width: 500px;
	float: left;
	font-size: 1.2em;
	text-transform: capitalize;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#nav li {
	display: inline;
	float: left;
	padding: 10px 6px;
	list-style: none;
	background: transparent url(images/navbar/mid.png) repeat-x 0 0;
}

#nav .subscribe {
	padding-right: 20px;
	background: transparent url(images/rss.png) no-repeat 100% 50%;
}

#nav li.left {
	height: 36px;
	width: 15px;
	padding: 0;
	background: transparent url(images/navbar/left.png) no-repeat 0 0;
}

#nav li.right {
	height: 36px;
	width: 15px;
	padding: 0;
	background: transparent url(images/navbar/right.png) no-repeat 0 0;
}

#searchbox {
	width: 285px;
	margin-top: 4px;
	float: right;
}

#searchbox li {
	width: 285px;
	height: 26px;
	background: transparent url(images/search.png) no-repeat 0 0;
	list-style: none;
}

#searchbox input {
	width: 270px;
	background: none;
	border: none;
	padding: 6px 8px 6px 8px;
	color: #efefef;
	font-size: 1.2em;
}

/* --------------------------------------- */	
/* 			ARCHIVE SECTION				   */

.wrapper-archive {
	width: 270px;
	height: 240px;
	padding: 10px;
	margin: 0 10px 10px 10px;
	background: transparent url(images/archivebg.png) no-repeat 0 0;
	display: block;
	position: relative;
	float: left;
}

.wrapper-archive .post-title {
	max-width: 220px;
	font-size: 1.4em;
}

/* --------------------------------------- */	
/* 			POSTS						   */

#thepost {
	margin-bottom: 15px;
}

.post-title a, .post-title-single a, .entry a {
	color: #efefef;
	text-decoration: none;
}

.post-title-single {
	top: 30px;
}

.entry {
	max-width: 440px;
	padding: 10px;
	position: absolute;
	bottom: 20px;
	right: 20px;
	z-index: 100;
	background: transparent url(images/titlebg.png) repeat 0 0;
	font-size: 10px;
	line-height: 14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.entry ul {
	margin: 5px 0 10px 0;
}

.entry li {
	padding: 5px 0 7px 0;
	border-bottom: 1px solid #3b3b3b;
	list-style: none;
}

.entry a:hover {
	color: #99CC33;
}

.entry .big {
	font-size: 14px;
	line-height: 20px;
}

.entry .rss-big {
	padding-right: 24px;
	background: transparent url(/images/rss.png) no-repeat 100% 60%;
}

#content {
	width: 938px;
	font-size: small;
	color: #FFFFFF;
	line-height: 25px;
	margin-top: 15px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

.content-top {
	height: 15px;
	width: 940px;
	background-color: transparent;
	background-position: 0 0;
	background-repeat: no-repeat;
}

.content-mid {
	width: 890px;
	padding-top: 0;
	padding-right: 100px;
	padding-left: 30px;
	background-color: transparent;
	background-repeat: repeat-y;
	background-position: 0 0;
}

.content-bottom {
	height: 15px;
	width: 940px;
}

/* --------------------------------------- */	
/* 			IMAGE GALLERY				   */

#gallery-1 .gallery-caption {
	margin-left:0;
	font-size: 10px;
	color: #FFFFFF;
	text-align: center;
}


/* --------------------------------------- */	
/* 			FOOTER						   */
#footer {
	width: 940px;
	padding-bottom: 10px;
	text-align: right;
	font-size: 0.9em;
	color: #9e9e9e;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 5px;
}

#footer a {
	color: #9e9e9e;
	font-weight: bold;
}

#footer a.valid {
	padding-left: 16px;
	background-color: transparent;
	background-image: url(images/tick.png);
	background-repeat: no-repeat;
	background-position: 0% 50%;
}

#footer a.valid:hover {
	background-color: transparent;
	background-image: url(images/tick-hover.png);
	background-repeat: no-repeat;
	background-position: 0% 50%;
}

/* --------------------------------------- */	
/* 			POSTMETA DATA				   */
.postmetadata {
	padding-bottom: 10px;
	margin-bottom: 5px;
	line-height: 1.5em;
}

.postmetadata-archive {
	width: 100%;
	height: 58px;
	padding-top: 10px;
	font-family: "Lucida Grande", Tahoma, "Trebuchet MS";
	color: #272727;
	line-height: 1.5em;
}

/* Coda Slider
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */

/* These 2 lines specify style applied while slider is loading */
.csw {width: 100%; height: 600px; overflow: hidden}
.csw .loading {margin: 0; text-align: center}

.stripViewer { /* This is the viewing window */
	position: relative;
	overflow: hidden;
	clear: both;
	width: 940px;
	height: 600px;
	margin: 0px auto;
	padding-top: 15px;
	
}

.stripViewer .panelContainer { /* This is the big long container used to house your end-to-end divs. Width is calculated and specified by the JS  */
	position: relative;
	left: 0; top: 0;
	width: 100%;
	/* -moz-user-select: none; // This breaks CSS validation but stops accidental (and intentional - beware) panel highlighting in Firefox. Some people might find this useful, crazy fools. */
}

.stripViewer .panelContainer .panel { /* Each panel is arranged end-to-end */
	float:left;
	height: 600px;
	position: relative;
	width: 940px; /* Also specified in  .stripViewer  above */
}

.stripNavL, .stripNavR {
	position: relative;
	top: -360px;
	z-index: 200;
}

.stripNavL { float: left; }

.stripNavR { float: right; }


#content p {
	margin-right: 70px;
	margin-bottom: 20px;
}



