/*
Theme Name: DollyBella
*/

@import url('./style-reset.css');
@import url('./style-common.css');

/* Default fonts and colors
========================================== */
body,h1,h2,h3,h5,h6,p,ul,ol,dl,input,textarea,select { 
	color: #000000;
	font-family: "Georgia", serif;
}
h1, h2, h3, h5, h6 {
	color: #000000;
	font-family: Georgia, serif;
	font-weight: normal;
}

.aligncenter td  {
	border: 0;
}


/* LAYOUT
========================================== */
body {
	font-size: 14px;
	line-height: 150%;
	background: url('images/bg.gif') repeat left top;
	background-color: #FFFFFF;
}

div#page {
	width: 920px;
margin:0 auto;
background-color: #FFFFFF;
min-height:650px;
overflow:auto;
}

div.container {
	width: 920px;
	margin: 0 auto;
}

div.small {
	width: 268px;
	float: right;
}

div.large {
	width: 652px;
	float: left;
}

div.full {
	width: 100%;
	float: left;
}

#content div.container.body .large {
	padding-top: 5px;
	padding-bottom: 20px;
}

/* HEADER
========================================== */
#header {
width: 920px;
height:150px;
margin: 0 auto;
position:relative;
z-index:2;

}

#header img {
display:block;
}







/* MAIN NAVIGATION
========================================== */
#navigation {
position: relative;
top:-15px;
	width: 920px;
	margin: 0 auto;
	background-color: #384b81;
z-index:1;
}

#navigation .container {
	height: 26px;
	overflow: visible;
width: 920px;
text-align: right;
}


#nav {
	list-style-type: none;
	background-color: #384b81;
	text-align: right;
height: 26px;
color:#002e60;
}



#nav li {
	position: relative;
	float: right;
	font-size: 14px;
background: url(images/nav-separator.gif) no-repeat left;
}

#nav li a {
	display: block;
	float: left;
	color: #ffffff;
	font-weight: normal;
	text-decoration: none;
	white-space: nowrap;
	text-align: right;
padding-right: 15px;
padding-left:30px;
padding-top:3px;
padding-bottom:5px;
}



#nav li a:hover,
#nav ul li a:hover,
#nav li.current_page_item a,
#nav li.current_page_parent a {
	color: #ffe682;
}

#nav li ul {
	position: absolute;
	visibility: hidden;
	float: none;
	top: 24px;
	left: 0px;
	width: 150px;
	margin: 0;
	padding: 5px 10px 6px 10px;
	z-index: 10000;
	border-bottom-width: 2px;
	border-bottom-color: #394b81;
	border-top: 0;
	background-color: #394b81;
	opacity: 0.97;
}

#nav li:hover ul,
#nav li.iehover ul {
	visibility: visible;
}
#nav ul li{
	display: block;
	float: left;
	clear: both;
	margin: 0;
	padding: 0;
	width: 100%;
	height: auto;
	font-size: 100%;
	line-height: 100%;
	overflow: hidden;
	white-space: normal;
	border-bottom: 1px dotted #E1DAB7;
}
#nav ul li:last-child {
	border-bottom: 0;
}
#nav ul li a {
	display: block;
	width: auto;
	height: auto;
	float: none;
	font-weight: normal;
	background-image: none;
	padding: 5px 5px 5px 20px;
	white-space: normal;
	color: #ffffff;
text-align:left;
}


#nav li.current_page_item ul li a,
#nav li.current_page_parent ul li a {
	color: #ffffff;
}
#nav li ul li a:hover,
#nav li.current_page_item ul li a:hover,
#nav li ul li.current_page_item a {
	color: #ffe682;
text-align:left;
}

#login, #login a:active {
color:#002e60;
}

a.nav:link, a.login:link, a.forgetmenot:link, a.forgetmenot:active, a.nav:active, a.registerform:active, a.registerform:active  {
color:#002e60;
}


/* CONTENT
========================================== */
#content {
	clear: both;
	width: 100%;
	margin: 0 auto;
}

/*fixes other content inside content box*/
#content #content {
	background: transparent;
	width: auto;
	padding: 20px;
	margin: 0;
	border: 0;
}

#content h1 {
	color: #503D43;
}

h4 {
color: #ff7600;
font-size:18px;
font-weight:normal;
font-family: "Georgia", serif;
}

#content h2 {
	padding: 0px 0 6px;
font-size:24px;
font-weight:normal;
}
#content h2 a, #content h2 a:link, #content h2 a:visited,
#content h3 a, #content h3 a:link, #content h3 a:visited {
	color: #ff7600;
	text-decoration: none;
}
#content h3 a:hover {
	color: #000;
	text-decoration: none;
}

#content h3 {
	padding: 6px 0 12px;
}

#content h4 a,
#content h4 a:visited {
	color: #666;
}

