/*
Theme Name: Heyday V1.0
Theme URI: http://www.hdskate.com
Description: Heyday's First Theme
Author: Cameron Bailey
Author URI: http://www.cameronbailey.com


/*-----------Block Level Elements--------------*/

body {
        background: #5a524a;
        font-family: verdana;
        font-size: 1.0em;
}

#page {
	margin-left: auto;
	margin-right: auto;
        background: #f1eeda url('images/bg-2.gif');
	border: 1px #000000 solid;
	width: 796px;
	text-align: left;
}

#logo {
        background: #c5c1a6;
	width: 85px;
	height: 85px;
	border-top: 7px #ffffff solid;
	border-left: 7px #ffffff solid;
	border-bottom: 7px #ffffff solid;
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 5px;
	float: left;
}

#header {
	background: #c5c1a6;
	width: 662px;
	height: 85px;
	border-top: 7px #ffffff solid;
	border-right: 7px #ffffff solid;
	border-bottom: 7px #ffffff solid;
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 10px;
	float: right;
}

#header a {
        color: #003366;
        font-weight: bold;
        text-decoration: none;
        font-size: 0.8em;
}

#header a:hover {
        color: #336699;
        font-weight: bold;        
}

#leaderboard {
	width: 762px;
	border-left: 7px #ffffff solid;
	border-right: 7px #ffffff solid;
	padding: 10px;
	clear: both;
}

#leaderboard-content {
        background: #ffffff;
	width: 728px;
	padding: 7px;		
	margin-left: 10px;
	margin-right: 10px;
}

p.nav {
	margin: 0;
	border-top: 1px #444444 solid;
	border-bottom: 1px #444444 solid;
	padding-top: 2px;
	padding-bottom: 3px;
	text-align: center;
	background: #a4a191;
}

#left {
	width: 438px;
	border-left: 7px #ffffff solid;
	padding-left: 10px;
        padding-top: 10px;
        padding-bottom: 10px;
	float: left;
}

.left-content {
	background: #ffffff url('images/bg-3.gif') repeat-x;
	width: 418px;
	padding: 7px;
	border-top: 10px #aaaaaa solid;
	border-bottom: 10px #aaaaaa solid;
	border-left: 3px #cccccc solid;
	border-right: 3px #cccccc solid;
        font-size: 0.9em;
}

.left-content a {
	color: #003366;
	font-weight: bold;
	font-size: 1.0em;
        text-decoration: none;
}

.left-content a:hover{
	color: #336699;
	font-weight: bold;
	font-size: 1.0em;
        text-decoration: none;
}
	
#full {
	width: 762px;
	border-left: 7px #ffffff solid;
        border-right: 7px #ffffff solid;
	padding: 10px;
        float: left;
}

.full-content {
	background: #ffffff url('images/bg-3.gif') repeat-x;
	width: 742px;
	padding: 7px;
	border-top: 10px #aaaaaa solid;
	border-bottom: 10px #aaaaaa solid;
	border-left: 3px #cccccc solid;
	border-right: 3px #cccccc solid;
        font-size: 0.9em;
}

.full-content a {
	color: #003366;
	font-weight: bold;
	font-size: 1.0em;
        text-decoration: none;
}

.full-content a:hover{
	color: #336699;
	font-weight: bold;
	font-size: 1.0em;
        text-decoration: none;
}

#right {
	width: 314px;	
	border-right: 7px #ffffff solid;
	padding: 10px;	
	float: right;
        font-size: 0.9em;
}

.right-content {
        background: #ffffff;
	width: 300px;	
	padding: 7px;	
	border-top: 10px #aaaaaa solid;
	border-bottom: 10px #aaaaaa solid;
	list-style-type: none;
}

#sidebar {
	width: 28%;
	margin-left: 70%;
        background: #444444;
	list-style: none;
}

#footer {
	background: #c5c1a5;
	width: 772px;
	border: 7px #ffffff solid;
	clear: both;
	text-align: center;
        font-size: 0.8em;
        padding: 5px;
}

#footer a {
	color: #003366;
        text-decoration: none;
        font-weight: bold;
}

