 /*
Theme Name: Fatkids
Theme URI: http://iamfatterthanyou.com/
Description: IAMFATTERTHANYOU.COM template.
Author: Matthew Howlett
Version: 1.0
Tags: white, grey, black, one-columns, fixed-width, custom-header, custom-background
*/

/**
 * Reset
 */
html{color:#000;background:#FFF}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}sup{vertical-align:text-top;}sub{vertical-align:text-bottom;}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}input,textarea,select{*font-size:100%;}legend{color:#000;}



/**
 * Default
 */
html, body {
	height: 100%;
}
 
body{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
}

.clear{clear:both; float:left;}

h2{
	font-size:109.09%;
	font-weight:bold;
	color:#000;
	text-transform: uppercase;
	padding:0 0 3px;
	margin: 0 0 7px;
	background: url(images/separator.gif) repeat-x center bottom;
}

a{
	color: #ffffff;
	text-decoration:none;
}

a:hover{
	text-decoration:underline;
}

strong{font-weight:bold;}

/**
 * Frame
 */
#Frame{
	width:980px;
	margin:0 auto;
	min-height:100%;
	position:relative;
}

/**
 * Header
 */
#Header{
	background-repeat: no-repeat;
	background-position: center center;
	width:980px;
	height:121px;
	float:left;
	clear:both;
	position:relative;
}

#Header h1{
	height:121px;
	width:252px;
}

#Header a{
	display:block;
	width:728px;
	height:90px;
	text-indent:0px;
}

#Header .advertisement{
	position:absolute;
	right: 0px;
	top:15px;
}

/**
 * Search
 */
#Search{
	position:absolute;
	top:120px;
	right:5px;
}
/**
 * Search Form
 */
.search-form{
	height:29px;
	width:214px;
}

.search-form input.text{
	background: #FFF;
	height: 15px;
	line-height:15px;
	color: #000;
	border:0px none;
	position:absolute;
	top: 5px;
	left: 0px;
	padding:3px 0 3px 3px;
	width:180px;
}

.search-form input.button{
	background: url(images/search/button.gif) no-repeat center center;
	width:26px;
	height:23px;
	font-size:0px;
	line-height:0px;
	border:0px none;
	position: absolute;
	right: 0px;
	top: 4px;
}

/**
 * Navigation
 */
#Navigation{
	height:28px;
	border-top: 1px solid #5d5e60;
	border-bottom: 1px solid #c7c9cb;
	background: #231f20;
	padding: 0 18px;
	width:944px;
	font-size: 109.09%;
	font-weight:bold;
	float:left;
	clear:both;
}



#Navigation li{
	float:left;
	position:relative;
}

#Navigation a{
	text-decoration:none;
	color: #FFF;
	text-transform: uppercase;
	display:block;
	height:28px;
	padding:0 10px;
	line-height:28px;
	vertical-align:middle;
	cursor:pointer;
}

#Navigation a:hover{
	color: #f8bf0d;
}

#Navigation ul ul{
	display:none;
	position:absolute;
	background: #231F20;
	top:28px;
	padding:0 0 5px;
	z-index:10;
}

#Navigation ul ul li{
	width:160px;
}

#Navigation ul ul li a{
	border-bottom: 1px solid #FFF;
	margin:0 10px;
	padding:3px 0;
	height:22px;
	line-height:22px;
}

#Navigation ul ul li.last a{ 
	border:none;
}


/**
 * Feature
 */
#Feature{
	width:750px;
	float:left;
	height:220px;
	overflow:hidden;
	position:relative;
}

#Feature ul{
	width:7500px;
	height:220px;
	float:left;
	position:relative;
}

#Feature ul li{
	float:left;
	width:750px;
	height:220px;
	position:relative;
}

#Feature p{
	display:none;
}

#Feature img.thumbnail{
	display:none;
}

#Feature h4{
	width:730px;
	height:30px;
	color:#fff;
	background:#000;
	position:absolute;
	bottom:0px;
	left:0px;
	font-weight:bold;
	font-size:100%;
	line-height:30px;
	padding: 0 10px;
	visibility:hidden;
}

