/*
Theme Name: Totally 3rd Grade Blog
Description: A CMS for Totally3rdGrade.com
Version: 1.0
Author: Bryan Mace
Author URI: http://www.bryanmace.com
Tags: Educational Blogs
*/

body {
	margin:0;
	padding:0;
	text-align:center;
	font-family:Georgia, "Times New Roman", Times, serif;
	background:#FEB301 url(../../../../Images/page-background-new2.png) repeat-x top;
}

#page {
	margin:0px auto;
	text-align:left;
	width:1000px;
	padding-top:0px;
}

#header {
	background:#CD0201;
	display:inline;
	font-weight:normal;
	letter-spacing:-1px;
	text-decoration:none;
	font-size:55px;
	text-align:center;
	padding-top:25px;
	float:right;
	width:770px;
	margin:0px 0px 0px 230px;
}

#header a {
	color:#FFFFFF;
	padding:10px;
	text-decoration:none;
	margin-left:-10px;
}
p {
	line-height: 150%;
}
#header a:hover {
	color:#FEB301;
}
#description {
	color:#FFFFFF;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:20px;
	font-weight:normal;
	padding:8px 3px;
	display:none;
}

#topnav {
	float:right;
	width:770px;
	height:58px;
	background-color:#FFFFFF;
	background-image:url(/Images/top-nav1.png);
	background-repeat:no-repeat;
	text-align:center;
	display:inline;
	font-size:55%;
	margin-top:50px;
}

#topnav .about-button a, #topnav .blog-button a, #topnav .contact-button a {
	color:#FFFFFF;
	text-decoration:none;
}

#topnav ul {
	list-style-type:none;
	margin:0;
}

#topnav ul li {
	display:block;
	padding-left:3px;
	padding-right:3px;
}

#topnav ul li a {
	text-decoration:none;
	float:left;
	height:58px;
	width:228px;
	display:inline;
}

#topnav ul li a:hover {
	height:58px;
	width:228px;
}

.about-button, .blog-button, .contact-button {
	height:58px;
	width:228px;
	background-image:url(/Images/topnav-button-sprite1.png);
	background-repeat:no-repeat;
	background-position:1px 0px;
	float:left;
	display:inline;
}

.contact-button a:hover, .blog-button a:hover, .about-button a:hover {
	height:58px;
	width:228px;
	background-image:url(/Images/topnav-button-sprite1.png);
	background-repeat:no-repeat;
	background-position:8px -58px;
	float:left;
	display:inline;
}

#sidebar {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background:#FEB301 url(../../../../Images/main-nav-background1.png) no-repeat;
	float:left;
	margin-top:-200px;
	padding-top:375px;
	width:230px;
	display:inline;
}

#sidebar h2 {
	color:#000000;
	font-size:24px;
	font-weight:normal;
	padding:3px 0;
	background:#FFFFFF;
	border:3px solid #CD0201;
	-webkit-border-radius:20px;
	-moz-border-radius:20px;
	border-radius:20px;
	text-align:center;
	margin-right:30px;
}

a#rss_top {
	color:orange !important;
}

#searchform input {
	-moz-border-radius-bottomleft:3px;
	-moz-border-radius-bottomright:3px;
	-moz-border-radius-topleft:3px;
	-moz-border-radius-topright:3px;
	border:2px solid #CD0201;
	font-size:14px;
	margin-top:20px;
	padding:3px;
	margin-bottom:10px;
}

#searchform input[type="submit"] {
	cursor:pointer;
	-moz-border-radius:15px;
	-khtml-border-radius:15px;
	-webkit-border-radius:15px;
	border-radius:15px;
	color: #FFFFFF;
	background: #0033FF;
	font-size: 16px;
	font-weight: bold;
	padding-top: 6px;
	padding-bottom: 6px;
}

#searchform input[type="submit"]:hover {
	background:#FEB301 url(../../../../Images/button-buy.png) no-repeat center center;
	border-color:#CD0201;
	color:#333333;
}

#sidebar ul, #sidebar   ul   li {
	padding:0;
	margin:0;
	list-style:none;
}

#sidebar  ul {
	list-style:none;
	padding:0;
	margin:0 0 0;
	font-size:14px;
}

#sidebar>ul {
	padding-bottom:5px;
	*margin-bottom:20px;
}

#sidebar > ul > li > ul > li ul {
	//list-style:none;
	padding:0 0 0 3px;
	margin:0 0 0 3px;
	font-size:14px;
}

#sidebar ul li ul li {
	padding:3px 3px 3px 5px;
	:;
}

