/*
Theme Name: Make Believe Monsters
Theme URI: http://www.makebelievemonsters.com/
Description: Makebelieve Monsters (v2) WordPress theme.
Version: 2.0
Author: JoshAdamBoyd
Author URI: http://www.joshadamboyd.com/
Tags: blue, red, white, fixed width, two columns, widgets
*/

/**************************************************/
/**************************************************/
/**************************************************/
*{
	outline: 0px none;
}

@font-face{  
	font-family: "MBM";
	src: url( assets/fonts/Rockwell.eot ); /* IE */
	src: local("Rockwell"), url( assets/fonts/mbm.ttf ) format("truetype"); /* non-IE */
}

html, body{
	margin: 0px;
	padding: 0px;
}

body{
	font-family: "MBM", Rockwell, "Courier New", Courier, Georgia, Times, "Times New Roman", serif;
	font-size: 15px;
	/*color: #3f3f3f;*/
	color: #FFFFFF;
	background-color: #f1e9dc;
	background-image: url(assets/images/tile_white.gif);
	background-position: center;
}

a{
	font-weight: bold;
	color: #f1e9dc;
	text-decoration: none;
}

a:hover, a:active{
	text-decoration: underline;
}



/**************************************************/
/** ELEMENTS **************************************/
/**************************************************/
img{
	border: 0px none;
}

sub, sup{
	font-size: 8px;
}

h1, h2, h3, h4, h5, h6{
	padding: 0px;
	margin: 10px 0px;
	text-shadow: 0px 1px 2px #004552;
	color: #F1E9DC;
	font-weight: bold;
}

h1{
	text-shadow: 0px 1px 5px #004552;
	font-size: 30px;
	font-weight: bolder;
}

h1.page-title, h1.entry-title{
	margin-top: 0px;
	font-size: 24px;
}

h1.entry-title{
	margin-bottom: 0px;
}

h2{
	font-size: 18px;
	margin: 0px;
	padding: 0px;
}

h3.comments-title, h3.respond-title{
	text-shadow: 0px 1px 5px #004552;
	font-weight: bolder;
}

table{
	border-collapse: collapse;
	border-spacing: 0;
}

dl{
	margin: 0 0 24px 0;
}

dt{
	font-weight: bold;
}

dd{
	margin-bottom: 18px;
}



/**************************************************/
/** FORMS *****************************************/
/**************************************************/
form{
	margin: 0px;
	padding: 0px;
}

fieldset{
	margin: 0px;
	padding: 0px;
}

textarea{
	overflow: auto;
}

input, textarea, select{
	background-color: #F1E9DC;
	border: 1px solid #00a4c0;
}



/**************************************************/
/** HEADER ****************************************/
/**************************************************/
#header{
	background-color: #d71307;
	background-image: url(assets/images/tile_red.gif);
	background-position: center bottom;
	min-width: 960px;
}

#header .header{
	width: 960px;
	margin: auto;
	padding: 15px 0px;
	position: relative;
}

#header .header .sitename{
	display: none;
}

#header .header .tagline{
	display: none;
}

#header .header .logo{
	/*float: left;*/
	width: 140px;
}

#header .header .navigation{
	/*float: left;
	width: 570px;*/
	position: absolute;
	bottom: 0px;
	padding: 0px 200px 15px 150px;
}

#header .header .navigation ul{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

#header .header .navigation li{
	display: inline;
	padding-right: 15px;
}

#header .header a{
	font-size: 18px;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;	
}

#header .header a:hover, #header .header a:active, #header .header .navigation li.current_page_item a, #header .header .navigation li.current-page-ancestor a{
	color: #000;
	text-decoration: none;
}

#header .header .search {
	/*float: left;
	width: 250px;*/
	position: absolute;
	bottom: 0px;
	right: 0px;
	padding-bottom: 15px;
}

#header .header .search #searchform #s{
	width: 200px;
}



/**************************************************/
/** SEARCH ****************************************/
/**************************************************/
#searchform{

}

#searchform label{
	display: none;
}

#searchform .screen-reader-text{
	display: none;
}

#searchform #s{
	border: 1px solid #a61006;
	background-image: url(assets/images/search_background.png);
	background-repeat: no-repeat;
	background-position: left center;
	height: 18px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	padding: 2px 10px 2px 28px;
}

