/* Reset browser defaults */
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,
b, u, i, center,
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-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

body {
	background-color:#fefaf1;
}

/*================ Internal Gallery Display fully styled by jd.gallery.css ===============*/

/*==================== Gallery Main Structure ======================*/

div#gallerywrapper {
	width:1000px;
	margin-top:10px;
	margin-left: auto;
	margin-bottom:5px;
	margin-right:auto;
	display:block;
	height:auto;
}

#myGallery, #myGallerySet
{
	width: 998px;
	height: 298px;
	z-index:5;
	border: 1px solid #9e8a77;
}

/*==================== End Gallery Main Structure ======================*/

#site {
	height: auto;
	width: 1000px;
	margin: 0 auto;
	float:left;
	display:block;
}

div#wrapper {
	width:1000px;
	background-color:#fefaf1;
	overflow:hidden;
	display: block;
	margin: 0px auto 5px auto;
}

div#header, div#footer {
text-align:center;
margin: 0px 0px 5px 0px;
}

/*=================== General Formatting ===========================*/

	/*==================== Positioning========================*/

.alignright,img.alignright{
float:right;
}

.alignleft,img.alignleft{
float:left;
}

.aligncenter,img.aligncenter{
display:block;
margin:0 auto;
text-align:center;
}

	/*========================= End Positioning==============*/

	/*============= Text Formatting ==============*/
	
.italics {
	font-style:italic;
}

div.sidebar h3 {
font-size:1.2em;
}

	/*=============================================*/

.skipdisplay {
    display:none;
}

/*=================== End General Formatting ===========================*/

/*======================= All Navigation Menu Styling ============================*/

#access {
    _height:64px;
    font-size:13px;
    overflow:visible;
    z-index:100;
	color:#c6b9aa;
	font-family:"Courier New", Courier, monospace;
}

#topmenu {
	width:100%;
	display:block;
	float:left;
	font-family:"Courier New", Courier, monospace;
	background-color:#c6b9aa;
	background-image:url(/main/wp-content/themes/sandbox/img/littlelion_text_logo.png);
	background-repeat: no-repeat;
	background-position: right;
}
#subnav {
    width:100%;
    display:block;
    float:left;
    background-color:#9e8a77;
}

/*** ESSENTIAL STYLES ***/
.sf-menu, .sf-menu * {
	margin:			0;
	padding:		0;
	list-style:		none;
}
.sf-menu {
    line-height:    1;
}
.sf-menu ul {
	position:		absolute;
	top:			-999em;
	width:			13em; /* left offset of submenus need to match (see below) */
}
.sf-menu ul li {
	width:			100%;
}
.sf-menu li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li {
	float:			left;
	position:		relative;
}
.sf-menu li span {
	display:		block;
}
.sf-menu a {
	display:		block;
	position:		relative;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	left:			0;
	top:			2.5em; /* match top ul list item height */
	z-index:		99;
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
	left:			13em; /* match ul width */
	top:			0;
}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
	left:			13em; /* match ul width */
	top:			0;
}

/*** THEMATIC SKIN ***/
.sf-menu {
	float:left;
	width:100%;
}
.sf-menu a {
	padding:7px 13px;
	text-decoration:none;
}
.sf-menu li span {
	text-decoration:none;
	padding-top:9px;
	padding-left:13px;
	padding-right:13px;
	padding-bottom:0px;
}
.sf-menu li .home-nav {
	display:block;
	height:23px;
}
.sf-menu .current_page_item a,
.sf-menu .current_page_ancestor a,
.sf-menu .current_page_parent a {
    border-bottom-color:#c6b9aa;
}
.sf-menu a, .sf-menu a:visited  { /* visited pseudo selector so IE6 applies text colour*/
	color:#fefaf1;
}
.page_item#tab_2 {
	color:#9e8a77;
}
.sf-menu li {
	background:transparent;
}
.sf-menu li li {
	background:transparent;
}
.sf-menu li li li {
	background:transparent;
}
.sf-menu li:hover, .sf-menu li.sfHover, .sf-menu.sfHover,
.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active{
    background:#9e8a77 url(../images/sprites.png) repeat-x 0 -139px;
	outline:0;
	color:#fefaf1;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	top:32px; /* overriding essential styles */
}
.sf-menu ul ul {
    margin-top:0;
}
.page_item{
	color:#9e8a77;
}
#topmenu.menu ul li {
	color:#9e8a77;
}
#access .sf-menu ul a {
    background:/*#fafafa;*/#9e8a77;
	border-bottom:none;
	border-right:1px solid #9e8a77;
	border-bottom:1px solid #9e8a77;
	color:#9e8a77;
}
#access .sf-menu ul a:hover {
	color: #fefaf1;
}
#subnav .sf-menu li:hover, #subnav .sf-menu li.sfHover,
#subnav .sf-menu a:focus, #subnav .sf-menu a:hover, #subnav .sf-menu a:active {
    background:transparent;
}

