/*  
Theme Name: CMC
Theme URI: http://www.huntadvertising.com
Description: An awesome swarm of black and yellow.
Version: 1.1
Author: Hunt Advertising
Author URI: http://www.huntadvertising.com/

*/

body, h1, h2, h3, h4, h5, h6, blockquote, p, form{
	margin: 0;
	padding: 0;
}

body{
	margin: 0;
	font-family: Verdana, Helvetica, Georgia, Sans-serif;
	font-size: 14px;
	text-align: center;
	vertical-align: top;
	background: url(images/grate4.png) #000000 top center;
	color: #CCC;
}

#wrapper{
	margin: 0 auto 0 auto;
	width: 775px;
	text-align: left;
	overflow: hidden;
	border-right: 2px solid #FFCC00;
	border-left: 2px solid #FFCC00;
	background: #000;
}

img {
	border: none;
}

h1{
	font-family: Georgia, Sans-serif;
	font-size: 24px;
	padding: 15px 0 10px 15px;
}

h3{
	padding: 15px 0 15px 0;
}

h4{
	padding: 0 0 0 15px;
}

a:link, a:visited{
	text-decoration: none;
	color:#FFCC00;
}

a:hover{
	text-decoration: underline;
	color: #F00;
}

blockquote { font-style: italic; 
	font-family: Verdana, Helvetica, Georgia, Sans-serif;
	font-size: 90%;
	color: #FFCC00; 
	margin: 1.5em 30px 1.5em 30px; 
	padding: 4px 4px 4px 10px;
	background: #333;
	border-top: 1px dotted #FFCC00;
	border-left: 1px dotted #FFCC00; 
}

.entry p { 
	margin: 0 0 15px 0; 
}

.entry ul, .entry ol { 
	margin: 0 0 15px 40px; 
}
	
.entry ul { 
	list-style-type: disc; 
}
	
.entry li { 
	margin: 0 0 5px 0; 
}
		
.entry ul li ul, .entry ul li ol, .entry ol li ul, .entry ol li ol { 
	margin: 5px 0 5px 30px; 
}

.entry img.left { 
	padding: 6px; 
	margin: 0.5em 15px 0.5em 0; 
	border: 0px solid #ccc;
	background: #eee;
	float: left; 	
	clear: left; 
}
		
.entry img.right { 
	padding: 6px; 
	margin: 0.5em 0 0.5em 15px; 
	border: 0px solid #ccc;
	background: #eee;
	float: right; 
	clear: right; 
}
		
.entry img.center { 
	display: block; 
	padding: 8px; 
	margin: 0 auto 1.5em auto; 
	border: 0px solid #ccc;
	background: #eee;
	float: none; 
	clear: both; 
}
	
.entry img.off { 
	padding: 0 !important; 
	border: none !important; 
}
		
.entry img.stack { 
	clear: none !important; 
}

/*----HEADER----*/

#header{
	float: left;
	width: 755px;
	padding: 50px 0 30px 20px;
	background: url(images/header.jpg) no-repeat left bottom;
	color: #000000;
}

#header a{
	text-decoration: none;
	color: #000000;
}

#header a:hover{
	text-decoration: underline;
}




/*----POST----*/

#container{
	float: left;
	width: 530px;
	padding: 0 0 0 0;
}

#container2{
	float: left;
	width: 735px;
	padding: 20px;
}

#container2 h2 {
	padding: 10px 0 20px 0;
}

#container2 img {
	padding: 0 3px;
}

#container3 {
	float: left;
	width: 400px;
	margin: 0, auto;
	padding: 0;
}

#container4{
	float: right;
	width: 330px;
	padding: 0 0 0 0;
}

#aboutContent {
	float: left;
	margin:0;
	padding: 0;
	width: 800px;
}

#aboutContent img {
	margin:0;
	padding:0;
	border:none;
}

#frontStore {
	background: url(images/tab_store_bg.png) center center no-repeat;
	height: 151px;
	margin: 0;
	padding: 50px 0 0 0;
	text-align: center;
}

