/*  
Theme Name: Arthemia
Theme URI: http://michaelhutagalung.com/2008/05/arthemia-magazine-blog-wordpress-theme-released/
Description: <a href="http://michaelhutagalung.com/2008/05/arthemia-magazine-blog-wordpress-theme-released/">Arthemia</a> theme is combining a magazine and a weblog into one; it is not too magazine-ish nor too blog-ish. Designed for Wordpress. Gravatar support included along with automatic thumbnail resizer.
Version: 1.0
Author: Michael Jubel Hutagalung
Author URI: http://michaelhutagalung.com/2008/05/arthemia-magazine-blog-wordpress-theme-released/

The CSS, XHTML and design is released under GPL:
http://www.opensource.org/licenses/gpl-license.php
*/



/* HTML Elements */
* {
	margin:0;
	padding:0;
	}

body {
	font: 100% Arial, Helvetica;
	background: #FFF;
	color: #7f7f7f;
	}

p {	
	margin: 15px 0;
	}

a:link, a:visited {
	color: #3c78a7;
	text-decoration:none
	}

a:hover, a:active {
	color: #3c78a7;
	text-decoration:underline;
	}

a img {
	border:0;
	}

code {
	font: 1.0em 'Courier New', Courier, Fixed;
	background:#ececec;
	}	

acronym, abbr, span.caps {	
	font-size: 0.9em;
	letter-spacing: .07em;
	cursor: help;
	}			

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	padding: 10px 10px 0 10px;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	background: #eee;
	font:1.0em Arial;
	line-height:1.5em;
	margin:10px 0px;
	}

select {
	width: 130px;
	}	



/* Structure */


#head {
	width:100%;
	margin:0px auto;
	margin-top:5px;
	padding:0px;
	font-size:0.7em;
	min-width:940px;
	}

#head-top {
	width:940px;
	margin:0px auto;
	padding:0px 10px 0px 10px;
	}

#head .bar {position:absolute; width: 100%; background:#e0d7d2;	z-index:0; height: 35px; margin-top: 20px;}

.important {z-index:1000;}

#page {
	width:940px;
	margin:0px auto;
	padding:2px 10px 10px 10px;
	xbackground:#e0d7d2;
	font-size:0.7em;
	}

.left, .alignleft {
	float:left;
	}

.right, .alignright {
	float:right;
	}


/* Navigation Bar*/
#navbar {
	margin:0 auto;
	margin-top:15px;
	padding:0px 10px;
	text-transform:lowercase;
		background:#e0d7d2 url('images/lily-menu2.jpg') ;
		font-size:1.2em;
	}

#page-bar {
	min-width:680px;
width:72%;
	}

#page-bar ul {
	list-style: none;
	}

#page-bar li {
	float:left;
	list-style:none;
	cursor: pointer;
	display:block;
	}

#page-bar li:hover {
	background: #bbb;
	}


#page-bar a, #page-bar a:visited {
	margin: 0px;
	padding:10px 16px;
	font-weight:bold;
	color:#777;
	display:block;
	}

#page-bar a:hover {
	text-decoration:none;
	display:block;
		color:#fff;
	}

#navbar .page-item2 {
margin-left:40px !important;
}

#navbar .page-item2:hover {
	background:#e0d7d2;
		color:#e0d7d2;
}

#navbar .page-item-right {
	margin-left:40px !important;
	color:#e0d7d2;
	float:left;
}

#navbar .page-item-right:hover {
	background:#bbb;
		color:#e0d7d2;
}

.right_navbar {
	float:right;
	}

#searchform {
	width:16em;
	min-width:235px;
	max-width:300px;
	float:right;
	text-align:right;
	padding-top:6px;
	color: #7f7f7f;
	font-weight:bold;
	}

/* Navigation Bar - Dropdown Menus */		
#page-bar li {
	float: left;
	margin: 0px;
	padding: 0px;
	z-index:1000;
	}
	
#page-bar li li {
	float: left;
	margin: 0px;
	padding: 0px;
	width: 15em;
	text-transform:none;
	z-index:1000;
	}
	
#page-bar li li a, #page-bar li li a:link, #page-bar li li a:visited {
	background: #e0d7d2;
filter: alpha(opacity=90);
opacity:.90;
	float: none;
	margin: 0px;
	padding: 5px 10px 5px 18px;
border-left: 2px solid #bbb;
border-right: 2px solid #bbb;
	z-index:1000;
	}

