/*
Theme Name: TopGrading
Theme URI: http://smarttopgrading.com/blog
Description: The Top Grading WordPress Theme
Version: 1
Author: JTk - http://www.imjtk.com
*/
html, body { height: 100%; }

body {
	background: url(images/back.png) 0 repeat;
	color: #333333;
	text-align: center;
	font-family: tahoma, sans-serif;
	font-size: 12px;
	padding:0px;
		min-height: 100%;
	_height: 100%;
}

* {
	padding:0;
	margin:0;
}

#container {
	background: #FFF url(images/repeat.png) repeat;
	min-height: 100%;
	_height: 100%;
	width: 778px;
	margin: 0 auto;
	text-align: left;
	position: relative;
}

/* Header */
h1#header {
	margin: 0;
	height: 146px;
	background: url(images/header.png) 0 no-repeat;
	text-indent: -1234em;
}

#header a {
	position: absolute;
	left: 20px;
	top: 10px;
	height: 120px;
	width: 280px;
	text-decoration: none;
}

#header em {
	display: none;
}

/* Sidebar Positioning */

#sidebar {
	color: #FFFFFF;
	margin:0 0px 0 14px;
	_margin:0 0px 0 7px;
	width: 210px;
	float: left;
}

/* Content */
#wrapper {
	width: 540px;
	position: relative;
	margin-top: 14px;
	float: right;
}

#content {
	padding: 0 40px 10px 0px;
}

#menu_view {
	position: absolute;
	right: 55px;
	top: 11px;
	color: #0066CC;
	margin: 0;
	padding: 0;
	word-spacing: 1px;
	font-size: 12px;
}

#menu_view ul {
	list-style: none;
	padding: 0;
	margin: 0 0 5px;
}

#menu_view li {
	margin: 0;
	display: inline;
		  padding-left: 4px;
  padding-right: 7px;
  _padding-left: 8px;
  _padding-right: 5px;
  border-right: 1px solid #BCDFED;
}

#menu_view li a {
	color: #ffffff;
    text-decoration: none;
background-color: transparent;
border-bottom-width: 0px;
border-left-width: 0px;
border-right-width: 0px;
border-top-width: 0px;
}

#menu_view li a:visited {
	color: #ffffff;
    text-decoration: none;
background-color: transparent;
border-bottom-width: 0px;
border-left-width: 0px;
border-right-width: 0px;
border-top-width: 0px;
}

#menu_view li a:hover {
	color: #EFDD95;
    background-color: transparent;
border-color: #134962;
border-bottom-width: 1px;
border-left-width: 0px;
border-right-width: 0px;
border-top-width: 0px;
border-style: dotted;
text-decoration: none;
}


#blog_slogan {
	position: absolute;
	left: 647px;
	top: 185px;
	color: #FFFFFF;
	font-family: georgia, serif;
	margin: 0;
	padding: 0;
	font-weight:bold;
	word-spacing: .5px;
	font-size: 16px;
}

#blog_slogan img {
	padding-right: 6px;
	margin-top: -2px;
}

#about_blog {
	position: relative;
	margin: 6px 10px 15px 10px;
	color: #157394;
	font-size: 13px;
}

hr#clear {
	clear: both;
	height: 68px;
	visibility: hidden;
}

h1, 
h2, 
h3, 
h4, 
h5 {
	color: #9F9A8B;
	font-weight: bold;
}


h6 {
	color: #9F9A8B;
	font-size: 12px;
	font-weight: bold;
}

hr.clearing {
	height: 1px;
	visibility: hidden;
	clear:both;
	width: 500px;
	margin: 0;
}

p, 
pre, 
blockquote, 
form, 
label, 
dl, 
fieldset, 
address {
	margin: 10px 0;
}

fieldset {
	padding:10px;
}
h1 {
	font-size: 16px
}
h2 {
	font-size: 15px;
}
h3 {
	font-size: 14px;
}
h4 {
	font-size: 13px;
}
h5 {
	font-size: 12px;
}


/* Word Press Stuff */

small {
	color: #9F7449;
	font-weight: bold;
	margin: -5px 0 0 3px;
	font-size: 10px;
}