#searchform #searchsubmit{
	display: none;
}



/**************************************************/
/** NO SUBNAVIGATION ******************************/
/**************************************************/
#no-subnavigation{
	background-color: #00adcc;
	background-image: url(assets/images/jaggie_no_subnav.gif);
	background-repeat: repeat-x;
	background-position: center;
	height: 5px;
	min-width: 960px;
}


/**************************************************/
/** SUBNAVIGATION *********************************/
/**************************************************/
#subnavigation{
	background-color: #f1e9dc;
	background-image: url(assets/images/jaggie_subnav.gif);
	background-repeat: repeat-x;
	background-position: center top;
	min-height: 5px;
	min-width: 960px;
}

#subnavigation .subnavigation{
	width: 960px;
	margin: auto;
	padding: 10px 0px 5px 0px;
}

#subnavigation .subnavigation ul{
	margin: 0px;
	padding: 0px 0px 0px 140px;
	list-style-type: none;	
}

#subnavigation .subnavigation li{
	display: inline;
	padding: 10px 15px 0px 0px;	
}

#subnavigation .subnavigation a{
	font-size: 14px;
	color: #000;
	text-decoration: none;	
}

#subnavigation .subnavigation a:hover, #subnavigation .subnavigation a:active, #subnavigation .subnavigation li.current_page_item a, #subnavigation .subnavigation li.current_page_parent a, #subnavigation .subnavigation li.current_page_ancestor a{
	color: #000;
	text-decoration: underline;
}

#subnavigation .divider{
	background-color: #00adcc;
	background-image: url(assets/images/jaggie_subnav_bottom.gif);
	background-repeat: repeat-x;
	background-position: center;
	height: 5px;
}



/**************************************************/
/** DISPLAY ***************************************/
/**************************************************/
#display{
	background-color: #00adcc;
	min-width: 960px;
}

#display .display{ 
	width: 960px;
	margin: auto;
	padding: 30px 0px 40px 0px;
}



/**************************************************/
/** CONTENT - SINGLE COLUMN ***********************/
/**************************************************/
#content-single{
	
}

#content-single .content-single{ 

}



/**************************************************/
/** CONTENT ***************************************/
/**************************************************/
#content{
	width: 760px;
	float: left;
}

#content .content{ 
	margin-right: 10px;
}




/**************************************************/
/** SIDEBAR ***************************************/
/**************************************************/
#sidebar{
	width: 200px;
	float: right;
}

#sidebar .sidebar{ 

}



/**************************************************/
/** PAGE TITLE ************************************/
/**************************************************/
#content-single .page-title, #content .page-title{
	margin: 0px 0px 36px 0px;
	font-weight: normal;
	font-size: 18px;
}

#content-single .page-title span, #content .page-title span{
	font-style: italic;
}



/**************************************************/
/** PREV / NEXT NAVIGATION ************************/
/**************************************************/
.navigation{
	overflow: hidden;
}

.navigation .nav-previous {
	float: left;
	width: 50%;
}

.navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

#nav-above {
	margin: 0px 0px 18px 0px;
}

#nav-below{
	margin: 18px 0px 0px 0px;
}



/**************************************************/
/** POSTS *****************************************/
/**************************************************/

/* post container (last one) */
.type-post{
	border-bottom: 1px solid #FFFFFF;
	padding-bottom: 5px;
}

.type-post:last-child{
	border-bottom: 0px none #FFFFFF;
	padding-bottom: 0px;
}


/* post/page container */
.hentry{
	margin: 25px 0px 25px 0px;
	
}

/* post/page title */
.hentry .entry-title{
	font-size: 21px;
}

/* post/page meta (author, date) */
.hentry .entry-meta{
	font-size: 13px;
}

	.hentry .entry-meta .meta-prep{
	
	}
	
	.hentry .entry-meta .meta-prep-author{
	
	}
	
	.hentry .entry-meta .entry-date{
	
	}
	
	.hentry .entry-meta .meta-sep{
	
	}
	
	.hentry .entry-meta .author{
	
	}
	
	.hentry .entry-meta .vcard{
	
	}

