/*   
Theme Name: PSM in da Hizzous!
Theme URI: http://precisionscalemodels.com.au
Description: Theme custom designed for Precision Scale Models
Author: <a href="http://frysteen.com.au/">Sam Frysteen</a>
Author URI: http://frysteen.com.au
Version: 1
*/
body {
	/*background: #002851;*/
	background: #036;
	/*font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;*/
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 12px;
	line-height: 1.6em;
	color: #666;
}

/***** text styles *****/
h1, h2, h3 { font-weight: normal; margin: 0 0 10px 0; }
h1 { }
h2 { color:#036; font-size: 28px; line-height: 1.2em; }

#footer h2 {
	font-size: 18px;
	color:#F0D68E;
	letter-spacing: -1px;
	border-bottom: 1px dotted #F0D68E;
	padding-bottom: 5px;
	margin-bottom: 5px;
}


h3 { color:#036; font-size: 18px; line-height: 1.2em; }

h4 { color: #333; }
#footer h4 { color: #fff; }

p { margin: 0 0 1.6em 0; }

p.readmore {
	margin: 0em 0px 0px;
	overflow:hidden;
}
p.readmore a {
	display:block;
	float:right;
	border:1px solid #aaa;
	background: #eaeaea;
	color: #666;
	padding: 3px 5px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}

a {
	color: #111;
	text-decoration: none;
}
a:hover {
	color:#F0B845;
	text-decoration: underline;
}

#sidebar a {
	color: #999;
}
#sidebar a:hover {
	color: #333;
}

#footer a {
	color: #fff;
}
#footer a:hover {
	color: #F0D68E;
}

blockquote { }
blockquote p { }

ul, ol { margin: 0 0 1.6em 0; }



.featured_image {
	overflow: hidden;
	margin-bottom: 20px;
}
.featured_image a,
.ngg-gallery-thumbnail a {
	display: block;
	padding: 9px;
	border: 1px solid #ddd;
	background: #fff;
	
}
.featured_image a:hover,
.ngg-gallery-thumbnail a:hover {
	border-color: #A84;
	background-color: #F5E9D5;
}
.featured_image a img,
.ngg-gallery-thumbnail a img {
	display: block;
	width: 100%;
	height: auto;
	border: 1px solid #fff;	
}


/* nextgen gallery overwrites */
.ngg-galleryoverview {
	margin: 0 0 1.8em;
	overflow: hidden;
}
.ngg-gallery-thumbnail-box {
	float: left;
}
.ngg-gallery-thumbnail {
}

.ngg-gallery-thumbnail a img {
    background-color: #FFFFFF;
    display: block;
    margin: 0 !important;
    padding: 0 !important;
    position: relative;
}

.ngg-gallery-thumbnail img:hover {
    background-color: #A9A9A9;
}




/***** layout styles *****/
#wrapper { width: 1000px; margin: 0px auto 0px; overflow:hidden; background:#f5f5f5; }

.inner {
	/*height: 100%;*/
	margin: 0px auto;
	position: relative;
	width: 960px;
}

#header {
	background: #036 url(css/images/header-bg.gif) repeat-x center top;
	border-bottom: 1px solid #537597;
}

#header h1, #header h1 a {
	display:block;
	width: 239px;
	height: 88px;
}
#header h1 {
	float:left;
	margin: 9px 0px 10px 5px;
}
#header h1 a {
	text-indent:-9999px;
	background: url(css/images/psm_logo_header_words.png) no-repeat center center;
}

#header .searchform {
	position:absolute;
	top: 20px;
	right: 20px;
}
#header .searchform label {
	display:none;
}
#header .searchform input#s {
	border: 1px solid #002851;
	padding: 5px 3px;
	width: 200px;
}


#feature { background: #aa8844 url(css/images/feature_bg.png) no-repeat scroll 50% 0px; }

#feature .inner {
	padding: 15px 0px;
}

.home #feature { background: #eee; }

.home #feature .inner {
	padding: 0px 0px;
	margin: 0px auto;
	width: 1000px;
}

#feature h2 {
	color: #fff;
	font-size: 42px;
	margin-bottom: 0px;
	padding: 5px 0px;
	text-shadow: 2px 2px 2px #333;
}
.single #feature h2 {
	font-size: 28px;
}


#feature .widget {
	float:right;
	overflow:hidden;
	width: 370px;
	height: 350px;
	position:relative;
	float:right;
	margin:0px;
}

