/*  
Theme Name: Pony Wordpress Theme
Theme URI: 
Description: First Pony Collaboration Wordpress Theme
Version: 1.0
Author: Gavin Singleton
Author URI: http://www.versionindustries.com

The CSS, XHTML and design is released under GPL:
http://www.opensource.org/licenses/gpl-license.php

If you remix and re-release similar versions of Agregado, 
please include links/credit to the original authors

*/



/* 
TABLE OF CONTENTS

  HTML Elements
  Page Structure
  Headings
  Content Styles
  Forms
  Float Clearing
  Footer



/* ---------- @ HTML Elements -----------*/

/* Standard web compatibility hacks */
body, html { padding:0; margin:0; }
form { border-width:0px; background-color:transparent; margin:0; padding:0; }
textarea, input { margin:0; }
table { border-collapse:collapse; }
select { vertical-align:middle; }
img { border:0; -ms-interpolation-mode: bicubic; }
.clear { clear:both; }

* { 
	margin: 0;
	padding: 0;
	} 

body, html {
	min-height:101%;
	}
	
body {	
	color:#f7f4ef;
	background:black url(images/bg3.jpg) top center no-repeat;
	}

body, select, textarea, input {	
	font: 100% Garamond, "Times New Roman", Times, serif;
	}

p {	
	margin: 15px 0;
	text-align:justify;
	}
		
a, a:visited {
	text-decoration:none;
	color:#fff;	
	}

a:hover, a:active {	
	text-decoration:none;
	color:#aaa;
	}

ol {
	margin: 15px 15px 15px 35px;
	}
	
a img, fieldset {
	border:none;
	}

img.left {
	float:left;
	margin:2px 20px 16px 0;
}

#sidebar p {
margin-top:4px;
}

.item-box {

}
.purchase_links {
padding-right:20px;
}

.purchase_links a {
font-size:20px;
}

#contactform h2 {
margin-bottom:12px;
}


*:focus {
	outline:none
	}
	
		
		

/* ---------- @ Page Structure -----------*/

#top {
	background:transparent;
	padding-bottom:2px;
	}

.wrapper {
	margin: 0 auto;
	font-size: 15px;
	font-weight:normal;
	width: 960px;
	}

#home #top .wrapper {
/*	background:url(images/bg_flare.jpg) no-repeat; */
	background:transparent;
	}

#interior #top .wrapper {
/*	background:url(images/bg_flare2.jpg) no-repeat; */
	background:transparent;
	}

#main {
/*	background:#372529 url(images/bg_main.jpg) no-repeat; */
	background:transparent;
	padding:17px 0 32px 30px;
	margin-bottom:12px;
	}
	
#content {
	width:589px;
	float:left;
	padding-bottom:30px;
	}

#interior #sidebar {
	width:294px;
	float:right;
	padding:15px 24px 20px 24px;
	background:transparent;
	/* background:transparent url(../images/black.png) repeat; */
	}
	#latest {
	/*		background:#372529 url(../images/bg_latest.jpg) top right no-repeat; */
		padding:15px 30px 20px 30px;
		}	

	#latest h2 {
		font-size:24px; 
		}
						   
#masthead {
	background: url(images/bg_masthead.jpg);
	height: 100px;
	}

.left {	
	float:left;
	}

.right {	
	float:right
	}
	
#branding {
	text-align:center;
	height:30px;
	}
	
#description {
	text-transform:uppercase;
	font:.6em 'Lucida Grande','Lucida Sans Unicode',Arial;	
	color:#d9c7af;
	padding-top:5px;
	letter-spacing:0.4em;
	}	
	
.sidebar-grey {	
	font: 15px Garamond, "Times New Roman", Times, serif;
	color:#bbb;
	font-weight:normal;
	}
		
/* ---------- @ Headings -----------*/

		   
h1 {
	font-family: Garamond, "Times New Roman", Times, serif;
	font-size:46px;
	font-weight:normal;
	color:#fff;
	}

h2 {	
	font-family: Garamond, "Times New Roman", Times, serif;
	font-size:24px;
	font-weight:normal;
	color:#fff;
	}

