
body {
	font-family: verdana, arial, sans-serif;
	font-size: 10pt;
	color: #000000;
	margin: 0px;
	padding: 0px;
	background: #FFFFFF;
}
td {
	font-size: 10pt;
}


hr {
	border-top: 1px #1A006F solid;
	border-bottom: 0px;
	border-left: 0px;
	border-right: 0px;
}

img {
	border: 0px;
}
img.border {
	border: 2px #A60032 solid;
}

.subhead {
	font-size: 10pt;
	font-weight: bold;
	color:#A60032;
}


.p {
	text-indent:30px;
}



.header {
	font-size: 11pt;
	font-weight: bold;
	color: 1A006F;
}

.indent {
	margin-left: 30px;
}
.indent2 {
	margin-left: 60px;
}


#yt_logo {
	position: absolute;
	top: 14px;
	left: 10px;
	background-image: url(/images/yt-logo.gif);
	width: 867px;
	height: 145px;
}
#yt_logo img {
	border: 0px;
}

@media screen {
	#yt_logo span {
		display: none;
	}
}

#top_bar {
	position: absolute;
	top: 96px;
	left: 15px;
	width: 850px;
	text-align: right;
	font-size: 8pt;
	letter-spacing: 2px;
	word-spacing: 10px;
}

#breadcrumb_top {
	position: absolute;
	top: 110px;
	width: 850px;
	padding-left: 10px;
	height: 22px;
	font-size: 8pt;
	color: #000000;
	text-align: right;
}

#bottom {
	position: relative;
	left: 15px;
	width: 870px;
}
#bottom #copyright {
	border-top: 1px #000000 solid;
	font-size: 10px;
	text-align: center;
	padding: 4px;
	color: #A60032;
	letter-spacing: 2px;
}



#page_header {
	font-size: 28px;
	color: #A60032;
	font-family: Georgia;
	margin-bottom: 0px;
}

#content_title {
	position: absolute;
	left: 660px;
	top: 145px;
}
#content_title img {
	border: 0px;
}

#content {
	padding-left: 55px;
	padding-bottom: 10px;
	padding-top: 150px;
	width: 815px;
}
#content_box {
	padding: 5px;
	background: url(/images/yarn-bkg-blue.jpg) bottom right no-repeat;
	background-color: #c5d8e9;
}
#content_frame {
	border: 1px #FFFFFF solid;
	padding: 5px;
	padding-top: 10px;
	min-height: 500px;
}


#content_frame img, #latestnews img {
	border: 2px #A60032 solid;
}



#admin_panel {
	position: absolute;
	top: 176px;
	left: 15px;
	width: 175px;
}
#admin_panel_box {
	padding: 5px;
	background-color: #c5d8e9;
}
#admin_panel_frame {
	border: 1px #FFFFFF solid;
	padding: 5px;
}

#admin_content {
	padding-left: 200px;
	padding-bottom: 10px;
	padding-top: 150px;
	width: 815px;
}


#admin_panel {
	font-size: 8pt;
	line-height: 12pt;
}
#admin_panel a {
	text-decoration: none;
}

.navlink_indent {
	margin-left: 20px;
}








#cartstatus {
	font-weight: normal;
	width: 100%;
	text-align: right;
}
#loginlink {
	font-size: 10px;
	text-align: right;
}
#loginlink a, #cartstatus a, #loginlink a:visited, #cartstatus a:visited {
	color: #A60032;
	text-decoration: none;
}
#loginlink a:hover, #cartstatus a:hover, #loginlink a:visited:hover, #cartstatus a:visited:hover {
	color: #d16585;
}


#top_bar a, #top_bar a:visited {
	color: black;
	text-decoration: none;
}
#top_bar a:hover, #top_bar a:visited:hover {
	color: #999999;
}



.reduced_price {
	color: #FF3333;
}

.original_price {
	text-decoration: line-through;
}



/**************************************************************/
/* Home page boxes                                            */

#shopping {
	width: 316px;
	height: 170px;
	background-image: url(/images/box-shopping.gif);
	background-repeat: no-repeat;
	margin-top: 0px;
	margin-bottom: 5px;
	border: 1px #FFFFFF solid;
}
#shopping_c {
	margin-top: 65px;
	margin-left: 25px;
	width: 260px;
}