#subnav .sf-menu .cat-item a:hover {
    text-decoration:underline;
    background-color:#9e8a77;
}
#subnav .sf-menu ul li a, #subnav .sf-menu ul li a:visited  { /* visited pseudo selector so IE6 applies text colour*/
	color:#fefaf1;
}
#subnav .sf-menu ul li.page_item a:hover {
    background:#9e8a77;
}
#subnav_2, #subnav_3, #subnav_3-1-1, #subnav_3-1-2, #subnav_3-2-1, #subnav_3-2-2, #subnav_2-2-1, #subnav_2-2-2, #subnav_2-2-3, #subnav_2-2-4, #subnav_2-2-5, #subnav_2-2-6, #subnav_2-3-1, #subnav_2-3-2, #subnav_3-2, #subnav_4, #subnav_5, #subnav_4-1-1, #subnav_4-1-2, #subnav_5, #subnav_6, #subnav_6-1-1, #subnav_6-1-2 {
    display:none;
}

/* Start drop-down specific styles */
#subnav_2 ul {
    position:absolute;
    top:31px;
    z-index:99;
}
#subnav_2 li {
    float:left;
    position:relative;
}
#subnav_3 ul {
    position:absolute;
    top:31px;
    z-index:99;
}
#subnav_3 li {
    float:left;
    position:relative;
}
#subnav_4 ul {
    position:absolute;
    top:31px;
    z-index:99;
}
#subnav_4 li {
    float:left;
    position:relative;
}
#subnav_5 ul {
    position:absolute;
    top:31px;
    z-index:99;
}
#subnav_5 li {
    float:left;
    position:relative;
}
#subnav_6 ul {
    position:absolute;
    top:31px;
    z-index:99;
}
#subnav_6 li {
    float:left;
    position:relative;
}
/* End drop-down specific styles */

#searchform,
#search {
    float:left;
    display:block;
    margin:0;
    padding:8px 0 0 0 !important;
	font-family:"Courier New", Courier, monospace;
}
#searchform input,
#search input {
    float:left;
    display:block;
    width:169px;
    font-size:12px;
	background-color:#fefaf1;
	color:#867365;
    border:0;
    padding:1px;
    margin:0;
    line-height:14px;
	font-family:"Courier New", Courier, monospace;
}
#search input#searchsubmit,
#searchform input#searchsubmit {
    cursor:pointer;
    width:63px;
    background:transparent;
    border:0;
    color:#fefaf1;
    font-size:12px;
    font-weight:normal;
    line-height:1;
    margin:0;
}

#search input[type=hidden] {display:none;}

/*======================= End All Navigation Menu Styling ============================*/



div#container {
float:left;
margin:0 -200px 0 0;
width:100%;
}

div#container {
margin-top:1em;
}

div#content {
	margin:0 200px 0 0;
	font-family:"Courier New", Courier, monospace;
	font-size:12px;
	padding-right:10px;
}

div#nav-above {
	display:none;
}

/*============== All Posts Page ========*/

div#content p {
	padding-bottom:0.8em;
}

div#content h2 {
	font-size:1.4em;
	font-weight:300;
	padding-bottom:0.4em;
	display:block;
	clear:both;
	overflow:hidden;
}	

.entry-title {
	font-family:"Courier New", Courier, monospace;
	font-size:24px;
	color:#867365;
	line-height:1.2em;
	text-align:left;
	font-weight:300;
}

.entry-title a:link {
	color:#867365;
	text-decoration:none;
}

.entry-title a:visited {
	color:#c6b9aa;
	text-decoration:none;
}