#page-bar .page_item_first {
		background: #bbb;
	height: 2px !important;
		z-index:1000;
	}

#page-bar .page_item_last {
		height: 2px !important;
			background: #bbb;
				z-index:1000;
	}

#page-bar li li a:hover, #page-bar li li a:active {
	background: #666666;
	padding: 5px 10px 5px 18px;
	z-index:1000;
	}

#page-bar li ul {
	position: absolute;
	width: 10em;
	left: -999em;
	z-index:1000;
	}

#page-bar li:hover ul {
	left: auto;
	display: block;
	z-index:1000;
	}
	
#page-bar li:hover ul, #page-bar li.sfhover ul {
	left: auto;
	z-index:1000;
	}


/* Text*/

h1 {
	font:3.5em Arial;
	font-weight:bold;
	letter-spacing:-0.08em;
	}

h2 {
	font:2.3em Arial, Helvetica;;
	}

h2 a {
color: #7f7f7f !important;
}

h3 {
	font:1.6em Arial;
	margin-bottom:3px;
	color:#7f7f7f;

	}

#content h3 {
font-size: 1.3em !important;
}

h4 {
	font:1.0em Arial;
	}

h3.cat_title, h3.cat_title a {
	color:#333;
	letter-spacing:-0.05em;
	font-size:0.85em;
	}

h3#respond {
	margin-top:0px;
	padding-top:20px;
	}

h3#comments {
	margin-top:15px;
	padding-left:0px;
	}

h3.authors {
	margin-top:15px;
	}

/* Index Page*/

h1.logo {
	width: 240px; height: 69px;
	position: relative;
	overflow:hidden;
	font-size:3.8em;
	color: #7f7f7f;
	font-weight:lighter;
	}
h1.logo span {
	position: absolute;
	width: 100%;
	height: 100%;
	background: url("http://lilysawyer.com/wp-726/wp-content/themes/arthemia/images/headers/logo.gif"); background-repeat: no-repeat;
	}

#logo, #logo span {height:69px; width:240px; overflow: hidden; }


#logo {
	width:350px;
	padding-left:10px;
	}
#logo h1 a{
	color:#7f7f7f;
}


.tagline{float:right;margin-right:75px;margin-top:5px;z-index:1000; background: #fff;}	
.tagline1{padding-left: 25px;font-size:1.7em;}
.tagline2{padding-left: 55px;font-size:1.4em;margin-top:-0.4em;}
.tagline3{padding-left: 0;font-size:1.8em;margin-top:-0.4em;}
.tagline4{padding-left: 30px;font-size:1.65em;margin-top:-0.4em;}

#top {
	padding:0;
	}

.homepage{
	text-align:justify;
	font-size:1.05em ;
	padding: 22px 0 10px 30px;
	}
.home-gall{
	text-align:center;
	line-height:150%;
	}

h3.heading {
	position: relative;
	font-size:2.2em;
	color: #7f7f7f;
	font-weight:lighter;
	text-align:left;
	font-family:Tahoma, Geneva, sans-serif !important;
	}

#headline h3.heading{
text-align:center;
}


/* Main Content - */	

#headline {
	width:640px;
	float:left;
	background:#fff;
	padding:10px;
	font-size:1.05em;
	line-height:1.5em;
	margin:0;
	}

#headline  div.title {
	font-weight:bold;
	font:2.4em Georgia;
	letter-spacing:-0.05em;
	display:block;
	padding-bottom:5px;
	}
	
#headline  div.blurb {
	font-size:1.25em;
	padding-left:20px;
	padding-right:20px;
	text-align: center;
	}

#headline div.meta {
	display:block;
	margin-top:-5px;
	padding-bottom:2px;
	}

#headline div.meta_blog {
	display:block;
	padding-bottom:2px;
	}

#headline p {
	padding-bottom:15px;
		font-size:1.15em;
	}

/* Side Bar - */	

#featured {
	width:250px;
	background:#fff;
	float:right;
	font-size:1.25em;
	padding:10px 10px 9px 10px;
	}
	
	
.newlay #featured {
	width:180px; font-size: 0.9em;
}
	
	
#featured h3{
	color:#7f7f7f !important;
	font-size:2.1em;
	}

#featured .clearfloat {
	margin-top:7px;
	margin-bottom:8px;
	}

#featured .info {
	margin-top:5px;
	padding-top:5px;
	float:right;
	width:115px;
	font-size:1.0em;
	}