#content ul {
	list-style-type: none;
}
#content ul, #content ol {
	padding: 0 0 20px;
}
#content ul li,
#content ol li {
	background: url('images/bullet.gif') no-repeat 16px 9px;
	padding: 3px 0 3px 30px;
}
#content ul li a { font-weight: normal; text-decoration: none }
#content ul li a:hover { text-decoration: underline }

#content ul ul {
	padding: 0;
}
#content ol { 
	margin-left: 30px;
}
#content ol li {
	padding-left: 0;
	background-image: none;
}

img.right,
img.align-right,
img.alignright {
	float: right;
	margin: 0 0 6px 12px;
	display: inline;
}
img.left,
img.align-left,
img.alignleft {
	float: left;
	margin: 0 12px 6px 0;
	display: inline;
}

img.centered { display: block; margin: 0 auto 6px; }
img.wp-smiley { border: none; }
.alignright { float: right; }
.alignleft { float: left; }
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/* POST
========================================== */
#content .post,
#content .post-nav,
#content #comments {
	clear: both;
	padding: 0 20px 0 20px;
	height: 100%;
	overflow: auto;
}

#content .post-content img {
	max-width: 700px;
}

#content .post a.more-link {
	padding-right: 15px;
	background: url('images/icon-more.png') no-repeat right center;
}

#content .post-title h2 {
	margin-bottom: 12px;
	padding-bottom: 11px;
}

#content .post-footer h4 {
	font-size: 110%;
	padding: 0 0 12px;
	text-transform: uppercase;
}

#content .post-footer h4,
#content .post-footer h4 a,
#content .post-footer h4 a:link,
#content .post-footer h4 a:visited {
	color: #999;
}
#content .post-footer h4 a:hover,
#content .post-footer h4 a:active {
	color: #DA444F;
}

#content .post-footer span {
	padding-right: 4px;
	padding-left: 19px;
	background: url('images/icon-post.png') no-repeat left center;
}
#content .post-footer span.post-comments {
	background-image: url('images/icon-comment.png');
}
#content .post-footer span.post-date {
	background-image: url('images/icon-date.png');
}
#content .post-footer span.post-category {
	padding-right: 3px;
}

#content .post table {
	background-color: #fff;
	border-collapse: collapse;
border: 1px solid #FFFFFF;
}
#content .post table th {
	border-width: 0px 1px 0px 0px;
border: 1px solid #FFFFFF;
}
#content .post table td {
	border: 1px solid #FFFFFF;
	border-width: 0px 1px 0px 0px;
}

/* Next and Previous Post Navigation
========================================== */
#content .post-nav {
	clear: both;
	text-align: right;
	padding-bottom: 20px;
}
#content .post-nav,
#content .post-nav a,
#content .post-nav a:link,
#content .post-nav a:visited {
	color: #999;
}
#content .post-nav .previous {
	text-align: left;
	float: left;
}
#content .post-nav .next {
	text-align: right;
}

/* Post Pages Navigation
========================================== */
#content p.pagenav {
	clear: both;
}
#content p.pagenav,
#content .pagenav a,
#content .pagenav a:link,
#content .pagenav a:visited {
	color: #666;
}

#content .pagenav a,
#content .pagenav span {
	border: 1px solid #EAEAEA;
	margin: 0 2px 0;
	padding: 3px 6px 4px;
	display: inline;
}
#content .pagenav span.extend {
	border: 0;
	padding: 0;
}

#content .pagenav a {
	text-transform: lowercase;
	background-color: #F3F3F3;
	text-decoration: none;
	line-height: 50%;
}
#content .pagenav a:hover {
	border-color: #BDAEB4;
}
#content .pagenav span.current {
	background-color: #fff;
}


/* MAIN SIDEBAR
========================================== */
#sidebar-1 {
background-color: transparent;
height:450px;
margin-top:5px;
padding-top:120px;
font-face:Arial, sans-serif;
}

#sidebar-1 .sidebar:first-child,
#sidebar-1 .sidebar.first-child {
	background-color: transparent;
}
#sidebar-1 .sidebar {
	behavior: expression(this.firstChild.style.background = &quot;#7DCFE7&quot;);
}
#sidebar-1 h4{
visibility:hidden;
}

.small{
color: #000000;
font-size:12px;
font-family:Arial, sans-serif;
margin-bottom:5px;
}


#sidebar-1, #latest-products {
background:url('images/latest.gif') no-repeat left top;
}


#content .sidebar {
	padding: 12px 20px 12px;
margin-left:20px;
	clear: both;
	height: 100%;
	overflow: hidden;
}

#content .sidebar a:link,
#content .sidebar a:visited {
	color: #394b81;
	font-weight: normal;
}
#content .sidebar a:hover,
#content .sidebar a:active {
	color: #DA444F;
	text-decoration: none;
}

.textwidget {
font-size:11px;
line-height:18px;
font-weight:normal;
font-style:italic;
color:#394b81;
width:250px;
}

.textwidget p {
border-bottom:1px dotted #ff7600;
padding-top:5px;
}

