/* 
Theme Name: W-pigg
Theme URI: http://puffergroup.com/
Description: A Digg clone for Wordpress (modified by Caimin)
Author: Puffer Group
Author URI: http://puffergroup.com
Version: 1.0
*/
html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, del, dfn, em, font, img, ins, kbd, q, s, samp, acronym, address, big, cite, code,small, strike, strong, sub, sup, tt, var,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td {font-size:100%;font-family:inherit;vertical-align:baseline;margin:0;padding:0;border:0;outline:0;font-weight:inherit;font-style:inherit;}caption, th, td {text-align:left;font-weight:normal;}table {border-collapse:separate;border-spacing:0;}blockquote:before,blockquote:after,q:before,q:after {content: "";}blockquote, q {quotes: "" "";}
* {margin:0;padding:0;}

.aligncenter,
div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}

.alignleft {
   float: left;
}

.alignright {
   float: right;
}

body {
background-color: #A89C82;
}

h1 {
	font-size: 22px;
}

img {
	border-style:none;
}

#wrapper {
width: 960px;
margin: 0 auto;
padding:0;
background-color: #fff;
font-family: Arial, Helvetica;
font-size: 12px;
}

#header {
width: 968px;
margin: 0;
padding-top: 12px;
background: #fff;
}

#pages {
width:958px;
height:36px;
margin: 0;
padding:0 0 0 10px;
background: #fff;
border-top:0;
font-size: 12px;
}

.logo {
float: left;
width: 220px;
margin:0;
padding:0;
}

#pages-menu {
float: left;
width: 280px;
height: 36px;
margin-left: 0px;
padding:10px 0 0 0;
}

#categories {
clear: both;
width: 948px;
height: 25px;
margin:0;
padding: 6px 0 2px 20px;
background: #F5E3BC;
font-size: 14px;
font-weight: bold;
color: #000;
}

ul#menu {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 100%;
	font-size: 13px;
}

ul#menu li {
	float: left;
	padding: 0 20px 0 0;
	margin: 0;
}

ul#menu ul li {
	float: none;
	position: relative;
	width: 70%;
}

ul#menu li ul {
	margin: 0;
	padding: 0;
	display:none;
	list-style: none;
	position: absolute;
}

ul#menu ul ul{
	margin-left: .2em;
	position: absolute;
	top: 0; /* if using borders, -1px to align top borders */
	left: 100%;
}

ul#menu * a:hover, ul#menu li a:active{
text-decoration: underline;
}

ul#menu li a:link,
ul#menu li a:visited,
ul#menu  li a:active{
	display: block;
	padding: .2em .3em;
	text-decoration: none;
	color: #000;
}




ul#menu ul li a:link,
ul#menu ul li a:visited,
ul#menu ul li a:hover,
ul#menu ul li a:active {
	width: 8em;
}


ul#menu li a:hover {
	display: block;
	padding: .2em .3em;
	color: #000;
text-decoration: underline;
}


#content {
float: left;
width: 948px;
padding: 15px 10px 0 10px;
background: #FFF;
}

#sidebar {
	float: left;
	width: 360px;
	margin: 0 0 25px 0;
	padding: 0;
}

#sidebar ul, .widgets {
	list-style: none;
}




#blurb {
float: left;
width: 160px;
margin-left: 12px;
}


#main {
float: left;
width: 360px;
margin: 0 0 25px 25px;
}

h2 {
font-size: 16px;
color: #000;
font-weight: bold;
}

h2 a:link, h2:visited {
color: #0000FF;
}

.link {
font-size: 16px;
font-weight: bold;
color: #0000FF;
}

.link a {
color: #0000FF;
}


/*--Posts List--*/
#post {
	clear: both;
	width: 100%;
	margin: 0;
	padding: 0;
}

h3 {
	font-size: 14px;
	font-weight: bold;
}