#featured .title {
	font-weight:bold;
	font-size:1.1em;
	}

#featured .meta {
	font-size:1.1em;
		color: #7f7f7f;
	}


/* Bottom navigation - */	

#middle {
	width: 920px;
	font-size:1.1em;
	background:#fff;
	float:right;
	padding:10px;
	margin:10px 0;
	}

.category {
	width:164px;
	float:left;
	border-top:8px solid #333;
	margin:0px;
	padding:5px 10px 10px 10px;
	color: #7f7f7f;
font-size:1.1em;
	}

.category p {
	margin:0;
	}

#cat-1, #cat-3, #cat-5  {border-top:8px solid #e0d7d2;}
#cat-2, #cat-4 {border-top:8px solid #bbb;}

.category span.cat_title, #front-popular h3, #front-list .cat_title, #archive .cat_title {
	text-transform:lowercase;
	margin:0;
	font-size:1.4em;
	letter-spacing:-0.05em;
	}


.category a {
	color: #7f7f7f;
	display:block;
	background:none;
	}

.category a:hover {
	background:none;
	color:#fff;
	text-decoration:none;
	}

#cat-1:hover, #cat-3:hover, #cat-5:hover {background:#e0d7d2; color:#000; }
#cat-2:hover, #cat-4:hover {background:#bbb; color:#000; }
#cat-1:hover a, #cat-3:hover a, #cat-5:hover a {background:#e0d7d2; color:#000; }
#cat-2:hover a, #cat-4:hover a {background:#bbb; color:#000; }

#bottom {
	width: 940px;
	}

#archive {
	padding-top:15px;
	font-size:1.0em;
	}

#archive h2 {
	font-size:2.3em !important;
text-transform:none !important;
	font-weight:normal !important;
}

#front-list blockquote {
	padding: 0px 10px 0 10px;
	}

#front-list .title, #archive .title {
	font-weight:bold;
	font:2.0em Georgia;
	letter-spacing:-0.05em;
	}

#front-list .clearfloat, #archive .clearfloat, #headline .clearfloat {
	padding-bottom:10px;
	border-bottom:1px dotted #ccc;
	margin-bottom:10px;
	}

#front-list .spoiler, #archive .spoiler {
	display:block;
	margin-top:3px;
	}

#front-list p, #archive p {
	margin:0px;
	padding:0px;
	}

.author {
	font-size:0.8em;
	font-weight:bold;
	}

.meta {
	font-size:0.8em;
	color:#333;
	}

.meta a {
	color:#333;
	}

#headline p, #featured p {
	margin:0;
	}


/* Content Page*/

#content {
	width:640px;
	background:#fff;
	padding:10px;
	text-align:justify;
	font-size:1.25em;
	line-height:1.75em;
	float:left;
	min-height:400px;
}

#content .breadcrumbs, #content .breadcrumbs a {
	font-weight:bold;
	color:#333;
	}

#content h2.title {
	font:2.2em Georgia;
	font-weight:bold;
	letter-spacing:-0.05em;
	padding:5px 0px;
	}

.post {
	font-size:1.05em;
	}

.post h2.title {
font-size: 2.4em !important;	
}

.post p {
	margin-top:0px;
	}

.post .clearfloat {
	margin:10px 0px;
	}

.post ul, .post ol, #front-list ul, #front-list ol {
	margin-bottom:15px;
	}

.post ul li, #front-list ul li {	
	list-style:square;
	margin-left:30px;
	}

.post ol li, #front-list ol li {	
	list-style:decimal;
	margin-left:30px;
	}

.post ol li ul li, #front-list ol li ul li {	
	list-style:square;
	margin-left:20px;
	}

.post img, .post a img, #front-list img, #archive img {
	border:1px solid #ccc;
	margin: 10px;
	padding:2px;
	}

.post .ads {
	margin-top:10px;
	}

.entry {
	margin-top:20px;
	}

#stats {
	margin-top:0px;
	padding:4px 0px;
	text-transform:uppercase;
	font:0.8em Arial;
	display:block;
	}

#stats span {
	padding: 0px 20px 0px 0px;
	}

#stats span a:hover {
	background:none;
	}

#stats span a {
	color:#333;
	}

#stats img, #nav img {
	border:0px;
	margin:0px;
	padding:0px;
	}

#tools {
	width:590px;
	height:25px;
	font-size:0.95em;
	}

#tools a:hover {
	background:none;
	}

.navigation {
	padding:5px 0px;
	text-align:Center;
	}

