/* import base CSS style */
@import '../base.css';

/* globals */
/*body					{ background-color: #F0F0F0; color: #333; font: 12px 'Lucida Grande',Arial,Helvetica,sans-serif;}

a, a:link, a:visited	{ color: #313428; text-decoration: none; }
a:hover					{ color: #CC0000; }*/

body					{ background-color: #f2f2f2; color: #555; font: 12px 'Lucida Grande',Arial,Helvetica,sans-serif;  }
a, a:link, a:visited	{ color:#4866a0; text-decoration: none; }
a:hover					{ color: #0080FF;  }

.lorange a, .lorange a:link, .lorange a:visited	{ color:#f08330; text-decoration: none; }
.lorange a:hover					{ color: #0080FF;  }

.lgreen a, .lgreen a:link, .lgrren a:visited	{ color:#7ab230; text-decoration: none; }
.lgreen a:hover					{ color: #0080FF;  }

a .lblue, .lblue a:link, .lblue a:visited	{ color:#0aabc7; text-decoration: none; }
.lblue a:hover					{ color: #0080FF;  }


blockquote				{ border-left: 2px solid #CCC; color: #666; padding: 5px 10px 1px; font-style: normal; }
code					{ background: #EAEAEA; color: #333; font-family: Consolas, Monaco, Courier, monospace; font-size: 11px; margin: 1px 0; padding: 1px 3px; }
pre code				{ background: #322E2C; border: 1px solid #635957; color: #FFF; display: block; overflow: scroll; padding: 1.5em 1.75em; }

input[type=text], input[type=password], textarea	{ background: url(../../images/form.jpg) repeat-x top #FFF; border: 1px solid #CCC; padding: 5px 3px; }
input[type=submit]  { font-family: 'Lucida Grande', Arial, Helvetica, sans-serif; background: url(../../images/feed-title-white.jpg) repeat-x; border: 1px solid #CCC; padding: 5px 10px; font-size: 12px; color: #000; font-weight: 700; border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px; }
input[type=submit]:hover  { background: #313428; color: #FFF; }

table, th, td			{ border: 1px solid #CCC; }
th, thead th			{ font-weight: 700; color: #333; background: #DDD; }
/*td, tbody td			{ background: #F0F0F0; }*/

dl  { margin: 10px 0; font-size: 14px; }
dl dt  { color: #666; padding-bottom: 3px; }
dl dd  { margin: 0 0 10px 0; line-height: 1.5em; }

/* common classes */
/*img.aligncenter, img.alignright, img.alignleft  { border: 1px solid #DDD; text-align: center; background: #F3F3F3; padding: 4px; }*/
.wp-caption { border: 1px solid #DDD; text-align: center; background: #F3F3F3; padding-top: 4px; margin: 10px }
.wp-caption img { margin: 0; padding: 0; border: none }
.wp-caption .wp-caption-text { font-size: 11px; line-height: 17px; padding: 0 4px 5px; margin: 0 }

.sub					{ font-size: 11px; color: #848485; }

/*.tags a:link, .tags a:visited	{ text-decoration: none; font-weight: 700; padding: 0 5px 3px; line-height: 1.3em; display: inline-block; }
.tags a:hover					{ text-decoration: underline; }*/
.tags a:link, .tags a:visited	{ font-weight: 700; line-height: 20px; margin: 2px; text-decoration: none; color:#313428 } 
.tags a:hover					{ border-bottom: 1px dotted #ccc; }




.avatar					{ float: left; margin: 0 10px 10px 0; border: 1px solid #CCC; padding: 2px; background: #FFF; }

label.error				{ border: 1px solid #D8000C; color: #D8000C; background: #FFBABA; margin: 5px 0; }

/* structure */
/*#main					{ background: #F5F5F5; border: 1px solid #d3d1c7; }*/
#main					{
  padding: 10px 10px 0;
  background: #fff;
  border: 1px solid #ddd;  
}  

/* header */
/*#header					{ background: #1e1b1a; border-bottom: 5px solid #383332; }*/
#header 					{  padding: 0; }

/*.logo					{ max-width: 590px; float: left; font-weight: 700; font-family: 'Segoe UI', Arial, Helvetica, sans-serif; text-transform: uppercase; }
.blog-name				{ font-size: 22px; letter-spacing: 1px;  }
.blog-name a:link, .blog-name a:visited	{ color: #FFF; text-decoration: none; }
.blog-description		{ font-size: 11px; color: #7d716d; }*/
#branding				{
	width: 980px; margin: 0 auto; padding: 0; 
	background: url(../../images/bgtop.png) no-repeat left center;
}


.logo					{ max-width: 590px; float: left; margin:0px 0px 0px 80px; }
.blog-name				{ font-family: 'Segoe UI', Arial, Helvetica, sans-serif; font-size: 22px; margin: 0 0 5px; line-height: 1em; display: block; letter-spacing: 1px; font-weight: 700; }
.blog-name a:link, .blog-name a:visited	{ color: #20658f; text-decoration: none; }
.blog-description		{ font-family: 'Segoe UI', Arial, Helvetica, sans-serif; line-height: 1em; display: block; font-size: 11px; font-weight: 700; color: #143a51; margin: 0; padding: 3px 0 0; }

/* menus */
/*
.sf-menu, .sf-menu *  { list-style: none; margin: 0; padding: 0; }
.sf-menu  { line-height: 1; }
.sf-menu ul	 { position: absolute; left: -999em; width: 11em; }
.sf-menu ul li  { width: 100%; }
.sf-menu li:hover  { visibility: inherit; }
.sf-menu li  { float: left; position: relative; }
.sf-menu a  { display: block; position: relative; }
.sf-menu li:hover ul, .sf-menu li.sfHover ul  { left: 0; top: 2.8em; 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: 11em; 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: 11em; top: 0; }

.sf-menu a { background: url(../../images/anav.jpg) no-repeat right top; height:38px; }
*/
/* top menu */
#top-menu  { background: #111; border-bottom: 1px solid #333; }
#top-menu-content  { height: 25px; padding: 3px 0; }
#top-menu-content .sf-menu  { text-transform: uppercase; margin: 0 2px; }
#top-menu .sf-menu a  { display: block; text-decoration: none; padding: 7px 10px 8px; color: #AAA; font-size: 10px; border-right: 1px solid #333; }
#top-menu .sf-menu ul a  { border: none; }
#top-menu .sf-menu ul li  { border: 1px solid #333; margin-top: -1px; }
#top-menu .sf-menu a:hover, #top-menu .sf-menu li:hover, #top-menu .sf-menu li.sfHover, #top-menu .sf-menu ul li  { color: #FFF; background: #111; }
#top-menu .sf-menu ul a:hover, #top-menu .sf-menu ul li.sfHover, #top-menu .sf-menu ul li:hover { color: #373331; background: #FFF; }
#top-menu .sf-menu ul li.sfHover a.sf-with-ul { color: #373331; }
#top-menu .sf-menu li li a  { padding: 7px 10px; line-height: 1; height: auto; font-size: 11px; }
#top-menu .sf-menu .sf-with-ul  { padding-right: 15px; }
#top-menu .sf-sub-indicator  { background: url(../../images/dropdown.png) no-repeat; width: 5px; height: 5px; text-indent: -9999px; display: inline-block; position: relative; left: 7px; top: 0; vertical-align: middle; }
#top-menu .sf-menu ul .sf-sub-indicator	{ display: none; }
#top-menu .sf-menu li:hover ul, #top-menu .sf-menu li.sfHover ul { top: 2.4em; }
#top-menu ul.sf-menu li li:hover ul, #top-menu ul.sf-menu li li.sfHover ul, #top-menu ul.sf-menu li li li:hover ul, #top-menu ul.sf-menu li li li.sfHover ul { top: 0; }

/* main navigation */
/*#nav  { background: url(../../images/topnav.jpg) repeat-x top; min-width: 990px; }*/
#nav { min-width: 990px; margin: auto; background: url(../../images/background_nav.png) no-repeat 50% 50%; }
#nav-content  { height: 34px; margin: 0 auto; width: 970px; }
#nav .sf-menu  { float: left; line-height: 1.1; max-width: 900px; }
#nav .sf-menu a  { display: block; text-decoration: none; padding: 9px 12px 11px; color: #333; font-size: 12px; font-weight: bold; border-right:1px solid #bbb8b7;}
#nav .sf-menu ul li  { border: 1px solid #ccc; margin-top: -1px; }
#nav .sf-menu a:hover, #nav .sf-menu li:hover, #nav .sf-menu li.sfHover, #nav .sf-menu ul li  { background: url(../../images/background_nav_hover.png) repeat-x 0% 0%; color: #373331; }
#nav .sf-menu ul a:hover, #nav .sf-menu ul li.sfHover, #nav .sf-menu ul li:hover { color: #333; background: #FFF; }
#nav .sf-menu ul li.sfHover a.sf-with-ul { color: #373331; }
#nav .sf-menu li li a  { padding: 7px 10px; line-height: 1; height: auto; font-size: 12px; }
#nav .sf-menu .sf-with-ul  { padding-right: 15px; }
#nav .sf-sub-indicator  { background: url(../../images/dropdown.png) no-repeat; width: 5px; height: 5px; text-indent: -9999px; display: inline-block; position: relative; left: 7px; top: 0; vertical-align: middle; }
#nav .sf-menu ul .sf-sub-indicator	{ display: none; }
#nav .quick-nav li  { padding-top: 8px; }

.quick-nav li			{ padding: 5px 0 0 8px; }
.quick-nav a:link, .quick-nav a:visited	{ display: block; text-indent: -9000px; width: 16px; height: 16px; float: left; clear: left; opacity: 0.6; }
.quick-nav a:hover  { opacity: 1; }

.quick-nav #rss			{ background: url(../../images/rss.png) no-repeat; }
.quick-nav #twitter		{ background: url(../../images/twitter.png) no-repeat; }
.quick-nav #facebook	{ background: url(../../images/facebook.png) no-repeat; }
/* search bar */
/*#searchbar  { margin: 25px 0 0; }
.searchform  { border: 3px solid #383332; background: #EFEFEF; width: 250px; padding: 6px 5px; margin: 0; }
.searchform .s  { font-family: 'Lucida Grande', Arial, Helvetica, sans-serif; font-size: 14px; border: none; background: #EFEFEF; padding: 0; margin: 0; float: left; width: 234px; }
.searchform .searchsubmit  { background: url(../../images/searchsubmit.gif) no-repeat; text-indent: -9000px; width: 16px; height: 16px; border: none; float: left; cursor: pointer; opacity: 0.7; text-transform: capitalize; padding: 0; margin: 0;   filter: alpha(opacity = 70); }
.searchform .searchsubmit:hover  { background: url(../../images/searchsubmit.gif) no-repeat; opacity: 1; }*/
#searchbar				{ float: right; overflow: hidden; margin: 28px 0px 0px 0px; background: url(../../images/bgsbox.jpg) no-repeat; width: 260px; padding: 5px 0px; }
.searchform .s			{ font-family: 'Lucida Grande', Arial, Helvetica, sans-serif; font-size: 12px; border: none; background: transparent; padding: 0; margin: 0px 10px; float: left; width: 209px !important; }
.searchform .searchsubmit { background: url(../../images/searchsubmit.gif) no-repeat; text-indent: -9000px; width: 16px; height: 16px; border: none; float: left; cursor: pointer; opacity: 0.7; color: transparent; text-transform: capitalize; filter: alpha(opacity = 70); }
.searchform .searchsubmit:hover { background: url(../../images/searchsubmit.gif) no-repeat; opacity: 1; }



/* sidebar */
/*.widgetcontainer		{ border: solid #CCC; border-width: 1px; background: repeat-x #FFF; line-height: 1.4em; }*/
.widgetcontainer		{ background: repeat-x #FFF; line-height: 1.4em; font-size: 11px; padding: 0 0 10px 0; margin: 0 0 0 10px; }
/*.widgetcontainer a		{ font-weight: 700; }*/

/*my code*/
.sidebar .xoxo			{ list-style: none; padding: 0; margin: 0; }
.widgetcontainer li a:visited, .widgetcontainer li a:link	{ text-decoration: none;  font-size: 12px; color:#313428 }
.widgetcontainer li a:hover	{ border-bottom: 1px dotted #635957; }
/*end*/

.widgetcontainer .excerpt	{ font-size: 11px; margin: 5px 0; }
/*.widgettitle			{ color: #333; font-size: 12px; font-weight: 700; margin: -10px -10px 10px; padding: 5px 10px; background: url(../../images/feed-title-white.jpg) repeat-x top #EFEFEF; border-bottom: 1px solid #CCC; }*/
.widgettitle			{ color: #333; font-size: 12px; font-weight: 700; margin: 0 0 10px 0; padding: 6px 10px; background: url(../../images/feed-title-white.jpg) repeat-x top #EFEFEF; border: 1px solid #CCC; }

.widgettitle a			{ color: #333; }

.multi-sidebar .thumb, .multi-sidebar .recentcomments .avatar, .featured-stories .thumb	{ float: left; border: 1px solid #CCC; margin: 0 10px 0 0; background: #FFF; padding: 2px; }
.sidebar-read-more:link, .sidebar-read-more:visited	{ text-transform: uppercase; font-weight: normal; font-size: 10px; padding: 2px 4px; margin: 5px 0 0; display: inline-block; border-radius: 2px; -moz-border-radius: 2px; -webkit-border-radius: 2px; color: #FFF; background: #333; }
.sidebar-read-more:hover  { background: #CC0000; }

.multi-sidebar .tabs li	{ background: #383332; border: 1px solid #CCC; }
.multi-sidebar .tabs a:link, .multi-sidebar .tabs a:visited	{ text-decoration: none; font-weight: 700; color: #FFF; }
.multi-sidebar .tabs a:hover	{ border-bottom: 1px dotted #FFF; }
.multi-sidebar .tabs .ui-tabs-selected	{ background: #FFF; }					
.multi-sidebar .tabs .ui-tabs-selected a:link, .multi-sidebar .tabs .ui-tabs-selected a:visited	{ color: #37322F; }			
.multi-sidebar .widgetcontainer	{ background: #FFF; border: 1px solid #CCC; }

.multi-sidebar .widgetcontainer li, .featured-stories li,  .related-posts li	{ border-bottom: 1px dotted #CCC; }
.multi-sidebar .recentcomments .author	{ color: #666; font-size: 11px; }

#wp-calendar			{ border: 1px solid #999; }
#wp-calendar td			{ text-align: center; }
#wp-calendar caption	{ color: #333; font-size: 12px; font-weight: 700; margin: 0; padding: 5px 9px; background: url(../../images/feed-title-white.jpg) repeat-x top #EFEFEF; border: 1px solid #CCC; text-align: center; }

/* featured slideshow */
#featured-slideshow		{ border: 5px solid #CCC; }			

.featured-article		{ text-decoration: none !important; background-position: center !important; }
.featured-entry			{ background: #000; height: 85px; color: #a7a7a7; opacity: 0.6; filter: alpha(opacity = 60);  }
.featured-entry .entry-title	{ color: #FFF; padding: 10px 15px 5px; font-size: 14px; font-weight: 700; }

/* bottom content */
#bottom-content-1 .widgettitle, #bottom-content-2 .widgettitle	{ background: #F0F0F0; }

/* tapestries */
.entry-thumbnails-link { background: #111; text-decoration: none !important; }

.posts-default li  { margin: 0 15px 10px 0; font-size: 12px; }
.posts-default img		{ background: #111; }
/*.posts-default .entry-title	{ font-weight: 700; font-size: 14px;  }*/
.posts-default .entry-title	{ font-weight: 700; font-size: 12px;  }
.posts-default .entry-summary, .posts-quick .entry-summary	{ color: #333; }
.posts-default .entry-thumbnails-link	{ border: 1px solid #E1E1E1; background: #FFF; }
.posts-default .published { text-transform: uppercase; font-size: 10px; color: #999; border-bottom: none; }


/*.posts-quick .entry-title	{ font-weight: 700; font-size: 16px; }*/
.posts-quick .entry-title	{ font-weight: 700; font-size: 12px; }
/*.posts-quick .entry-summary	{ font-size: 12px; }*/
.posts-default .entry-summary	{ font-size: 11px; color: #555; }
.posts-quick .entry-thumbnails	{ border: 1px solid #CCC; background: #FFF; }
.posts-quick .entry-info { font-size: 11px; color: #666; border: none; }
.posts-quick .entry-info abbr { text-decoration: none; border: none; }

/*.posts-quick .quick-read-more a:link, .posts-quick .quick-read-more a:visited	{ padding: 5px 10px; margin: 3px 0; font-size: 12px; background: url(../../images/feed-title-white.jpg) top repeat-x #EFEFEF; color: #000; text-decoration: none; border: 1px solid #CCC; font-weight: 700; display: inline-block; border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px; }*/
.posts-quick .quick-read-more a:link, .posts-quick .quick-read-more a:visited	{ font-size: 11px; background: url(../../images/feed-title-white.jpg) top repeat-x #EFEFEF; color: #000; text-decoration: none; padding: 4px 6px; margin: 0; border: 1px solid #CCC; font-weight: 700; }


.posts-quick .quick-read-more a:hover { background: #383332; color: #FFF; }
.posts-default .entry-meta, .posts-quick .entry-meta	{ color: #CCC; background: #000; height: 25px; font-weight: 700; opacity: 0.7;  filter: alpha(opacity = 70);  }
.posts-default .entry-meta a:link, .posts-default .entry-meta a:visited, .posts-quick .entry-meta a:link, .posts-quick .entry-meta a:visited	{ color: #FFF; text-decoration: none; }
/*.posts-line				{ background: #FFF; border: 1px solid #CCC; }*/
.posts-line				{ background: #FFF;  }
.posts-line	li			{ padding: 5px 0 15px 0; border-bottom: 1px solid #EEE; }

.posts-quick li			{ padding: 0 10px 0 0; border-bottom: 1px dotted #CCC; margin: 0 0 10px; }
.posts-line .entry-cat	{ font-size: 11px; color: #848485; }
.posts-line .entry-title	{ font-size: 12px; }
.posts-line .entry-comments	{ font-size: 11px; color: #848485; }

/*.home-title				{ text-transform: uppercase; font-weight: 700; font-size: 14px; padding: 0 3px 8px; border-bottom: 1px solid #DDD; margin: 0 15px 10px 0; color: #333; }*/
.home-title	{ font-family: Arial, Helvetica, sans-serif; font-size: 10pt; font-weight:bold; border-bottom: 2px solid #97afc7; margin: 10px 15px 10px 0; color: #1e5b7e; }

/* single post */
/*.single .post, #main .single-post	{ background: #FFF; border: 1px solid #CCC; }*/
.single .post, #main .single-post	{ background: #FFF;  }
.single .post .entry-title, .single-post .entry-title	{ font-size: 22px; font-weight: 700; }
/*.single .post .entry-info, .single-post .entry-info	{ color: #848485; font-size: 11px; text-transform: uppercase; border-bottom: 1px dotted #CCC; }*/
.single .post .entry-info, .single-post .entry-info	{ color: #848485; font-size: 11px; text-transform: uppercase; }
.single .post .entry-info .published, .single-post .entry-info .published { border: none; }
.single .post .entry-cat, .single-post .entry-cat	{ color: #848485; }
.single-post .entry-info a:link, .single-post .entry-info a:visited	{ color: #666; text-decoration: none; }
.single-post .entry-info a:hover	{ color: #333; }
.single .post .entry-author, .single-post .entry-author { font-weight: 700; color: #848485; }
.single .post .entry-author address, .single-post .entry-author address	{ font-style: normal; }
#main .single .post .tags, #main .single-post .tags { color: #848485; border-top: 1px dotted #CCC; }
#main .single .post .tags strong, #main .single-post .tags strong { text-transform: uppercase; font-size: 11px; }
/*.single .post .entry-photo img, .single-post .entry-photo img	{ border: 1px solid #CCC; }*/
.single .post .entry-comments, .single-post .entry-comments  { float: right; padding: 3px 3px 3px 17px; margin-top: 20px; background: url(../../images/comments.gif) no-repeat 3px 6px #383331; display: inline-block; color: #FFF; font-size: 14px; -moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px; }

.post-edit-link:link, .post-edit-link:visited	{ text-decoration: none; }

.single-post-meta-field  { background: #313428; display: block; border: 1px solid #383332; padding: 5px 10px; color: #FFF; font-weight: 700; }
.single-post-meta-value	 { border: 1px solid #CCC; padding: 5px 10px; background: #F0F0F0; display: block; }

.module-title, .feed-title, #reply-title	{ line-height: 1em; color: #333; font-size: 12px; font-weight: 700; margin: 0 10px 0 0; padding: 7px 10px; background: url(../../images/feed-title-white.jpg) repeat-x top #EFEFEF; border: 1px solid #CCC; display: block; }
.feed-title  { border-bottom: none; }

.gallery-icon img  { background: #FFF; border: 1px solid #CCC; }

.about-author  { border: 1px solid #CCC; background: #F5F5F5; }
.about-author h4  { color: #333; font-weight: 700; font-size: 12px; }

/* wp-pagenavi */
.wp-pagenavi  { margin: 0 0 30px; font-size: 12px; }
.wp-pagenavi a, .wp-pagenavi span  { margin: 2px !important; display: inline-block; }
.wp-pagenavi span.pages  { border: 1px solid #CCC; border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px; padding: 5px 8px; }

/* comments */
#commentlist  { background: #F0F0F0; border: solid #CCC; border-width: 0 1px; }
#commentlist .avatar  { border: 1px solid #CCC; padding: 1px; float: left; margin: 0 5px 10px 0; }
#commentlist cite  { font-weight: 700; font-style: normal; line-height: 20px; font-size: 14px; }

#commentlist .comment-node  { background: #FFF; border: 1px solid #CCC; }
#commentlist .children .comment-node  { background: #F5F5F5; }
#commentlist .comment-content  { font-size: 12px; }
#commentlist .comment-meta, #commentlist .comment-meta abbr	{ border: none; text-decoration: none; color: #999; font-size: 11px; }
#commentlist .comment-controls	{ padding: 15px 10px; font-weight: 700; float: right; }
#commentlist .comment-controls a:link, #commentlist .comment-controls a:visited	{ background: url(../../images/feed-title-white.jpg) top repeat-x #EFEFEF; color: #000; text-decoration: none; padding: 4px 8px; margin: 0; border: 1px solid #CCC; font-weight: 700; border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px; }
#commentlist .comment-controls a:hover	{ background: #313428; color: #FFF; }

#commentlist .reply a, .comments-navigation a, .read-more, .navigation a, .wp-pagenavi a  { background: url(../../images/feed-title-white.jpg) top repeat-x #EFEFEF; color: #000; text-decoration: none; padding: 5px 8px; margin: 0; border: 1px solid #CCC; border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px; display: inline-block; }
#commentlist .reply a:hover, .comments-navigation a:hover, .navigation a:hover, .read-more:hover, .wp-pagenavi a:hover  { background: #313428; color: #FFF; }
.comments-navigation span.current, .wp-pagenavi span.current  { background: #313428; color: #FFF; text-decoration: none; padding: 5px 8px; margin: 0; border: 1px solid #CCC; border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px; }

.comments-navigation	{ background: #F0F0F0; padding: 0 10px 10px; border: solid #CCC; border-width: 0 1px 1px; }
.comments-navigation a	{ display: inline-block; }


.nocomments				{ background: #FFF; border: solid #CCC; border-width: 0 1px 1px; padding: 15px 10px; margin: 0 10px 10px 0; font-size: 12px; }

#commentform			{ background: #FFF; border: solid #CCC; border-width: 0 1px 1px; margin-right: 10px; padding: 10px; }
#commentform label		{ color: #999; }
#commentform label.error  { margin: 5px 0; color: #D8000C; font-weight: bold; padding: 5px; }
#commentform span.required	{ color: #FF0000; }
#commentform input[type=text]  { display: block; width: 300px; font: 14px 'Lucida Grande',Arial,Helvetica,sans-serif; margin: 5px 0; }
#commentform textarea	{ display: block; font: 14px 'Lucida Grande',Arial,Helvetica,sans-serif; width: 90%; margin-bottom: 5px; }
#cancel-comment-reply-link	{ font-size: 11px; }

.pingbacks				{ background: #FFF; border: solid #CCC; border-width: 0 1px 1px; padding: 15px 10px 15px 30px; margin: 0 10px 20px 0; }
.pingbacks li			{ padding: 2px 0; font-weight: 700; }
.pingbacks a:link, .pingbacks a:visited	{ text-decoration: none; }

/* search results */
.search-results h2      { color: #333; font-size: 12px; font-weight: 700; margin: 0 10px 0 0; padding: 6px 10px; background: url(../../images/feed-title-white.jpg) repeat-x top #EFEFEF; border: 1px solid #CCC; }
.search-results-content { border: solid #CCC; border-width: 0 1px 1px; background: #FFF; margin: 0 10px 10px 0; padding: 10px; }
.search-results-content .searchform, .sidebar .searchform { padding: 5px 4px; border: 4px solid #CCC; background: #EFEFEF; width: 250px; }

/* author template */
/*.author-posts-title, .author-content h1, .archive-title { font-family: Century Gothic, Apple Gothic, sans-serif; text-transform: uppercase; font-weight: 700; font-size: 14px; padding: 0 3px 8px; border-bottom: 1px solid #DDD; margin: 0 15px 10px 0; color: #383331; }*/
.author-posts-title, .author-content h1, .archive-title { font-family: Arial, Helvetica, sans-serif; font-size: 10pt; font-weight:bold; border-bottom: 2px solid #97afc7; margin: 10px 15px 10px 0; color: #1e5b7e; }

/* footer */
#footer				{ background: #fff; border: 1px solid #ddd; }
#footer .widgetcontainer	{ background: none; border: none; }
#footer .widgettitle	{ background: none; border: none; font-size: 12px; font-weight:bold; color: #444; padding: 0 0 10px; margin: 0; }
#footer .widgetcontent	{ font-size: 12px; background: none; padding: 0; border: none; }
#footer .footer-message	{ font-size: 11px; }
.footer-sidebar-container  { border-bottom: 1px solid #CCC; }




/* best seller */
.bestseller {
  border:0px;
}

.bestseller td {
  padding:5px;
  border:0px;
  background:#fff;
  vertical-align:top;
}

.bestseller .img {  
  text-align:center;
  border-bottom:1px dotted #ddd;
}

.bestseller .desc {
  color:#333;
  font-size:8pt;
  text-align:left;
  border-bottom:1px dotted #ddd;
}

.bestseller .end {    
  border-bottom:none;
}

.bestseller a{
 color:#313428;
}

.bestseller a:hover {
  text-decoration: none;
  border-bottom:1px dotted #4B513E;
}

.marketplace_title {
  font-weight:bold;  
}

.marketplace_title image {
  float:left;
}

.marketplace {
  width:100%;
  clear:both;
}

.marketplace td {
  background:#fff;
}

.marketplace .head {
  font-weight:bold;
  text-align:center;
  background:#f2f2f2;
}

.marketplace .seller {
  width:35%;
}

.marketplace .in_stock {
  width:15%;
}

.marketplace .feedback, .price {
  width:25%;
}

.marketplace .feedback, .in_stock, .price {
  text-align:center;
}

.marketplace .price {
  font-size:12pt;
  color:#f08330;
  font-weight:bold;
}

.marketplace .price a {
  font-size:9pt;
  text-decoration:none;
  color:#000;
  font-weight:normal;
}

.marketplace .price a:hover {
  text-decoration:underline;
}

.marketplace_page_nav {
  text-align:center;
  margin:10px 0px;
}

.marketplace_page_nav span {
  padding:0px 3px;
}

.marketplace_page_nav .current {
  font-weight:bold;
  color:#f08330;
}

.marketplace_page_nav .prev, .next {
  font-weight:bold;
}

.marketplace_note {
  font-size:8pt;
  font-weight:bold;
}

ul.marketplace_note {
  font-size:8pt;
  font-weight:normal;
}

.customerreview_title {
  font-weight:bold;  
}

.customerreview {
  border-top:1px solid #f2f2f2;
  padding:10px 0px;
}

.customerreview .helpfulvotes {
  margin-bottom:5px;
}

.customerreview .rating {
  margin-bottom:5px;
}

.customerreview .rating .summary {
  padding-left:5px;
  font-weight:bold;
}

.customerreview .rating .reviewdate {
  padding-left:5px;
}

.customerreview .reviewer {
  margin-bottom:5px;
}

.customerreview .reviewer .name {
  padding-right:5px;
  font-weight:bold;  
}

.review_page_nav {
  text-align:center;
  margin:10px 0px;
}

.review_page_nav span {
  padding:0px 3px;
}

.review_page_nav .current {
  font-weight:bold;
  color:#f08330;
}

.review_page_nav .prev, .next {
  font-weight:bold;
}




/*joy*/
/* Table */
table.spec {
	border:none; border-spacing: 0; border-collapse: collapse; width:98%;
}
table.spec td {
	border:0px; border-bottom:1px solid #f2f2f2; padding: 5px; vertical-align:top;
}


table.price {
	border:none; border-spacing: 0; border-collapse: collapse; width:98%;
}
table.price td {
	border:0px; padding: 5px; vertical-align:top; text-align:center
}


table.compare
 {
	border:none; border-spacing: 0; border-collapse: collapse; width:100%;
}
table.compare th {
	border:1px solid #ddd;  padding: 5px; text-align:center; font-weight:bold; background: #f0f0f6;
}
table.compare td {
	border:0px; border-bottom:1px solid #f2f2f2; padding: 5px; text-align:center; vertical-align:top
}


.green { color:#006600; font-weight:bold }
.lightgreen { color:#006600; }
.red	{ color:#CC0033; font-weight:bold }


h1.entry-title a	{
  font-size:18px;
  font-weight:550;
  color:#2775c0;
} 

.entry-content h1 {
	font-size: 14pt; 
	font-weight: bold;
	padding:4px;
	margin-top:10px;
	margin-bottom:7px;
}

.entry-content h2 {
	font-size: 12pt; 
	font-weight: bold;
	color:#FF6600;
	padding:4px;
	margin-top:10px;
	margin-bottom:7px;
}

.entry-content h3 {
	font-size: 10pt; 
	font-weight: bold;
	color:#1e80d9;
	border-bottom:1px solid #ddd;	
	padding:4px;
	margin-top:15px;
	margin-bottom:7px;
	width:98%;	
}

ul.bluebullet {
	list-style-image:url(../../images/bullet_square.gif);
}

h3.emp {
	font-size: 10pt; 
	font-weight: bold;
	color:#1e80d9;
	border-bottom:none;		
	padding:4px;
	margin-top:15px;
	margin-bottom:7px;
	width:98%;	
}

.topic {
	color:#597a98;
	font-weight:bold;
}

.img div {
	border:#ccc solid 1px; 
	padding:5px; 
	margin:3px; 
	float:left;
}	

.shortspec {
	color:#eee;
	font-size:9px;
	margin:0px;
	padding:0px;
}

.specdesc {
	font-size:8pt; 
	font-weight:normal; 
	color:#666666
}




#amazon_marketplace {
	margin-top:20px;
}

#wpmm {
padding: 10px 0 }

/* Spect Guide */
.ajaxtooltip{
font-size:8pt;
position: absolute; /*leave this alone*/
display: none; /*leave this alone*/
width: 500px;
left: 0; /*leave this alone*/
top: 0; /*leave this alone*/
background: lightyellow;
border: 2px solid gray;
border-width: 1px 2px 2px 1px;
padding: 5px;
}
.ajaxtooltip p {
  line-height: 10pt;
}
.ajaxtooltip ul, ol {
  padding: 0px;
  margin: 5px 5px 5px 18px;
}
.ajaxtooltip ul li, ol li {
  padding: 0px;
  margin: 2px 0px;
  line-height: 10pt;
}

/* Amazon Iframe */
#customer_reviews {
  padding-top: 10px;
}
#customer_reviews .crIframeReviewList {
  border: 0px;
}
#customer_reviews table, #customer_reviews th, #customer_reviews td  {
  background: transparent;
  border: 0px;
}
#customer_reviews .crIFrameHeaderHistogram {  
  float: right;
  margin-top: -90px;
}
#customer_reviews .crIFrameReviewList td {
  padding: 0px;
}


.nav_up{
	padding: 0px;
	position:fixed;
	background:transparent url(../../images/arrow_up.png) no-repeat top left;
	background-position:50% 50%;
	width:17px;
	height:17px;
	bottom:3px;
	opacity:0.7;
	right:23px;
	white-space:nowrap;
	cursor: pointer;
	-moz-border-radius: 3px 3px 3px 3px;
    -webkit-border-top-left-radius:3px;
	-webkit-border-top-right-radius:3px;
    -khtml-border-top-left-radius:3px;
	-khtml-border-top-right-radius:3px;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=70);
}
.nav_down{
	padding: 0px;
	position:fixed;
	background:transparent url(../../images/arrow_down.png) no-repeat top left;
	background-position:50% 50%;
	width:17px;
	height:17px;
	bottom:3px;
	opacity:0.7;
	right:3px;
	white-space:nowrap;
	cursor: pointer;
	-moz-border-radius: 3px 3px 3px 3px;
    -webkit-border-top-left-radius:3px;
	-webkit-border-top-right-radius:3px;
    -khtml-border-top-left-radius:3px;
	-khtml-border-top-right-radius:3px;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=70);
}

/*Gold Box Deal*/
.deal-item {
	padding: 10px 0;
	border-bottom: 1px solid #CCC;
}

.deal-item table {
	border: 0;
	border-collapse: collapse;
	width: 100%;
}

.deal-item table td {
	border: 0;
	vertical-align: top;
	text-align: left;
}

.deal-item table td.image {
	width: 85px;
}

.deal-item table td.image img {
	width: 75px;
}

.deal-item table td p {
	font-size: 9pt;
	margin: 0;
	padding: 0;
	line-height: 16px;
}

.deal-item table td p.title {
	color: #06C;
	font-size: 12pt !important;
	font-weight: bold;
	line-height: normal !important;
}

.deal-item table td p.expires {
	color: green;
	line-height: normal !important;
	padding: 5px 0;
}

.deal-item table td p.expires .count_down {
	color: #900;
}

.deal-item table td p.list_price, .deal-item table td p.deal_price, .deal-item table td p.you_save {
	font-weight: bold;
}

.deal-item table td p.list_price strike {
	font-weight: normal !important;
}

.deal-item table td p.deal_price span {
	font-weight: normal !important;
	color: green;
}

.deal-item table td p.you_save span {
	font-weight: normal !important;
	color: #900;
}

.deal-item table td p.description {
	padding-top: 5px;
}

.pagination {
  text-align: center;
}

.pagination a {
  text-decoration: none;
	border: solid 1px #AAE;
	color: #15B;
}

.pagination a, .pagination span {
  display: inline-block;  
  padding: 0.3em 0.5em;
  margin-right: 5px;	
	min-width:1em;
	text-align:center;
}

.pagination .current {
  background: #26B;
  color: #fff;
	border: solid 1px #AAE;
}

.pagination .current.prev, .pagination .current.next{
	color:#999;
	border-color:#999;
	background:#fff;
}

/*GD Rating*/
#gdstarrmulti-3 ul li {
	list-style-type:none;
	border-bottom:1px dotted #ddd;
	padding:3px 2px 0 0
}

#gdstarrmulti-3 ul li a {
    font-size:8pt;	
}


#gdstarrmulti-3 ul li br {
	display:none;
}


/*Summary Specs*/
.summaryspecs {
	position: relative;
	min-height: 100px;
}

.summaryspecs .retailprice {
	position: absolute;
	right: 0;
	text-align:right; 
	color:#4866a0;
}

.summaryspecs .nspecs {
	float: left;
}

.summaryspecs .nspecs div {
	background:url(../../images/bullet_square.gif) no-repeat left center;
	padding-left:10px;
	padding-right:5px;
}

.entry-summary .quick-read-more {
	clear: both;
	text-align: right;
}