#sidebar > ul > li > ul > li > ul > li {
	padding:3px;
	padding-left:3px;
	border:none;
}

#sidebar > ul > li > ul li {
	border-bottom:1px dotted #FFFFFF;
}

element.style, .gallery-caption {
	margin-left:0;
}

a {
-webkit-transition: color .4s ease-out;   /*safari and chrome */
 -o-transition: color .4s ease-in;   /* opera */
}

#sidebar a {
	color:#000000;
	text-decoration:none;
}

#sidebar li.current_page_item>a, #sidebar li.current-cat>a {
	color:#000000!important;
}

#sidebar a:hover {
	color:#330000;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	border-radius:10px;
	padding:1px 8px 3px;
	background:#FFFFFF;
	display:block;
	border:2px solid #CD0201;
	margin-right:30px;
}

.narrowcolumn, .widecolumn {
	background:url(../../../../Images/main-content-background1.png) no-repeat bottom;
}

#content {
	background-color:#FFFFFF;
	display:inline;
	float:right;
	padding-bottom:40px;
	width:770px;
}

#content .post {
	display:inline;
	padding:5px 40px 25px;
	margin-left:0px;
	float:left;
	width:670px;
	line-height:1.2em;
}

#content h2 {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	color:#000000;
	padding:10px 0 14px 15px;
	font-size:1.8em;
	border-top: 3px double #FEB301;
	margin-bottom: -1px;
	border-bottom: 1px solid #FEB301;
	line-height: 1.2em;
}
#content h2.pagetitle {
	font-size: 2.2em;
	border-style: none;
	text-align: center;
	padding-right: 50px;
	padding-left: 50px;
}


#content h3 a {
	font-weight:normal;
}

h3 {
	border-bottom: 1px solid #FEB301;
	color:#000000;
	font-size:20px;
}

#content h2 a {
	color:#0033FF;
	text-decoration:none;
	text-shadow:0 2px 0 #FEB301;
	}

#content h2 a:hover, a:hover {
	color:#CD0201;
}

#content .entry {
	padding-left:15px;
	color:#333333;
	font-size:16px;
}

p.postmetadata {
	border:2px solid #CD0201;
	padding:3px 10px;
	font-size:16px;
	-moz-border-radius:12px;
	-khtml-border-radius:12px;
	-webkit-border-radius:12px;
	border-radius:12px;
	color:#FFFFFF;
	background:#FEB301;
}

p.postmetadata a, p.postmeta a {
	text-decoration:none;
}

p.postmeta span {
	float:left;
	display:inline;
	border:2px solid #CD0201;
	padding:3px 10px;
	margin:15px 5px 5px;
	font-size:14px;
	-moz-border-radius:12px;
	-khtml-border-radius:12px;
	-webkit-border-radius:12px;
	border-radius:12px;
	background:#FEB301;
	color:#FFFFFF;
}

div.clear {
	clear:both;
}

a.post-edit-link {
	padding-left:16px;
	background:transparent url(../totally3rdgrade/images/edit.png) no-repeat center left;
}

a[title~=Comment] {
	padding-left:16px;
	background:transparent url(../totally3rdgrade/images/comment.png) no-repeat center left;
}

a {
	color:#0033FF;
	text-decoration:none;
}

a img {
	border:none;
}

a.rss {
	padding-left:20px;
	padding-top:10px;
	padding-bottom:10px;
}

h2 {
	color:#000000;
	font-size:20px;
}

div.comment_part {
	padding-left:45px;
	width:680px;
}

h3#comments {
	padding:5px;
	color:#FF9933;
}

ol.commentlist li {
	border-top:1px solid #FEB301;
	border-left:2px solid #FEB301;
	padding:10px;
	margin-bottom:5px;
}

ol.commentlist li.alt {
	border-top:2px solid #FEB301;
	border-left:2px solid #FEB301;
	padding:10px;
}

ol.commentlist img.avatar {
	border:2px solid #333;
	width:32px;
	height:32px;
	background:transparent url(../totally3rdgrade/images/user.png);
	display:block;
}

cite.comment_author {
	color:#999999;
	text-transform:capitalize;
	font-style:normal;
}

em.awaiting_moderation {
	color:orange;
	display:block;
	background:#111;
	padding:3px;
	font-size:10px;
	border:1px solid orange;
	margin:0px;
}

small.commentmetadata, small.commentmetadata a {
	color:#999999;
	padding:3px;
}