/* Sidebar*/
#sidebar {
	width:320px;
	float:right;
	margin:0px 0px 0px 0px;
	}

#sidebar h3 {
	font:1.1em Arial;
	font-weight:bold;
	background:#333;
	color:#fff;
	margin:10px 0px 5px 0px;
	padding:3px 10px;
	}

#sidebar-top, #sidebar-bottom {
	width:300px;
	float:right;
	padding:0px 10px 10px 10px;
	background:#fff;
	}

#sidebar-bottom, #sidebar-middle {
	margin-top:10px;
	}

#sidebar-middle {
	width:320px;
	float:right;
	}

#sidebar-left {
	width:135px;
	padding:0px 10px 10px 10px;
	float:left;
	background:#fff;
	}

#sidebar-right {
	width:135px;
	padding:0px 10px 10px 10px;
	float:right;
	background:#fff;
	}


#sidebar li {
	list-style:none;
	border-bottom:1px dotted #ccc;
	display:block;
	padding:2px 0px 2px 13px;
}

#sidebar li ul li:last-child{
	list-style:none;
	border-bottom:0px dotted #ccc;
	display:block;
	padding:2px 0px 0px 13px;
	}


/* Comment Form Elements */

select {
	border:1px solid #333;
	width:100%
	}
	
.field {
	padding: 2px;
	border:1px solid #333;
	background:#fff;
	font-size:1.0em;
	}

#s {
	padding:1px;
	font-size:1.0em;
	width:150px;
	color:#7f7f7f !important;
	}
	
#searchsubmit {
	padding-left:5px;
	}

#commentform input {
	width: 140px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 99%;
	margin-top:5px;
	}

#archive-drop {
	color:#7f7f7f !important;
		font-size:0.9em;
	}


/* Comments*/

.commentlist cite {
	font-style:normal;
	margin-bottom:4px;
	display:block;
	}	

.commentlist blockquote {
	background:#ededed;
	}
			
.commentlist li {
	padding: 10px 0px 0px 0px;
	list-style:none;
	margin-bottom:3px;
	}

.commentlist li li {
	background:none;
	border:none;
	list-style:square;
	margin:3px 0 3px 20px;
	padding:3px 0;
	}

.commenttext {
	padding: 10px 10px 0px 10px;
	background:#f2f2f2;
	border-top:1px solid #ddd;
	border-bottom: 1px solid #ddd;
	width:585px;
	}
		
.commentlist cite strong {
	font-size:1.1em;
	}
	
li.my_comment {
	background: #FFF;
	border:none;
	}

li.my_comment cite strong {
	font-size: 1.3em;
	color:#313228;
	}
	
#commentform small {
	background:#FFF;
	font-weight:bold;
	padding:0;
	}
	
.commentmetadata {
	color:#4d4d4d;
	display: block;
	margin-top:3px;
	margin-right:30px;
	text-align:right;
	font-size:0.9em;
	}

.commentmetadata a, .commentmetadata a:visited {
	color:#959382;
	}
	
.commentlist small {
	background:#e9e9e9;
	}

.avatar {
	border:1px solid #bbb;
	margin:0px 10px 0px 0px;
	float:left;
	padding:2px;
	width:55px;
	height:55px;
	}	

#comment {
	width:590px;
	background:#fff;
	}

/* Sidebar comments */

.mini-note {
font-size: 0.9em;
font-style: italic;
margin-top:7px;
}
.fn {
float:left;
font-style: normal;
font-weight: bold;
}
.comment-author vcard{
float:left;
background:#fff !important;
}
.comment-meta commentmetadata{
float:right;
}
.li-comment2 p {
	text-indent: 0px;
clear:both;
	}
	}
#comment-side ul li{
	list-style-type: none;
margin-left:0px;
margin-bottom:10px;
	}
.cform { 
	width: 600px !important;
		font: Arial, Helvetica !important;
}


/* Footer*/

#footer {
	margin: 0 auto;
	width: 100%;
	font-size:0.8em;
	padding: 10px 0px 30px 0px;
	background:#e0d7d2;
	min-width:940px;
	text-indent: 30px;
	float:left;
	}
#footer a{
	font-weight:bold;
	color:#777;
}
.right-footer{
	float: right;
	padding-right:30px;
	}

/* Float Properties*/

.clearfloat:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
	}
.clearfloat {
	display: inline-block;
	}
