/*  
Theme Name: IAMCLASSY.com
Theme URI: http://www.rockdoginteractive.com
Description: This is the theme for IAMCLASSY.com.
Version: 2009.2
Author: Rock Dog Interactive
Author URI: http://www.rockdoginteractive.com/
*/

html, body, h1, h2, h3, h4, h5, h6, address, blockquote, dd, dl, hr, p, form{
	margin: 0px;
	padding: 0px;
}

body{
	font-family: Arial, Helvetica, Georgia, Sans-serif;
	font-size: 12px;
	text-align: center;
	vertical-align: top;
	background-position: top center;
	background-repeat: repeat-x;
	background-attachment: fixed;
	color: #FFFFFF;
	height: 100%;
}

h1{
	font-size: 24px;
	padding: 0px 0px 10px 0px;
}

a:link, a:visited{
	text-decoration: underline;
	color: #EACA2A;
}

a:hover{
	text-decoration: none;
}

p{
	padding: 10px 0px 0px;
}

#wrapper-frame{
	margin: 0px auto;
	width: 900px;
	height: 100%;
	background-repeat: repeat-y;
}

#wrapper{
	margin: 0px auto;
	width: 860px;
	height: 100%;
	text-align: left;
	background-color: #000000;
}

#header{
	width: 860px;
	height: 450px;
	position: relative;
}

#header-image{
	 width: 869px;
	 height: 300px;
	 text-align: center;
	 vertical-align: middle;
}

#container{
	float: left;
	width: 540px;
}

#videoDiary{
	height: 350px;
	width: 530px;
	background-repeat: no-repeat;
	padding: 30px 10px 0px 10px;
	text-align: center;
}

#updates{
	height: 40px;
	width: 550px;
	background-repeat: no-repeat;
}

#announcements{
	width: 310px;
}

#announcements .top{
	height: 40px;
	background-repeat: no-repeat;
}

#announcements .middle{
	background-repeat: repeat-y;
	padding: 0px 15px;
	text-align: center;
}

#announcements .bottom{
	height: 20px;
	background-repeat: no-repeat;
}

#desktop-wallpaper{
	min-height: 40px;
	width: 310px;
	padding: 50px 5px 0px; 
	background-repeat: no-repeat;
}

.post{
	padding: 10px 0px 10px 5px;
}

.post h2{
	font-size: 18px;
	text-transform: uppercase;
}

.entry{
	line-height: 18px;
}

p.postmetadata{
	border-top: 1px solid #CCCCCC;
	margin: 10px 0px 0px;
}

.navigation{
	padding: 10px 0px 0px 5px;
	font-size: 14px;
	font-weight: bold;
	line-height: 18px;
}

.sidebar{
	float: left;
	width: 305px;
	margin: 0px 0px 0px 10px;
	display: inline;
}

.sidebar ul{
	list-style-type: none;
	margin: 0px;
	padding: 0px 10px;
}

.sidebar ul li{
	padding: 10px 0px;
}

.sidebar ul li h2{
	font-family: Georgia, Sans-serif;
	font-size: 14px;
}

.sidebar ul ul li{
	padding: 0px;
	line-height: 24px;
}

table#wp-calendar{
	width: 100%;
}

.comments-template{
	margin: 10px 0px 0px;
	border-top: 1px solid #CCCCCC;
	padding: 10px 0px 0px;
}

.comments-template ol{
	margin: 0px;
	padding: 0px 0px 15px;
	list-style: none;
}

.comments-template ol li{
	margin: 10px 0px 0px;
	line-height: 18px;
	padding: 0px 0px 10px;
	border-bottom: 1px solid #CCCCCC;
}

.comments-template h2, .comments-template h3{
	font-family: Georgia, Sans-serif;
	font-size: 16px;
}

.commentmetadata{
	font-size: 12px;
}

.comments-template p.nocomments{
	padding: 0px;
}

.comments-template textarea{
	font-family: Arial, Helvetica, Georgia, Sans-serif;
	font-size: 12px;
}

#footer{
	clear: both;
	width: 860px;
	padding: 10px 0px;
}

#footer p{
	line-height: 18px;
}

#footer .copyright{
	text-align: center;
}

#social-networks{
	
}

#extra1, #extra2{
	margin: 10px 0px;
	text-align: center;
}

/* 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 */

/* 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;
}
/* End captions */

/* Start Extra Custom */
div#header td img {
	display: block;
}
/* End Extra Custom */