/*
Theme Name: Beth Josey
Theme URI: http://www.deadpony.net
Description: Custom theme created for Beth Josey
Version: 1.0
Author: Christopher Weir
Author URI: http://www.deadpony.net
*/

@import "style/css/reset.css";
@import "style/css/typography.css";
@import "style/css/layout.css";




/*---------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*
	TYPEOGRAPHY
*/
p 	/*post text*/	{ 	font-family: Verdana, Helvetica, Arial, sans-serif; 
						font-size: 10px;
						color: #000; 
						text-decoration:none;
						text-align:left;}
						
li 					{	font-family: Verdana, Helvetica, Arial, sans-serif;
							font-size:	10px;
							color:	#000;
							text-align:	left;
							text-decoration: none;
}
						
a 					{	font-family: Verdana, Helvetica, Arial, sans-serif;
							font-size:	10px;
							color:	#000;
							text-align:	left;
							text-decoration: none;
}

a:hover				{ 	color: #474646;}

h1 					{	font-family: Verdana, Helvetica, Arial, sans-serif;
							font-size:	10px;
							color:	#000;
							text-align:	left;
							text-decoration: none;
}

h2 					{	font-family: Verdana, Helvetica, Arial, sans-serif;
							font-size:	10px;
							color:	#000;
							text-align:	left;
							text-decoration: none;
}

h3 					{	font-family: Verdana, Helvetica, Arial, sans-serif;
							font-size:	10px;
							color:	#000;
							text-align:	left;
							text-decoration: none;
}




/*---------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*
			Structure
*/

#PageWrap			{	width: 		860px;
	
	}
	
	
	
	
	
/*---------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*
			Header
*/

#HeaderWrap			{	width:		860px;
						height: 	120px;		
	}
	
h1#logo				{	width:		700px;
						height: 	120px;
						float:		left;
						background: url(/wp-content/themes/BethJosey/style/images/Beth_Header.jpg) no-repeat;
}

#header-links		{	width:		auto;
						height:		20px;
						float:		right;
						margin-top:	100px;
						text-align:left;
	
}

h1#header-links-text	{	font-family: Verdana, Helvetica, Arial, sans-serif;
							font-size:	10px;
							color:	#000;
							text-align:	right;
							text-decoration: none;
}

#header-links-text-a	{	font-family: Verdana, Helvetica, Arial, sans-serif;
							font-size:	10px;
							color:	#000;
							text-align:	right;
}
	
	
	
	
	
	
/*---------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*
			Sidebar  
*/

#SidebarWrap		{	width:			160px;
						height:			auto;
						margin-right: 	20px;
						margin-left:	20px;
						float:			left;
						background: 	url(/wp-content/themes/BethJosey/style/images/AstiBlkPxl.jpg) repeat-x;
											
}

#SidebarPagelink-TXT	{ 	font-family: Baskerville, Century, "Times New Roman", serif; 
							font-size: 14px; 
							color: #000; 
							text-decoration:none;
}

#SidebarPagelink-TXT:hover	{ 	font-family: Baskerville, Century, "Times New Roman", serif; 
							font-size: 14px; 
							color: #CCC; 
							text-decoration:none;
}

#SidebarPagelink-WorkTXT	{ 	font-family: Baskerville, Century, "Times New Roman", serif; 
								font-size: 14px; 
								color: #000; 
								text-decoration:none;
								float: left;
								margin-left: 10px;
}

#SidebarPagelink-WorkTXT:hover	{ 	font-family: Baskerville, Century, "Times New Roman", serif; 
								font-size: 14px; 
								color: #CCC; 
								text-decoration:none;
								float: left;
								margin-left: 10px;
}
	

#SidebarPagelink		 {	width: 160px;
							height: 20px;
							margin-top: 10px;
							background-image: url(/wp-content/themes/BethJosey/style/images/Asti20px.jpg);
}




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

#FooterWrap			{	width:		660px;
						height:		20px;
						float:		left;
						margin-left: 200px;
						margin-top: 5px;
						background: url(/wp-content/themes/BethJosey/style/images/AstiBlkPxl.jpg) repeat-x;
						
}




/*---------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*
			Posts Main Page
*/

#PostsMainPageWrap		{	width:		660px;
							float:		left;
							background: url(/wp-content/themes/BethJosey/style/images/AstiBlkPxl.jpg) repeat-x;
						
}

#PostsMainPage-Lead-Img	{	width:	660px;
							height:	470px;
							margin-top: 5px;

}


#PostsMainPage-LeadTxt	{	width:	660px;
							margin-top: 5px;
							float:	left;
							background: url(/wp-content/themes/BethJosey/style/images/AstiBlkPxl.jpg) repeat-x;
							
	
}

#PostsMainPage-LeadDate	{	width:	auto;
							height:	auto;
							margin-top:	5px;
}

#PostsMainPage-LeadFont	{	font-family: Verdana, Helvetica, Arial, sans-serif; 
							font-size: 10px; 
							color: #000; 
							text-decoration:none;
							
}

#PostsMainPage-LeadTitle {	font-family: Verdana, Helvetica, Arial, sans-serif; 
							font-size: 10px;
							margin-top: 5px;
							color: #000; 
							text-decoration:none;
							
}