.post{
	padding: 20px 50px 40px 20px;
}

.post2{
	padding: 0;
}

.post h2{
	font-family: Georgia, Sans-serif;
	font-size: 22px;
	padding: 20px 0 0 0;
}

.entry{
	line-height: 22px;
}

.postinfo{
	font-size: 11px;
	color: #aaa;
	padding: 2px 0 20px 0;
}

.postinfo a{
	color: #aaa;
}

.postdate{ color: #aaa; }

p.postmetadata{
	font-size: 12px;
	color: #BFB8A1;
	border-top: 1px dotted #FFCC00;
	margin: 20px 0 0 0;
	padding: 5px 0 0 0;
}

p.postmetadata strong{
	float: right;
}

/* This is the link at the bottom of a post which lets you go to the next or previous post */

.navigation{
	padding: 10px 20px 20px 10px;
	font-size: 14px;
	font-weight: bold;
	line-height: 18px;
}

/*----SIDEBAR STYLES----*/

.sidebar{
	float: right;
	width: 235px;
	margin: 35px auto 5px auto;
	padding-top: 15px;
	padding-bottom: 15px;
	display: inline;
	overflow: hidden;
	background: #333;
	border-left: 1px dotted #FFCC00;
	border-bottom: 1px dotted #FFCC00;
}

.sidebar ul{
	list-style: none;
	margin: 0;
	padding: 0 10px 0 10px;
}

.sidebar ul li{
	padding: 10px 0 10px 5px;
}

.sidebar ul li h2{
	font-family: Georgia, Sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #fff;
	padding: 5px 5px 5px 20px;
	margin: 0 10px 10px 0;
	background: none;
	border-bottom: 1px dotted #FFCC00;
}

.sidebar ul ul li{
	padding: 0;
	margin: 0 0 0 13px;
	line-height: 24px;
	list-style: url(images/bullet.gif);
}

.sidebar .syndication {
	width: 155px;
	height: 77px;
	position: relative;
}

.sidebar .syndication span{
	background: url(images/rss.jpg) no-repeat;
	position: absolute;
	width: 100%;
	height: 75%;
}

.sidebar a:link, a:visited{
	text-decoration: none;
	color:#FFCC00;
}

.sidebar a:hover{
	text-decoration: underline;
	color: #F00;
}


table#wp-calendar{
	width: 100%;
}

/*----COMMENT FORM----*/

#comment-form{
	width: 425px;
	margin: 50px 0 0;
	border: 1px dotted #FFCC00;
	padding: 5px 5px 15px 15px;
	background: #333;
}

.comments-template ol{
	margin: 0 0 15px;
	list-style: none;
}

.comments-template ol li{
	line-height: 18px;
	margin: 10px 0 10px 0;
}

.comments-template h2 .comments-template h3{
	font-family: Georgia, Sans-serif;
	font-size: 16px;
	color: #FCO;
	padding: 10px 0 30px 0;
}

.commentmetadata{
	font-size: 12px;
	color: #FFCC00;
	padding: 20px 0 20px 0;
}

.commentmetadata strong { 
	font-size: 16px; 
}

.comments-template p.nocomments{
	padding: 0;
}

.comments-template input{
	border: 1px solid #FFCC00;
}

.comments-template textarea{
	font-family: Arial, Hevletica, Georgia, Sans-seriff;
	font-size: 12px;
	color: #333;
	margin: 30px 15px 15px 0;
	background: #FFF;
	border: 1px solid #FFCC00;
}

/*----FOOTER----*/

#footer{
	clear: none;
	float: left;
	width: 760px;
	margin: 0;
	padding: 10px 5px 5px 10px;
	line-height: 18px;
	font-size: 80%;
	color: #FFF;
	background: url(images/footer_bg2.gif);
	border-top: 0px solid #FFCC00;
	border-bottom: none;
}

#foottwo {
	text-align: center;
	width: 730px;
}

