/*
Theme Name: Ann Artwork
Author: SOLU MEDIAGE inc.
Author URI: http://www.solu-mediage.com
Version: 1.0
*/

@import "reset.css";

div#featured_image {
	width: 900px;
	height: 386px;
}

body {
	background: #faf9f8;
	color: #424242;
	font: 11px/1.8 Arial, "Osaka", "30e130a430ea30aa", "MS PGothic", sans-serif;


}

a {
	color: #c60d29;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

strong {
	font-weight: 700;
}

hr {
	border: none 0;
	border-bottom: 1px solid #E0E0E0;
	height: 1px;
	margin: 10px 0;
}

blockquote {
	font-style: italic;
	background: url(images/quotes.gif) no-repeat top left;
	background-position: 12px 12px;
	color: #595959;
	margin: 5px 0;
	padding: 8px 15px 8px 60px;
}

#wrapper {
	width: 900px;
	background: #FFFFFF;
	margin: 0 auto;
	border-right: 1px solid #eaeaea;
	border-left: 1px solid #eaeaea;
}

#header {
	overflow: hidden;
	width: 900px;
	margin: 0 auto;
	background-color: #000;
}

#logo {
	margin: 0 0 8px;
	font-weight: bold;
	text-indent: -9999px;
	display: block;
	background: url(images/annlogo.png) no-repeat;
	height: 51px;
}

#logo a {
	color: #c60d29;
}

#description {
	color: #666666;
	margin: 0;
	font-size: 10px;
	padding-left: 21px;
	height: 0px;
	text-indent: -5000px;
}

/*  ------ header-menu ------------------------ */

.header-menu-wrapper {
	width: 900px;
	background-color: #000;
}

.header-menu-wrapper h1 {
	padding-top: 10px;
	background-color: #000;
	width: 120px;
}

.header-menu-wrapper h2 {
	padding-top: 10px;
	background-color: #000;
	width: 120px;
}

#pngfix-right {
	background: url(images/menu_right.png) no-repeat right top;
	display: block;
	width: 10px;
	height: 50px;
	float: right;
}

#pngfix-left {
	background: url(images/menu_left.png) no-repeat left top;
	display: block;
	width: 10px;
	height: 50px;
	float: right;
}

div.menu ul li {
	
}

ul.menu {
	background: none;
	height: 81px;
	float: right;
	margin: 0;
	position: relative;
	top: 21px;
	z-index: 400;
}

ul.menu, ul.menu ul {
	line-height: 1;
	margin: 0;
	padding: 0;
}

ul.menu li {
	position: relative;
	float: left;
	border-left: 1px solid #222;
	height: 59px;
	padding: 0 18px;
	z-index: 100;
}

ul.menu ul li {
	height: auto;
	border-left: none;
	padding: 0;
	left: auto;
}

ul.menu #header-menu-home {
	border: none;
}

ul.menu a, ul.menu a:visited {
	color: #888;
	display: block;
	padding: 0 15px;
	line-height: 48px;
	position: relative;
	top: 5px;
}

ul.menu a:hover {
	color: #f70916;
	border-bottom: 1px solid #f70916;
	text-decoration: none;
}

ul.menu ul {
	position: absolute;
	top: 54px;
	left: 0;
	display: none;
	opacity: 0;
	width: 200px;
}

ul.menu ul a, ul.menu ul a:visited {
	background: #000;
	line-height: 140%;
	padding: 9px 30px 8px;
	border: 1px solid #222;
	width: 128px;
	margin: -1px 0 0 0;
}

ul.menu ul a:hover {
	background: #222;
	border-bottom: 1px solid #222;
}

ul.menu ul ul {
	margin: -34px 0 0 189px;
	top: 34px;
}

ul.menu .current_page_item a, ul.menu .current_page_item a:visited {
	color: #f70916;
	border-bottom: 1px solid #f70916;
}

ul.menu .current_page_item a:hover {
	color: #f70916;
	border-bottom: 1px solid #f70916;
	text-decoration: none;
}