#PostsMainPage-LeadTitleLink {	font-family: Verdana, Helvetica, Arial, sans-serif; 
							font-size: 10px;
							margin-top: 10px; 
							color: #000; 
							text-decoration:none;
							
}

#PostsMainPage-LeadExcerptWrap	{	width:	660px;
									height: auto;
									margin-top: 5px;
									margin-bottom: 5 px;
}




/*---------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*
			Posts Single
*/

#PostSingleWrap			{	width:		660px;
							float:		left;
							background: url(/wp-content/themes/BethJosey/style/images/AstiBlkPxl.jpg) repeat-x;
						
}

#PostsSingle-LeadImg	{	width:	660px;
							height:	470px;
							margin-top: 5px;

}

#Post_Img_1				{	width:	660px;
							height:	470px;
							margin-top: 5px;

}

#PostsSingle-LeadTxt	{	width:	660px;
							margin-top: 5px;
							float:	left;
							background: url(/wp-content/themes/BethJosey/style/images/AstiBlkPxl.jpg) repeat-x;
							
	
}

#PostSingle-ContentTXT 	{	width:	660px;
							height: auto;
							margin-top: 5px;
							margin-bottom: 5 px;
							float: left;

}

#PostPageNav			{	width:auto;
							height:	20px;
							margin-top: 5px;
							float:	right;
}

#Posts-LeadTitle-Wrap {		margin-top: 5px;
							width: 660;
							
							
}

#Posts-LeadTitle 		{	font-family: Verdana, Helvetica, Arial, sans-serif; 
							font-size: 10px;
							margin-top: 5px;
							color: #000; 
							text-decoration:none;
							float: left;
							
}

#Posts-SalePrice		{	font-family: Verdana, Helvetica, Arial, sans-serif; 
							font-size: 10px;
							margin-top: 5px;
							color: #000; 
							text-decoration:none;
							float: right;
							
}




/*---------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*
			AboutPage/Contact
*/
#AboutPageWrap		{	width:		660px;
						height:		520px;
						float:		left;
						background: url(/wp-content/themes/BethJosey/style/images/AstiBlkPxl.jpg) repeat-x;
						
}
#AboutPagePost		{	width:		460px;
						height:		auto;
						float:		left;
						margin-top:	10px;
						background-color: #FFF;
						
						
}






/*---------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*
			Work
*/
#WorkPageWrap		{	width:		660px;
						float:		left;
						background: url(/wp-content/themes/BethJosey/style/images/AstiBlkPxl.jpg) repeat-x;
						
}

#Work-thumbnail		{			width: 		210px;
								height: 	160px;
								float:		left;					
						
}






/*---------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*
			Illustration-PageWrap
*/
#Illustration-PageWrap		{	width:		660px;
								height:		auto;
								float:		left;
								background: url(/wp-content/themes/BethJosey/style/images/AstiBlkPxl.jpg) repeat-x;
						
}

#Illustration-loop-wrap		{	width: 		220px;
								height: 	200px;
								float:		left;
								margin-top: 1px;
								background-color: #FFF;
								
						
}

#Illustration-Thumbnail		{	width: 		210px;
								height: 	160px;
								float:		left;
								margin-top: 10px;
								background-color: #CCC;
								
						
}

#Illustration-TitleWrap		{	width: 		210px;
								height: 	auto;
								float:		left;
								margin-top: 10px;
								background-color: #FFF;
								font-family: Verdana, Helvetica, Arial, sans-serif; 
								font-size: 10px;
								color: #000; 
								text-decoration:none;
								text-align:left;
}

#Illustration-TitleWrap-H	 {	font-family: Verdana, Helvetica, Arial, sans-serif; 
								font-size: 10px;
								color: #000; 
								text-decoration:none;
								text-align:left;
}

#Illustration-TitleWrap-H:hover {	font-family: Verdana, Helvetica, Arial, sans-serif; 
								font-size: 10px;
								color: #CCC; 
								text-decoration:none;
								text-align:left;
}


/*---------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*
			Shop-PageWrap
*/


#Sale						{	width: 		210px;
								height: 	auto;
								float:		left;
								margin-top: 10px;
								background-color: #FFF;
								font-family: Verdana, Helvetica, Arial, sans-serif; 
								font-size: 10px;
								color: #000; 
								text-decoration:none;
								text-align:left;
}


#Shop-PageWrap				{	width:		660px;
								height:		auto;
								float:		left;
								background: url(/wp-content/themes/BethJosey/style/images/AstiBlkPxl.jpg) repeat-x;
						
}

#Shop-loop-wrap				{	width: 		220px;
								height: 	220px;
								float:		left;
								margin-top: 1px;
								background-color: #FFF;
								
						
}

#Sale-Prive_div				{	width:		210px;
								height:		11px;
	
}

/*---------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*
			Shows
*/

#ShowPageWrap			{	width:		660px;
							height:		auto;
							float:		left;
							background: url(/wp-content/themes/BethJosey/style/images/AstiBlkPxl.jpg) repeat-x;
						
}

#Shows-Heading			{	width: 660px;
							height: auto;
							margin-top: 10px;
							margin-bottom: 10px;
							float: left;
}

#Show-Loop_wrap			{	width: 660px;
							height: auto;
							margin-top: 10px;
							margin-bottom: 10px;
							float: left;
}