#feature .widget h2 {
	font-size: 24px;
	margin: 15px 20px 0px;
	border-bottom: 1px solid #F0B845;
	padding: 0px 0px 6px;
	color:#F0B845;
	text-shadow: none;
}

#feature ul.advanced-recent-posts {
	margin: 0px 20px;
	border: 1px solid #ddd;
	border-width: 0px 1px;
}
#feature ul.advanced-recent-posts li {
	border-top: 1px solid #fff;
	border-bottom: 1px solid #ddd;
	padding: 6px 12px 0px;
	color:#666;
	background-color: #f5f5f5;
	height: 63px;
}
#feature ul.advanced-recent-posts li.first {
	border-top: none;
}
/*#feature ul.advanced-recent-posts li.last {
	border-bottom: none;
}*/
ul.advanced-recent-posts a,
#feature ul.advanced-recent-posts a {
	display:block;
	font-size: 14px;
	font-weight:bold;
}

#feature .top_shadow {
	background: transparent url(css/images/feature_t_shadow.png) repeat-x scroll 0px 0px;
	font-size: 0px;
	height: 10px;
	line-height: 10px;
	overflow:hidden;
}
#feature .bottom_shadow {
	background: transparent url(css/images/feature_b_shadow.png) repeat-x scroll 0px 0px;
	font-size: 0px;
	height: 9px;
	line-height: 9px;
}
.home #feature .top_shadow,
.home #feature .bottom_shadow { display:none;}

#page {
	background-color: #f0f0f0;
	color: #666;
	font-size: 12px;
	overflow:hidden;
	border-top: 1px solid #fff;
}
.home #page {
	background-color: #aa8844;
	border-top: 1px solid #886223;
}
#page .inner {
	padding: 10px 0px 0px;
}

div.breadcrumbs {
	margin: 10px 0px 0px;
	padding: 0px;
	border: 1px solid #ddd;
	background: #f5f5f5;
}
div.breadcrumbs p {
	margin: 0px;
	padding: 0px 10px;
	overflow:hidden;
	line-height: 30px;
}
div.breadcrumbs a, div.breadcrumbs span, div.breadcrumbs strong {
	display: block;
	float: left;
	padding: 0px 0px;
	font-weight: normal;
	margin-right: 5px;
}
div.breadcrumbs span {
	width: 25px;
	text-indent: -9999px;
	background: url(css/images/breadcrumbs.png) no-repeat center center;
	margin-right: 5px;
}

#page_bottom {
	background: #f0f0f0 url(css/images/page_bottom_line.png) repeat-x scroll 0px 0px;
	height: 30px;
	border-bottom:1px solid #fff;
}

.home #page_bottom {
	background-color: #aa8844;
	border-bottom-color: #eecc88;
}

.navigation-posts {
	clear:both;
}


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

body.home #content {
	width: 960px;
	float:none;
	padding-top: 10px;
}

#content, #sidebar_content {
	padding-top: 40px;
}
#sidebar {
	width: 300px;
	float: right;
}
#sidebar_content {
	background: transparent url(css/images/sidebar_divider.png) no-repeat scroll 0% 0%;
	overflow:hidden;
	padding-left: 25px;
	margin:0px;
}

#sidebar_bottom {
	background: transparent url(css/images/sidebar_divider_bottom.png) no-repeat scroll 0% 0%;
	clear: both;
	height: 50px;
	margin:0px;
}

#sidebar .avhec-widget-line {
	display:block;
}
#sidebar .widget {
	margin-bottom: 20px;
	border:1px solid #ddd;
}