ul.menu .current_page_item ul a, ul.menu .current_page_item ul a:visited, ul.menu .current_page_item ul a:hover {
	border-bottom: 1px solid #373737;
}

/*
#menu {
	width: 900px;
	overflow: hidden;
	margin: 0 auto;
	background-color: black;
}

#menu ul li {
	float: left;
	text-transform: uppercase;
	font-size: 90%;
	padding: 10px;
}

#menu ul li a {
	color: #c60d29;
}
*/

#container {
	width: 860px;
	overflow: hidden;
	margin: 20px auto;
}

#container_list {
	width: 880px;
	overflow: hidden;
	margin: 20px 0 0 20px;
}

#content {
	float: left;
	width: 565px;
}

.post {
	margin-bottom: 50px;
}

.post-title {
	font-size: 120%;
	line-height: 1.2;
	font-weight: normal;
	background: url(images/stripe1.gif) repeat-x bottom;
	padding-bottom: 12px;
}

.post-title a {
	color: #c60d29;
}

.post_title {
	color: #333;
	border-left: 4px solid #000;
	margin-bottom: 15px;
	padding-left: 10px;
	font-size: 18px;
}

.page-subtitle {
	color: #333;

	border-left: 4px solid #000;
	margin-bottom: 15px;
	padding-left: 10px;
	font-size: 18px;
}

.post-meta {
	color: #999;
	margin-top: 5px;
}

.post-meta a {
	color: #666666;
}

.post-comments {
	float: right;
	background: url(images/cbubble_left.gif) no-repeat top left;
	padding: 3px 0 7px 7px;
}

.post-comments a {
	background: url(images/cbubble_right.gif) no-repeat top right;
	padding: 3px 7px 7px 0;
	color: #FFFFFF;
}

.post-comments a:hover {
	color: #FFFFFF;
}

.post-content {
	margin-top: 15px;
}

.post-content h2 {
	font-size: 140%;
	margin-bottom: 10px;
	border-bottom: 1px solid #EFEFEF;
	padding: 10px 0 5px;
}

.post-content h3 {
	font-size: 110%;
	font-weight: 700;
	margin-bottom: 5px;
	border-bottom: 1px solid #EFEFEF;
	padding: 10px 0 5px;
}

.post-content p {
	margin-bottom: 10px;
}

.post-content img.alignnone {
	background: #fff;
	padding: 2px;
}

.post-content img.alignleft {
	float: left;
	margin: 0 12px 12px 0;
	padding: 0;
}

.post-content img.alignright {
	float: right;
	margin: 0 0 12px 12px;
	padding: 0;
}

.post-content ul,.post-content ol {
	margin-left: 30px;
	margin-bottom: 20px;
}

.post-content ul {
	list-style: outside;
}

.post-content ol {
	list-style: decimal;
}

.post-content ul li,.post-content ol li {
	line-height: 1.3;
	margin-bottom: 5px;
}

.more-link {
	font-weight: 700;
	display: block;
	margin-top: 10px;
}

.section-title {
	font-size: 140%;
	margin-bottom: 10px;
}

.navleft {
	float: left;
	margin: 0 15px 15px 0;
	font-size: 12px;
	font-weight: bold;
}

.navright {
	float: right;
	margin: 0 0 15px 15px;
	font-size: 12px;
	font-weight: bold;
}

.navigation div a {
	font-size: 110%;
}

.common-navi-wrapper {
	background: url(images/archive-top.gif) no-repeat right top;
	padding: 13px 0 0 0;
	width: 585px;
	margin: 70px 0 0;
}

.common-navi-wrapper p {
	background: url(images/archive-bottom.gif) no-repeat right bottom;
	padding: 0 10px 10px 32px;
	margin: 0;
	line-height: 140%;
}

#comments ol li {
	margin-top: 2px;
	border-bottom: 1px solid #F0F0F0;
	padding: 10px 0;
	overflow: hidden;
	height: 1%;
}

.comment-gravatar {
	float: left;
	margin-right: 10px;
	background: #FFF;
	border: 1px solid #F0F0F0;
	padding: 3px;
}

.comment-data {
	float: left;
	width: 400px;
}