h2, h3, h4 {
	letter-spacing:0.025em;	
	}
		
h3 {	
	font: 20px Garamond, "Times New Roman", Times, serif;
	color:#bbb;
	font-weight:normal;

	}
	
h3 a {	
	color:#bbb;
	}
		
.widgettitle  a {	
		color:#bbb;
		}
		
.widgettitle  a:hover {	
		color:#fff;
		}

#sidebar h3 {
}
	
.widget h3 {
	text-transform:lowercase;
	font-size:26px;
}
	
.new-album {
	font-size:20px;
	line-height:17px;
}

.discog-listings {
	padding-right:25px;
	margin-top:0; 
	vertical-align:top;
	width:260px;
}

.h-divider {
	width:529px;
	height:1px;
	background:#7d7d7d url(../images/divider.gif) repeat; 
}
	
.alignright {
	float: right;
	font-size:24px;
	text-align:right;
}

.alignleft {
	float: left;
	font-size:24px;
}

.alignleft a {
	font-size: 20px;
	color: #aaa;
}

.alignleft a:hover {
	color: #fff;
}

.alignright a {
	font-size: 20px;
	color: #aaa;
}

.alignright a:hover {
	color: #fff;
}
	
.time-meta a {
	color:#aaa;
}

.time-meta a:hover {
	color:#fff;
}	

h4 {	
	font-size: 1.1em;
	}

h4#pagetitle {
	margin-bottom:15px;
	}
	
h5 {	
	font-size: 1em
	}

h5 {	
	font-size: 0.9em
	}



/* ---------- @ Content Styles -----------*/

h1 a, h1 a:visited {
	font-size:46px;
	font-weight:normal;
	color:#fff;
	}

h1 a:hover, h1 a:active {
	text-decoration:none;
	}	

.commentcount {
	background:url(images/bubble.gif) no-repeat right;
	padding-right:12px;
	color:#87bcd2;
	}

.commentcount a {
	font-family:Garamond, "Times New Roman", Times, serif
	}
	
.module {
	background:#301e22 url(images/bg_module.jpg) top right no-repeat;
	padding:12px;
	overflow:auto;
	font-size:0.8em;
	}

.module img {
	padding:3px;
	border:1px solid #4f383d;
	float:left;
	margin:0 13px 7px 0;
	}

.module p {
	margin:0;
	}
	
.drop {
	float: left;
	font: 2.5em Garamond, "Times New Roman", Times, serif;
	line-height:100%;
	margin:3px 8px 0 0;
	width:30px;
	text-align:center
	}

h3 em {
	font-style:italic;
	font-size:0.8em;
	}

#archive-list li {
	width:165px;
	float:left;
	height:60px;
	font-size:0.9em;
	margin: 0 6px 0 25px;
	line-height:140%;
	}	

.pagenavigationbox {
	color:#a19e94;
	margin-top:20px;
	}
	
.pagenavigationbox a, .pagenavigationbox a:visited, .pagenavigationbox span {
	width:24px;
	height:20px;
	display:block;
	float:left;
	font:0.7em Garamond, "Times New Roman", Times, serif;
	padding-top:4px;
	margin-right:4px;
	text-align:center;
	color:#a19e94;
	}
	
.pagenavigationbox, .pagenavigationbox a, .pagnavigationbox a:visited {
	background:url(images/bg_pagelink.gif) no-repeat;
	}
		
.pagenavigationbox a:hover, .pagenavigationbox a:active {
	background:#372529;
	text-decoration:none;
	}
	
.pagenavcurrent {
	background:url(images/bg_current_pagelink.gif) no-repeat;
	}
	
			
	
/*Widgets*/					
/*.widget {
	margin-bottom:30px;
	font-size:15px;
	}*/	
	
#middle .wrapper {
	padding:0px 0px 30px 30px;
	width:930px;	
	background:transparent;
	/* background:transparent url(../images/black.png) repeat; */	
}
	
.widget {
	width:277px;
	float:left;
	margin:0 12px 0 0;
}

.widget h3 {
	margin-bottom:4px;
}	

.widget li {
	padding:6px 0 0px 0;
	list-style:none;
	line-height:135%;
	}
	