.leftclean{
	float:left;
	margin:0px;
	border:0px !important;
	padding:0px;
	}
.center {
	text-align: center;
}
img.center, img[align="center"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}


/* Hides from IE-mac \*/
* html .clearfloat {
	height:1%;
	}
*+html .clearfloat {
	height:1%;
	}
.clearfloat {
	display:block;
	}

/* Slideshow \*/	

#slideshow {list-style:none; color:#fff}
#slideshow span {display:none}
#wrapper {width:608px; margin:10px auto; display:none}
#wrapper * {margin:0; padding:0}
#fullsize {position:relative; width:602px; height:400px; padding:2px; border:1px solid #fff; background:#fff}
#information {pdisplay:none;}
#information h3 {display:none;}
#information p {display:none;}
#image {width:602px}
#image img {position:absolute; z-index:25; width:auto}
.imgnav {position:absolute; width:25%; height:406px; cursor:pointer; z-index:150}
#imgprev {left:2px; background:url(http://lilysawyer.com/javascript-slideshow/images/left.gif) left center no-repeat}
#imgnext {right:2px; background:url(http://lilysawyer.com/javascript-slideshow/images/right.gif) right center no-repeat}
#imglink {position:absolute; height:306px; width:100%; z-index:100; opacity:.4; filter:alpha(opacity=40)}
.linkhover {background:url() center center no-repeat}
#thumbnails {margin-top:15px}
#slideleft {float:left; width:20px; height:81px; background:url(http://lilysawyer.com/javascript-slideshow/images/scroll-left.gif) center center no-repeat; background-color:#ececec}
#slideleft:hover {background-color:#a8a8a8}
#slideright {float:right; width:20px; height:81px; background:#ececec url(http://lilysawyer.com/javascript-slideshow/images/scroll-right.gif) center center no-repeat}
#slideright:hover {background-color:#a8a8a8}
#slidearea {float:left; position:relative; width:556px; margin-left:5px; height:81px; overflow:hidden}
#slider {position:absolute; left:0; height:81px}
#slider img {cursor:pointer; border:1px solid #666; padding:2px}
#information .slide_info {padding-top: 4px; padding-bottom 4px;}
.no-slide {
	font-size:1.1em;
	text-align: center;
	padding-left:10%;
	padding-right: 10%;
	}
#slideshow img{ float: left; display:none; }
#slideshow p{ float: left; }
#slideshow ul li { float: left;}




/* Blog Formatting \*/

#blog-sidebar ul {
	list-style: disc;
	margin-left: 5px;
}
.right-blog{
	float:right;
	margin-left: 10px;
	}
#blog-sidebar, #private-sidebar{
	font-size:1.1em;
	}
#blog-sidebar h3, #private-sidebar h3{
	font-size:1.5em;
	color:#aaaaaa;
	}
.sub-img {
	float:left;
	border: 0px ;
	padding-top:0px;
	margin-top: 2px;
	margin-right: 3px;
	margin-left: 3px;
	padding-bottom:5px;
	vertical-align:middle !important;
	}
.subscribe-side{
	float:right;
	padding-left:5px;
	width:125px;
	}


/* Private Galleries \*/


.photobox{
	border:0px !important;
	}

#wedding-private h3, #family-private h3, #children-private h3{
	padding-bottom: 15px;
	}

#wedding-private, #family-private, #children-private {
	width: 29%;
	padding: 0 2% 0 2%;
	marging:0px;
	float: left;
	}
.gallery-list {
	border: 1px solid #ddd;
	padding: 10px 0 5px 0;
	margin: 0 0 10px 0;
	text-align:center ;
	}
#gallery-public1 h3, #gallery-public2 h3, #gallery-public3 h3, #gallery-public4 h3, #gallery-public5 h3, #gallery-public6 h3  {
	padding: 10px 0 10px 0;
	}
#gallery-public1, #gallery-public2, #gallery-public3, #gallery-public4, #gallery-public5, #gallery-public6 {
	width: 27%;
	padding: 0 1% 0 2%;
	margin: 0 1% 10px 1%;
	float: left;
		border: 1px solid #ddd;
	}
#gallery-public1 p, #gallery-public2 p, #gallery-public3 p, #gallery-public4 p, #gallery-public5 p, #gallery-public6 p {
	margin: 0px;
	}
#gallery-public1 img, #gallery-public2 img, #gallery-public3 img, #gallery-public4 img, #gallery-public5 img, #gallery-public6 img {
	margin: 0px 0px 15px 27px;
	}