#sidebar h2 {
	font-size: 12px;
	line-height:1.4em;
	font-weight: bold;
	text-shadow: 1px 1px 0px #fff;
	color: #036;
	letter-spacing: 0px;
	border: 1px solid #fff;
	border-bottom: 1px solid #ddd;
	padding: 8px 10px;
	margin-bottom: 0px;
	background: #dddddd; /* Old browsers */
  background: -moz-linear-gradient(top, #dddddd 0%, #eeeeee 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#dddddd), color-stop(100%,#eeeeee)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #dddddd 0%,#eeeeee 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #dddddd 0%,#eeeeee 100%); /* Opera11.10+ */
  background: -ms-linear-gradient(top, #dddddd 0%,#eeeeee 100%); /* IE10+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dddddd', endColorstr='#eeeeee',GradientType=0 ); /* IE6-9 */
  background: linear-gradient(top, #dddddd 0%,#eeeeee 100%); /* W3C */
}

#sidebar ul {
	margin:0px;
	border: 1px solid #fff;
	border-width: 0px 1px 1px;
	padding: 0px 0px;
}
#sidebar ul li {
	list-style: none;
	padding: 0px;
}
#sidebar ul li a {
	display:block;
	border-bottom: 1px solid #ddd;
	border-top: 1px solid #fff;
	padding: 6px 5px 6px 22px;
	background: #f9f9f9 url(css/images/list_arrows.png) no-repeat 7px 8px;
	line-height: 1.4em;
}
#sidebar ul li.first a {
}
#sidebar ul li.last a {
	border-bottom:none;
}
#sidebar ul li.current-cat a {
	background-color: #f3f3f3;
	color: #333;
}
#sidebar ul li a:hover,
#sidebar ul li.current-cat a:hover {
	background-color:#fff;
	text-decoration: none;
}

#footer {
	clear:both;
	overflow:hidden;
	background: #036 url(css/images/footer.png) no-repeat scroll 50% 0px;
	font-size: 12px;
	color:#E3F3FF;
}
#footer_shadow {
background: transparent url(css/images/footer_shadow.png) repeat-x scroll 0px 0px;
font-size: 0px;
height: 10px;
line-height: 10px;
overflow: hidden;
}

#footer .inner {
overflow: hidden;
padding: 30px 0px 0px;
}
#footer_bottom { /*background: transparent url(css/images/footer_bottom.png) repeat-x scroll 50% 0px;*/ background: #002a5a; }
#footer_bottom .inner {
	padding: 12px 0px;
}

#footer_bottom p { color:#537597; margin:0px }

#footer ul.advanced-recent-posts li {
	border-bottom: 1px solid #537597;
	padding: 6px 0px;
}
#footer ul.advanced-recent-posts li.last {
	border-bottom: none;
}

#footer ul.advanced-recent-posts li.first {
	padding-top:0px;
}



/***** clear and clearfix *****/
.clear { clear: both; }
.clearfix:after { visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; }
* html .clearfix, *:first-child+html .clearfix { zoom: 1; } /* First selector = IE6, Second Selector = IE 7 */

/***** shortcode styles *****/
.one_half{ width:48%; }
.one_third{ width:30.66%; }
.two_third{ width:65.33%; }
.one_fourth{ width:22%; }
.three_fourth{ width:74%; }
.one_fifth{ width:16.8%; }
.two_fifth{ width:37.6%; }
.three_fifth{ width:58.4%; }
.four_fifth{ width:67.2%; }
.one_sixth{ width:13.33%; }
.five_sixth{ width:82.67%; }
.one_half,.one_third,.two_third,.three_fourth,.one_fourth,.one_fifth,.two_fifth,.three_fifth,.four_fifth,.one_sixth,.five_sixth{ position:relative; margin-right:4%; float:left; }
.last{ margin-right:0 !important; clear:right; }
.box, .info, .notice, .success, .error {
	border: 1px solid #bbb;
	background-color: #e5e5e5;
	color: #333;
	padding: 0px;
	margin: 0 0 20px;
	border-radius: 1px;
	-moz-border-radius: 1px;
	-webkit-border-radius: 1px;
	overflow:hidden;
}
.info {
	background: #D7E7F5;
	border-color: #AACEE6;
	color: #5E6984;
}
.notice {
	background: #FFF9CC;
	border-color: #FFDB4F;
	color: #736B4C;
}
.success {
	background: #E2F2CE;
	border-color: #BFE098;
	color: #466840;
}
.error {
	background: #FDE9EA;
	border-color: #FDCED0;
	color: #A14A40;
}
.message_box_content {
	border: 1px solid #fff;
	padding: 10px 15px 0px;
	margin: 0px;
}
.message_box_content p,
.message_box_content ul {
	margin:0 0 10px;
}


.navigation {
	position:absolute;
	right: 0px;
	bottom: 0px;
	border:1px solid #002851;
	border-width: 1px 0px 0px 1px;
}

.navigation ul {
	list-style-type: none;
	margin: 0px 0px 0px;
	overflow: visible;
	padding: 0px;
	z-index: 900;
	height: 38px;
	background: #002851 url(css/images/nav-bg.gif) repeat-x center top;
}