#Feature a.paging{
	height:220px;
	width:50px;
	display:block;
	position:absolute;
	top:0px;
	cursor:pointer;
	background-position: center center;
	background-repeat: no-repeat;
	visibility:hidden;
}

#Feature a.paging.next{
	right:0px;
	background-image: url(images/feature/next.png);
}

#Feature a.paging.previous{
	left:0px;
	background-image: url(images/feature/previous.png);
}

#Feature a.open{
	position:absolute;
	display:block;
	width: 620px;
	top:0px;
	height:220px;
	left:50px;
}

/**
 * Mixtape
 */
#Mixtape{
	width:220px;
	height:220px;
	float:right;
	position:relative;
}

#Mixtape img{
	border:1px solid #000;
}

#Mixtape a.player{
	display:none;
}

/**
 * Track
 */
#Track{
	height:30px;
	width:700px;
	margin:0 0 15px;
	float:left;
	clear:both;
}
 
 
#Track a.player{
	display:none;
}


/**
 * Player
 */
#Player{
	background: #000;
	height:30px;
	width:220px;
	
	
}

#Mixtape #Player{
	position:absolute;
	bottom:0px;
	left:0px;
	display:none;
	z-index:10;
}

#Track #Player{
	position:relative;

}

#Player .control{
	height:20px;
	width:20px;
	cursor:pointer;
	display:block;
	float:left;
	background: url(images/player/control.gif) no-repeat center 0px;
	position:absolute;
	top:5px;
	left:5px;
}

#Player .control.pause{
	background-position: center -20px;
}

#Track.loading #Player .control,
#Mixtape.loading #Player .control{
	background: url(images/player/loading.gif) no-repeat center center;
}

#Player .display{
	position:absolute;
	left: 30px;
	top:5px;
	width:160px;
	background: url(images/player/position.gif) repeat-x left center;
	height:20px;
}

#Player .display .marker{
	position:relative;
	left: 0px;
	top: 8px;
	width:8px;
	height:4px;
	background: url(images/player/marker.gif) no-repeat center center;
	display:block;
	cursor:pointer;
}

#Player .volume{
	width:21px;
	height:20px;
	display:block;
	background: url(images/player/volume.gif) no-repeat center top;
	position:absolute;
	right:5px;
	top:5px;
}

#Player .volume-100{background-position: center 0px;}
#Player .volume-80{background-position: center -20px;}
#Player .volume-60{background-position: center -40px;}
#Player .volume-40{background-position: center -60px;}
#Player .volume-20{background-position: center -80px;}
#Player .volume-0{background-position: center -100px;}

/**
 * Body
 */
#Body{
	float:left;
	width:980px;
	padding:10px 0px 28px;
}


/**
 * Content
 */
#Content{
	float:left;
	width:740px;
	padding:7px 10px 7px 0;
	color: #6d6e71;
}

#Content a{
	color: #6d6e71;
}
#Content h2 a{color: #000;}

#Content h3{
	color: #231f20;
	font-weight:bold;
}

body.single-store h3{
	margin:0 0 15px;
}

body.single-store .child-page h3{
	margin:0;
}

#Content .post{
	width:740px;
	float:left;
	clear:both;
}

body.search #Content .post,
body.archive #Content .post,
body.home #Content .post{
	padding:0 0 12px;
	background: url(images/separator.gif) repeat-x center bottom;
}

#Content .advertisement p,
#Content .page p,
#Content .post p{
	margin:0 0 15px;
}

#Content  .description{
	float:left;
	width:485px;
}
#Content .child-page .description,
#Content  .description.full{
	width:740px;
}


body.page #Content .page .description,
body.single #Content .post .description{
	width:100%;
}

#Content  .image{
	float:left;
	padding:0 15px 0 0;
	width:200px;
}



#Content a.more-link{
	display:block;
	margin: 15px 0 0;
}

/**
 * Content: Pagination
 */
#Content .pagination{
	float:left;
	clear:both;
	width:740px;
}
.script #Content .pagination{
	
}

.script #Content .pagination *{
	display:none;
}

.script #Content .pagination .previous{
	height:25px;
	background: url(images/loading.gif) no-repeat 0px center;
	display:block;
	float:left;
	width:740px;
}

/**
 * Content: Support your local
 */
