/*  
Theme Name: To Find You
Version: 1
Description: My theme can beat up your theme.
Author: Ian Dunn
Author URI: http://fightingforalostcause.net
*/


/*
  *	Layout
  ****************/
  
body
{
	background-image: url(images/layout/background.jpg);
	margin: 20px 10px 10px 10px;
	font-family: "Trebuchet MS", Arial;
	font-size: 95%;
}


#container
{
	margin: 0 auto 0 auto;
	width: 718px;
	background-color: #AEAEAE;
	padding: 7px 7px 7px 7px;
}

#navigation
{
	position: relative;
	background-image: url(images/layout/navigation.gif);
	margin: 0 0 7px 0;
	height: 64px;
	width: 718px;
}
	#navigation a
	{
		border: none;
		background-color: transparent;
	}
	
	#philwingcom
	{
		position: absolute;
		top: 5px;
		left: 10px;
		width: 150px;
		height: 50px;
		background-color: transparent;
		cursor: pointer;
	}

	#home
	{
		position: absolute;
		top: 5px;
		left: 335px;
		width: 33px;
		height: 50px;
		background-color: transparent;
		cursor: pointer;
	}
		
	#band
	{
		position: absolute;
		top: 5px;
		left: 374px;
		width: 36px;
		height: 50px;
		background-color: transparent;
		cursor: pointer;
	}
	
	#schedule
	{
		position: absolute;
		top: 5px;
		left: 416px;
		width: 53px;
		height: 50px;
		background-color: transparent;
		cursor: pointer;
	}
	
	#media
	{
		position: absolute;
		top: 5px;
		left: 476px;
		width: 37px;
		height: 50px;
		background-color: transparent;
		cursor: pointer;
	}
	
	#journal
	{
		position: absolute;
		top: 5px;
		left: 520px;
		width: 50px;
		height: 50px;
		background-color: transparent;
		cursor: pointer;
	}
	
	#contact
	{
		position: absolute;
		top: 5px;
		left: 578px;
		width: 50px;
		height: 50px;
		background-color: transparent;
		cursor: pointer;
	}
	
	#links
	{
		position: absolute;
		top: 5px;
		left: 635px;
		width: 36px;
		height: 50px;
		background-color: transparent;
		cursor: pointer;
	}


#header
{
	margin: 0 0 7px 0;
	height: 240px;
	width: 718px;
}

#content
{
	background-color: white;
	background-image: url(images/layout/content-gradient.gif);
	background-repeat: no-repeat;
	padding: 25px 5px 5px 5px;
	width: 708px;
	min-height: 196px;
}


/*
  *     Content pages
  *******************/
  
#news-sidebar
{
	width: 12px;
	height: 196px;
	background-image: url(images/front/news.gif);
	background-position: -3px 0;
	background-repeat: no-repeat;
	float: left;
}

.box-container	/* If you're just putting an image inside me then its height should be 172px */
{
	margin: 0 0 0 7px;
	float: left;
}

.box-top
{
	background-image: url(images/front/box-top.gif);
	background-repeat: no-repeat;
	width: 217px;
	height: 23px;
	clear: both;
}

.box-content
{
	background-image: url(images/front/box-middle.gif);
	background-repeat: repeat-y;
	width: 193px;
	min-height: 126px;
	float: left;
	padding: 0 12px 0 12px;
}

.box-bottom
{
	background-image: url(images/front/box-bottom.gif);
	background-repeat: no-repeat;
	width: 217px;
	height: 24px;
	clear: both;
}

.box-container img
{
	border: none;
}

#bios
{
	position: relative;
	background-image: url(images/band/sleepy-band.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	width: 718px;
	height: 413px;
	margin: 5px 0 5px 0;
}

	#bios a
	{
		border: none;
		background-color: transparent;
	}

	#bio-brian
	{
		position: absolute;
		top: 25px;
		left: 248px;
		width: 217px;
		height: 58px;
		background-color: transparent;
		cursor: pointer;
	}
	
	#bio-phil
	{
		position: absolute;
		top: 95px;
		left: 402px;
		width: 215px;
		height: 65px;
		background-color: transparent;
		cursor: pointer;
	}
	
	#bio-joel
	{
		position: absolute;
		top: 207px;
		left: 129px;
		width: 270px;
		height: 65px;
		background-color: transparent;
		cursor: pointer;
	}

	#bio-joe
	{
		position: absolute;
		top: 300px;
		left: 220px;
		width: 275px;
		height: 90px;
		background-color: transparent;
		cursor: pointer;
	}


.journal-entry
{
	clear: left;
	margin: 0 0 20px 0;
}

.journal-photo
{
	border: 1px solid black;
	float: left;
	margin: 0 5px 0 0;
}

#comments
{
	border: #A9A196 1px solid;
	margin: 15px 0 0 25px;
	padding: 5px 5px 5px 5px;
	width: 640px;
}

#media-container
{
	width: 95%;
	margin: 0 auto 0 auto;
	text-align: center;
}

#music
{
	border: 1px dashed black;
	margin: 0 7px 20px 15px;
	text-align: left;
	padding: 5px 5px 5px 5px;
	overflow: auto;
}

#link-box-container
{
	padding: 0 0 0 0;
	width: 95%;
	margin: 0 auto 10px auto;
	text-align: center;
}

.link-box
{
	margin: 5px 5px 10px 5px;
	padding: 5px 10px 5px 5px;
	width: 29%;
	float: left;
	border: 1px dashed black;
	text-align: center;
}

	.link-box ul
	{
		margin: 0;
		padding: 0;
		list-style-type: none;
	}

.link-box-title
{
	text-align: center;
	font-weight: bold;
}

/*
  *    Flickr
  ****************/
  
#pictures
{
	border: 1px dashed black;
	text-align: center;
	margin: 0 0 5px 8px;
	padding: 5px 5px 5px 5px;
}

.flickr-gallery-next, .flickr-gallery-prev
{
	visibility: hidden;
}


/*
  *    Links
  ****************/
  
.box-content a:link, a:active, a:visited
{
	color: #7F0000;
	text-decoration: none;
	padding: 0 2px 0 2px;
}

.box-content a:hover
{
	background-color: #7F0000;
	border: 1px solid white;
	color: white;
	padding: 0 1px 0 1px;
}

a:link, a:active, a:visited
{
	color: #7F0000;
	text-decoration: none;
	padding: 0 2px 0 2px;
}

a:hover
{
	background-color: #7F0000;
	border: 1px solid #A9A196;
	color: white;
	padding: 0 1px 0 1px;
}

.image-link:link, .image-link:active, .image-link:visited, .image-link:hover
{
	border: none;
	background-color: transparent;
	padding: 0 0 0 0;
}


/*
  *     Misc
  ****************/

.image-border
{
	border: 1px solid black;
}

input, textarea 
{
	background-color: #EAECE6;
	border: #A9A196 1px solid;
	overflow: auto;
	color: #6E6C69;
}