/*
Theme Name: AffiliateClassroom
Description: Based on New Affiliate ClassRoom Design
Author: WonderPoint Technologies
Author URI: http://www.wonderpoint.com
Version: 0.1

Licence: GNU GPL

/* ---------- Generic HTML Transformations ---------- */

acronym, abbr {
	cursor: help;
	font-size:90%;
	letter-spacing:.07em;
}

img {
	border: none;
}

a {
	color: #001984;
}

cite {
	font-size:90%;
	font-style:normal;
}

/* ---------- Main Content Area - Alignment, Colors, Backgrounds, Sizing, Fonts ---------- */

/* === Generic Blocks === */

body { /* Define main background here as well as font choices. */
	border: none;
	margin: 0px auto;
	padding: 0;
	text-align: center;
	font-family: Tahoma, Verdana, Helvetica, Geneva, sans-serif;
	background: #E6E6F2;
}

#rap { /* Main floating section */
	width:722px;
	margin: 0 auto;
	margin-top: 10px;
	margin-bottom: 10px;
	text-align:left;
	background:#ffffff;
	color: #000000;
	border: 1px solid #001984;
}

#header {
	text-indent:-100em;
	font-style: italic;
	font-variant: normal;
	font-size: 12px;
	letter-spacing: 0.2em;
	margin: 0 auto;
	height: 115px;
	width: 100%;

}

#header, #header a, #header a:hover {
	color: #000000;
}

#header h1 {
	margin: 0;
	padding: 50px 0 0 0;
}

#header .description {
	font: 15px bold;
	width: 400px;
	margin: 2px auto;
	font-style: italic;
}

/* === Content Block === */

#content { 
	padding: 0px 0 0 5px;
	float: left;
	width: 510px;
	background: #FFFFFF; /* Background for main content area */
}

#content p, #content li {
	font-size: 13px;
}


/* -=- Linkblog (Asides) List Styling -=- */
ul.linkblog {
	list-style-type: disc;
	list-style-image: url(images/listblack.gif);
}


/* -=- Content->Post Block -=- */
.storycontent a {
	font-weight: bold;
}

/* Blockquote Transformations */
.post blockquote p {
	margin: 1em;
}

blockquote, .quote {
	overflow: hidden;
	background-color: #E7F7FF;
	padding: 0;
	margin: 1em;
	border: 1px solid #CCC;
	-moz-border-radius: 10px;
}

blockquote cite {
	margin: 0;
	padding-left: 63px;
	font-size: 8pt;
	font-style: normal;
	font-family: tahoma, verdana, helvetica, arial, sans-serif;
	color: #333;
	background: url(images/source_button.gif) no-repeat 0 0 #E7F7FF;
}

/* Feedback Link Section */
.post .feedback {
	text-align: right;
	clear: both;
	font-size: 10px;
	padding-bottom: 10px;
}

.post .feedback .pagelink {
	font-size: 10px;
	font-weight: bold;
}

.post .postdate {
	margin-top: 0;
}

.post h3.storytitle {
	border-bottom: dotted 1px #aaaaaa;
	margin: 0;
	padding: 0;
}

.post h3.storytitle a {
	text-decoration: none;
}

/* -=- Entry Navigation Styling -=- */
.navigation {
	display: block;
	text-align: center;
	margin: 10px auto;
}

/* === Menu Block === */

#menu {
	padding: 0px 0 0px 0px;
	margin: 0 0 0 505px;
	width: 220px;
font-size: 10px;
}

#searchform input {
	width: 90%;
	text-align: center;
}

#searchform {
margin: 5px 0px 5px 0px;
}

.gadgetcontent ul {
	color: #000000;
	font-weight: bold;
	list-style-type: none;
	margin: 0;
	padding-left: 3px;
}

#links li h2 {
	margin: 0;
	padding: 5px 0 0 0;
	font-size: 14px;
}

ul ul li {
	border: 0;
	font-style: normal;
	font-variant: normal;
	font-size: 100%;
	line-height: 150%;
	letter-spacing: 1px;
	padding: 0 0 0 10px;
}

/* "Gadgets" */
.gadget {
	border: 1px solid #182a74;
	padding: 4px;
	margin-bottom: 6px;
}

.gadgettitle {
	color: #ffffff;
	background-color: #001984;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	padding: 3px 0px;
}

.gadgetcontent {
	font-size: 12px;
  padding: 10px 0px;
}

.gadgetcontent td {
  padding-top: 1px;
  padding-bottom: 1px;
  text-align: left;
}

/* Category Styling */
.categorycontent {
	font-size: 12px;
	line-height: 17px;
	margin-left: 33px;
}

.categorycontent img {
	float: left;
	margin-top: -17px;
	margin-left: -28px;
}

#wp-calendar,  #wp-calendar caption {
	margin: 0 auto;
}

/* ---------- Multi/General Use Classes ---------- */

.center {
	text-align: center;
	margin: 0 auto;
}

.fright {
	float: right;
}

.fleft {
	float: left;
}

.gravatar {
	position: relative;
	float: right;
	margin: 0 0 2px 5px;
	padding: 0;
	border: 1px solid black;
}

#blogtimes {
	text-align: center;
	margin: 25px auto 0 auto;
}

.storycontent .imgborder {
	text-align: center;
	font-weight: bold;
	background-color: #ddd;
	padding: 10px;
	font-size: 12px;
	border: 1px solid black;
}

.storycontent img {
  padding: 0px 5px; 
}

.storycontent .imgleft {
	float: left;
	margin: 0 5px 0 0;
	display: inline;
	text-align: center;
	font-weight: bold;
}