.navigation ul li {
	float:left;
	position:relative;
	overflow:visible;
}

.navigation ul li a {
	display:block;
	float:left;
	padding: 0px 20px;
	line-height: 38px;
	text-decoration:none;
	color: #fff;
	font-size: 12px;
	border-right:1px solid #002851;
}
.home .navigation ul li.menu-item-4 > a,
.navigation ul li.current-menu-item > a,
.navigation ul li.current-menu-parent > a {
	color: #F0D68E;
}
.navigation ul li.last a {
}
.navigation ul li a:hover {
	color: #F0D68E;
}
.navigation ul ul {
	display:none;
	position:absolute;
	top: 38px;
	left: -5px;
	width: 200px;
	height:auto;
	border: none;
	background:url(css/images/nav_shadow.png) no-repeat center bottom;
}
.navigation ul ul li {
	float:none;
	margin:0px 5px;
}
.navigation ul ul li.first {
	border-top:1px solid #002851;
}
.navigation ul ul li.last {
	margin: 0px 5px 5px 5px !important;
}
.navigation ul ul li a,
.navigation ul ul li a {
	float: none;
	border-right: none;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #ddd;
	line-height: 32px;
	font-size: 12px;
	color: #666;
	background: #f5f5f5;
}
.navigation ul li ul li.current-menu-item a,
.navigation ul li ul li a:hover {
	background: #efefef;
	color: #036;
}
.navigation ul ul li.first a {
	border-top: 1px solid #ddd;
}

.hentry {
	margin:0 0 40px;
	overflow:hidden;
}
.hentry h2 {
	font-size: 28px;
	line-height: 1.2em;
	margin: 0px 0px 10px;
}
.hentry ul li {
	padding: 0px 0px 0px 10px;
	list-style-position: inside;
	list-style-type: disc;
}
.sub-post {
	float: right;
	width: 440px;
}
img.alignleft, img.alignright {
	background-color: #fff;
	border: 1px solid #ddd;
	float: left;
	margin: 0px;
	padding: 9px;
}

.hentry a.postheadimagelink {
	display:block;
	padding:0px 0px 24px;
	background: url(css/images/image_shadow_630.png) no-repeat center bottom;
	text-align:center;
}

.hentry a.postheadimagelink img {
	border:none;
	padding:0px;
	margin:0px auto;
	float:none;
	display: block;
}


.entry { }
.entry a { }
.entry a:hover { }

pre { }
code, tt { }

.meta {
	border: 1px solid #ddd;
	border-width: 1px 0px;
	padding: 4px 5px;
	overflow:hidden;
	margin: 0px 0px 10px;
}
.meta p {
	float:left;
	margin: 0px;
	padding: 4px 0px;
	overflow:hidden;
}
.meta p.scale {
	border:1px solid #BFE098;
	background-color:#E2F2CE;
	color: #466840;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	padding: 3px 8px;
	margin-right: 10px;
}

.meta p.category {
}
.meta p.category a {
	border:1px solid #AACEE6;
	background-color:#D7E7F5;
	color: #5E6984;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	padding: 3px 8px;
	margin-right: 5px;
}
.meta p.category a:hover {
	text-decoration: none;
	background-color:#E6EFF6;
	color: #253446;
}

.meta p.comments {
	float:right;
}

.meta p.comments a {
	background: url(css/images/comments.gif) no-repeat right center;
	padding-right: 18px;
}

.meta p.edit {
	float:right;
}

.event-dates {
	border: 1px solid #BFE098;
	margin-bottom: 10px;
}
.event-dates p {
	margin:0px;
	border:1px solid #fff;
	background-color: #E2F2CE;
	color: #466840;
	font-size: 14px;
	line-height: 2.4em;
	padding: 0px 10px;
}