#featured {
	width: 316px;
	height: 304px;
	background-image: url(/images/box-featured.gif);
	background-repeat: no-repeat;
	margin-bottom: 10px;
	border: 1px #FFFFFF solid;
}
#featured_c {
	margin-top: 53px;
	margin-left: 10px;
	width: 295px;
}
.whatsnew_caption {
	color: #A60032;
	font-weight: bold;
}


#latestnews {
	margin-left: 342px;
	height: 482px;
	width: 490px;

	font-size: 10px;

	border: 1px #FFFFFF solid;
	background-image: url(/images/news/5.jpg);
	background-repeat: no-repeat;
}
#latestnews_c {
	margin-top: 44px;
	margin-left: 15px;
	margin-right: 15px;
}

#latestnews #date {
	text-transform: uppercase;
	text-align: right;
	color: #666666;
}
#latestnews #title {
	color: #A60032;
	font-family: Georgia;
	font-size: 17px;
	font-weight: bold;
	padding-bottom: 12px;
}
#latestnews #entry {
	height: 382px;
	overflow: auto;

}


#left_col {
	position: absolute;
	left: 65px;
	top: 150px;
	width: 314;
}


#shopping_c table {
	width: 100%;
}
#shopping_c td {
	font-size: 18px;
	width: 33%;
	height: 30px;
}
#shopping_c td a, #shopping_c td a:visited {
	text-decoration: none;
	color: #A60032;
}
#shopping_c td a:hover, #shopping_c td a:visited:hover {
	text-decoration: none;
	color: #d16585;
}







/**************************************************************/
/* Form stuff                                                 */
input
{
  font-family:verdana, arial, sans-serif;
  font-size:8pt;
  border-style:solid;
  border-width:1px;
  border-color:#A60032;
}
input.submit
{
	background-color:#A60032;
	color:#FFFFFF;
}
input.checkbox
{
  border-style:none;
  border-width:0px;
}
input.image
{
  border-style:none;
  border-width:0px;
}

textarea
{
	font-family:verdana, arial, sans-serif;
	font-size:8pt;
	border-style:solid;
	border-width:1px;
	border-color:#A60032;
}

select
{
	font-family:verdana, arial, sans-serif;
	font-size:8pt;
	border-style:solid;
	border-width:1px;
	border-color:#A60032;
}
/**************************************************************/



a, a:visited {
	color: #A60032;
}
a:hover, a:visited:hover {
	color: #d16585;
}


#breadcrumb a, #breadcrumb a:visited {
	color: #A60032;
	text-decoration: none;
}
#breadcrumb a:hover, #breadcrumb a:visited:hover {
	color: #d16585;
}


#left_col a, #left_col a:visited {
	color: #000000;
}
#left_col a:hover, #left_col a:visited:hover {
	color: #DDD9EA;
}




.console {
	font-family: courier new, courier, sans-serif;
	font-size: 10pt;
	background-color: black;
	color: #00FF00;
	padding-left: 10px;
	padding-top: 15px;
	padding-bottom: 15px;
	border: 1px #00FF00 solid;
}

.statusbox {
	border: 1px black solid;
	width:120px;
	background-color: #A60032;
	color: white;
	padding: 3px;
}


a.admin {
	color: #006600;
	text-decoration: none;
}
a.admin:hover {
	color: #00AA00;
	text-decoration: underline;
}
a.admin:visited {
	color: #006600;
	text-decoration: none;
}
a.admin:visited:hover {
	color: #00AA00;
	text-decoration: underline;
}



a.edit {
	color: #1A006F;
	font-size: 8pt;
	font-weight: bold;
}
a.edit:hover {
	color: #A59FBB;
}
a.edit:visited {
	color: #1A006F;
}
a.edit:visited:hover {
	color: #A59FBB;
}



/* Event links */
a.event {
	color: #1A006F;
	text-decoration: none;
}
a.event:hover {
	color: #A59FBB;
	text-decoration: underline;
}
a.event:visited {
	color: #1A006F;
	text-decoration: none;
}
a.event:visited:hover {
	color: #A59FBB;
	text-decoration: underline;
}

/* Clubs links */
a.clubs {
	color: #FFAA00;
	text-decoration: none;
}
a.clubs:hover {
	color: #FFCC66;
	text-decoration: underline;
}
a.clubs:visited {
	color: #FFAA00;
	text-decoration: none;
}
a.clubs:visited:hover {
	color: #FFCC66;
	text-decoration: underline;
}

