/* GLOBAL  */

#header {
	display: none;
	padding: 0;
}

#main {
	padding: 40px 0 0 0;
	}

#primary {
	margin-top: 50px;
	}


/* SIDEBAR */


#primary ul {
	margin-bottom: 20px;
	}


#primary ul li li {
	border-top: 1px solid #ccc;
	padding: 3px 5px;
	text-transform: uppercase;
	letter-spacing: .02em;
	font-size: 12px;
	}

#primary li a {
	color: #999;
	text-decoration: none;
	}

#primary li a:hover {
	color: #000 !important;
	}

#primary .facebook,
#primary .twitter {
	float:left;
	margin:10px 0px 25px 10px;
	}


.widget-container {
	margin-bottom: 10px;
	}

.textwidget {
	border-bottom: 0;
	}

select {
	height:35px;
	width: 100%;
	margin-bottom: 20px;
}


/* Post Nav */

.page .postNav {
	display: none;
	}

.postNav {
	display: block;
	font-size: 3em;
	margin: 0px 0;
	height:52px;
	}

.postNav .next,
.postNav .back  {

     }

.postNav .next a {
	margin-right:58px;
	float: right;
	background: url(images/arrow-next.png) no-repeat 0 0;
	height: 40px;
	width: 40px;
	display: inline;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=25)";
     filter: alpha(opacity=25);
     -moz-opacity:0.25;
     -khtml-opacity: 0.25;
     opacity: 0.25;
	}

.postNav .back a {
	margin-left:-3px;
	float: left;
	background: url(images/arrow-back.png) no-repeat;
	height: 40px;
	width: 40px;
	display: inline;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=25)";
     filter: alpha(opacity=25);
     -moz-opacity:0.25;
     -khtml-opacity: 0.25;
     opacity: 0.25;
	}

.postNav .next a:hover,
.postNav .back a:hover  {
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
     filter: alpha(opacity=100);
     -moz-opacity:1;
     -khtml-opacity:1;
     opacity: 1;
     }



#nav-above {
	display: none;
	}




/* POST CONTENT */


.entry-content {
	position: relative;
	top: 0px;
	}

#content h1 {
	line-height: 1.4em;
	font-size: 1.8em;
	}

.entry-content h2 {
	text-transform: uppercase;
	}

.hentry ul {
	margin: 20px;
	}

.hentry li {
	list-style: disc;
	margin: 3px 10px;
	}
	
.entry-content .size-large.wp-post-image	{
	max-height: 750px;
	width: auto;
}


/* PayPal Buttons */

.sold {
	color: #ff0000;
	font-weight: bold;
	text-transform: uppercase;
	}

.buyButton {
	width:170px;
	float: left;
	margin:10px 20px 20px 0;
	text-align: center;
	border:0px solid #ccc;
	padding:10px 20px;
     -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    border-radius: 10px;
	}

.type-post form input[type="image"] {
	position: relative;
	float: none;
	bottom: 0px;
	padding: 5px 0;
	}

.buyButton .supportTxt {
	font-size: .8em;
	line-height: 2em;
	padding: 10px;
	}





/* CATEGORY */

.thumbGrid {
	float:left;
	text-align: center;
	margin:10px;
	}

.attachment-thumbnail {
	width: 150px;
	height:150px;
	}

.thumbDate	{
	font-size: .8em;
	}



/* CONTACT */

.visual-form-builder fieldset {
	margin: 5px 0;
	border: 0px solid #d3d3d3;
	background-color: #fff;
}

.visual-form-builder .vfb-legend {
	border-bottom: 0px solid #ccc;
}

#vfb-form-1 h3 {
	font-size: 14px;
	border-bottom:0;
	display: none;
	}



/* FOOTER */

#footer .widget-area {
    width: 23%;
    margin-right: 2%;
	}

#footer ul {
	margin:0 0 20px 0;
	padding:0 20px 0 0;
	}


#footer ul li li {
	border-top: 1px solid #ccc;
	padding: 3px 5px;
	text-transform: uppercase;
	letter-spacing: .02em;
	font-size: 12px;
	}

#footer li a {
	color: #999;
	text-decoration: none;
	}

#footer li a:hover {
	color: #000 !important;
	}





/* Mobile
---------------------------------------------*/

@media (max-width: 640px) {

	#primary {
		padding: 0;
		margin-top: 20px;
		width: 100% ;
		height: auto;
		float:none;
		}

	#container {
		width: 100%;
		float:none;
		}
	
	#footer {
		width: 100%;
		display:none;
		}	
	
	
}