/* post/page content */
.hentry .entry-content{

}

/* post/page content (summary) */
.hentry .entry-summary{

}

/* post/page utility data (categories, tags, comment count) */
.hentry .entry-utility{
	font-size: 12px;
}

.hentry .entry-utility .cat-links{

}

.hentry .entry-utility .cat-links .entry-utility-prep{

}

.hentry .entry-utility .cat-links .entry-utility-prep-cat-links{

}

.hentry .entry-utility .meta-sep{

}

.hentry .entry-utility .comments-link{

}



/**************************************************/
/** STICKY POSTS **********************************/
/**************************************************/
.sticky{
	border: 1px dotted #CCCCCC;
	padding: 5px;
}

.sticky .entry-title{
	margin-top: 0px;
}



/**************************************************/
/** COMMENTS **************************************/
/**************************************************/
#comments{

}

/* no comments */
#comments .nocomments{
	display: none;
}

/* comment total */
#comments #comments-title{

}

#comments #comments-title em{

}

/* list of comments (top level) */
#comments ol.commentlist{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

#comments ol.commentlist li{

}

/* list of comments (level 2+) */
#comments .commentlist ul{
	margin: 0px;
	list-style-type: none;
}

#comments .commentlist ul li{

}

/* comment styles */
#comments .commentlist > div{

}

#comments .commentlist li{
	margin: 5px 0px;
	padding: 5px;
}

#comments .commentlist li .comment-author{

}

#comments .commentlist li .vcard{
	position: relative;
}

#comments .commentlist li .comment-author .avatar, #comments .commentlist li .vcard .avatar{
	position: absolute;
	top: 0px;
	left: 0px;
}

#comments .commentlist li .comment-author .fn, #comments .commentlist li .vcard .fn{
	padding-left: 50px;
}

#comments .commentlist li .comment-author .says, #comments .commentlist li .vcard .says{

}

/* comment meta (link, time) */
#comments .commentlist li .comment-meta{
	padding-left: 50px;
}

#comments .commentlist li .commentmetadata{

}

/* content body */
#comments .commentlist li .comment-body{
	padding-left: 50px;
}

/* comment reply link */
#comments .commentlist li .reply{

}

/* user type styles */
#comments li.bypostauthor{
	border: 1px dotted #CCCCCC;
}

#comments li.byuser{

}

#comments li.even{

}

#comments li.thread-even{

}

#comments li.thread-odd{

}



/**************************************************/
/** COMMENT FORM **********************************/
/**************************************************/
#respond{
	border-top: 1px solid #F0AF80;
	margin: 24px 0px;
	overflow: hidden;
}

#respond .reply-title{
	margin: 18px 0px;
}

#respond form{

}

#respond p {
	margin: 5px 0px 0px 0px;
}

#respond label{

}

#respond input{
	width: 98%;
}

#respond textarea{
	width: 98%;
}

#respond .required{
	color: #ff4b33;
	font-weight: bold;
}

#respond .comment-notes{

}

#respond .comment-form-author{

}

#respond .comment-form-email{

}

#respond .comment-form-url{

}

#respond .comment-form-comment{

}

#respond .form-allowed-tags{
	display: none;
}

#respond .form-submit input{
	width: auto;
}

#respond .form-submit #submit{
	
}



/**************************************************/
/** GALLERY ***************************************/
/**************************************************/
.gallery{
	margin: 10px auto;
}

.gallery .gallery-item{
	float: left;
	text-align: center;
	width: 33%;
}

.gallery img{

}

.gallery .gallery-caption{
	font-size: 12px;
	margin: 0 0 12px;
}

.gallery dl{
	margin: 0;
}

.gallery br+br {
	display: none;
}



/**************************************************/
/** FOOT DIVIDER GRADIENT *************************/
/**************************************************/
#footer-divider{
	background-image: url(assets/images/jaggie_botom.gif);
	background-repeat: repeat-x;
	background-position: center;
	background-color: #00ADCC;
	height: 5px;
	min-width: 960px;
}



/**************************************************/
/** FOOTER ****************************************/
/**************************************************/
#footer{
	min-width: 960px;
}