.storycontent .imgright {
	float: right;
	margin: 0 0 0 5px;
	display: inline;
	text-align: center;
	font-weight: bold;
}

/* ---------- Footer ---------- */
.credit {
	background: #dddddd;
	border-top: 0;
	color: #000000;
	font-size: 9px;
	margin: 0 auto;
	text-align: center;
	clear: both;
	padding: 3px 0px;
	width: 722px;
}

.credit a:link, .credit a:hover {
	color: #000000;
}

/* ---------- Comment Area Styling ---------- */
.comment-wrapper, .comment-wrapper-odd, .section {
	display: block;
	font-family: lucida sans unicode, lucida grande, verdana, helvetica, arial, sans-serif;
	color: #222;
	font-size: small;
	font-weight: normal;
	background: #F9F9F9;
	line-height: 120%;
	padding-bottom: 1px;
	margin-bottom: 10px;
	margin-left: 5px;		
	border: 1px solid #F0F0F0;
	-moz-border-radius: 10px;
}
					  
.comment-wrapper-odd {
	background: #FAF5F5;
}

.comment-wrapper-odd:hover, .comment-wrapper:hover {
	background: #EEF5F0;
}

.comment-wrapper:hover > .comment-posted, .comment-wrapper-odd:hover > .comment-posted {
	background: #FAFFF5;
}

.comment-wrapper p, .comment-wrapper-odd p {
	margin: 10px 0;
	padding: 0 0 0 5px;
}

.comment-posted {
	top: 1px;
	position: relative;
	color: #000;
	background: #F0F0F0;
	font-family: tahoma, verdana, helvetica, arial, sans-serif;
	font-size: x-small;
	padding: 1px 1px 1px 5px;
	margin: 0;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
	clear: both;
}

.comment-wrapper-odd .comment-posted {
	background: #F5EBEB;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
}

.googleads {
	text-align: center;
	margin: 15px 0 15px 0;
}

/* ---------- Nice Tooltips Styling ---------- */
div.nicetitle {
	background-color: #333;
	color: #fff;
	font: bold 13px "Trebuchet MS", Verdana, Arial, sans-serif;
	left: 0;
	padding: 4px;
	position: absolute;
	top: 0;
	width: 25em;
	z-index: 20;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-topleft: 0;
	-moz-border-radius-topright: 10px;
	-moz-opacity: .87;
	/* changes: */
	min-width: 300px;
	width: auto;
	height: auto;
}
	
div.nicetitle p {
    margin: 0;
	padding: 0 3px;
	-moz-opacity: 1;
}

div.nicetitle p.destination {
    font-size: 9px;
    padding-top: 3px;
	text-align: left;
	-moz-opacity: 1;
}

div.nicetitle p span.accesskey {
	color: #d17e62;
}
.feedback {
margin-bottom:20px

}

/* ---------- Rounded Boxes Around Posts Styling ---------- */
.posts_box h1, #posts_box h3, #posts_box p {
  margin-bottom: 0px; 
  margin-left: 5px; 
  margin-right: 5px; 
  letter-spacing: 1px;
}
.posts_box h1 {font-size: 2.5em; color: #fff;}
.posts_box h2 {font-size: 2em; color: #06a; border: 0;}
.posts_box div {padding: 1px 2px 0px;}
.posts_box h2 {padding-top: 0.5em;}
.posts_box {background: transparent; margin: 10px;}
.posts_box p {padding: 0px; margin: 0px;}

.xtop, .xbottom {display:block; background:transparent; font-size:1px;}
.xb1, .xb2, .xb3, .xb4 {display:block; overflow:hidden;}
.xb1, .xb2, .xb3 {height:1px;}
.xb2, .xb3, .xb4 {background:#F6F6FF; border-left:1px solid #001984; border-right:1px solid #001984}
.xb1 {margin:0 5px; background:#001984;}
.xb2 {margin:0 3px; border-width:0 2px;}
.xb3 {margin:0 2px;}
.xb4 {height:2px; margin:0 1px;}

.xboxcontent {
  display:block; 
  background:#F6F6FF; 
  border:0 solid #001984; 
  border-width:0 1px;
}


#side_box h1, #side_box h3, #side_box p {margin:0 5px; letter-spacing:1px;}
#side_box h1 {font-size:2.5em; color:#fff;}
#side_box h2 {font-size:2em;color:#06a; border:0;}
#side_box p {padding-bottom:0.5em; font-size: 11px;}
#side_box h2 {padding-top:0.5em;}
#side_box {background: transparent; margin: 10px;}

.stop, .sbottom {display:block; background:transparent; font-size:1px;}
.sb1, .sb2, .sb3, .sb4 {display:block; overflow:hidden;}
.sb1, .sb2, .sb3 {height:1px;}
.sb2, .sb3, .sb4 {background:#F6F6FF; border-left:1px solid #001984; border-right:1px solid #001984}
.sb1 {margin:0 5px; background:#001984;}
.sb2 {margin:0 3px; border-width:0 2px;}
.sb3 {margin:0 2px;}
.sb4 {height:2px; margin:0 1px;}

.sboxcontent {display:block; background:#F6F6FF; border:0 solid #001984; border-width:0 1px;}

.breadcrumb {
  font-size: 12px;
  padding: 2px 0px 2px 5px;
  background-color: #F6F6FF;
  border-bottom: 1px solid #001984;
  border-top: 1px solid #001984;
  }
  
.storycontent p {
  padding: 0px; 
  margin: 10px 0px 10px 0px;
}