.gallery-list a, #gallery-public1 a, #gallery-public2 a, #gallery-public3 a, #gallery-public4 a, #gallery-public5 a, #gallery-public6 a {	
	color: #7f7f7f !important;
}
.gallery-list img {
	border: 0px !important;
	}
.left-gallery {
	padding: 0 0 0 5px;
	float:left;
	}
	
.right-gallery {
	padding: 0 5px 0 0;
	float:right;
	}
	
	
/* Pricing Table \*/

#head1{
font-size:1.2em;
}
#head2{
font-size:1.1em;
}
#prices th {
	text-align: left;
	width: 225px;
	}
.odd {
	background: #e0d7d2;
	font-weight:bold;
	color:#555;
	}	
.odd:hover, .even:hover {
	background: #aaa;
	color: #fff;
	cursor : pointer;
	}
#prices td {
	text-align: center;
	width: 125px;
	}
#prices #head1 td, #prices #head2 td {
	font-weight:bold;
	}
.table-blank {
	width: 25px !important;
	}


/* Lozenge / buttons \*/	

.lozenge-a {
		display:block;
			width:100%;
	height:100%;
	}

.lozenge1 {
	width: 90%;
	background:#e0d7d2;
		color:#777;
	text-align:center;
	margin:0px auto;
	padding:10px;
	-webkit-border-radius: 8px;    /* for Safari */
    -moz-border-radius: 8px;       /* for Firefox */
	}

.lozenge1 span{
	width:100%;
	height:100%;
	display:block;
	}

.lozenge2a, .lozenge2b {
	width: 41%;
	float:left;
	margin-bottom:5px;
	background:#e0d7d2;
		color:#777;
	text-align:center;
padding:10px;
	-webkit-border-radius: 8px;    /* for Safari */
    -moz-border-radius: 8px;       /* for Firefox */
	}
	
.lozenge2b {
	float:right;
}

.lozenge1:hover, .lozenge2a:hover, .lozenge2b:hover {
	background: #777;
	}

.lozenge1:hover a, .lozenge2a:hover a, .lozenge2b:hover a, div.lozenge1:hover , div.lozenge2a:hover , div.lozenge2b:hover {
	background: #777;
	color: #fff;
	text-decoration: none;
	}
div.lozenge1, div.lozenge2a, div.lozenge2b, .lozenge1 a, .lozenge2a a, .lozenge2b a {
color: #555;
}

/* Product boxes \*/

.columns1 {
width: 47%;
padding: 1%;
float:left;
clear:both;
}

.columns2 {
width: 47%;
padding: 1%;
float:right;	
}

.product-box, .archives-box5 {
	width: 93%;
	margin:0px auto;
	margin-top:10px;
	margin-bottom:15px;
	overflow:hidden;
}

.product-box {
	margin-bottom: -5px !important;
	}

.archives-box5 {
	width:18% !important;
	float:left !important;
	margin: 0 1% 0 1%
	}
.product-header, .archive-header {
	margin:0px !important;
	padding-top: 5px;
	background:#e0d7d2;
	font-weight: bold;
	color:#777;
	text-align:center;
	-webkit-border-top-left-radius: 8px;    /* for Safari */
	-webkit-border-top-right-radius: 8px;    /* for Safari */
    -moz-border-radius-topleft: 8px;       /* for Firefox */
    -moz-border-radius-topright: 8px;       /* for Firefox */
}

.archive-header {
padding: 5px;
}
.product-summary, .archive-summary, .rounded-box, .testimony-box {
	margin: 0 0 0 0 !important;
	padding:5px !important;
	overflow:hidden;
	text-align:left;
	border: 1px solid #e0d7d2;
	-webkit-border-bottom-left-radius: 8px;    /* for Safari */
	-webkit-border-bottom-right-radius: 8px;    /* for Safari */
    -moz-border-radius-bottomleft: 8px;       /* for Firefox */
    -moz-border-radius-bottomright: 8px;       /* for Firefox */
}

.product-summary {
	margin: -15px 0 0 0 !important;
}

.rounded-box {
	padding-left: 15px !important;
	padding-right:15px !important;
	padding-top:15px !important;
	padding-bottom:15px !important; 
	-webkit-border-top-left-radius: 8px;    /* for Safari */
	-webkit-border-top-right-radius: 8px;    /* for Safari */
    -moz-border-radius-topleft: 8px;       /* for Firefox */
    -moz-border-radius-topright: 8px;       /* for Firefox */
}
.product-box a, .archive-summary a{
		display:block;
		width: 100%;
			color:#777;
}