#footer a:link{
	text-decoration: none;
	color: #EEE;
}

#footer a:hover{
	text-decoration: underline;
	color: #CCC;
}

#footer a:visited{
	text-decoration: none;
	color: #FFF;
}

.fltlft {
	float: left;
}

.fltrt {
	float: right;
}

.clear {
	clear:both;
}

#engImg {
	border:none;
	width:85px;
}

#engTitle {
	text-align:center;
	width:85px;
}

#engDesc {
	text-align:left;
	padding-left:10px;
	padding-right:10px;
}


.freshout{
height:expression(this.height>this.width && this.height>85?85:true);
width:expression(this.width>this.height && this.width>85?85:true);
max-width : 85px;
max-height: 85px;
}



/*----NAVIGATION BAR----*/

#top-menu{
	clear: both;
	margin:0;
	padding:0;
	float: left;
	width: 777px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	border-top: none;
	border-bottom: none;
	background: url(images/nav_bg.gif);
	overflow:hiden;
}




/* ********* POP MENU ************ */

#p7PMnav {
	margin:0, auto;
	padding: 0;
	text-align:left;
	font-size: .9em;
	width: 777px;
}

#p7PMnavIndex {
	margin:0, auto;
	padding:300px 0 0 80px;
	text-align:left;
}

#p7PMnav ul {
	margin:0;
	padding:0;
	border: 1px solid #333333;
	border-left: 0;
	position: absolute;
	left: -9000px;
	z-index: 10000;
}


/* these are the menu styles */

#p7PMnav li {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

/* ------ the menu link styles ------ */
#p7PMnav a {
	display: block;
	text-decoration: none;
	background-color: #efaa22;
	padding: 3px 4px;
	color: #333333;
	border-left: 1px solid #efaa22;
	line-height:.9em;
}
#p7PMnav a:hover, #p7PMnav a:active, #p7PMnav a:focus {
	background-color: #FF9900;
	color: #FFFFFF;
	border-left: 3px solid #000000;
}

/* ------ the current page marker style ------ */
#p7PMnav .p7PMmark {
	color: #333333;
	font-weight: bold;
}
/* ------ the trigger link styles ------- */

/*the normal trigger links */
#p7PMnav ul .p7PMtrg, #p7PMnav ul .p7PMon {
	background-image:  url(images/p7PM_dark_east.gif);
	background-repeat:	no-repeat;
	background-position: right center;
}
/* the active trigger link style */
#p7PMnav .p7PMon {
	background-color: #FFB74A;
	color: #FFFFFF;
	border-left: 3px solid #333333;
}

/*the submenu classes */

#p7PMnav .p7PMhide {
	left: -9000px;
	border: 0;
}
#p7PMnav .p7PMshow {
	left: auto;
	z-index: 20000 !important;
}
/* Top level menu width */
#p7PMnav li {
	float: left;
	width: 100px;
}
#p7PMnav ul li {
	float: none;
}
/* 2nd and subsequent Submenu widths */
#p7PMnav ul, #p7PMnav ul li {
	width: 178px;
}
#pmmcrumb {
	font-weight: bold;
	margin-bottom: 16px;
	color: #333333;
}
#pmmcrumb a, #pmmcrumb a:visited {
	font-weight: normal;
	color: #666699;
}
#pmmcrumb a:hover, #pmmcrumb a:active, #pmmcrumb a:focus {
	font-weight: normal;
	color: #333333;
}

#pagewrapper {
	margin: 0 auto !important;
	width: 670px!important;
	border: 0px solid #333;
}
#masthead {
	padding: 10px;
	margin: 0;
}


/* --------- main Gallery Wrapper ------------ */
#p7GS {
	font-family: Arial, Helvetica, sans-serif;
}
#p7GSvpW3 {
	margin: 0 auto;
	background-color: #efaa22;
	border-bottom: 1px solid #000000;
}
#p7GSvp {
	margin:0 auto;
	background-color: #efaa22;
	position:relative;
}
#p7GSsc {
	position:relative;
	margin:0;
	background-color: #ffffff;
}
/* ------------ Hide Description --------------------- */
#p7GSsc div {display: none;}

