@charset "UTF-8";
/* CSS Document */

	body, html {
		margin: none;
		padding: none;
		overflow-x: hidden;
		font-family: Arial, Tahoma, Verdana, Helvetica, sans-serif;
	}
	
	img {
		border: none;
	}
	
	#center {
		font-family: Arial, Tahoma, Verdana, Helvetica, sans-serif;
		font-size: 12px;
		color: #000000;
		height: 380px;
		width: 517px;
		overflow-y: scroll;
		overflow-x: hidden;
		font-weight: normal;
		white-space:normal;
	}
	
	#credits {
		font-size: 10px;
		color: #666666;
		font-size: 10px;
		font-family: Arial, Tahoma, Verdana, Helvetica, sans-serif;
	}
	
	#center a:link, #center a:visited {
		color: #157ba0;
		text-decoration: underline;
		font-weight: bold;
	}
	
	#center a:hover {
		color: #157ba0;
		text-decoration: none;
		font-weight: bold;
	}
	
	#center a:active {
		color: #157ba0;
		text-decoration: none;
		font-weight: bold;
	}
	
h1 {
	font-size: 36px;
	font-weight: bold;
	margin: 10px 0px;
}

h2 {
	font-size: 30px;
	font-weight: bold;
	margin: 8px 0px;
}

h3 {
	font-size: 20px;
	font-weight: bold;
	margin: 6px 0px;
}

h4 {
	font-size: 16px;
	font-weight: bold;
	margin: 4px 0px;
}

h5 {
	font-size: 14px;
	font-weight: bold;
	margin: 2px 0px;
}

h6 {

	font-size: 12px;
	font-weight: bold;
	margin: 2px 0px;
}


a:link, a:visited {
	color: #157ba0;
	text-decoration: underline;
	font-size: 12px;
}

a:hover, a:active {
	color: #333333;
	text-decoration: none;
	font-size: 12px;
}

img {
	border:none;
}

div.inactive-tab {
	text-align: center;
	background-image: url(http://www.oldcrowtattoo.com/images/inactive-tab.gif);
	background-position: center;
	background-repeat: none;
	height: 26px;
	width: 127px;
	vertical-align: middle;
	line-height: 26px;
	color: #666666;
	cursor: pointer;
	border-bottom: 1px #000000 solid;
}

.inactive-tab:first-child {
	font-weight: normal;
	text-decoration: none;
	color: #666666;
	font-size: 12px;
}

div.active-tab {
	text-align: center;
	background-image: url(http://www.oldcrowtattoo.com/images/active-tab.gif);
	background-position: center;
	background-repeat: none;
	height: 26px;
	width: 127px;
	vertical-align: middle;
	line-height: 26px;
	color: #000000;
	cursor: pointer;
	border-bottom: 1px #ffffff solid;
}

.active-tab:first-child {
	font-weight: bold;
	text-decoration: none;
	color: #000000;
	font-size: 12px;
}

div.inactive-media {
	font-size: 14px;
	color: #000000;
	font-weight: normal;
	text-decoration: underline;
}

div.active-media {
	font-size: 16px;
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}

/* ============================== GALLERY CSS ==================================== */

	
	#gallery-container {
		margin-bottom: 40px;
	}
	
	#gallery {
		font-family: Arial, Tahoma, Verdana, Helvetica, sans-serif;
		list-style-type: none;
		margin: 0px;
		padding: 0px;
		width: 350px;
		background: none;
	}
	
	#gallery li {
		color: #00CC99;
		cursor: move;
		position: relative;
		float: left;
		margin: 10px 5px 0px 0px;
		border: none;
		text-align: center;
		/* background-color: #000000; */
	}
	
	.thumb a:link, a:visited {
		font-size: 11px;
		font-weight: normal;
		text-decoration: none;
		color: #157ba0;
	}
	
	.thumb a:hover, a:active {
		font-size: 11px;
		font-weight: normal;
		text-decoration: none;
		color: #157ba0;
	}
	
	.thumb div {
		clear: both;
	}