#footer a:hover {
        color: #336699;
        text-decoration: none;
        font-weight: bold;	
}

#footer a:visited {
        color: #003366;
	text-decoration: none;
        font-weight: bold;
}

digg {
        float: left;
}

/*-------------Headings-------------*/

h1 {
        margin-top: 0;
	margin-bottom: 4px;
        font-size: 1.4em;
	font-family: verdana;
	font-weight: bold;
	color: #444444;
}

h2 {
        margin-top: 0;
	margin-bottom: 6px;
	background: #ffffff url('images/bg-4.gif');
	font-weight: bold;
	font-size: 1.0em;
	padding: 4px;
	color: #444444;
   	border-top: 2px #cccccc solid;
	border-left: 2px #cccccc solid;
	border-right: 2px #cccccc solid;
	border-bottom: 2px #cccccc solid;
}

h3 {
        margin-top: 0;
	margin-bottom: 6px;
	background: #ffffff url('images/bg-4.gif');
	font-weight: bold;
	font-size: 1.0em;
	padding: 4px;
	color: #666666;
   	border-top: 2px #cccccc solid;
	border-left: 2px #cccccc solid;
	border-right: 2px #cccccc solid;
	border-bottom: 2px #cccccc solid;
}

h4 {

}

h5 {

}

/*-------------The Post-------------*/



h2 a:hover, h2 a:visited, h2 a {
        
}

.post {

}

.post p {

}

.post a {

}

.post ul {

}

.post li {

}

.post img {
  border: 1px solid #666666;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 7px;
  margin-bottom: 10px;
  padding: 7px;
}

.post img.videoclip {
  border: 1px solid #666666;
  margin: 7px;
  padding: 7px;
  display: inline;
}

.post img.picture {
  border: 1px solid #666666;
  margin: 7px;
  padding: 7px;
  display: inline;
}

.entry {

}

.postinfo {
        margin-bottom: 8px;
	border-top: 1px #999999 dashed;
	border-bottom: 1px #999999 dashed;
	padding-top: 2px;
	padding-bottom: 3px;
	text-align: right;
	font-size: 0.8em;
}

.postinfo alt {

}

.postinfo a {
        color: #003366;
}

.alignleft {

}

.alignright {

}

.center {

}

.pagetitle {

}

blockquote {

}

cite {

}

a img {

}

acronym, abbr {

}

/*--------------Right------------*/

#right ul {
        margin: 0;

}

#right ul h2 {
        margin: 0;
}

#right ul li {
        list-style-type: none;
        list-style-image: none;
}

#right ul ul {

}

#right ul ul li {

}

#right ul ul ul {

}

#right p {

}

#right a {
        color: #003366;
        font-weight: bold;
        font-size: 0.9em;
        text-decoration: none;
}

#right a:hover {
        color: #336699;
}

#right a:visited {
        color: #003366;
}


/*--------------Comments--------------*/

ol.commentlist {
        font-size: 0.9em;
}

ol.commentlist li {
     
}

ol.commentlist li.alt {

}

ol.commentlist a {
        color: #003366;
        text-decoration: none;
        font-size: 1.0em;
}

ol.commentlist a:hover {
        color: #336699;
}

ol.commentlist a:visited {
        color: #003366;
}
small.commentmetadata {

}

/*--------------Search Form-------------*/

#searchform {

}

#searchform input {

}

#searchform #s {

}


/*-------------Calendar-----------------*/

#wp-calendar {

}

#wp-calendar th {

}

#wp-calendar a {

}

#prev a, #next a {

}

#wp-calendar caption {

}

/*-------------Images------------------*/

img.logo {
        margin: 0;
        float: left;
		vertical-align: super;
}

img.left {
        float: left;
        padding-right: 5px;
}

img.center {
  border: 1px solid #666666;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 7px;
  margin-bottom: 10px;
  padding: 7px;
}

img.chicklet {
  
}

img.newest-pictures {
  margin-bottom: 3px;
}


/*-------------Other------------------*/

hr {
	display: none;
}