#in_season {
font-weight: normal;
font-style:normal;
font-size:12px;
color:#384b81;
font-family:Arial, sans-serif;
line-height: 14px;
margin-left:-10px;
}


#content .small h3 {
	color: #DA444F;
	padding: 0 0 12px;
	margin: 0;
	font-weight: normal;
}
#content .small h4 {
	padding: 0;
}
#content .small p {
	padding-right: 0;
	padding-bottom: 6px;
	margin: 0;
	color: #192a46;
font-family:Arial, sans-serif;
}

#content .small ul {
	margin: 0;
	padding: 0 0 0px 0;
}
#content .small ul li {
	color: #375362;
	font-weight: bold;
	line-height: 125%;
	padding-left: 12px;
	background-position: 0px 8px;
}
#content .small ul li a:link,
#content .small ul li a:visited {
	text-decoration: none;
}

#content .small ul li a:hover,
#content .small ul li a:active {
	text-decoration: none;
	font-weight: bold;
}

#content .small ul li.current_page_item,
#content .small ul li.current_page_item a {
	font-weight: bold;
}

#content .small ul li ul {
	border: 0;
}
#content .small ul li input,
#content .small ul li select {
	margin-bottom: 0;
}

#content .small ul li span.recent_date {
	padding-left: 3px;
	font-size: 80%;
	font-weight: bold;
	color: #889763;
}
#content .sidebar ul li a:hover {
	text-decoration: none;
}
#content .small ul ul {
	border: 0;
	padding: 0;
}
#content .small ul ul li {
	border: 0;
	padding: 3px 0;
	background: url('images/bullet.gif') no-repeat 3px center;
	padding-left: 14px;
}

/*Custom sidebars*/
#content .sidebar.tiny {
	float: right;
	clear: none;
	margin-right: 0;
}
#content .sidebar.tiny ul {
	margin-right: 20px
}
/*Ads sidebar*/
#content #ads.sidebar {
	margin-right: 0;
	margin-bottom: 0;
	padding-right: 20px;
	height: 100%;
	overflow: auto;
	border: 0;
	padding: 0;
}
#content #ads.sidebar img {
	float: left;
	border: 0;
	margin: 0;
	padding: 0;
}

/* CREDITS
========================================== */
#credits {
	clear: both;
	width: 100%;
	padding: 12px 0 0;
}

#credits p {
	padding: 0 20px 12px 0;
	margin: 0;
	color: #000000;
	font-size: 10px;
font-family:Arial, sans-serif;
}

#credits a,
#credits a:visited {
	color: #666;
}

#credits a:hover,
#credits a:active {
	color: #DA444F;
}

/* Footer Credits
========================================== */
#credits ul.nav {
	padding: 0 0 12px;
	text-align: right;
}

#credits ul.nav li {
	color: #000000;
	margin: 0;
	display: inline;
font-size: 10px;
font-family:Arial, sans-serif;
padding-right:20px;
}

#credits ul.nav li a {
	display: inline;
	margin: 0;
	padding: 0px 6px 0px 4px;
	border-right: 1px solid #BDAEB4;
}
#credits ul.nav li a,
#credits ul.nav li a:visited {
	
}
#credits ul.nav li a:hover,
#credits ul.nav li a:active {
	
}
#credits ul.nav li a.top {
	border: 0;
	padding-right: 0;
}

/* WIDGETS AND PLUGINS */
/* Search form
========================================== */
form#search-form {
	height: 25px;
	padding: 3px;
	background-color: #fff;
	border: 1px solid #DCC49A;
	border-width: 0 1px 1px 0;
	margin: 0;
	position: relative;
}

form#search-form input.text,
form#search-form label.overlabel-apply {
	font-size: 110%;
}

form#search-form input.text {
	position: absolute;
	top: 3px;
	left: 3px;
	width: 110px;
	height: 15px;
	padding: 4px 3px 4px 4px;
	margin: 0;
	z-index: 0;
	background: #fff;
}
form#search-form input.button-search {
	position: absolute;
	top: 3px;
	right: 3px;
	margin: 0px;
	display: block;
	line-height: 100%;
	width: 50px;
	height: 25px;
}
form#search-form label.overlabel {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
}
form#search-form label.overlabel-apply {
	display: block;
	color: #666;
	position: absolute;
	top: 10px;
	left: 9px;
	margin: 0;
	z-index: 1;
	cursor: text;
	line-height: 100%;
	font-size: 100%;
}

form.image {
margin-left:100px;
}

.linklove a:active{
color:#FFFFFF;
}


/* Shopping Cart Buttons
========================================== */
input.wpsc_buy_button {
	width: 115px;
	height: 33px;
}
input.make_purchase {
	width: 138px;
	height: 33px;
}

#sidebar-1 img {
border: 2px solid #FFFFFF;
margin-left: 30px;
padding:0;
float:left;
clear:right;
}

.widget_sp_image-description {
padding-top:10px;
margin-left:-10px;
font-face:Arial, sans-serif;
font-size:12px;
line-height:14px;
width:200px;
}
