/*
Theme Name: Forget Fences
Theme URI: http://forgetfences.com/
Description: The default Forget Fences theme.
Version: 1.0
Author: Double Dragon Studios
Author URI: http://doubledragonstudios.com/


*/


/* Begin Structure */
body {
    margin:0;
	padding:0;
	font-size:.70em;
	font-family:Verdana,Arial,Helvetica,sans-serif;
    background: #000000 url(http://forgetfences.com/assets/bg.jpg) bottom center no-repeat fixed;
}
/*=========== main structure ===========*/

a, a:active, a:visited {
color:#2e6eb6;
text-decoration:underline;
}
a:hover {
color:#2e6eb6;
text-decoration:none;

}
#wrap {
    width:750px;
	margin:0 auto;
	min-height:550px;

}

#header {
    width:840px;
    height:220px;
    margin:0px auto !important;
    position:relative;
    left:-3px;
    top:0px;
}

#header h1 {
	margin:0;
}

#header h1 a {
    width:840px;
    height:220px;
    display:block;
    background:#000000 url(http://forgetfences.com/assets/top-shim.jpg) no-repeat bottom center;
}

#header h1 a span {
    display:none ;
}

/*=========== navigation ===========*/

.nav {
    height:35px;
    background-color:#232323;
    width:90%;
}

ul.nav-links {
    list-style:none !important;
    padding:0px;
    width:650px;
    position:absolute;
    left:50%;
    top:8px;
	margin-top:0px;
    margin-left:-410px;
display:inline
}

ul.nav-links li {
    float:left;
    padding-right:10px;

}

ul.nav-links li a {
    color:white;
    font-size:120%;
    text-transform: uppercase;
}

ul.nav-links li a:hover {
    color:#cccccc;
}

.small-cart {
    width:130px;
    position:absolute;
    left:50%;
    margin-left:265px;
    height:21px;
    padding-top:7px;
    padding-right:7px;
    background:#444444 url(http://jonkruse.bigcartel.com/themes/sexy/images/cart-bkg.gif) no-repeat;
    color:#cccccc;
    font-size:80%;
}

.small-cart .count, .small-cart .total {
    float:right;
}

.small-cart .total {
    padding-right:5px;
}

.small-cart {
    color:#cccccc !important;
}


/*=========== footer ===========*/
#footer {
    width:100%;
    height:60px;
    padding:10px 0px;;
    text-align:center;
    background-color:#000000;
}

.footerwrap {
    color:#777777 !important;
    width:490px !important;
    margin:0 auto;
    text-align:center !important;
}

.footerwrap  a {
    color:#999999!important;
    float:left;
}

a.facebook {
    width:90px;
    height:30px;
    display:block;
    background:black url(http://www.doubledragonstudios.com/shred/footer-sprite.jpg) -120px -12px no-repeat;
}

a.facebook:hover {
    background:black url(http://www.doubledragonstudios.com/shred/footer-sprite.jpg) -120px -58px no-repeat;
}

a.twitter {
    width:90px;
    height:30px;
    display:block;
    background:black url(http://www.doubledragonstudios.com/shred/footer-sprite.jpg) -475px -12px no-repeat;
}

a.twitter:hover {
    background:black url(http://www.doubledragonstudios.com/shred/footer-sprite.jpg) -475px -58px no-repeat;
}

.form-mailing {
    width:300px;
    float:left;
    padding:8px 5px;
}

.form-mailing input[type="text"] {
    background:#ffffff;
    color:#000000;
    border:0px;
    width:100px;
    padding:2px;
}

.form-mailing input[type="submit"] {
    background:#aaaaaa;
    color:#000000;
    border:0px;
    width:60px;
    padding:1px 2px;
}

.form-mailing input[type="submit"]:hover {
    background:#dddddd;
}

p.desc{
    display:block !important;
    color:#777777;
    font-size:90%;
}

p.desc a {
    color:#999999;
}


.desc a:hover {
    color:#bbbbbb !important;
}


#content {
}


.narrowcolumn {
	float: left;
	width: 500px;
	}

.widecolumn {
	width: 500px;
	float:left;
	}

.post {
	margin: 0 0 40px;
	}
	
.post h2 {
	margin-top:0;
	}

.post hr {
	display: block;
	}

.entry {
    padding:0px 20px;
    margin-top:10px;
    border:1px dashed #cccccc;
}    

.widecolumn .post {
	margin: 0;
	}

.narrowcolumn .postmetadata {
	padding-top: 5px;
	}

.widecolumn .postmetadata {
	margin: 30px 0;
	}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {
	clear: both;
}

.clear {
	clear: both;
}

/* End Structure */



/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	}

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}
/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
	}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform {
	margin: 5px 10px 0 0;
	}
#commentform textarea {
	width: 100%;
	padding: 2px;
	}
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;

	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */



/* Begin Sidebar */
#sidebar
{
	padding: 0px 0 10px 0;
	margin-left: 545px;
	width: 190px;
	}

#sidebar form {
	margin: 0;
	}
/* End Sidebar */



/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
/* End Various Tags & Classes*/



/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}

ul.nav-links li a {
color:white;
font-size:120%;
text-transform:uppercase;
text-decoration:none;
}
#navbar{
width:auto;
height:36px;
background:url(img/navbar-bg.png) left top repeat-x; }
#navbar .inbar{
display:block;
height:36px;
background:url(img/right-round.png) right top no-repeat; }
#navbar ul, #navbar ul li{
border:0px;
margin:0px;
padding:0px;
list-style:none;
height:36px;
line-height:36px; } #navbar ul{
background:url(img/left-round.png) left top no-repeat; } 
#navbar ul li{
float:left;
display:block;
line-height:36px; } 
#navbar ul li a{
color:#403e32;
text-decoration:none;
font-weight:bold;
display:block; } 
#navbar ul li a span{
padding:0 20px 0 0;
height:36px;
line-height:36px;
display:block;
margin-left:20px; }
#navbar .navhome a, #navbar .navhome a:hover{
background:url(img/a-bg.png) left top no-repeat;
height:36px;
line-height:36px; } 
#navbar .navhome a span, #navbar .navhome a:hover span{
color:#403e32;
background:url(img/span-bg.png) right top no-repeat;
height:36px;
line-height:36px; } 
#navbar ul li a:hover{
background:url(img/ahover-bg.png) left top no-repeat;
height:36px;
line-height:36px; } 
#navbar ul li a:hover span{
background:url(img/spanhover-bg.png) right top no-repeat;
height:36px;
line-height:36px; }
/* End captions */

	
