/*
Theme Name: Learning Links
Theme URI: http://www.prstore.com
Description: Learning Links Custom Website with Administration
Version: 1.0
Author: N. Smith
Author URI: http://www.prstore.com/
Tags: two columns, widgets

*/
body, h1, h2, h3, h4, h5, h6, blockquote, p, form{
margin: 0;
padding: 0;
}

body{
margin: 0;
padding: 0;
font-family: Helvetica, Arial, Sans-serif;
font-size: 13px;
text-align: center;
vertical-align: top;

background: #af1a0c url(images/bgTile.png) top repeat-x;

color: #000000;
}

h1{
font-family: Helvetica, Arial, Sans-serif;
font-size: 24px;
padding: 0 0 10px 0;
}

h2, h3{
font-family: Georgia, "Times New Roman", Times, serif;
padding-bottom: 5px;
}

a:link, a:visited{
text-decoration: underline;
color: #af1a0c;
}

a:hover{
text-decoration: none;
}

p{
padding: 0 0 10px 0;
}
img {
border: none;
}

#outer {
  background: url(images/bgPage.jpg) top no-repeat;
}

#wrapper{
  
  text-align: left;
}

#header{

  font-size: 1px;
  background: url(images/hImgR.gif) top no-repeat;
}

#header .int {
  width: 920px;
  margin: 0 auto;
  padding: 0; 
  
  background: #FFFFFF;
  text-align: right;
}

#header .int img {
  border: 0;
}

.navBar{
  padding: 10px 30px;
  
  background: white;
  
  text-align: left;
  font-size: 13px;
  font-weight: bold;
  color: #af1a0c;
  text-transform: uppercase;
}

.navBar ul{
  list-style: none;
  padding: 0;
  margin: 0;
}

.navBar li {
  display: inline;
  padding: 0 7px 0 0;
  margin: 0 6px 0 0;
  border-right: 1px solid #af1a0c;
}

.navBar  li:last-child {
  border: none;
}

.navBar a:link, .navBar a:visited{
  color: #af1a0c;
  text-decoration: none;
}

.navBar a:hover {
  color: #af1a0c;
  text-decoration: underline;
}

#cWrapper {
  width: 920px;
  margin: auto;
  
  background: #FFFFFF url(images/contentBG.jpg) top no-repeat;
}

#main{
  float: left;
  min-height:405px;
  height:auto !important;
  height:405px;
  width: 565px;
  padding: 0 20px;
}

#main.noSidebar{
  float: none;
  width: auto;
}

#main strong {
  color: #AF1A0C;
}

.sidebar{
float: left;
width: 275px;
padding: 20px;
/* If I had a nickel for every time IE6 caused a problem... */
_padding: 15px;
display: inline;
}

.sidebar ul{
list-style-type: none;
margin: 0;
padding: 0 10px 0 10px;
}

.sidebar ul li{
padding: 10px 0 10px 0;
}

.sidebar ul li h2{
font-size: 14px;
}

.sidebar ul ul li{
padding: 0;
line-height: 24px;
}

#footer{
  clear: both;
  margin: 0 10px;
  padding: 10px 10px;
  height: 45px;
  
  background: #ac1203 url(images/bottomTile.png) repeat-x;
  
  font-size: 11px;
  color: white;
  text-align: center;
}

#footer .navBar{
  padding: 10px 0;
  
  background: none;
  
  text-align: center;
  font-size: 11px;
}

#footer p{
  line-height: 18px;
}

#footer a{
  color: white;
}

#footer a:hover {
  color: white;
}

.post{
padding: 20px 0 20px 0;
}

.post.page {
padding-top: 0;
}

.post h2, .post h2 a{
font-size: 16px;
text-decoration: none;
color: #AF1A0C;
}

.post h2.first-title {
  margin-top: 15px;
}

.post h3, .post h3 a{
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 13px;
text-decoration: none;
}

.entry{
line-height: 18px;
}

p.postmetadata{
border-top: 1px solid #000000;
margin: 10px 0 0 0;
}



.comments-template{
	margin: 10px 0 0;
	padding: 10px 0 0;
}

.comments-template ol{
	margin: 0;
	padding: 0 0 15px;
	list-style: none;
}

.comments-template ol li{
	margin: 10px 0 0;
	line-height: 18px;
	padding: 0 0 10px;
	border-bottom: 1px solid #ccc;
}

.comments-template h2, .comments-template h3{
font-family: Helvetica, Arial, Sans-serif;
	font-size: 16px;
}

.commentmetadata{
	font-size: 12px;
}

.comments-template p.nocomments{
	padding: 0;
}

.comments-template textarea{
font-family: Helvetica, Arial, Sans-serif;
	font-size: 12px;
}

.page .nocomments {
  display: none;
}

/* Image Positioning */
.aligncenter,
div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
   padding-bottom: 10px;
}

.alignleft {
   float: left;
   padding: 0 10px 10px 0;
}

.alignright {
   float: right;
   padding: 0 0 10px 10px;
}

.wp-caption {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #f3f3f3;
   padding-top: 4px;
   margin: 10px;
   /* optional rounded corners for browsers that support it */
   -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;
}

/* Clearing Floats */
.clearFloat:after {
	clear:both;
	content:".";
	display:block;
	height:0;
	visibility:hidden;
}
.clearFloat {
	display:inline-block;
}
* html .clearFloat {
	height:1%;
}
.clearFloat {
	display:block;
}