/*Bear Anal MGP stylesheet*/

body {
	background-color: #111;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #CDB38B;
	background-image: url(bg.jpg);
	background-attachment: fixed;
	background-repeat: repeat;
	margin: 0px;
	padding: 0px;
}
.block {
	width: 1230px;
	border: 1px solid #321;
	background-image: url(blockbg.png);
	background-repeat: repeat;
}

table {
	font-size: 9px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	margin: 4px;
	border-style: none;
}

.archives {
	font-size: 12px;
	font-weight: bold;
	background-color: #111;
	width: 983px;
	color: #FFCC00;
	margin-left: 6px;
}

a:link {
	color: #CDB38B; 
	text-decoration: none
}

a:active {
	color: #CDB38B; 
	text-decoration: none;
}

a:visited { 
	color: #CDB38B; 
	text-decoration: none
}

a:hover { 
	color: #EECFA1; 
	text-decoration: none
}

.thumb1 {
	border:1px solid #642;
	width:240px;
	height:180px;
	background-color: #110;
}

a:hover .thumb1 {
	border: 1px solid #EECFA1;
}

.thumb2 {
	border:1px solid #642;
	width:190px;
	height:240px;
	background-color: #110;
}

a:hover .thumb2 {
	border: 1px solid #EECFA1;
}

.thumb3 {
	border:1px solid #642;
	width:180px;
	height:135px;
	background-color: #110;
}

a:hover .thumb3 {
	border: 1px solid #EECFA1;
}

.screen1 {
	border:1px solid #642;
	width:320px;
	height:260px;
	background-color: #110;
}

a:hover .screen1 {
	border: 1px solid #EECFA1;
}

.tx1 {
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
}
.top1 {
	font-weight: bold;
	font-size: 10px;
}


/*Left Menu*/

.leftmenu {
	width: 190px;
}

.leftmenu .headerbar {
	color: #CDB38B;
	margin-bottom: 0; /*bottom spacing between header and rest of content*/
	text-transform: none; /*16px is left indentation of header text*/
	background-color: #211;
	font-family: Verdana;
	font-size: 10px;
	font-weight: bold;
	padding-top: 5px;
	padding-right: 1;
	padding-bottom: 5px;
	padding-left: 8px;
}

.leftmenu ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    margin-bottom: 0; /*bottom spacing between each UL and rest of content*/
}

.leftmenu ul li {
    padding-bottom: 2px; /*bottom spacing between menu items*/
}

.leftmenu ul li a {
	color: #FFFACD;
	display: block;
	line-height: 15px;
	padding-left: 6px; /*link text is indented 8px*/
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	padding-top: 2px;
	padding-right: 0;
	padding-bottom: 2px;
	background-color: #110;
}

.leftmenu ul li a:hover { /*hover state CSS*/
	color: #000;
	background-color: #CDB38B;
}

/*Right Menu*/
.rightmenu {
	width: 30px;
}

.rightmenu .headerbar {
	color: #CDB38B;
	margin-bottom: 0; /*bottom spacing between header and rest of content*/
	text-transform: none; /*16px is left indentation of header text*/
	background-color: #211;
	font-family: Verdana;
	font-size: 10px;
	font-weight: bold;
	padding-top: 5px;
	padding-right: 1;
	padding-bottom: 5px;
	padding-left: 1px;
}

.rightmenu ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    margin-bottom: 0; /*bottom spacing between each UL and rest of content*/
}

.rightmenu ul li {
    padding-bottom: 2px; /*bottom spacing between menu items*/
}

.rightmenu ul li a {
	color: #FFFACD;
	display: block;
	line-height: 15px;
	padding-left: 0px; /*link text is indented 8px*/
	text-decoration: none;
	padding-top: 2px;
	padding-right: 8;
	padding-bottom: 2px;
	font-family: Arial;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	background-color: #110;
}

.rightmenu ul li a:hover { /*hover state CSS*/
	color: #000;
	background-color: #CDB38B;
}

