/*   
Theme Name: Piedmont Skate Theme
Description: Piedmont Skateboarding
Author: Jerel De Peralta
Author URI: none at moment
Author comment: Internet Explorer sucks! Dump it and get a "real" browser (Firefox!!).
*/

/*Main/Overall Stuff*/

body {
	background-color: #dddddd;
	margin: 10px 0 10px 0;
	font-family: Verdana, sans-serif;
	font-size: 10px;
	color: #000000;
	font-style: normal;
}

a:link, a:visited, a:active  {
	color: #B0B38B; 
	text-decoration: none;
}

a:hover  {
	color: #000000;
	text-decoration: underline;
}

.left {
	float: left;
}

.right {
	float: right;
}

/* hides the second object from all versions of IE */
* html object.mov { 
	display: none; 
}
/* displays the second object in all versions of IE apart from 5 on PC */
* html object.mov/**/ { 
	display: inline; 
}
/* hides the second object from all versions of IE >= 5.5 */
* html object.mov { 
	display/**/: none; 
}

#commentform {
	display:none;
}

div#container {
	margin: 0 auto;
	width: 649px;
}

div.regside {
	width: 376px;
	margin-bottom: 7px;
}

div.frontside {
	width: 376px;
	height: 98px;
	background-image: url(images/content.gif);
	background-repeat: no-repeat;
	margin-bottom: 7px;
}

div.fspicture {
	width: 95px;
	height: 74px;
	padding-top: 5px;
	padding-left: 5px;
}

div.fspicture img {
	border: 1px solid #B0B38B;
}

div.fstext {
	width: 255px;
	height: 74px;
	float: right;
	padding-right: 2px;
	padding-top: 4px;
}

div.frontside p {
	margin: 2px 0 2px 0;
}

div.regside p {
	margin: 2px 0 2px 0;
}

div#sidebar p {
	margin: 2px 0 2px 0;
}

h1 {
	font: 20px Georgia, serif;
	color: #51656A;
	margin: 0 0 3px 0;
}

h4 {
	font-family: Verdana, sans-serif;
	color: #51656A;
	font-style: normal;
	font-size: 11px;
	margin: 0;
	padding: 0;
}

/*news bar*/

div#newsheader {
	padding: 0;
	margin: 0;
	background-image: url(images/newshead.gif);
	background-repeat: no-repeat;
	height: 20px;
}

.newstitle {
	font-family: Verdana, sans-serif;
	color: #51656A;
	font-style: normal;
	font-size: 11px;
	padding: 0;
	margin: 0;
	font-weight: bold;
}

.postby {
	font-family: Verdana, sans-serif;
	color: #999999;
	font-style: normal;
	font-size: 8px;
	padding: 0;
	margin: 0;
}

.postspacer {
	padding: 4px 0 4px 0;
}

/*Start of header stuff stuff*/

div#header {
	width: 649px;
	height: 183px;
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	padding: 0;
}

#navy {
	margin: 0 15px 0 0;
	list-style: none;
	text-align: center;
	padding-top: 159px;
}

#navy li {
	display: inline;
}

#navy a {
	padding: .7em .6em;
	font: 11px Verdana, sans-serif;
	color: #333333;
}

#navy a:focus, #navy a:hover {
	background: #C9CBAA;
	color: #FFFFFF;
	text-decoration: none;
}

/*Start of content stuff*/

div#content {
	width: 649px;
	background-image: url(images/content.jpg);
	background-repeat: repeat-y;
	display: table;
}

div#sidebar {
	width: 215px;
	height: 100%;
	margin-left: 25px;
}

div#contentside {
	width: 381px;
	float: right;
	padding-right: 15px;
}

div#movies {
	width: 381px;
	text-align: center;
	padding-top: 15px;
	padding-bottom: 10px;
}

.comname {
	width: 220px;
	height: 17px;
	font: 10px Verdana, sans-serif;
	color: #000000;
	margin-top: 2px;
}

.button {
	width: 50px;
	font: 10px Verdana, sans-serif;
	background-color: #EEEEEE;
	margin: 2px 2px 0 0;
}

div#csrbut {
	margin-left: 20px;
}

.comform {
	margin-bottom: 2em;
}

.comform p {
	margin: 0;
}

input, textarea {
	border: 1px solid #DEDEDE;
	width: 185px;
	background-color: #FFFFFF;
	margin-left: 20px;
}

.txpCommentInputMessage {
	width: 320px;
	height: 65px;
	font: 10px Verdana, sans-serif;
	color: #000000;
}

.cominfo {
	font: 9px Verdana, sans-serif;
	color: #CCCCCC;
}

.formlink {
	margin-left: 20px;
}

#commentsdisplay p {
	margin: 0;
	padding: 0;
}

.actcom {
	margin: 0;
	margin-top: 15px;
	margin-bottom: 15px;
}
/*Start of Link section*/

#links {
	margin: 0;
	padding: 0;
}

#links dt {
	font-family: Verdana, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	text-transform: capitalize;
}

#links dd {
	margin-left: 14px;
	margin-bottom: 8px;
}

/*Start of footer stuff*/

div#footer {
	width: 649px;
	background-image: url(images/footer.jpg);
	background-repeat: no-repeat;
	height: 44px;
}

div#footcontent {
	padding: 14px 2px 2px 19px;
}

div#footcontent ul {
	list-style-type: none;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

div#footcontent li {
	list-style-type: none;
	display: inline;
}

#copyright {
	margin-left: 320px;
}