.entry-title a:active, .entry-title a:hover {
	color:#867365;
	text-decoration:underline;
}

.entry-date {
	color:#c6b9aa;
}

.entry-content {
	margin:10px 0px 20px 0px;
	color:#867365;
	font-size:12px;
}

.entry-content p {
	padding-bottom:0.8em;
}

.entry-content h3 {
	font-size:1.4em;
	font-weight:300;
	padding-bottom:10px;
}

.entry-content a:link {
	color:#ea846a;
	text-decoration:none;
}

.entry-content a:visited {
	color:#c6b9aa;
	text-decoration:none;
}

.entry-content a:active, .entry-content a:hover {
	color:#e04926;
	text-decoration:underline;
}

.entry-meta {
	margin-bottom:20px;
	color:#867365;
}

.entry-meta a:link {
	color:#867365;
	text-decoration:none;
}

.entry-meta a:visited {
	color:#c6b9aa;
	text-decoration:none;
}

.entry-meta a:active, .entry-meta a:hover {
	color:#867365;
	text-decoration:underline;
}

.tag-links {
	font-size:10px;
	color:#c6b9aa;
}

.tag-links a:link {
	text-decoration:none;
	color:#c6b9aa;
}

.tag-links a:visited {
	text-decoration:none
	color:#c6b9aa;
}

.tag-links a:active, .tag-links a:hover {
	text-decoration:underline;
	color:#c6b9aa;
}

#nav-below {
	width:100%;
	clear:both;
	font-family:"Courier New", Courier, monospace;
	font-size:10px;
	color:#c6b9aa;
}

#nav-below a:link {
	color:#c6b9aa;
	text-decoration:none;
}

#nav-below a:visited {
	color:#c6b9aa;
	text-decoration:none;
}

#nav-below a:active, #nav-below a:hover {
	color:#867365;
	text-decoration:underline;
}

.nav-previous {
	display:block;
	float:left;
	clear:right;
}

.nav-next {
	display:block;
	float:right;
	clear:right;
	padding-right:10px;
}

.sharinglinks {
	padding-bottom: 20px;
}

/*============== End All Posts Page ========*/

/*============== Comments Page =============*/

#comments {
	margin-top: 50px;
	font-family:"Courier New", Courier, monospace;
	font-size:12px;
	color:#867365;
	text-align:left;
}

#respond h3 {
	font-size:18px;
	color:#867365;
	text-align:left;
	padding:5px 0px;
	font-weight:300;
}

form#commentform p#comment-notes {
	padding-bottom:10px;
}

form#commentform p#login .loggedin a:link, form#commentform p#login .logout a:link {
	color:#ea846a;
	text-decoration:none;
}

form#commentform p#login .loggedin a:visited, form#commentform p#login .logout a:visited {
	color:#c6b9aa;
	text-decoration:none;
}

form#commentform p#login .loggedin a:active, form#commentform p#login .loggedin a:hover,
form#commentform p#login .logout a:active, form#commentform p#login .logout a:hover {
	color:#e04926;
	text-decoration:underline;
}

form#commentform div.form-input input#author {
	margin:3px 0px 10px 0px;
	padding: 3px;
	width:220px;
	font-family:"Courier New", Courier, monospace;
	font-size:12px;
	color:#867365;/*#fefaf1;*/
	background-color:#fefaf1;/*#c6b9aa;*/
	border: 1px solid #9e8a77;
	display:block;
	line-height:14px;
}

form#commentform div.form-input input#email {
	margin:3px 0px 10px 0px;
	padding: 3px;
	width:220px;
	font-family:"Courier New", Courier, monospace;
	font-size:12px;
	color:#867365;
	background-color:#fefaf1;
	border: 1px solid #9e8a77;
	display:block;
	line-height:14px;
}

form#commentform div.form-input input#url {
	margin:3px 0px 10px 0px;
	padding: 3px;
	width:220px;
	font-family:"Courier New", Courier, monospace;
	font-size:12px;
	color:#867365;
	background-color:#fefaf1;
	border: 1px solid #9e8a77;
	display:block;
	line-height:14px;
}