#private-lists .page_item {
float:left ;
}

#other-lists .page_item {
float:left ;
margin-left: 10%;
}

.archive-page{
	font-size:1.2em;
	}

.archive-summary a img {
	margin-left: 12.5%
	}

.private-lists ul li {
	float: left;
	padding-left: 10px;
	}

.archive-page ul li{
	list-style: disc;
	}

#archive-month{
	font-size:1.2em;
	float:left;
	padding-right:5%;
	}
	
#archive-input{
	width: 30%;
	float:right;
	padding-right:40%;
	}

.archive-summary h4{
		font-size:1.2em;
	}

#post-by-cat a {
	display:inline;
	}

/* Custom Formatting \*/	

ul li {
	margin-left: 15px;
}

.img-header{
	margin-bottom:5px;
	}


/* ----------- NGG Album Styles Extend -------------*/

.ngg-gallery-thumbnail-box {width:125px;}

.ngg-gallery-thumbnail{width:125px;}

.gallery-photo {
	margin-left: auto !important;
	margin-right: auto !important;
	display: block !important;
}


.ngg-gallery-thumbnail-box {
	float: left;
}
.ngg-gallery-thumbnail {
	float: left;
	margin-right: 5px;
	text-align: center;
}
.ngg-gallery-thumbnail img {
	background-color:#FFFFFF;
	border:1px solid #A9A9A9;
	display:block;  
	margin:4px 0px 4px 5px;
	padding:4px;
	position:relative;
}
.ngg-gallery-thumbnail img:hover {
	background-color: #A9A9A9;
} 

.ngg-clear {
	clear: both;
}
.ngg-navigation {
	font-size:0.9em !important;
	clear:both !important;
	display:block !important;
	padding-top:15px;
	text-align:center;	
}
.ngg-navigation span {
	font-weight:bold;
	margin:0pt 6px;
}
.ngg-navigation a.page-numbers,
.ngg-navigation a.next,
.ngg-navigation a.prev, 
.ngg-navigation span.page-numbers,
.ngg-navigation span.next,
.ngg-navigation span.prev {
	border:1px solid #DDDDDD;
	margin-right:3px;
	padding:3px 7px;
}
.ngg-navigation a.page-numbers:hover,
.ngg-navigation a.next:hover,
.ngg-navigation a.prev:hover, 
.ngg-navigation span.page-numbers:hover,
.ngg-navigation span.next:hover,
.ngg-navigation span.prev:hover {
	background-color: #0066CC;
	color: #FFFFFF !important;
	text-decoration: none !important;
}



/* ----------- Carousel Main CSS -------------*/

.jcarousel-container {
    position: relative;
    margin:0px auto;
}

.jcarousel-clip {
    z-index: 2;
    padding: 0;
    margin: 0;
    overflow: hidden;
    position: relative;
}

.jcarousel-list {
    z-index: 1;
    overflow: hidden;
    position: relative;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
}

.jcarousel-list li,
.jcarousel-item {
    float: left;
   list-style: none !important;
    /* We set the width/height explicitly. No width/height causes infinite loops. */
    width: 150px;
    height: 175px;
    	text-align: center;
}

#mycarousel a{
	text-decoration: none;
	color: #7f7f7f;
	}

#mycarousel li {
    float: left;
   list-style: none !important;
    /* We set the width/height explicitly. No width/height causes infinite loops. */
    width: 150px;
    height: 12.5em;
    	text-align: center;
	}
	
#degrade-carousel{
overflow:hidden; }

#mycarousel img{
	border:0px;
	margin:0px;
	padding:0px;
	}	
	
#mycarousel li span, #mycarousel span{
		display:block;
	width: 146px;
	background: #e0d7d2;
	color:#7f7f7f ;
	padding: 5px 2px 10px 2px !important;
	margin: -5px 0px 0px 0px;
	    -moz-border-radius-bottomleft: 8px;       /* for Firefox */
    -moz-border-radius-bottomright: 8px;       /* for Firefox */
	}

.jcarousel-list li span,
.jcarousel-item span {
	display:block;
	width: 146px;
	background: #fff !important;
	color:#7f7f7f ;
	padding: 5px 2px 10px 2px !important;
	margin-top: -11px;
	margin-left: 2px;
	    -moz-border-radius-bottomleft: 8px;       /* for Firefox */
    -moz-border-radius-bottomright: 8px;       /* for Firefox */
	
}
.jcarousel-item img{
border:0px !important;
margin-bottom:0px;
padding-bottom:0px;
}

