/* Note that the text styles of this skin are used as a default for the whole site; hense, they are located mainframe-default.css*/
BODY {
	background-image: url(/pages/graphics/background-2011a.jpg);
	background-repeat: repeat-x;
}

#navmenu{
	width:350px;
	float:left;
	position:relative;
	top:-17px;
}

#banner{
	height:168px;
}

#topic{
	height:0px;
	width:0px;
	overflow:hidden;
}

#textrotate{
   position:absolute; 
   left:0px; 
	top:150px;
	width:auto;
	
    -webkit-transform: rotate(90deg);
    -webkit-transform-origin: left bottom;
    -moz-transform: rotate(90deg);
    -moz-transform-origin: left bottom;
    -ms-transform: rotate(90deg);
    -ms-transform-origin: left bottom;
    -o-transform: rotate(90deg);
    -o-transform-origin: left bottom;
    transform: rotate(90deg);
    transform-origin: left bottom;

   font-family:Calibri, Arial, sans-serif;
	font-size:100px;
	text-decoration:none;
	letter-spacing:25px;
	color: rgba(14, 164, 242,0.20);
}


a.titlelink1:link, a.titlelink1:visited, a.titlelink1:active, a.titlelink1:hover{color:#760466; font-family:"Century Gothic", Calibri, sans-serif; font-size:25px; text-decoration:none; letter-spacing:3px; }
a.titlelink1:hover{
	color:#0ea4f2;
}

a:link{font-family:Calibri,Arial,sans-serif; font-size:12px; color:#bc1e2c; text-decoration:none; font-weight:400;}
a:visited{font-family:Calibri,Arial,sans-serif; font-size:12px; color:#bc1e2c; text-decoration:none; font-weight:400;}
a:hover{font-family:Calibri,Arial,sans-serif; font-size:12px; color:#000000; text-decoration:none; font-weight:400;}
a:active{font-family:Calibri,Arial,sans-serif; font-size:12px; color:#bc1e2c; text-decoration:none; font-weight:400;}

a.link1:link{font-family:Calibri,Arial,sans-serif; font-size:12px; color:#bc1e2c; text-decoration:none; font-weight:400;}
a.link1:visited{font-family:Calibri,Arial,sans-serif; font-size:12px; color:#bc1e2c; text-decoration:none; font-weight:400;}
a.link1:hover{font-family:Calibri,Arial,sans-serif; font-size:12px; color:#000000; text-decoration:none; font-weight:400;}
a.link1:active{font-family:Calibri,Arial,sans-serif; font-size:12px; color:#bc1e2c; text-decoration:none; font-weight:400;}

.text1, .dateareatext, .smallpicsdisplay, .bottombar, .text2, .text3, .title1, .steve, .amie, .default, .another, .placeareatext, .bigpicdescriptext{
	font-family:Calibri,Arial,sans-serif;
	font-size:12px;
	color:#2c61ca;	/* bluetext */
	letter-spacing:1px;
}

.title1 {
	font-size:17px;
	font-weight:bold;
	color:#000;   /* blacknorm title style */
}

.text2, .steve, .amie, .default, .another{
	font-size:15px;
}

.bigpicdescriptext{
	color:#760466;
}

.text2 {
	color:#bc1e2c;	
}

.default {
	color:#bc1e2c;	
}

.steve {
	color:#003333;	
}

.amie {
	color:#600;	
}

.another {
	color:#000033;
}

.placeareatext, .text3 {
	color:#000;
}

#titlebar{
	border-bottom:solid #0ea4f2 1px;
	clear:both;
}

#placearea{
	width:470px;
}

#bigpicbox img{
	border:0px;
}

#smallpicbox{
	border:1px solid #0ea4f2;
}

#bigpicandtext{
	background-color:#0ea4f2;
	text-align:center;
	padding:15px 5px 5px 5px;
	width:305px;
}

#bigpicdescripbox{
	background-color:#0ea4f2;
}

#datearea{
	width:310px;
	text-align:right;
}

#allpicslarge li a:link, #allpicslarge li a:visited, #allpicslarge li a:active {
	font-family:Calibri,Arial,sans-serif;
	font-size:15px;
	text-decoration:none;
   background-color:#0ea4f2;
	color:#fff;
	display: block;
	width:auto;
	height:auto;
}

#allpicslarge li a:hover {
	font-family:Calibri,Arial,sans-serif;
	font-size:15px;
	text-decoration:none;
   background-color:#760466;
	color:#fff;	
}

#descripbox{
	width:300px; padding:2px 5px 2px 5px;
	min-height:40px;
	background:#bc1e2c;
}

#picbox{
	float:left;
	width:310px;
	padding:5px 0px 0px 0px;
	background:#bc1e2c;
	display:inline;
}

#imagebox.img{
	border-color:#bc1e2c;
}



/* Navbar */

.mattblackmenu li a:visited{
color:#bc1e2c;
}


.mattblackmenu li a{
color:#760466;
}
.mattblackmenu li a:visited{
color:#760466; /*  colors of the titles that don't have dropdown boxes */
}


.mattblackmenu li a:hover{
color:#fff;
}

.ddsubmenustyle, .ddsubmenustyle ul{ /*topmost and sub ULs, respectively*/
background: #ff5b5b;
}

.ddsubmenustyle li a{
background-color: #ff5b5b;
}