#wp-calendar {
	width:100%;
	font-size:0.9em;
	}

#wp-calendar caption {
	padding-bottom:5px;
	}
	
#wp-calendar td,
#wp-calendar th {
	text-align:center;
	}

#wp-calendar #prev {
	text-align:right;
	}

#wp-calendar #next {
	text-align:left;
	}
			
#wp-calendar th {
	background:#3e292e;
	padding:2px 4px
	}

.textwidget {
	font-size:.9em;
	line-height:145%;
	}
	
#recentcomments em {
	font:italic 0.9em Garamond, "Times New Roman", Times, serif;
	padding-right:19px;
	background:url(images/bg_recentcomment.gif) right no-repeat;
	color:#87bcd2;
	letter-spacing:.08em;	
	}

#recentcomments a, #recentcomments a:visited {
	color:#f2f0e9;
	font-size:0.9em;
	}

#tagcloud a {
	line-height:150%;
	padding-right:6px;
	}
				
#sidebar li  {
	list-style:none;
	}


	
/* ---------- @ Forms -----------*/

#searchform {
	margin-left:11px;
	}
	
#searchform .field {
	padding:3px;
	width:90px;
	font-size:1em;
	}

#searchform .button {
	margin:0;
	padding:3px;
	font-size:1em;
	}
		
.button {	
	background: #000;
	border:none;
	font-size:24px;
	color:#e0e5e9;
	margin:18px 0 0 30px;

	}

a.button, a.button:visited {
	color:#e0e5e9;
	display:block
	}

a.button:hover, a.button:active {
	text-decoration:none
	}
	
.button:focus, .button:hover {	
	background-color:#fff;
	color:#111;
	}

.field {
	background:#412c31 ! important;
	border:none;
	padding:4px 4px 4px 22px;
	font-size:0.8em;
	color:#f2f0e9;
	}

.field#user-name {	
	background: #412c31 url(images/user-name.gif) 5px 4px no-repeat ! important;
	width:118px;
	margin-right:5px;
	}

.field#user-name:focus {	
	background: #4c353b url(images/user-name.gif) 5px 4px no-repeat ! important;
	}
		
.field#user-email {	
	background: #412c31 url(images/user-email.gif) 5px 7px no-repeat ! important;
	width:118px;
	}		

.field#user-email:focus {	
	background: #4c353b url(images/user-email.gif) 5px 7px no-repeat ! important;
	}	

.field#user-comment {	
	background: #412c31 url(images/user-comment.gif) 5px 6px no-repeat ! important;
	width:273px;
	height:120px;
	margin-top:8px;	
	}	

.field#user-comment:focus {
	background: #4c353b url(images/user-comment.gif) 5px 6px no-repeat ! important;
	}

.field#user-url {	
	background: #412c31 url(images/user-url.gif) 4px 8px no-repeat ! important;
	}		

.field#user-url:focus {	
	background: #4c353b url(images/user-url.gif) 4px 8px no-repeat ! important;
	}	
	
#interior .field#user-name, #interior .field#user-email,
#interior .field#user-url, #interior .field#user-url {
	width:260px
	}

#interior .field#user-comment {
	width:586px;
	height:300px;
	}	

			

/* ---------- @ Float Clearing -----------*/

.clearfloat:after {
	display:block;
	visibility:hidden;
	clear:both;
	height:0;
	content:".";
	}
	
.clearfloat {
	display:inline-block
	}

.clearfloat {
	display:block
	}



/* ---------- @ Footer -----------*/

#footer {
	background: url(images/bg_footer.png);
	margin-top:30px;
	}
	
#footer .wrapper {
	background:transparent;
	text-align:right;
	font:.65em 'Lucida Grande','Lucida Sans Unicode',Arial;
	text-transform:uppercase;
	color:#fff;
	letter-spacing:0.08em;
	padding: 15px 48px 15px 0;
	/* background:url(images/bg_flare_bottom.jpg) no-repeat right top; */
	}
	
#footer a, a:active {
	color:#fff;
}

#footer a:hover {
	color:#555;
}
	
	