.specifications {
	overflow:hidden;
}
.specifications div {
	margin-bottom:10px;
	border: 1px solid #ccc;
}
.specifications h3 {
	margin:0px 0px 0px 0px;
	background: #dddddd; /* Old browsers */
  background: -moz-linear-gradient(top, #dddddd 0%, #eeeeee 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#dddddd), color-stop(100%,#eeeeee)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #dddddd 0%,#eeeeee 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #dddddd 0%,#eeeeee 100%); /* Opera11.10+ */
  background: -ms-linear-gradient(top, #dddddd 0%,#eeeeee 100%); /* IE10+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dddddd', endColorstr='#eeeeee',GradientType=0 ); /* IE6-9 */
  background: linear-gradient(top, #dddddd 0%,#eeeeee 100%); /* W3C */
	border: 1px solid #fff;
	color:#111;
	font-size: 14px;
	padding: 7px 10px;
	cursor:pointer;
}

.specifications h3.hover {
	background:#eee;
}
.specifications h3.active { background:#eee; }

.specifications ul, .specifications ul li {
	list-style: none;
	padding:0px;
	margin:0px;
}
.specifications ul {
	margin:0px 0px;
	border-top: 1px solid #ccc;
}
.specifications ul li {
	padding: 6px 10px;
	border-bottom: 1px dotted #ccc;
	background: url(css/images/noisey_f8f8f8.gif);
	color: #666;
}

.specifications ul li.last {
	border-bottom: none;
}
.specifications ul li span {font-weight: bold; color: #333;}

.modelprice {
	background: #E2F2CE;
	border:1px solid #BFE098;
	color: #466840;
	margin:0px 0px 10px;
}
.modelprice h3 {
	border:1px solid #fff;
	margin:0px;
	padding: 7px 10px;
	color: #466840;
}

#sidebar { }

.navgation { }
   .next-posts { }
   .prev-posts { }

#searchform { }
	#s { }
	#searchsubmt { }

h2#comments, #respond h2 {
	font-size: 18px;
}

ol.commentlist { list-style: none; }
ol.commentlist li { }
ol.commentlist li.alt { }
ol.commentlist li.bypostauthor { }
ol.commentlist li.byuser { }
ol.commentlist li.comment-author-admin { }
ol.commentlist li.comment { border-bottom: 1px dotted #666; padding: 10px; }
ol.commentlist li.comment div.comment-author { }
ol.commentlist li.comment div.vcard { }
ol.commentlist li.comment div.vcard cite.fn { font-style: normal; }
ol.commentlist li.comment div.vcard cite.fn a.url { }
ol.commentlist li.comment div.vcard img.avatar { float:right; margin: 0 0 10px 10px; }
ol.commentlist li.comment div.vcard img.avatar-32 { }
ol.commentlist li.comment div.vcard img.photo { }
ol.commentlist li.comment div.vcard span.says { }
ol.commentlist li.comment div.commentmetadata { }
ol.commentlist li.comment div.comment-meta { font-size: 10px; }
ol.commentlist li.comment div.comment-meta a { color: #ccc; }
ol.commentlist li.comment p { }
ol.commentlist li.comment ul { }
ol.commentlist li.comment div.reply { font-size: 11px; }
ol.commentlist li.comment div.reply a { font-weight: bold; }
ol.commentlist li.comment ul.children { list-style: none; margin: 10px 0 0; }
ol.commentlist li.comment ul.children li { }
ol.commentlist li.comment ul.children li.alt { }
ol.commentlist li.comment ul.children li.bypostauthor { }
ol.commentlist li.comment ul.children li.byuser { }
ol.commentlist li.comment ul.children li.comment { }
ol.commentlist li.comment ul.children li.comment-author-admin { }
ol.commentlist li.comment ul.children li.depth-2 { border-left: 5px solid #555; margin: 0 0 10px 10px; }
ol.commentlist li.comment ul.children li.depth-3 { border-left: 5px solid #999; margin: 0 0 10px 10px; }
ol.commentlist li.comment ul.children li.depth-4 { border-left: 5px solid #bbb; margin: 0 0 10px 10px; }
ol.commentlist li.comment ul.children li.depth-5 { }
ol.commentlist li.comment ul.children li.odd { }
ol.commentlist li.even { background: #fff; }
ol.commentlist li.odd { background: #f6f6f6; }
ol.commentlist li.parent { border-left: 5px solid #111; }
ol.commentlist li.thread-alt { }
ol.commentlist li.thread-even { }
ol.commentlist li.thread-odd { }

form { }
input[type=text] { }
textarea { }


#slider {
	overflow:hidden;
	width:630px;
	height:350px;
	position:relative;
	float:left;
}

ul.slideshow {
	margin:0px auto;
	text-align:center;
	overflow:hidden;
}
li.slide {
	overflow:hidden;
	background:url(css/images/black_50.png);
}

li.slide p.readmorebutton {
	position:absolute;
	right: 20px;
	bottom: 20px;
	width: 300px;
	margin: 0px;
	text-align:right;
}

/*li.slide div.slide-image {
	float:left;
	width:630px;
}*/

li.slide img {
	float:none;
	display:block;
	padding:0px;
	margin:0px;
	border:none;
}

/*li.slide div.slide-text {
	float:right;
	width: 260px;
	text-align:left;
	margin: 40px 30px 20px 40px;
}
li.slide div.slide-text h3 {
	margin: 0px 0px 10px;
	font-size: 24px;
	font-weight:normal;
	color:#fff;
}

li.slide div.slide-text p {
	margin: 0px 0px 1.6em;
	color: #F0D68E;
}*/

#slide-shadow {
	position:absolute;
	top:0;
	right:0;
	height: 350px;
	width:20px;
	background: url(css/images/shaddow-right-dark.png) repeat-y right top;
	z-index: 60;
}


#slide-nav {
	position:absolute;
	bottom:20px;
	left:20px;
	overflow:hidden;
	z-index: 50;
}
#slide-nav a {
	display: block;
	float:left;
	padding: 0px;
	text-indent:-9999px;
	width: 10px;
	height: 10px;
	font-size:1px;
	margin-right: 5px;
	background-color: #666;
	border: 2px solid #ddd;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	color:#03294f;
}
#slide-nav a:hover, #slide-nav a.activeSlide {
	background: #ddd;
	border-color: #fff;
	color: #A14A40;
}




ul.featured {
	overflow:hidden;
	margin: 0px -10px 0px 0px;
}
ul.featured li {
	float:left;
	margin: 0px 10px 10px 0px;
	border: 1px solid #ddd;
	padding: 14px;
	position:relative;
	background: #f8f8f8 url(css/images/noisey_f8f8f8.gif) repeat;
}
ul.featured li.last {
	margin-right: 4px !important;
}
ul.featured li.first {
	margin-left: 0px;
}

span.featured {
	display:block;
	position:absolute;
	top:-4px;
	right:-4px;
	width:70px;
	height:70px;
	background: url(css/images/corner_featured.png) no-repeat right top;
}

ul.featured li a.thumb-link {
	display:block;
	margin: 0px;
	padding: 0px 0px 11px;
	background: url(css/images/image_shadow_300.png) no-repeat center bottom;
}
ul.featured li img {
float: none;
margin: 0px;
padding: 0px;
border:none;
display:block;
}
ul.featured li h2,
ul.featured li p {
	margin:0px;
	width: 280px;
}
ul.featured li p {
	margin: 5px 0px 0px;
	line-height: 1.6em;
	font-size: 12px;
}
ul.featured li a.button {
	margin: 10px 0px 0px;
}
ul.featured li h2 a {
	font-size: 12px;
	font-weight:bold;
	display:block;
	margin: 0px 0px 0px;
	line-height: 1.6em;
}




/* ======================================================= */
/*                     Buttons Styles                      */
/* ======================================================= */
.button, .button span {
	display: inline-block;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.button {
	white-space: nowrap;
	line-height:1em;
	position:relative;
	outline: none;
	overflow: visible; /* removes extra side padding in IE */
	cursor: pointer;
	border: 1px solid #999;/* IE */
	border: rgba(0, 0, 0, .2) 1px solid;/* Saf4+, Chrome, FF3.6 */
	border-bottom:rgba(0, 0, 0, .4) 1px solid;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
	background: -moz-linear-gradient(
		center top,
		rgba(255, 255, 255, .1) 0%,
		rgba(0, 0, 0, .1) 100%
	);/* FF3.6 */
	background: -webkit-gradient(
		linear,
		center bottom,
		center top,
		from(rgba(0, 0, 0, .1)),
		to(rgba(255, 255, 255, .1))
	);/* Saf4+, Chrome */
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorStr='#19FFFFFF', EndColorStr='#19000000'); /* IE6,IE7 */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#19FFFFFF', EndColorStr='#19000000')"; /* IE8 */
	-moz-user-select: none;
	-webkit-user-select:none;
	-khtml-user-select: none;
	user-select: none;
}
button::-moz-focus-inner {
    border: none; /* overrides extra padding in Firefox */
}
button.button {
	padding:0px;
	margin:0;
}
a.button, a.button:hover {
	text-decoration: none;
}
.button.full, .button.full span {
	display: block;
}
.button:hover, .button.hover {
	background: -moz-linear-gradient(
		center top,
		rgba(255, 255, 255, .2) 0%,
		rgba(255, 255, 255, .1) 100%
	);/* FF3.6 */
	background: -webkit-gradient(
		linear,
		center bottom,
		center top,
		from(rgba(255, 255, 255, .1)),
		to(rgba(255, 255, 255, .2))
	);/* Saf4+, Chrome */
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorStr='#33FFFFFF', EndColorStr='#19FFFFFF'); /* IE6,IE7 */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#33FFFFFF', EndColorStr='#19FFFFFF')"; /* IE8 */
}
.button:active, .button.active {
	top:1px;
	background: -moz-linear-gradient(
		center top,
		rgba(0, 0, 0, .1) 0%,
		rgba(255, 255, 255, .1) 100%
	);/* FF3.6 */
	background: -webkit-gradient(
		linear,
		center bottom,
		center top,
		from(rgba(255, 255, 255, .1)),
		to(rgba(0, 0, 0, .1))
	);/* Saf4+, Chrome */
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorStr='#19000000', EndColorStr='#19FFFFFF'); /* IE6,IE7 */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#19000000', EndColorStr='#19FFFFFF')"; /* IE8 */
}
.button span {
	position: relative;
	color:#fff;
	text-shadow:0 1px 1px rgba(0, 0, 0, 0.25);
	border-top: rgba(255, 255, 255, .2) 1px solid;
	padding: 0.5em 1.3em 0.7em;
	line-height:1em;
	text-decoration:none;
	text-align:center;
	white-space: nowrap;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
	/* Safari and Google Chrome only - fix margins */
	button.button span {
		margin-top: -1px;
		margin-left:-2px;
		margin-right:-2px;
	}
}
.button.small span {
	font-size: 12px;
	padding: 0.3em 1em 0.5em;
}
.button.medium span {
	font-size:14px;
}
.button.large span {
	font-size:18px;
}
/* Button Color Scheme
---------------------------------------------------------- */
.button.black {
	background-color: #333333;
}
.button.gray, .button.grey {
	background-color: #666666;
}
.button.white {
	background-color: #FFFFFF;
}
.button.white span{
	color: #666666;
}
.button.red {
	background-color: #e62727;
}
.button.orange {
	background-color: #ff5c00;
}
.button.magenta {
	background-color: #A9014B;
}
.button.yellow {
	background-color: #ffb515;
}
.button.blue {
	background-color: #00ADEE;
}
.button.pink {
	background-color: #e22092;
}
.button.green {
	background-color: #91bd09;
}
.button.rosy {
	background-color: #F16C7C;
}


/* Default style for WP-PageNavi plugin */
.wp-pagenavi {
	clear: both;
	margin: 1.6em 0px;
}

.wp-pagenavi a,
.wp-pagenavi span {
	text-decoration: none;
	border: 1px solid #bbb;
	padding: 10px 12px;
	margin: 2px;
	color: #999;
	background: #fafafa; /* Old browsers */
	background: -moz-linear-gradient(top, #fafafa 0%, #eaeaea 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fafafa), color-stop(100%,#eaeaea)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #fafafa 0%,#eaeaea 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #fafafa 0%,#eaeaea 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #fafafa 0%,#eaeaea 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafafa', endColorstr='#eaeaea',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, #fafafa 0%,#eaeaea 100%); /* W3C */
}

.wp-pagenavi a:hover,
.wp-pagenavi span.current {
	background:#fff;
	border-color: #000;
	color: #000;
}

.wp-pagenavi span.current {
}




#mc_signup_form {
	background: #f9f9f9;
	border:1px solid #fff;
	padding: 10px;
}
.mc_input {
	width: 96%;
	outline:none;
	border: 1px solid #ccc;
	padding: 8px 3px;
}
.mc_input:focus {
	border-color:#0066CC !important;
}
#mc_mv_PHONE-area.mc_input {
	width: 20px;
}
#mc_mv_PHONE-detail1.mc_input,
#mc_mv_PHONE-detail2.mc_input {
	width: 40px;
}

#mc_signup_form br {
	display: none;
}
#mc_display_rewards {
	display: none;
}
.mc_required {
	color:#c00;
}
#mc-indicates-required {
	color:#c00;
	font-style: italic;
	font-size: 10px;
	line-height: 20px;
	margin-top: -5px;
}
.mc_signup_submit {
	text-align:right;
}
.mc_signup_submit .button {
	padding: 5px 5px;
}
.mc_merge_var {
	padding-bottom: 10px;
}