/* @group General Styles */

html, body, div, span, applet, object, iframe, 
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code, 
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var, dl, 
dt, dd, ol, ul, li, fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-weight:inherit;
	font-style:inherit;
	font-size: 100%;
	font-family: inherit;
	list-style:none;
	vertical-align:baseline;
	text-decoration:none;
}

body {
	background-color: #fff;
	font-size:62.5%;
	text-align:left;
	font-family: palatino;
	line-height: 1.8em;
}

#logo{
	height: 170px;
	width: 170px;
}

h1#title{
	font-size: 28px;
	padding: 20px 0;
	width:130px;
	margin:0 0 0 20px;
	letter-spacing:1px;
	text-indent: -9999px;
	border-bottom:1px solid #c8c8c8;
	background: url(images/brittlin_title.gif) no-repeat 0 23px;
}

p {
}

b, strong {
	font-weight: bolder;
}

a:link, a:visited {
	color: #333;
}

a:hover, a:active {
}

img {
	border: none;
}

.image-left {
	float: left;
}

.image-right {
	float: right;
}

.clear{
	position: relative;
	clear: both;
	height: 1px;
}

/* @group Slideshow */

#slideshow {
    position:relative;
    height:500px;
}

#slideshow IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
}

#slideshow IMG.active {
    z-index:10;
    opacity:1.0;
}

#slideshow IMG.last-active {
    z-index:9;
}

/* @end */
	
/* @end */

/* @group Layout */

#wrapper{
	width: 860px;
	padding: 65px 20px 0 20px;
	margin: 0 auto;
}


#container{
	float: right;
	position: relative;
	border: 1px solid #ccc;
}

#container #content{
	width:650px;
	margin: 2px;
}

#container #content #padding{
	padding: 20px;	
}

#sidebar{
	float:left;
	position: relative;
}

#footer{
	position: relative;
	padding: 20px 0;
	text-shadow: none;
	font-family: georgia;
	clear:both;
	color: #999;
	font-size:1.1em;
	text-transform: uppercase;
	text-align:right;
}

* html #footer{
	zoom: 1;
}

*:first-child+html #footer{
	zoom: 1;
}
	
/* @end */

/* @group Collections */

.collectionImg{
	position: relative;
	border: 1px solid #bbb;
	margin: 0 0 20px 0;
	padding: 0;
	line-height: 0px;
	font-size: 10px;
}

.collectionImg img{padding: 1px;}

.collectionBack a{
	position: absolute;
	bottom: 11px;
	right: 11px;
	color: #eee;
	background: #444;
	font-size: 1.25em;
	padding: 5px 8px 6px 8px;
}

h2.collectionTitle{
	font-size: 2.3em;
	padding-bottom: 7px;
}

span#price{
	margin-left: 10px;
	color: #7f9115;
}

h2.collectionTitle span span{
	font-size: .7em;
	vertical-align: 4px;
}

p.collectionDesc{
	font-size: 1.4em;
	width: 400px;
	line-height: 1.3em;
	color: #333;
	min-height: 33px;
}

.collectionAdd{
	position: relative;
	float: right;
	border: 1px solid #ccc;
	background-color: #f3f3f3;
	color: #222;
	width: 150px;
	height: 36px;
	padding-top: 14px;
	text-align: center;
	font-size: 1.7em;
	cursor: pointer
}

/* @end */



/* @group Toolbar */

#nav{
	font-size: 1.9em;
	padding: 20px 0;
	margin:0 0 0 20px;
	width:130px;
	border-top:1px solid #DBE688;
}

#nav ul li{
	margin-bottom: 20px;
}
			
#nav ul li a{
	position: relative;
	color: #090909;
	display: block;
	background-repeat: no-repeat;
	background-position: 0 0;
}

#nav ul li a span{
	display: block;
	position: absolute;
	top: 0;
	height: 25px;
	width: 100%;
	opacity:0;
	background-repeat: no-repeat;
	background-position: 0 0;
}

.jnav ul li{
	margin-bottom: 15px !important;
}

.jnav ul li a{
text-indent: -9999px;
height: 23px;
}


/* @end */

/* @group Global Classes */

blockquote, .standout {
}

h1 {
}

h2 {
}

h3 {
}

h4 {
}

.imageStyle {
}



/* Main content area unordered list styles */
#contentContainer #content ul {
}

#contentContainer #content li {
}

ul.disc {
	list-style-type: disc;
}

ul.circle {
	list-style-type: circle;
}