#Content .child-page{
	width:740px;
	float:left;
	margin:18px 0 0;
	padding:18px 0 0;
	background: url(images/separator.gif) repeat-x center top;
}

#Content .child-page .image{
	padding:0 25px 0 0;
}

#Content  .description{
	float:left;
}



/**
 * Content: Parlayin
 */
body.category-parlayin #Content{
	width:980px;
	padding:7px 0;
}

body.category-parlayin #Content .parlay{
	width:280px;
	float:left;
	padding: 0 70px 0 0;
	background:none;
	clear:none;
}

body.category-parlayin #Content .parlay .image{
	width:280px;
	float:left;
	clear:both;
	padding:0 0 10px;
}

body.category-parlayin #Content .column-3{
	padding: 0;
	float:right;
}

body.category-parlayin #Content .clear{
	height:20px;
	
	width:980px;
}

body.category-parlayin #Content .summary,
body.category-parlayin #Content .date{
	margin:0 0 10px;
}

/**
 * Post: Gallery
 */
.gallery-item{
	float:left;
	margin:0 0 10px;
	width:33%;
}

/**
 * Posts: Recommend
 */
.recommend{
	float:left;
	clear:both;
	width:100%;
	margin:0 0 15px;
}

.recommend h4{
	font-weight:bold;
	padding:0 0 10px;
	color: #000;
}

.recommend li{
	float:left;
	padding: 0 10px 0 0;
}

/**
 * Post: Tags
 */
.tags{
	float:left;
	clear:both;
	width:100%;
	margin:0 0 15px;
}

.tags h4{
	font-weight:bold;
	margin:0 0 5px;
	color: #000;
}

/**
 * Post: Networking
 */
.share {
	float:left;
	clear:both;
	width:100%;
	margin:0 0 15px;
	display:none;
}

.share h4{
	font-weight:bold;
	margin:0 0 5px;
	color: #000;
}

.share li{
	float:left;
	padding:0 10px 0 0;
}

.share a {
	display:block;
	text-indent:-9999px;
	width:31px;
	height:31px;
	background-image:url(images/share.gif);
	background-repeat:no-repeat;
}

.share a.facebook{
	background-position: center -31px;
}

.share a.twitter{
	background-position: center 0px;
}

.share a.feed{
	background-position: center -62px;
}

/**
 * Post: Comments
 */
.comments h4{
	color: #000;
	font-weight:bold;
	padding:0 0 5px;
}

.comments .navigation{
	padding:0 0 10px;
	float:left;
	width:250px;
	clear:both;
}

.comments .navigation .next{
	background: url(images/next.gif) no-repeat right 3px;
	float:left;
	padding:0 13px 0 0;
}

.comments .navigation .previous{
	background: url(images/previous.gif) no-repeat left 3px;
	float:left;
	padding:0 20px 0 13px;
}

.comments .comment-list{
	width:100%;
	float:left;
	
}

.comments .comment{
}

.comments .comment p{
	margin:0px !important;
}

.comments .comment .comment-author cite{
	font-weight:bold;
}

.comments .comment .comment-meta{
	padding: 3px 0;
}

.comments .comment .comment-body{
	margin: 0 0 10px;
}

.comments .comment .reply{
	margin: 0 0 10px;
}

.comments .children{
	padding:10px 0 0 50px;
	background:url(images/child.gif) no-repeat 10px 10px;
}


.comments #respond{
	width:100%;
	float:left;
}

.comments #respond p{
	float:left;
	width:420px;
	margin:0 0 15px !important;
}

.comments #respond label{
	display:block;
	margin: 0 0 5px;
	float:left;
}

.comments #respond textarea,
.comments #respond input{
	width:340px;
	float:right;
	padding:8px;
	border: 1px solid #6d6e71;
}

.comments #respond #submit{
	float:left;
	width:120px;
	margin:0 0 0 62px;
	-margin: 0 0 0 31px;
	background: #6d6e71;
	color: #FFF;
	font-weight:bold;
}

.comments #respond .required{
	float:left;
}

.comments #respond .comment-notes .required{
	float:none;
}
 
p.form-allowed-tags{
	display:none;
}

/**
 * Forms
 */