#footer .footer{
	width: 960px;
	margin: auto;
	padding: 10px 0px;
	color: #000;
	text-align: center;
}

#footer .footer a{
	color: #d92115;
	text-decoration: none;	
}

#footer .footer a:hover, #footer .footer a:active, #footer .footer .navigation li.current_page_item a, #footer .footer .navigation li.current-page-ancestor a{
	color: #000;
	text-decoration: none;
}

#footer .footer .navigation{
	padding: 20px 0px;
	margin: 0px;
}

#footer .footer .navigation ul{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

#footer .footer .navigation li{
	display: inline;
	padding: 0px 5px;
}

#footer .footer .footnote{
	font-size: 10px;
}


/**************************************************/
/** WIDGETS ***************************************/
/**************************************************/
/* generic widget container */
.widget-container{
	margin-bottom: 18px;
}

.widget-container .widget-title{
	margin: 0px;
}

.widget-container:last-child{
	margin-bottom: 0px;
}

/* search widget */
.widget_search{

}

.widget_search label{
	display: none;
}

/* akismet widget */
.widget_akismet{

}

/* nav menu widget */
.widget_nav_menu{

}

.widget_nav_menu > div{

}

.widget_nav_menu > div ul{
	margin: 0px;
	padding: 0px 0px 0px 15px;
	list-style-type: none;
}

.widget_nav_menu > div li{

}

/* pages widget */
.widget_pages{

}

.widget_pages ul{
	margin: 0px;
	padding: 0px 0px 0px 15px;
	list-style-type: none;
}

.widget_pages li{

}

/* text widget */
.widget_text{

}

/* meta widget */
.widget_meta{

}

.widget_meta ul{
	margin: 0px;
	padding: 0px 0px 0px 15px;
	list-style-type: none;
}

.widget_meta li{

}

/* calendar widget */
.widget_calendar{

}

/* recent entries widget */
.widget_recent_entries{

}

.widget_recent_entries ul{
	margin: 0px;
	padding: 0px 0px 0px 15px;
	list-style-type: none;
}

.widget_recent_entries li{

}

/* recent comment widget */
.widget_recent_comments{

}

.widget_recent_comments ul{
	margin: 0px;
	padding: 0px 0px 0px 15px;
	list-style-type: none;
}

.widget_recent_comments li{

}

/* archive widget */
.widget_archive{

}

.widget_archive ul{
	margin: 0px;
	padding: 0px 0px 0px 15px;
	list-style-type: none;
}

.widget_archive li{

}

/* categories widget */
.widget_categories{

}

.widget_categories ul{
	margin: 0px;
	padding: 0px 0px 0px 15px;
	list-style-type: none;
}

.widget_categories li{

}

/* links widget */
.widget_links{

}

.widget_links ul{
	margin: 0px;
	padding: 0px 0px 0px 15px;
	list-style-type: none;
}

.widget_links li{

}

/* tag cloud widget */
.widget_tag_cloud{

}



/**************************************************/
/** IMAGES ****************************************/
/**************************************************/
.alignleft, img.alignleft{
	display: inline;
	float: left;
}

.alignright, img.alignright{
	display: inline;
	float: right;
}

.aligncenter, img.aligncenter{
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.attachment img{
	display: block;
	margin: 0 auto;
}



/**************************************************/
/** SHARED ****************************************/
/**************************************************/
.hidden, hide{
	display: none;
}

.show{
	display: block;
}

.center{
	text-align: center;
}

.bold{
	font-weight: bold;
}

.italic{
	font-style: italic;
}

.underline{
	text-decoration: underline;
}

.overline{
	text-decoration: overline;
}

.strike{
	text-decoration: line-through;
}

.uppercase{
	text-transform: uppercase;
}

.lowercase{
	text-transform: lowercase;
}

.cursor-pointer{
	cursor: pointer;
}

.cursor-help{
	cursor: help;
}



/**************************************************/
/** CLEAR *****************************************/
/**************************************************/
.clear:after, .clearfix:after{
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

.clear, .clearfix{
	display: inline-block;
}

* html .clear, * html .clearfix{
	height: 1%;
}

.clear, .clearfix{
	display: block;
}

/*
	"Behind every successful man is a surprised woman." - Maryon Pearson
*/
