/*  
Theme Name: Tommy
Theme URI: http://www.sunstonemedia.co.nz/
Description: Music theme <br> - By <a href="http://www.sunstonemedia.co.nz">Charlette</a>  
Version: 1.0
Tags: 2 columns, business, fixed width, widgets, gravatar support, valid XHTML, valid CSS, right sidebar
Author: Charlette
Author URI: http://www.sunstonemedia.co.nz/
2008, Sunstone Media. All rights reserved
*/

/* Begin Main-Layout */
*{
	margin:0;
	padding:0
}
#menu{
	font-family:"Georgia", Times, serif;
	width:99%;
min-width:1024px;
max-width:1600px;
        margin:0;
	height:36px;
	font-weight:bold;
border-bottom:4px solid #610b0b;
}
#menu ul{
	padding-left:2%;
margin-left:3.5%;
        width:90%;
}
#menu li {
	padding-top:2px;
        padding-bottom:5px;
	display: block;
	float: left;
       	padding-left:40px;
}

#menu li a {
	display: block;
	color:#F9E8C7;
	font-size:16px;
	text-transform:uppercase;
	font-weight:bold;
}

#menu li a:hover{
	color:#EA9F09;
	text-decoration:none;
	text-transform:uppercase;
background:url(images/redhover.gif) center left no-repeat;

}

#menu li.current_page_item {
	color: #EA9F09;
background:url(images/redhover.gif) center left no-repeat;
	}

#menu li.current_page_item a:hover {
	text-decoration: none;
background:url(images/redhover.gif) center left no-repeat;
}

a {
	text-decoration: none;
}
a:link {
	color: #F9E8C7;
}
a:visited {
	color: #F9E8C7;
}
a:hover, a:active {
	color: #EA9F09;
	text-decoration:underline;
}


body {
	background:#2A0A0A url(images/leatherdark.jpg) repeat;
	color:#f9e8c7;
	font:16px "Georgia", Times, serif;
}

.page { 
	margin:0 auto;
	background: #2A0A0A url(images/leatherdark.jpg) repeat;
	text-align:left;
	width:100%;
min-width:1024px;
max-width:1600px;
	
	}
#container
{       margin:0 auto;
	background: #2A0A0A url(images/leather.jpg) repeat;
	text-align:left;
	width:88%;
	border-left: 4px solid #610B0B;
border-right: 4px solid #610B0B;
}

#header {
	background:#2A0A0A url(images/leather.jpg) repeat;
    	width: 100%;
    	height: auto;
    	margin:0 auto;
	}

.header-title {
	font-family: "Georgia", Times, serif;
	font-size:21px;
	font-weight:bold;
    	padding-top: 10px;
	text-align:left;
	padding-left:10px;
	}

.header-title a{
	color:#f9e8c7;
    	padding-left: 15px;
    	padding-right: 15px;
    	padding-bottom: 5px;
	text-decoration:none;
	}

.header-title a:hover{
	text-decoration:underline;
	}

.header-description {
	color:#f9e8c7;
	font-family:"Georgia", Times, serif;
	font-size:18px;
    	padding: 1%;
	}

#content {
	float:left;
	background:none;
	padding:1%;
	width:72%;
	margin-top:0%;
	font-size:16px;
	font-family: "Georgia", Times, serif;
	}

#content ol li { 
    	list-style: decimal;
}

#content ul { 
   	 margin-top: 10px;
    	margin-left: 35px;
              }
#content a 
{	color:#EA9F09;
	text-decoration:none;
}

#content a:hover
{    	color: #F9E8C7;
	text-decoration:none;
	
}
#videocontainer
{margin-left:5%;
width:auto;
height:auto;
background:none;
}

#centercontainer
{margin-left:20%;
width:auto;
height:auto;
background:none;
}
	
#sidebar1 {
	float:left;
	width:15%;
	margin-left:9%;
	margin-top:0;
	background:#2a0a0a url(images/sidebar_bg.gif) top right;
	font-size:14px;
	font-family: "Georgia", Times, serif;
}
#sidebarcontent {
padding:0;
	width:100%;
	margin:0 auto;
	font-size:14px;
	font-family: "Georgia", Times, serif;
}