.postmetadata {
	padding-bottom: 15px;
	margin-left: 15px;
	font-size: 10px;
	font-weight: bold;
	color: #9F9A8B;
	background: url(images/line1.jpg) 0 no-repeat;
	background-position: bottom center;
}

.button {
	margin-top: 7px;
	margin-left: 97px;
}

.entry {
	font-size: 13px;
	margin-left: 6px;
}

ul, 
ol {
	margin: 5px 0 20px 0px;
	list-style-type: none;
}

li, 
dd{
	margin-left: 7px;
	list-style-type: none;
}

#content ul {
	list-style-type: disc;
	margin-left: 25px;
}

blockquote {
	background: #D3CAAF;
	padding: 3px 7px 3px 7px;
	margin: 7px 0 7px 15px;
	border-style: solid;
	border-width: 1px;
	border-color: #000000;
}

/*  All of the sidebar H2s */

#sidebar ul li h2 {
	color:	#006784;
	background:   url(images/side_headerPNG.jpg) left  no-repeat;
	height: 24px;
	font-size: 12px;
	font-weight: bold;
	vertical-align: middle;
	padding: 6px 0 0 15px;
	margin: 0;
	font-family: tahoma, sans-serif;
}

/*  All of the sidebar lists */

#sidebar ul li ul li {
	padding: 2px 0 5px 9px;
	margin: 0 0 0 8px;
	font-weight: bold;
	font-size: 11px;
}

#sidebar ul li ul li ul {
    margin:2px 0 3px 0;
}


#sidebar ul li ul li ul li{
	margin-left: 8px;
	padding-left: 6px;
	font-weight: normal;

}

/*  All of the sidebar H2's no margins */

#sidebar li {
	margin: 0;
}

.post h2 {
	margin: 0 0 -1px 0;
	color: #73270F;
	font-size: 22px;
	font-family: "Trebuchet MS", tahoma, sans-serif;
	font-weight: normal;
	letter-spacing: -1px;
	word-spacing: -1px;
}

ul#recentcomments li { 
	margin: 0 0 7px 0;
}

li#recent-posts  ul li{ 
	margin: 0 0 7px 0;
}

input {
	 font-family: Tahoma, sans-serif;
	 vertical-align: middle;
	 height: 20px;
     padding: 3px 0 0 3px;
     font-size: 11px;
}

#searchform  {
	 background-color: none;
	 border: 0px;
	 margin-bottom: 20px;
}

#searchform .buttons {
	 background-color: none;
	 border: 0px;
}

textarea {
	 background-color: #FFFFFF;
     color: #17474D;
     border: 1px solid #ACACAD;
     padding: 3px 0 0 3px;
	 font-family: Tahoma, sans-serif;
	 font-size: 11px;
}

/* Link Stuff */

#sidebar a {
	color: #1D5961;
	font-family: Tahoma, sans-serif;
}

#sidebar a:visited {
	color: #1D5961;
}

#sidebar a:hover {
	color: #00849F;
}


a:link {
	color: #167495;
}

a:visited {
	color: #167495;
}
a:hover, a:active {
	color: #9F7449;
}

.post h2 a {
	color: #00849F;
}

.post h2 a:visited {
	color: #00849F;
}

.post h2 a:hover {
	color: #1D5961;
}

#comments  {
	padding-left: 15px;
}

h3#comments {
	font-size: 11px;
	font-weight: bold;
	margin: 5px 0 15px 0;
	color: #9F7449;
}

.small_comments {
	font-size: 10px;
	font-weight: bold;
	margin: 5px 0 15px 0;
	color: #9F9A8B;
}

h3#respond {
	font-size: 11px;
	font-weight: bold;
	margin: 5px 0 15px 0;
	color: #9F7449;
}

.graybox {
	background: #D3CAAF;
	padding: 3px 7px 3px 7px;
	margin: 7px 0 12px 15px;
	border-style: solid;
	border-width: 1px;
	border-color: #000000;
}

.non_graybox {
	background: #D3CAAF;
	padding: 3px 7px 3px 7px;
	margin: 7px 0 12px 15px;
	border-style: solid;
	border-width: 1px;
	border-color: #000000;
}