/* ------------ Thumbnail Lists --------------------- */
#p7GSsc ul {
	margin:0;
	padding:0;
	position:relative;
}
#p7GSsc li{
	margin:0;
	padding:0; /* do not use padding or margin on li, use margin and padding on img */
	list-style-type: none;
	display:inline;
}
#p7GSsc img {
	padding: 2px;
	border: 1px solid #ffffff;
	background-color: #efaa22;
	opacity: 1;
	filter: alpha(opacity=100);
	margin: 10px 5px;
}

/* ------ Thumbnail Hover and Down Classes ------------------------------- */

#p7GSsc .p7GSover {
	border-color: #FF9900;
	opacity: 1;
	filter: alpha(opacity=100);
	background-color: #efaa22;
}
#p7GSsc .p7GSon {
	opacity: 1;
	filter: alpha(opacity=100);
	background-color: #efaa22;
	border-color: #00FF00;
}

/* ------------ Thumbnail Nav Styles ------------ */
#p7GSnv {
	margin: 0;
	padding: .25em 0;
	font-size: 0.75em;
	background-color: #efaa22;
	border-top: 1px solid #444;
	color: #B6B1AB;
	text-align: center;
}
#p7GSnvtitle {
	margin: 0 10px 0 0;
	display: inline !important;
	color: #999999;
}
#p7GSnv span {
	display: none;
}
#p7GSnv h2 {
	margin: 0;
	font-size: 1.5em;
	color: #FFFFFF;
	text-transform: capitalize;
	letter-spacing: normal;
}
#p7GSnv a {
	padding: 0 .5em;
	color: #333333;
	font-weight: normal;
	background-color: #9B9D92;
	text-decoration: none;
}

#p7GSnv a:visited {
	color: #333333;
	background-color: #9D9F94;
}
#p7GSnv a:hover,
#p7GSnv a:active,
#p7GSnv a:focus {
	border-color: #FFFFFF;
	color: #000000;
	background-color: #6666CC;
}

#p7GSnv .p7GSnvon {
	color: #333333!important;
	border-color: !important;
	background-color:#FFFFFF!important;
	cursor: default;
}

/* ------------FULLSIZE IMAGE DIV---------------- */
/* WRAPPER */
#p7GSfs {
	/* border: 1px solid red; */
	margin: 30px 0;
	padding-bottom:30px;
	display: none;
}
/* FullSize Row Construct */
.p7GSfst {
	width: 1px;
	margin: 0 auto;
	background-color: #ffffff;
}
/* ------------FULLSIZE IMAGE DIV---------------- */
/*IMAGE ROW*/
.p7GSfsi {
	background-color:#ffffff;
	padding: 8px;
}
/* IMAGE */
.p7GSfsi img {
	padding: 0px;
	background-color: #ffffff;
}

/* -------------------------- IMAGE CAPTION ---------------- */
/* CAPTION ROW */
.p7GSfsc {
	color: #666666;
	padding: 3px 0;
	background:none;
}
.p7GSfsc p{
	font-size:0.9em;
}

/* ------------------------- IMAGE DESCRIPTION ------------- */
/* DESCRIPTION ROW */
.p7GSfsd {
	padding: 0;
	font-size: 0.75em;
}
.p7GSfsd div {
	margin: 0px;
	padding: 12px;
	color: #8a8a8a;
}
.p7GSfsd p{
	margin: 0px;
}

/* ------------- progess bar div ----------------- */
#p7GSpb {
	position:absolute;
	visibility:hidden;
}
/* ------------- placeholder div for loading image ---------- */
#p7GSah {
	position:absolute;
	left:0px;
	top:0px;
	visibility:hidden;
	z-index: 1000;
}

/*COUNTER*/
.p7GScounter {
	letter-spacing: normal;
	font-weight: normal;
	text-transform: lowercase;
}