/* ----------- Carousel Tango Skin -------------*/

.jcarousel-skin-tango .jcarousel-container {
    -moz-border-radius: 10px;
    background: #e0d7d2;
    border: 1px solid #bbb;
}

.jcarousel-skin-tango .jcarousel-container-horizontal {
    width: 780px;
    padding: 20px 40px 10px 40px;
}

.jcarousel-skin-tango .jcarousel-clip-horizontal {
    width:  780px;
    height: 11em;
 min-height: 165px;
}

.jcarousel-skin-tango .jcarousel-item {
    width: 150px;
    height: 11em;
 min-height: 165px;
}

.jcarousel-skin-tango .jcarousel-item-horizontal {
    margin-right: 10px;
}

.jcarousel-skin-tango .jcarousel-item-placeholder {
    background: #fff;
    color: #000;
}
.jcarousel-skin-tango .jcarousel-next-horizontal {
    position: absolute;
    top: 70px;
    right: 0px;
    width: 32px;
    height: 50px;
    cursor: pointer;
    background: transparent url(http://lilysawyer.com/javascript-slideshow/images/right.gif) no-repeat 0 0; opacity:.2; filter:alpha(opacity=20);
}

.jcarousel-skin-tango .jcarousel-next-horizontal:hover {
opacity:.4; filter:alpha(opacity=40);
}

.jcarousel-skin-tango .jcarousel-next-horizontal:active {
opacity:.4; filter:alpha(opacity=40);
}

.jcarousel-skin-tango .jcarousel-next-disabled-horizontal,
.jcarousel-skin-tango .jcarousel-next-disabled-horizontal:hover,
.jcarousel-skin-tango .jcarousel-next-disabled-horizontal:active {
    cursor: default;
    background-position: -96px 0;
}

.jcarousel-skin-tango .jcarousel-prev-horizontal {
    position: absolute;
    top: 70px;
    left: 0px;
    width: 37px;
    height: 50px;
    cursor: pointer;
    background: transparent url(http://lilysawyer.com/javascript-slideshow/images/left.gif) no-repeat 0 0; opacity:.2; filter:alpha(opacity=20);
}

.jcarousel-skin-tango .jcarousel-prev-horizontal:hover {
opacity:.4; filter:alpha(opacity=40);
}

.jcarousel-skin-tango .jcarousel-prev-horizontal:active {
opacity:.4; filter:alpha(opacity=40);
}

.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal,
.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:hover,
.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:active {
    cursor: default;
    background-position: -96px 0;
}

.quotee {
	clear:both;
	font-style:italic;
	display:block;
text-align:right;
padding: 8px 0px 15px 0px;
margin-right:15px;
	}

.testimony-box {
	padding-left: 15px !important;
	padding-right:0px !important;
	padding-top:15px !important;
	padding-bottom:5px !important; 
	-webkit-border-top-left-radius: 8px;    /* for Safari */
	-webkit-border-top-right-radius: 8px;    /* for Safari */
    -moz-border-radius-topleft: 8px;       /* for Firefox */
    -moz-border-radius-topright: 8px;       /* for Firefox */
}
.testimony-box blockquote {
	text-indent: 28px;
	background: url(http://lilysawyer.com/wp-726/wp-content/themes/arthemia/images/quote-open.png);
	background-position: 0 2px;
	background-repeat: no-repeat;
	padding: 10px 0px 0px 0px;
	border: 0px;
	line-height:1.3em;
	margin:0px 0px 0px 0px;
}

.testimony-box blockquote p {
	display: inline;
	overflow:visible;
	margin: 0;
	padding-right: 30px;
	background: url(http://lilysawyer.com/wp-726/wp-content/themes/arthemia/images/quote-close.png);
	background-position: bottom right;
	padding-bottom:8px;
	background-repeat: no-repeat;
}

// Basic styling for login widget
// This styling aligns the gravtar left, the links right.
.widget_wp_sidebarlogin {
	overflow: hidden;
}
.widget_wp_sidebarlogin .avatar_container {
	float:left;
}
.widget_wp_sidebarlogin .avatar_container img {
	padding: 3px;
	border: 1px solid #ddd;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	margin-right: 8px;
	margin-top: 5px;
}