#commentlist li {
	padding-left: 20px;
}

 .commentlist{
      position: relative;
 }

.commentnumber {
	color: #ffffff;
	font-size: 11px;
	font-weight: bold;
}

form {
	padding-left: 10px;
}

.buttons_no_b {
	border: none;
    background: none;
    height: 25px;
    width: 55px;
}

#postcomment {
	padding-left: 20px;
}

.comments_links {
	padding-left: 20px;
}

h3#respond {
margin-left: 12px;
}

.read_more {
	margin: 0 40px 10px 0px;
	text-align: right;
}

.post_image {
	margin-right: 5px;
}

.post ul li{
	list-style-type: disc;
	margin-left: 25px;
	padding: 5px 0 3px 0;
}

.post ol li{
	list-style-type: decimal;
	margin-left: 25px;
	padding: 5px 0 3px 0;
}

  /* Footer
-----------------------------------------*/
#footer {
	  font-family: tahoma, sans-serif;
	  background: url(images/footer.png) 0 0 no-repeat;
	  color: #085678;
	  min-height: 47px;
	  _height: 47px;
	  position: relative;
	 margin: -47px auto 0 auto;
	width: 778px;
  }

  #footer a:link {
	color: #085678;
	text-decoration: underline;
}

#footer a:visited {
color: #085678;
	text-decoration: underline;
}
#footer a:hover, a:active {
	color: #FFFFFF;
	text-decoration: underline;
}

#footer_text {
	padding: 20px 0 0 40px;
	font-weight: bold;
	font-size: 11px;
	text-align: left;
}

strong {
	color: #134962;
}


#blog_name {
	position: absolute;
	right: 70px;
	top: 44px;
	height: 70px;
	width: 280px;
	z-index: 9999;
	background-color:#FFFFFF;
	padding: 4px;
	padding-left:8px;
	padding-right: 8px;
	border:1px solid;	
	border-color: #696 #363 #363 #696;	
}

#ttForm {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:small;
}
	
#ttForm fieldset
{
	background-color:#D3CAAF;
	margin: 0px;
}
#ttForm legend
{
	font-weight: bold;
	font-size:16px;
	font-variant:small-caps;
	color:#003946;
}

#ttForm input.formField
{
	width 12em;
	text-align:left;
	font-size:x-small;
	margin: 0;
	padding: 0;
	background-color: #E8E8E8;
	font-family: Tahoma, sans-serif;
	vertical-align: middle;
	height: 14px;
	border-color:#669966 #336633 #336633 #669966;
	border-style:solid;
	border-width:1px;
	color: #999999;
}
#ttForm input.goButton
{
	width:40px;
	text-align:center;
	font-size:9px;
	margin: 0;
	padding:0;
	font-family: Tahoma, sans-serif;
}
#ttForm td
{
	padding-right:6px;
}
.texta {
	font-size: x-small;
	margin:0;
	padding:0;
}
.textb {
	font-size: x-small;
	background-color:#E8E8E8;
}  
.ttSignUpForm {
	margin:0;
	padding:0;
}
.capture input {
	border:1px solid #CCCCCC; 
	float:left; color:#999999; 
	font-size:12px; 
	padding:4px;
}
.first{ 
	width:131px;
}
.last{
	width:143px; 
	margin:0 0 0 4px;
}
.email{
	width:173px; 
	margin:4px 0 0 0;
}
a.submit{
	display:block;
	width:40px;
	background-color:#D7C78B;
	color:#FFFFFF;
	text-decoration:none;
	float:left;
	padding:2px;
	margin:0px;
	text-align:center;
	height: 14px;
	font-size: 13px;
	border: thin solid #999999;
}
a:hover.submit{
	background-color:#006A82;
}
.tgbutton {
	border: 1px solid #000000;
	background-color: #FFFFFF;
	color:#333333;
	padding: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	cursor: default;
	background-image: url(http://www.onlinebuttonsecrets.com/alex-button/alexButtonBg.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}
#buttonPad {
	padding: 5px;
	background-color: #CDBA70;
}