form#commentform div.form-textarea textarea#comment {
	margin:3px 0px 10px 0px;
	padding: 3px;
	width:500px;
	height:300px;
	font-family:"Courier New", Courier, monospace;
	font-size:12px;
	color:#867365;
	background-color:#fefaf1;
	border: 1px solid #9e8a77;
	display:block;
}

form#commentform div.form-submit input#submit {
	margin:0;
	padding-bottom:3px;
	width:100px;
	font-family:"Courier New", Courier, monospace;
	font-size:12px;
	color:#fefaf1;
	background-color:#c6b9aa;
	border:0;
	display:block;
    cursor:pointer;
}

form#commentform div.form-label {
	clear:both;
	display: block;
	overflow: hidden;
}

#comments-list {
	font-family:"Courier New", Courier, monospace;
	font-size:12px;
	color:#867365;
}

#comments-list a:link {
	color:#ea846a;
	text-decoration:none;
}

#comments-list a:visited {
	color:#c6b9aa;
	text-decoration:none;
}

#comments-list a:active, #comments-list a:hover {
	color:#e04926;
	text-decoration:underline;
}

.comments h3 {
	font-size:18px;
	color:#867365;
	text-align:left;
	padding:5px 0px;
	font-weight:300;
}

.comment-author {
	font-size:12px;
}

.comment-author a:link {
	color:#ea846a;
	text-decoration:none;
}

.comment-author a:visited {
	color:#c6b9aa;
	text-decoration:none;
}

.comments-author a:active, .comments-author a:hover {
	color:#e04926;
	text-decoration:underline;
}
.comment-meta {
	padding-bottom:10px;
	color:#c6b9aa;
}

.comment-meta p {
	color:#867365;
	padding-bottom:0.8em;
}

	

/*============ End of Comments Page ===========*/

/*============= Password Protection Page ============*/


.protected div.entry-content form input {
	margin:0;
	padding-bottom:3px;
	width:100px;
	font-family:"Courier New", Courier, monospace;
	font-size:12px;
	color:#fefaf1;
	background-color:#c6b9aa;
	border:0;
	display:block;
    cursor:pointer;
}

/* ============ End of Password Protection Page ==============*/

/*============== Nothing Found Page ==============*/

form#searchform-no-results div input#s-no-results {
	margin:3px 0px 10px 0px;
	padding: 3px;
	width:220px;
	font-family:"Courier New", Courier, monospace;
	font-size:12px;
	color:#867365;
	background-color:#fefaf1;
	border: 1px solid #9e8a77;
	display:block;
	line-height:14px;
}

form#searchform-no-results div input.button {
	margin:0;
	padding-bottom:3px;
	width:60px;
	font-family:"Courier New", Courier, monospace;
	font-size:12px;
	color:#fefaf1;
	background-color:#c6b9aa;
	border:0;
	display:block;
    cursor:pointer;
	height:22px;
}

/*============== End of Nothing Found Page ==============*/

/*============== Posts By Author Page ================*/

.page-title {
	font-size:16px;
	font-weight:300;
	padding-bottom:20px;
	color:#867365;
}

.page-title a:link {
	color:#867365;
	text-decoration:none;
}

.page-title a:active, .page-title a:hover {
	color:#867365;
	text-decoration:underline;
}

.page-title a:visited {
	color:#c6b9aa;
	text-decoration:none;
}
/*============== End Posts By Author Page ================*/	

/*===============Categories Page ===================*/

.archive-meta {
	font-family:"Courier New", Courier, monospace;
	font-size:12px;
	color:#867365;
	padding-bottom:10px;
}

/*=============End of Categories Page ==============*/

.importantlinks a:link {
	color:#ea846a;
	text-decoration:none;
}

.importantlinks a:visited {
	color:#c6b9aa;
	text-decoration:none;
}

.importantlinks a:active, .importantlinks a:hover {
	color:#e04926;
	text-decoration:underline;
}

/*================== Footer ========================*/ 

div#footer {
clear:both;
width:100%;
}

/*==================== Side Bar ========================*/

div.sidebar {
float:right;
overflow:hidden;
width:200px;
}

#welcome {
	width=100%;
	font-family:"Courier New", Courier, monospace;
	color:#867365;
	font-size:12px;
	padding: 10px 0px 25px 10px;
	border-bottom: #9e8a77 1px solid;
	background-image:url(/main/wp-content/themes/sandbox/img/leo_sign.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}

