/*  
Theme Name: All Nations Skate Jam Theme 
Description: This is the theme for the All Nations Skate Jam site at http://www.allnationsskatejam.com
Version: 1.1
Author: Oshehoma Productions
Author URL: http://www.oshehomaproductions.com
Author email: oshehomaproductions@gmail.com
*/

* {
    margin:0;
	padding:0;
}

body {
	background: #000000; 
	text-align:center;
	font: 12px/18px "Lucida Grande", Verdana, sans-serif;
	color:gray;
	/*background-image: url(http://allnationsskatejam.com/ansjwordpress/wp-content/themes/skatejam1/images/headbkgd.jpg);*/
	background-repeat: repeat-x;
}

#page {
	margin: 0 auto;
	width: 960px;
	text-align:left;
	background-color: #000000;
}

#header {
	/*padding-top: 5px;*/
	height: 216px;
	
}

#headerleft {
	width: 384px;
	height: 192px;
	background-color: black;
	float: left;
	margin-top:0px;
}
/*
#headerleft img {
	/*float:right;*/
	/*margin-right: 24px;*/
	/*margin-top: 5px;*/
/*}*/

#search{
	width: 576px; /*removed 6 px for margin right*/
	height: 38px; /*removed 8px for margin top */
	float: right;
	background-color: black;
	text-align:right;
	/*margin-top: 3px;
	margin-right: 6px;*/
	
}

#searchbox{
	background-color:black;
	color: gray;
}

#searchsubmit{
	color:gray;
	background-color:black;
}


#timer {
	/*height: 116px; remove XX px for margin */
	height: 72px;
  margin-top: 36px;
	/*width: 576px; remove px for margin */
	width: 570px;
	margin-right: 6px;
	float:right;
	background-color: black;
	color: yellow;
	text-align:center;
	font-size: 24px;
	text-transform:uppercase;
	font-family: "OCR A Extended", "Neuropol", sans-serif;
}

#navmenu {
	clear:both;
	height: 24px;
	background-color: #A680B9;
	text-align:right;
	/*margin:0;
	border:none;*/
	/*width:100%*/
	/*margin-top: 12px;*/
	/*padding: 9px;*/
	/*border-top: solid 1px gray;*/
}

#navmenu ul li{
	display:inline;
	list-style-type:none;
	margin-left:-4px;
}

/*
#navmenu img {
	border:solid 1px white;
}*/

a img{
	border:none;
}

.sidebar {
	clear:both;
	/*width: 384px; remove 48px for margins */
	width: 336px;
	background-color: #202020;
	/*background-color:black;*/
	float: left;
	margin-left: 24px;
	margin-top: 82px;
	display: inline;
	border-top: solid 1px gray;
	border-right: solid 1px gray;
	text-align:left;
}

.sidebar ul{
	list-style-type: none;
	margin: 0;
	padding: 0 10px 0 10px;
	border-bottom: solid 1px gray;
}

.sidebar ul li{
 padding: 3px 0 3px 0;
}

.sidebar ul li h2{
/*font-family: Verdana, Arial, Helvetica, sans-serif;*/
/*font-variant:small-caps;*/
font-size: 125%;
color:yellow;
}

.sidebar ul ul li{
padding: 0;
line-height: 24px;

}

#container {
	/*width:576px; remove 48px for margins */
	width: 528px;
	background-color:black;
	float:right;
	border-left: solid 1px gray;
	border-top: solid 1px gray;
	margin-right: 24px;
	margin-top: 82px;
	text-align:left;
}

.post{
	padding: 10px 0 10px 10px;
	/*background:black;*/
	background-image: url(http://allnationsskatejam.com/ansjwordpress/wp-content/themes/skatejam1/images/post_bkgd.GIF);
	background-repeat: no-repeat;
	border-bottom: solid 1px gray;
}

.post h2{
font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
font-size: 125%;
font-variant:small-caps;
padding-bottom: 2px;
}

.entry{
line-height: 18px;
}

.content p { 
	margin-left:15px;
	padding:1px;
    font-family: Verdana, Helvetica, sans-serif; 
    color: white; 
}

.content a:link, a:visited{
text-decoration: none;
/*font-weight: bold;*/
}

.content a:hover{
text-decoration: none;
font-weight: bold;
}

.content ul{
	color: white;
	margin-left: 15px;
	padding: 0 10px 0 10px;
}



p.postmetadata{
border-top: 1px solid #ccc;
margin: 10px 0 0 0;
}

p {		
	margin: 0 0 1em 0;	
}

.navigation{
	padding: 0 0 0 0;
	font-size: 2px;
	font-weight: bold;
	line-height: 18px;
}

#footer {
	clear:both;
	background-color:black;
	text-align:center;
	padding: 24px;
	color:gray;
}

.clear {
	clear:both;
}

a:link, a:visited { 
	color: #A680B9;
	text-decoration:none;
}

a:hover {
	font-weight: bold;
	text-decoration:none;
}