#commentform input[type="text"] {
	background:#FFFFFF;
	border:2px solid #FEB301;
	color:#000000;
	padding:3px;
}

#commentform textarea {
	background:#FFFFFF;
	border:2px solid #FEB301;
	color:#000000;
	padding:3px;
	overflow:auto;
	width:670px;
	height:300px;
}

#commentform input[type="submit"] {
	background:#E28903;
	padding:10px;
	border:3px solid #CD0201;
	color:#FFF;
	cursor:pointer;
	-moz-border-radius:20px;
	-khtml-border-radius:20px;
	-webkit-border-radius:20px;
	border-radius:20px;
	font-size:20px;
}

#commentform input[type="submit"]:hover {
	background:#238901;
	border-color:#E28903;
	color:#FFF;
}

small.time, small.author {
	color:#FEB301;
	font-style: italic;
}
small.formtext {
	color: #333333;
}
hr, .hidden, .textwidget {
	display:none;
}

#footer1 {
	font-size:12px;
	color:#000000;
}

#footer1 a {
	color:#fff;
}

#footer {
	clear:both;
	padding-bottom:15px;
	text-align:center;
	font-size:14px;
}

#footer p {
	color:#FFFFFF;
	margin-left:230px;
}

.note, .warning, .caution, .highlight {
	background:#FFFFCC;
	padding:5px;
	font-size:14px;
	color:#009933;
	border:1px solid #CCCC99;
	border-width:1px 0px;
}

a.download {
	background:#ff9933;
	padding:5px;
	color:#111;
	border:1px solid #ff6611;
}

p img {
	padding:0;
	max-width:100%;
}

.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
}

.alignleft {
	float:left;
	display:inline;
}

.alignright {
	float:right;
	display:inline;
}

code {
	font:1.1em 'Courier New', Courier, Fixed;
}

acronym, abbr {
	font-size:0.9em;
	letter-spacing:.07em;
	cursor:help;
	border-bottom:1px dashed #999;
}

span.caps {
	font-size:0.9em;
	letter-spacing:.07em;
	cursor:help;
}

#wp-calendar #prev a {
	font-size:9pt;
	padding-left:10px;
	text-align:left;
}

#wp-calendar #next a {
	font-size:9pt;
	padding-right:10px;
	text-align:right;
}

#wp-calendar a {
	text-decoration:none;
	display:block;
	color:#c8883d;
}

#wp-calendar caption {
	font:bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align:center;
	font-weight:normal;
	color:#fff;
}

#wp-calendar th {
	font-style:normal;
	text-transform:capitalize;
}

#wp-calendar {
	empty-cells:show;
	margin:0px auto 0;
	width:240px;
}

#wp-calendar td {
	padding:3px 0;
	text-align:left;
}

blockquote {
	margin:15px 30px 0 10px;
	padding-left:20px;
	border-left:3px solid #FEB301;
	font-size: 1.25em;
	font-style: italic;
}

blockquote cite {
	margin:5px 0 0;
	display:block;
}

.center {
	text-align:center;
}

.wp-caption {
	border:1px solid #111;
	text-align:center;
	background-color:#222;
	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;
}

div.single_navigation {
	font-size:18px;
	font-family:'Arial Narrow';
}

div.single_navigation table {
	width:650px;
	margin-top:20px;
	padding:5px;
	border-bottom:1px solid #111;
}

div.single_navigation table a {
	color:#666;
}

div.single_navigation table a:hover {
	color:#FF9933;
}

td.single_alignleft {
	width:325px;
}

td.single_alignright {
	width:325px;
	text-align:right;
	border-left:1px solid #111;
}

td.single_alignleft a {
	padding:24px;
	background:transparent url(../totally3rdgrade/images/previouspost.png) no-repeat center left;
}

td.single_alignright a, div.navigation>div.alignright a {
	padding:24px;
	background:transparent url(../totally3rdgrade/images/next_post.png) no-repeat center right;
}

div.navigation>div.alignleft a {
	padding:24px;
	background:transparent url(../totally3rdgrade/images/previouspost.png) no-repeat left center;
}

.gallery {
	line-height:10px !important;
	margin:auto;
}

.gallery-item {
	float:left;
	margin-top:10px;
	text-align:center;
	width:33%;
}

.gallery img {
	border:2px solid #333;
}

.thumbnail {
	float:left;
	display:inline;
	width:106px height: 106px;
	margin:0 8px 0 0;
	padding:3px 3px 0px 3px;
	border:1px solid #575f59;
}

.thumbnail img {
	width:100px;
	height:100px;
}
