/* 
Theme Name: Braille T-Shirts 01
Theme URL: none
Description: Made for brailletshirts.com
Author: Aimee LaPlant
Author URI: http://aimeelaplant.com
Version: 1.0.0
*/

body
{
	background: url(http://www.brailletshirts.com/wp-content/themes/brailletshirts/images/cork-bg.jpg) repeat;
	color: #000;
	font-size:14px;
	margin: 0 auto;
	font-family: Verdana, Helvetica, sans-serif;
	text-align:left;
}

a img{border:0;}

h1 {
	font-size:25px;
	letter-spacing:.05em;
	text-indent:.05em;
	color:#222;
	padding:10px;
	line-height:1.5em;
	}
	
h2 {
	font-size:20px;
	letter-spacing:.05em;
	text-indent:.05em;
	color:#222;
	padding:10px;
	line-height:1.5em;
	}
	
	
 p {	
	font-size:14px;
	word-spacing:.03em;
	line-height:1.7em;
	padding: 10px;
	}
	
em {
	color:#373737;
	font-size:14px;
	font-style:italic;
	}	

strong {
color:#262626;
font-weight:600;
}	
 span { 
	color:#cc0000;
	}		
a
{
	text-decoration: none;
}

a:visited {
	text-decoration:none;
}

a:hover
{
	text-decoration: underline;
}

#nav {
	margin: 0 auto;
	}
	
#nav ul {
list-style:none;
margin:20px 0 20px 425px;
}	

#nav ul li {
float:left;
margin-right:2px;
}	

#nav a {
font-size:20px;
background-color:#000;
color:#fff;
padding:10px;
display:block;
}

#header 
{width:1020px;
margin: 0 auto 20px auto;
}

.pin{
width: 589px;
height: 473px;
margin: 20px 0 0 30px;
}

.melissa{
width: 390px;
height: 441px;
margin: -400px 0 0 650px;
}

#container
{	
	margin:0 auto;
	width:1020px;
}	
	.content{
	background: url(http://www.brailletshirts.com/wp-content/themes/brailletshirts/images/notebookspiral.jpg) no-repeat;
	display:inline;
	float: left;
	width:732px;
	height:80px;
	margin:0 0 0 -26px;
	}
	
	.contentbg {
	background:#fbfbfb;
	color:#262626;
	display:inline;
	float: left;
	width: 731px;
	margin: -26px 0 0 -26px;

	}	
	
/* Table Styling */
#products
{
	font-family: Verdana, Sans-Serif;
	font-size: 1.4em;
	margin:5px;
	width: 715px;
	text-align: left;
	border-collapse: collapse;
}
#products th
{
	font-size: 1.3em;
	font-weight: normal;
	padding: 12px 15px;
	color: #B20000;
	text-align:center;
	background:#F8F8F8;
}
#products td
{
	padding: 10px 15px;
	color: #000;	
	font-size:1.2em;
}
.products-first
{
	background: #F8F8F8;
	border-right: 10px solid transparent;
	border-left: 10px solid transparent;
}
#products tr:hover td
{
	color: #FFF;
	background: #393939;
	border:1px solid #F8F8F8;
}
	
	.sidebar {
	background: url(http://www.brailletshirts.com/wp-content/themes/brailletshirts/images/photo_header.jpg) no-repeat;
	display: inline;
	float: right;
	width: 249px;
	height:46px;
	margin:-70px 0 0 -30px;
	}
	
	.sidebarbg {
	background: #fbfbfb;
	color:#262626;
	width:248px;
	display: inline;
	margin: -24px 1px 100px 0;
	float: right;
	}
	
	
	.footer {
	background:#fbfbfb;
	height: 50px;
	width:731px;
        display: inline;
	margin:  0 0 0 -26px;
	}
	
	.footer p {
	font-size:18px;
	padding-bottom:10px;
	

}

	/*image classes*/
img.right {
float:right; 
margin: 5px 0 5px 10px; 
padding:2px;
border:1px #000 solid;

}

img.left {
float:left; 
margin: 5px 0 5px 10px; 
padding:2px;

}

.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

.clearfoot {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	margin:40px 0 40px 0;
	width: 0;
	height: 0;
}