#footer 
{
	background:#2AOAOA;
    	height:80px;
	padding-right:30px;
	padding-bottom:30px;
	clear:both;
	text-align:center;	
}
#footer p{padding:38px 0 0px 0; color: #ea9f09; font-size: 10px;
}
#footer a
{
    	color: #EA9F09;
	text-decoration:underline;
                          }
#footer a:hover
{
    	color: #F9E8C7;
	text-decoration:underline;
                          }
#footer a:visited {
    	color: #EA9F09;
	text-decoration:underline;
                          }
#footer a:visited:hover
{
    	color: #F9E8C7;
	text-decoration:underline;
                          }


/* End Main-Layout */



/* Begin Content*/
h4{
	color:#F6BB46;
	font:16px "Georgia", serif;
	margin:20px 0 0 0;
text-transform:uppercase;
border-bottom:3px dotted #F6BB46;
	}
h5{
	color:#F6BB46;
	font:32px "Georgia", serif;
	margin:20px 0 0 0;
text-transform:uppercase;
	}
h6{
	color:#ea9f09;
	font:21px "Georgia", serif;
	margin:18px 0 0 0;
text-transform:uppercase;
	}

h2{ font-family:"Georgia", Times, serif;
	font-size:21px;
	color:#F6BB46;

	text-transform:uppercase;
border-bottom:3px dotted #F6BB46;
    margin:20px 0 10px 0;
	}

h3{ color:#F6BB46;
	border-bottom:3px dotted #F6BB46;
    margin:20px 0 0 0;
text-transform:uppercase;
	}

h2 a:link, h2 a:visited, h2 a:active, h2 a:hover{
	color:#F9E8C7;
	text-decoration:none;
text-transform:uppercase;
}
h3 a:link, h3 a:visited, h3 a:active, h3 a:hover{
	color:#F9E8C7;
text-transform:uppercase;
	text-decoration:none;
}

.post-date {
	width: 10px;
	padding-top:5px;
}





.post-month {
	font-size: 12px;
	font-family:"Georgia", Times, serif;
	color: #F6BB46;
	text-align: center;
	
}
.post-day {
	font-size: 12px;
	font-family:"Georgia", Times, serif;
	text-transform: uppercase;
	color: #F6BB46;
	text-align: center;
	display:block;

}
.post { 	
	color:#F9E8C7;
	text-align:justify;
    	background:none;
    	padding-left: 20px;
    	padding-right: 20px;
    	padding-bottom: 10px;
	width:100%;
	}

.postmetadata {
	color:#f9e8c7;
	font-size:.85em;
	padding:2px 0 0 0;
}

.postmetadata a:link, .postmetadata a:visited, .postmetadata a:active{
	color:#ea9f09;
	text-decoration:none;
}

.postmetadata a:hover{
	color:#f98c7;
	text-decoration:underline
}

.entry, .entrytext{
	line-height:140%;
	margin:2px 0 0 0;
	}
	
.entrytext p{
	margin:0 0 15px 0;
	}

/* End Content*/



/* Begin Comments */
.commentlist li{
	font-size:1em;
    color: #F9E8C7;
	}
 #commentform input, #commentform textarea {
	font-size:1em;
    color: #2A0A0A;
	}
	
.commentlist li {
	font-weight:bold;
	}
.commentlist li.alt {
background:none;
padding:10px 0px 5px 0px;
	}

.commentlist cite, .commentlist cite a {
	font-weight:bold;
	font-style:normal;
	font-size:1.1em;
	}

.commentlist p {
	font-weight:normal;
	line-height:140%;
	text-transform:none;
    color: #F9E8C7;
	}

.commentmetadata {
	font-weight:normal;
    color: #F9E8C7;
	}

.commentlist {
	padding:0;
	text-align:justify;
	}

.commentlist li {
	margin:0px 0 15px 16px;
	padding:5px 10px 0 0;
	list-style:decimal;
	}