.wpcf7-form textarea,
.wpcf7-form input{
	width:340px;
	padding:8px;
	border: 1px solid #6d6e71;
	margin:5px 0 0;
}

.wpcf7-form .wpcf7-submit{
	width:80px;
	background: #6d6e71;
	color: #FFF;
	font-weight:bold;
}

.wpcf7 div.wpcf7-response-output{
	padding: 0px 0 8px;
	margin:0px;
	
}

.wpcf7 div.wpcf7-validation-errors{
	border:0px none;
	color: red;
}

.wpcf7 div.wpcf7-mail-sent-ng{
	border:0px none;
}

.wpcf7 span.wpcf7-not-valid-tip{
	border:0px none;
	color: red;
	font-size:inherit;
	left: 365px;
	font-size:11px;
	top: -4px;
	
}

.wpcf7 .wpcf7-mail-sent-ok{
	border:0px none;
}

/**
 * Sidebar
 */
#Sidebar{
	float:right;
	width:220px;
	padding: 7px 0;
}

#Sidebar h3{
	font-size:109.09%;
	font-weight:bold;
	color:#000;
	text-transform: uppercase;
	margin: 0 0 7px;
}

#Sidebar .left{
	float:left;
}

#Sidebar .right{
	float:right;
}

/**
 * Sidebar: Stores
 */
#Sidebar #Stores{
	float:left;
	width:220px;
	clear:both;
	margin:0 0 15px;
}

#Sidebar .local{
	margin:0 0 15px;
	width:220px;
}

#Sidebar .image{
	padding:0 6px 0 0;
	float:left;
	width:80px;
	height:80px;
}

#Sidebar .description{
	float:left;
	width:132px;
	font-size:90.90%;
}

#Sidebar .description h4{
	text-transform:uppercase;
	color: #231f20;
	margin:0 0 4px;
}

#Sidebar .description h4 a{
	color: #231f20;
}

#Sidebar .description p{
	color: #6d6e71;
	margin:0 0 14px;
}

#Sidebar .description a{
	color: #6d6e71;
}



/**
 * Sidebar Advertisers
 */
#Sidebar #Advertisers{
	float:left;
	width:220px;
	clear:both;
	margin:0 0 15px;
}

#Sidebar .advertiser{
	margin:0 0 15px;
	height:100px;
	width:100px;
}

#Sidebar #Advertisers p{
	margin: 0 0 15px;
}

#Sidebar #Advertisers p a{
	color: #CC0000;
}

/**
 * Sidebar: Follow
 */
#Sidebar #Follow{
}


#Sidebar #Follow li{
	float:left;
	padding:0 20px 0 0;
}

#Sidebar #Follow a {
	display:block;
	text-indent:-9999px;
	width:31px;
	height:31px;
	background-image:url(images/share.gif);
	background-repeat:no-repeat;
	float:left;
}

#Sidebar #Follow a.facebook{
	background-position: center -31px;
}

#Sidebar #Follow a.twitter{
	background-position: center 0px;
}

#Sidebar #Follow a.feed{
	background-position: center -62px;
}

#Sidebar #Follow a.contact{
	background-position: center -93px;
}



/**
 * Sidebar: Brands
 */
#Sidebar .brands{
	margin: 10px 0;
	width:220px;
	float:left;
}

#Sidebar .brands .brand{
	float:left;
	width:110px;
	overflow:hidden;
	margin:15px 0;
}


/**
 * Footer
 */
#Footer{
	background: #FFF url(images/footer.gif) repeat-x left center;
	padding: 1px 18px;
	height:16px;
	width:944px;
	line-height:16px;
	font-size:109.09%;
	font-weight:bold;
	float:left;
	position:fixed;
	bottom:0;
	*margin:0 0 0 -980px;
}

#Footer li{float:left;}

#Footer a{
	text-decoration:none;
	color: #a7a9ac;
	text-transform: uppercase;
	display:block;
	height:16px;
	padding:0 10px;
	line-height:16px;
	vertical-align:middle;
}

/**
 * Designer
 */
#Designer{
	float:right;
	color: #a7a9ac;
	font-size:90%;
	font-weight:normal;
}

#Designer a{
	text-transform:none !important;
}