.comment-data p {
	margin-bottom: 6px;
	line-height: 1.3;
}

.comment-author {
	font-weight: 700;
	margin-bottom: 3px;
}

.comment-meta {
	color: #666;
	margin-bottom: 5px;
}

.unapproved {
	font-style: italic;
}

#respond {
	margin-top: 30px;
}

#comment-form {
	margin-top: 15px;
	margin-bottom: 10px;
}

#comment-form label {
	display: block;
	margin-bottom: 5px;
}

#comment-form input {
	width: 240px;
	margin-bottom: 10px;
	padding: 5px;
}

#comment-form textarea {
	width: 455px;
	height: 200px;
	margin-top: 15px;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	font-size: 100%;
	padding: 10px;
}

#sidebar {
	float: left;
	width: 880px;
	margin-bottom: 30px;
}

.sidebar_wrap {
	
}

#sidebar li li:before {
	content: "\00BB \0020";
}

#sidebar ul {
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	margin: 0px;
	padding: 3px 2px;
}

#sidebar li {
	margin: 0px;
	padding: 8px 0 5px 10px;
}

#sidebar li li {
	margin: 0px;
	border-style: none;
	padding: 1px 0;
}

.sidepanel {
	float: left;
	width: 200px;
	margin-right: 20px;
}

.sidepanel h3 {
	text-transform: uppercase;
	border-bottom: 1px solid #000;
	color: white;
	font-weight: normal;
	background-color: #000;
	padding-left: 8px;
	padding-top: 3px;

}

.sidepanel ul li {
	border-bottom: 1px solid #d3d3d3;
	line-height: 1.2;

}

.children ul li {
	border-style: none;
}

.sidepanel p {
	margin-top: 8px;
	line-height: 1.3;
}

.flash_box {
	background-color: black;
}

#footer {
	cursor: default;
	width: 880px;
	margin: 0 auto;
	color: #fff;
	background-color: #000;
	padding: 10px;
	border-top: 1px solid #000;
	clear: both;
	position: relative;
	z-index: 1001;
}

body.skin-on #footer {
	left: -4px;
}

body#feature #footer {
	
}

.backtop {
	position: absolute;
	top: 0;
	right: 0;
	margin-top: -32px;
	margin-right: 10px;
}

.backtop a {
	color: #333333;
	text-decoration: none;
	display: block;
	background: transparent;
	padding: 4px;
}

.backtop a:hover {
	text-decoration: underline;
}

body#feature, body#feature-article .backtop {
	display: none;
}

body#features .backtop {
	display: none;
}

ul.foot-copy {
	padding-left: 10px;
	color: #fff;
}

ul.foot-copy li {
	display: inline;
}

ul.foot-copy li a {
	font-weight: bold;
	color: #fff;
	text-decoration: none;
}

ul.foot-copy li a:hover {
	color: #D00021;
}

ul.foot-links {
	float: right;
	padding-right: 10px;
}

ul.foot-links li {
	display: inline;
	margin-left: 8px;
}

ul.foot-links li a {
	color: #fff;
	text-decoration: none;
}

ul.foot-links li a:hover {
	color: #D00021;
}

h5.footer {
	text-transform: none;
	font-weight: normal;
	margin: 0;
	padding: 0;
	padding-top: 16px;
	padding-bottom: 10px;
	border-bottom: 1px solid #fff;
	margin-bottom: 0px;
}

.sep {
	color: #CCC;
	margin: 0 8px;
}

.ico-small {
	vertical-align: middle;
	margin: 0 5px 2px 0;
}

.clear {
	clear: both;
}

/* ---------- pagenavi ---------- */

.wp-pagenavi {
	color: #000 !important;
	width: 669px!important;
	margin: 0;
	font-weight: bold !important;
	padding: 0 !important;
	text-align: left !important;
	display: block;
	margin-top: 20px !important;
	padding-bottom: 15px;
	!important;height: 35px;
}

.wp-pagenavi span {
	border: 0 !important;
	margin: 0 !important;
}

.wp-pagenavi a.last {
	display: none;
}