.submitInput {
font-size: 14px;
width: 420px;
padding: 3px;
}

.categorySelect {
font-size: 14px;
padding: 3px;
}

.submitBut {
font-size: 16px;
font-weight: bold;
background: #D4145A;
border: 1px solid #D4145A;
color: #fff;
padding: 3px;
}



.votingbox {
float: left;
min-height: 35px;
margin-right: 12px;
background: #e5e5e5;
font-size: 18px;
padding: 4px;
text-align:center;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
}

.votingbox .votes{
font-size: 11px;
color: #666;
text-transform: uppercase;
}

.post-content {
float: left;
width: 90%;
margin: 0px 0 4px 0;
}

#postmeta {
margin: 0 0 20px 0;
padding: 4px 0 0 0px;
color: #999;
font-size: 11px;
}

#postmeta a {
color: #CFB89F;
font-weight: bold;
}

#postmeta a:hover {
color: #333;
}

/*--Page View--*/
#page-entry {
	clear: both;
	width: 100%;
	margin: 0;
	padding: 0;
}

#page-entry h2 {
	font-size: 20px;
	margin: 0 0 15px 0;
	color: #0000FF;
}

/*--Single Post--*/
.post {
	clear: left;
	width: 100%;
	float: left;
}

#breadcrumb {;
	font-weight: bold;
}

#breadcrumb a {
	color: #0000FF;
}

.entry {
	width: 100%;
	padding: 0 0 0 50px;
}

.entry span {
	font-size: 12px;
}

.entry span a {
	font-size: 18px;
	font-weight: bold;
}

.entry img {
	max-width: 95%;
	max-height: 500px;
	clear: both;
	float: left;
	width: auto;
	margin: 5px 10px 5px 0px;
	overflow: hidden;
}

.entry  span object {
	clear: both;
	float: left;
	width: auto;
	margin: 5px 10px 5px 10px;
	overflow: hidden;
}

#comment-count {
padding: 0 0 5px 0;
font-size: 14px;
font-weight: bold;
}


/*--Comments--*/
#comments {
	clear: both;
	float: left;
	width:100%;
	padding: 5px 0 0 20px;
}

#commentlist {
	width: 95%;
	margin: 10px 0 10px 0;
	list-style: none;
	line-height: 180%;
}

#commentlist li {
	margin: 0 0 10px 0;
}

.singlecomment {
	width: 95%;
	margin: 0 0 3px 0;
	padding: 3px 0 0 3px;
	border-top: #CCBD9F 1px solid;
	color: #655F4C;
	background: #EBE4B7;
}

.singlecomment a {
	color: #333;
	font-weight: bold;
	text-decoration: none;
}

.singlecomment a:hover {
	text-decoration: underline;
}

#commentsform {
	line-height: 180%;
	border-top: #CCBD9F 1px solid;
	width: 95%;
	padding-top: 10px;
}

#commentsform label {
	color: #544E40;
	font-size: 13px;
}

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

#comments input, #comments textarea{
	border: #899E42 1px solid;
	padding: 3px;
}
#comments input:focus, #comments textarea:focus{
	border: #899E42 2px solid;
}

#sbutt {
	padding: 5px;
	color: #353128;
	border: #899E42 1px solid;
	background: #D0E47F;
}
	
/*--Footer--*/
#footer {
	clear: both;
	margin-top: 10px;
	margin-bottom: 20px;
	padding: 12px 2px 10px 10px;
	width: 936px;
	background: #F5E3BC;

}

#footer a {
	color: #000;

}

#footer a:hover {
	background-color: #e4e4e4;

}

#footer ul  {
	width: auto;
	display: inline;
}

#footer li {
	display: inline;
	list-style: none;
	padding: 0 4px;
}

.foot-link a {
	font-weight: bold;
	padding: 0 4px;
	border-left: #000 1px solid;
}

#postnavigation {
font-size: 14px;
font-weight: bold;
}