/* Classes links */
a.classes {
	color: #009900;
	text-decoration: none;
}
a.classes:hover {
	color: #66AA66;
	text-decoration: underline;
}
a.classes:visited {
	color: #009900;
	text-decoration: none;
}
a.classes:visited:hover {
	color: #66AA66;
	text-decoration: underline;
}



.menutable {
	margin-top: 2px;
	margin-left: 7px;
}

.border {
	border: 1px #A60032 solid;
}
td.content_cell {
	padding: 2px;
	border: 1px #A60032 solid;
	vertical-align: top;
	font-size:8pt;
}
td.large_content_cell {
	padding: 2px;
	border: 1px #A60032 solid;
	vertical-align: top;
	font-size:10pt;
}
td.header_cell {
	padding: 2px;
	border: 1px #A60032 solid;
	vertical-align: top;
	font-size:8pt;
	font-weight: bold;
}

.small {
	font-size: 8pt;
}
.small td {
	font-size: 8pt;
}
.tiny {
	font-size: 7pt;
}

.left_nav_link {
	margin-top: 5px;
	margin-bottom: 5px;
}

.image_caption {
	font-size: 11pt;
	font-weight: bold;
}



table.calendar {
	border-collapse: collapse;
}

.calendar_border {
	border: 1px #A59FBB solid;
	font-size: 8pt;
}

.calendar_date {
	color: #000000;
}

.calendar_caption {
	padding-bottom: 5px;
}


/****** SHOPPING CART STUFF ******/

.product_cat_list_head {
	padding-top: 20px;
	font-size:12pt;
	font-weight: bold;
}

.product_cat_list {
	padding-bottom: 10px;
}

.product_cat_list_item {
	font-size:11pt;
	font-weight: bold;
	padding-bottom: 5px;
	padding-left: 20px;
}

.product_cat_list_item a {
	text-decoration: none;
}

.product_cat_list_detail {
	padding-left: 20px;
}

.product_cat_desc {
	padding-bottom: 10px;
}

.product_image {
	border: 1px #A60032 solid;
}

.product_table_title {
	font-size: 10pt;
	font-weight: bold;
	color: #A60032;
}

.product_detail_caption {
	font-size:12pt;
	font-weight: bold;
	padding-bottom: 5px;
}

.basket a {
	color: #A60032;
	font-size: 8pt;
	text-decoration: none;
}

/******* BLOG STYLES *******/

.blog_entries {
}

.blog_nav {
	float: right;
	width: 190px;
}

.blog_nav_title {
	color: #A60032;
	font-size: 10px;
	letter-spacing: 2px;
	border-bottom: 1px #A60032 solid;
}
.blog_nav_item {
	padding-top: 5px;
	padding-left: 20px;
	font-size: 11px;
	margin-bottom: 10px;
}
.blog_nav_item p {
	margin-top: 4px;
	margin-bottom: 8px;
}
.blog_nav_item a, .blog_nav_item a:visited {
	text-decoration: none;
	color: black;
}
.blog_nav_item a:hover, .blog_nav_item a:visited:hover {
	color: #A60032;
}

.blog_header {
	color: #A60032;
	font-weight: bold;
	padding-bottom: 1px;
	border-bottom: 1px #66abe9 solid;
}

.blog_date {
	color: #A60032;
	font-size: 10px;
	text-align: right;
	letter-spacing: 2px;
}

.blog_entry {
	padding-top: 6px;
	padding-bottom: 6px;
}

.blog_footer {
	color: #66abe9;
	font-size: 10px;
	padding-bottom: 24px;
}

.blog_editlink {
	font-size: 11px;
	font-weight: bold;
}

.blog_commentform {
	margin-left: 30px;
}

.blog_commentblock {
	width: 450px;
	margin-left: 30px;
}

.blog_commentblock_head {
	color: #66abe9;
	font-weight: bold;
	font-size: 8pt;
}

.blog_commentname {
	border-bottom: 1px #66abe9 solid;
	font-size: 11px;
}
.blog_commentdate {
	text-align: right;
	font-size: 10px;
	color: #66abe9;
	letter-spacing: 2px;
}
.blog_comment {
	font-size: 11px;
	padding-bottom: 20px;
}
.blog_commentdelete {
	font-size: 10px;
}