.wp-pagenavi span.extend {
	display: none;
}

.wp-pagenavi span.pages {
	float: left !important;
	overflow: hidden !important;
}

.wp-pagenavi span.current {
	padding: 5px 8px !important;
	color: #fff !important;
	margin: 0 !important;
	margin-right: 5px !important;
	background: #000 !important;
	_display: block;
	border: 0 !important;
}

.wp-pagenavi a {
	color: #000 !important;
	text-decoration: none;
	padding: 5px 8px !important;
	margin: 0 !important;
	margin-right: 5px !important;
	_display: inline-block !important;
	border: 0 !important;
	background: #eaeaea !important;
}

.wp-pagenavi a:hover {
	background-color: #777 !important;
	color: #fff !important;
}

/* ---------- clearfix hack ---------- */

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

.clearfix {
	display: inline-block;
}

/* exlude MacIE5 \*/

* html .clearfix {
	height: 1%
}

.clearfix {
	display: block;
}

/* end MacIE5 */

/* Slider */

.sliderGallery {
	overflow: hidden;
	position: relative;
	padding: 0;
	width: 880px;
	margin: 0 0 1em;
}

.sliderGallery ul {

	width: 880px;
	list-style: none;
	white-space: normal;
	padding: 0;
	margin: 0;

}
.sliderGallery li {
		float: left;
			margin: 0;
	padding: 0;
	height: 234px;
	width: 176px;
	display: block;
}

.sliderGallery li a{
		float: left;
			margin: 0;
	padding: 0;
	height: 234px;
	width: 156px;
	display: block;
	overflow: hidden;
}

.slider-item {
	position: relative;
	margin: 0;
	padding: 0;
}

.slider-item span.slider-title {
	background: #000;
	padding: 4px;
	left: 0px;
	bottom: 3px;
	display: block;
	text-align: center;
	height: 18px;
	width: 148px;
	overflow: hidden;
	position: absolute;
	color: #fff;
	z-index: 200;
	/* opacity - move to sep. stylesheet */
	filter: alpha(opacity=70);
	/*IE*/
  	-moz-opacity: .70;
	/*FF*/
  	opacity: .70;
}

.slider-item span.slider-title a {
	color: #fff;
	text-decoration: none;
	z-index: 200;
}

.slider-item span.slider-title a:hover {
	color: #fff;
}

.slider-item .attachment-thumbnail {
	width: 156px;
	height: 156px;
	margin: 0;
	padding: 0;
	float: none;
}

.slider-item a:hover {
	filter: alpha(opacity=0.7);


/*IE*/
 	-moz-opacity: .70;
	/*FF*/
  	opacity: .70 !important;
}

/* Target Firefox 2 */

.slider-item .attachment-thumbnail:hover , x:-moz-any-link {
	-moz-opacity: 1;

/*FF*/
	filter: alpha(opacity=100

);
	/*IE*/
	opacity: 1;
}

/* Then overwrite for Firefox 3 specifically */

.slider-item .attachment-thumbnail:hover , x:-moz-any-link, x:default {
	-moz-opacity: 1;

/*FF*/
	filter: alpha(opacity=100

);
	/*IE*/
	opacity: 1;
}

.handle {
	position: absolute;
	cursor: move;
	height: 17px;
	width: 181px;
	top: 0;
	background: url(images/product-handler.png) no-repeat;
	z-index: 11;
}

.slider span {
	color: #bbb;
	font-size: 80%;
	cursor: pointer;
	position: absolute;
	z-index: auto;
	top: 3px;
}

.slider .slider-1 {
	left: 86px;
}

.slider .slider-2 {
	left: 172px;
}

.slider .slider-3 {
	left: 258px;
}

.slider .slider-4 {
	left: 344px;
}

.slider .slider-5 {
	left: 430px;
}

.slider .slider-6 {
	left: 516px;
}

.slider .slider-7 {
	left: 602px;
}

.slider .slider-8 {
	left: 688px;
}

.slider .slider-9 {
	left: 774px;
}

.slider .slider-10 {
	left: 860px;
}