.commentlist p {
	margin:10px 5px 10px 0;
	}

#commentform p {
	margin:5px 0;
	}

.commentmetadata {
	margin:0;
	display:block;
	}
/* End Comments */

	

/* Begin Lists */
.entry ul, .entry ol,
.entrytext ul, .entrytext ol{
	margin:5px 0 5px 26px;
	}

#sidebar1 ul li {
	list-style:none;
	padding:0px 5px 5px 5px;
	color:#f9e8c7;
	}

#sidebar1 ul li ul li{
	margin-left: 5px;
	padding:1px 0;
	color:#f9e8c7;
	}

#sidebar1 ul li ul li a:link, #sidebar1 ul li ul li a:visited, #sidebar1 ul li ul li a:active{
	text-decoration: none;
	color:#ea9f09;
}

#sidebar1 ul li ul li a:hover{
	text-decoration:underline;
	color:#f9e8c7;
}
/* End Entry Lists */



/* Begin Images */

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

img.space
{margin-left:0;
margin-right:8px;
}


img.centered {
	display:block;
	margin-left:auto;
	margin-right:auto;
padding:10px;
	}
	
img.alignright {
	padding:10px;
	margin:0 0 2px 7px;
	display:inline;
	}

img.alignleft {
	padding:10px;
	margin:0 7px 2px 0;
	display:inline;
	}


img.alignnone {
	padding:10px;
	margin:0 5px 2px 5px;
	display:inline;
	}

.alignright {
	float:right
	}
	
.alignleft {
	float:left
	}
/* End Images */



/* Begin Form Elements */
#searchform {
	margin:2px 0;
	padding:5px 0;
	}

#sidebar1 #searchform #s {
	width:130px;
	padding:2px;
	border:1px solid #999999;
        background: #f6f6f6;
        color: #666666;
	}

#sidebar1 #searchsubmit {
	padding:1px;
        margin-left:3px;
	border:1px solid #999999;
        background: #f6f6f6;
        color: #999999;
	}

.entry form { 
	text-align:center;
	}

select {
	width:130px;
	}

#commentform input {
	width:170px;
	padding:2px;
	margin:5px 5px 1px 0;
	}

#commentform textarea {
	width:98%;
	padding:2px;
	border:1px solid #ddd;
	}

#commentform #submit {
	margin-right:3px;
	float:right;
	border:1px solid #999999;
        background: #f6f6f6;
        color: #66666;
	}
/* End Form Elements */




/* Begin Various Tags & Classes */
code {
	font:1.1em 'Courier New', Courier, Fixed
	}

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



	}

acronym, abbr {
	border-bottom:1px dashed #333
	}

blockquote {
	border-left:5px solid #f2f2f2;
	margin:15px 0 0 0;
	padding:0 0 0 15px;
	}

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

.center {
	text-align:center;
	}

hr {
	clear:both;


	display:none;
	}

a img {
	border:none;
	}

.navigation {
	display:block;
	text-align:center;
	margin-top:10px;
	margin-bottom:5px;
	}
/* End Various Tags & Classes*/
/* WP 2.6 FIX */
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignleft {

	float: left;
}

.alignright {
	float: right;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	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-dd {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}

#homenewscontainer
{       margin:0 auto;
	background: #2A0A0A url(images/leather.jpg) repeat;
	text-align:left;
	width:99%;
}

#homenewscontent {
	float:left;
	background:none;
	padding:1%;
	width:99%;
	margin-top:0%;
	font-size:16px;
	font-family: "Georgia", Times, serif;
	}


#homenews
{  width:38%;
   height:600px;
padding-left:3%;
padding-right:5%;
float:right;
border-left:3px dotted #F6BB46;
}

#homered
{  width:auto;
   height:auto;
background:#610b0b;
padding:2%;
border:3px dotted #F6BB46;
}

#homebuy
{  width:365px;
   height:156px;
background:url(images/buybg.jpg) no-repeat;
padding:2%;
margin:auto;
}

#homepic
{width:48%;
height:auto;
float:left;
padding:1%;
}