#microstocklinks {
	width=100%;
	font-family:"Courier New", Courier, monospace;
	color:#867365;
	font-size:12px;
	padding: 10px 0px 5px 10px;
	border-bottom: #9e8a77 1px solid;
}

#microstocklinks a img {
	outline:none;
	text-decoration:none;
	border:0;
	padding:10px;
}

#contact {
	width=100%;
	font-family:"Courier New", Courier, monospace;
	color:#867365;
	font-size:12px;
	padding: 15px 0px 15px 10px;
	border-bottom: #9e8a77 1px solid;
}

div#secondary {
	clear:right;	
}

#newsletterform {
    float:left;
    display:block;
    margin:0;
    padding:5px 0px 0px 0px;
	font-family:"Courier New", Courier, monospace;
}

.newsletter {
	width=100%;
	font-family:"Courier New", Courier, monospace;
	color:#867365;
	font-size:12px;
	padding: 15px 0px 15px 10px;
}

.newsletter td {
	vertical-align:middle;
}

.newsletter form input {
    display:block;
	clear:both;
    width:200px;
	line-height:20px;
    font-size:12px;
	color:#fefaf1;
	background-color:#c6b9aa;
	border:0px;
    padding:3px;
    margin-bottom:3px;
	font-family:"Courier New", Courier, monospace;
	cursor:pointer;
}

.newsletter form input[type=submit] {
	margin-top:10px;
	width:120px;
}

#newsletter {
	width=100%;
	font-family:"Courier New", Courier, monospace;
	color:#867365;
	font-size:12px;
	padding: 15px 0px 15px 10px;
	border-bottom: #9e8a77 1px solid;
}

/*#newsletterform input.newslettersubmit {
    
	padding-bottom:3px;
    width:80px;
    background:#c6b9aa;
    border:0;
    color:#fefaf1;
	font-family:"Courier New", Courier, monospace;
    font-size:12px;
    font-weight:normal;
    margin:25px 0px;
}*/

#newsletterform input[type=hidden] {
	display:none;
}

#sociallinks {
	width=100%;
	font-family:"Courier New", Courier, monospace;
	color:#867365;
	font-size:12px;
	padding: 10px 0px 5px 10px;
	border-bottom: #9e8a77 1px solid;
}

#sociallinks a img {
	outline:none;
	text-decoration:none;
	border:0;
	padding:10px;
}

#newtagcloud {
	width:190px;	
	border:none;
	background-color:#fefaf1;	
	font-family:"Courier New", Courier, monospace;
	color:#867365;
	padding-left:10px;
	padding-top:15px;
	padding-bottom:15px;
	padding: 15px 0px 15px 10px;
	border-bottom: #9e8a77 1px solid;	
}

#contact a:link, #newtagcloud a:link {
	text-decoration:none;
	color:#867365;
}

#newsletter a:link {
	color:#ea846a;
	text-decoration:none;
}

#contact a:visited, #newsletter a:visited, #newtagcloud a:visited  {
	color:#c6b9aa;
	text-decoration:none;
}

#contact a:active, #contact a:hover, #newtagcloud a:active, #newtagcloud a:hover {
	text-decoration:underline;
}


#newsletter a:active, #newsletter a:hover {
	text-decoration:underline;
	color:#e04926;
}

/*================== End Side Bar ======================*/

/*===============Footer==================*/


#footertop {
	float:left;
	width:100%;
	height:31px;
	background-color:#c6b9aa;
	background-image:url(/main/wp-content/themes/sandbox/img/littlelion_text_logo.png);
	background-repeat: no-repeat;
	background-position: right;
	margin-top:20px;
	display:block;
	clear:both;
	overflow:hidden;
	font-family:"Courier New", Courier, monospace;
	font-size:12px;
	color:#867365;
	text-align:center;
}

#footertop p {
	padding-top:10px;
}

.fineprint {
	font-family:"Courier New", Courier, monospace;
	font-size:10px;
	text-align:center;
	color:#867365;
}

#footerbottom {
	float:left;
	width:100%;
	height:31px;
	background-color:#9e8a77;
	display:block;
	clear:both;
	overflow:hidden;
}


/*==============End of Footer =================*/