ul.square {
	list-style-type: square;
}

ol.arabic-numbers {
	list-style-type: decimal;
}

ol.upper-alpha {
	list-style-type: upper-latin;
}

ol.lower-alpha {
	list-style-type: upper-latin;
}

ol.upper-roman {
	list-style-type: upper-roman;
}

ol.lower-roman {
	list-style-type: lower-roman;
}

/* Sidebar area unordered list styles */
#sidebarContainer #sidebar ul {
}

#sidebarContainer #sidebar li {
}


/* Table Styles */
table {
}
/* @end */

/* @group Blog */

/* @group Tag Cloud */


ul.blog-tag-cloud {

}

ul.blog-tag-cloud li {
	display: inline;
}

#sidebarContainer #sidebar ul.blog-tag-cloud li a {
}

#sidebarContainer #sidebar ul.blog-tag-cloud li a:hover {
	text-decoration: underline;
}

.blog-tag-size-1 {	
	font-size: 0.8em;
}

.blog-tag-size-2 {	
	font-size: 0.85em;
}

.blog-tag-size-3 {	
	font-size: 0.9em;
}

.blog-tag-size-4 {	
	font-size: 0.95em;
}

.blog-tag-size-5 {	
	font-size: 1em;
}

.blog-tag-size-6 {	
	font-size: 1.05em;
}

.blog-tag-size-7 {	
	font-size: 1.1em;
}

.blog-tag-size-8 {	
	font-size: 1.15em;
}

.blog-tag-size-9 {	
	font-size: 1.2em;
}

.blog-tag-size-10 {	
	font-size: 1.25em;
}

.blog-tag-size-11 {	
	font-size: 1.3em;
}

.blog-tag-size-12 {	
	font-size: 1.35em;
}

.blog-tag-size-13 {
	font-size: 1.4em;
}

.blog-tag-size-14 {	
	font-size: 1.45em;
}

.blog-tag-size-15 {
	font-size: 1.5em;
}

.blog-tag-size-16 {	
	font-size: 1.55em;
}

.blog-tag-size-17 {	
	font-size: 1.6em;
}

.blog-tag-size-18 {	
	font-size: 1.65em;
}

.blog-tag-size-19 {
	font-size: 1.7em;
}

.blog-tag-size-20 {	
	font-size: 1.75em;
}
/* @end */

/* @group Archive Page */

.blog-archive-background {
}

.blog-entry-summary {
}

.blog-archive-headings-wrapper {
}

.blog-archive-entries-wrapper {
}

.blog-archive-entries-wrapper .blog-entry {
}

.blog-archive-month {
}

.blog-archive-link {
}

.blog-archive-link a:link, .blog-archive-link a:visited {
}
	
/* @end */

.blog-entry {
	font-size: 1.45em;
	line-height: 1.55em;
	padding: 20px 0;
}

h1.blog-entry-title {
	font-size: 1.6em;
}


h1.blog-entry-title a {
}

.blog-entry-date {
	font-size: 0.9em;
	padding-bottom: 10px;
}

/*styles the category link in the main entry */
.blog-entry-category {
}

.blog-entry-category a:link, .blog-entry-category a:visited {
}

.blog-read-more {
}

.blog-entry-body {
	color: #444;
}

.blog-entry-comments {
}

p.blog-entry-tags {
}

/* styles the archives in the blog sidebar */
#blog-archives {
}

.blog-archive-link-enabled {
}

.blog-archive-link-disabled {
}

/* Styles the blog categories in the blog sidebar */
#blog-categories {
}

.blog-category-link-enabled {
}

.blog-category-link-disabled {
}

/* Styles the blog RSS feeds in the blog sidebar */
#blog-rss-feeds {
}

.blog-rss-link {
}

.blog-comments-rss-link {
}

/* @end */

/* @group File Sharing */

.filesharing-description {
}

.filesharing-item {
}

.filesharing-item-title a:link {
}

.filesharing-item-title a:hover {
}

.filesharing-item-title a:visited {
}

.filesharing-item-description {
}

/* @end */

/* @group Photo Album */

/* @group Index Page (Thumbnail view) */

.album-title {
}

.album-description {
}


.album-wrapper {
}

.thumbnail-wrap {
}

.thumbnail-frame {
}

.thumbnail-frame:hover {
}

.thumbnail-frame a {
}

.thumbnail-frame a:hover {
}

.thumbnail-frame img {
}

.thumbnail-caption {
}
	
/* @end */