/*
Theme Name: Test Theme
Theme URI: http://wordpress.org/
Description: Version 2 of the CCU template.  Includes flyout navigation, fading banners, and floated image containers.
Version: 2.0
Author: Andi Knox
*/

/*Links */
.left_menu{
	padding:5px;
	max-width:250px;
}
.left_menu a{
	text-indent:-15px;
	text-decoration:none;
}
.left_menu a:hover{
	color:#330066;
	text-decoration:underline;
}
a{
	text-decoration: none;
	color: #330066;
}
a:hover{
	text-decoration: none;
	color: #9D82A6;
}
a img{
	border:thin solid #FFF;
}
a:hover img{
	border-top:thin solid #CDC5DA;
	border-left:thin solid #CDC5DA;
	border-right:1px solid  #816E9A;
	border-bottom:1px solid #816E9A;
}

/*Edit Control */
#bc, #bc a {
	font-size:85%;
	color:#705F55;
	text-decoration:underline;
}
#bc a:hover {
	color:#B5985A;
}

.menuStatic{
	margin-top:7px;
	width:212px;
	left:0px;
	position:relative;
	list-style: none;
	vertical-align:middle;
	font-size:medium;
}

.menuStatic a.menuTitle{
	background-color:#D6C3A2;
	display: block;
 	padding: 3px;
 	color: #330066;
 	text-decoration: none;
	font-weight:bold;
	position: relative;
	text-align:right;
}

.menuStatic li ul li{
	text-align:right;
	font-weight:normal;
	list-style:none;
	padding-right:7px;
}

blockquote{
	padding:10px 0px 10px 5px;
	font-size:90%;
	color: #B5985A;
}

#frame {
	width:950px;	
	margin: 10px auto 20px auto;
	border: none;
	background:#FFF;
	display:block;
	position:relative;
}

.clear{
	clear:both;
	margin: 0px; 
	padding: 0px; 
}

#content {
	width: 100%;	
	border: none;
	display:block;
	position:relative;
	float:left;	
}

#ccu_container{
	width:950px;
	background:url(images/body_bg.jpg) top left repeat-y;
}

.current-cat a{
	font-size:275%;
	text-transform:uppercase;
	color: #B5985A;
}

.headIMG{
 border:none;
}

.headIMG:hover{
 border:none;
}

li.current-cat a{	
	font-size: 100%;
	font-style: normal;
	text-transform:none;
	color:#B5985A;
}

#login{
	padding:0;
	margin:0;
	list-style-type:none;
	white-space:nowrap;
}

#login li{
	display:inline;
	font-size:small;
}

#ccu_center{
	width:475px;
	float: left;
	position:relative;
	left:25px;
	padding:20px 0px 10px 0px;	
}

.pan_nav{
	width:420px;
	float: left;
	padding:20px 0px 20px 0px;
}

.alignleft{
	float:left;
}

.alignright{
	float:right;
}

.pages_left{
	width:212px;
	float:left;
	left:0px;
	position:relative;
	list-style: none;
	vertical-align:middle;
	font-size:medium;
}

/*Login */
#login{
	width:212px;
	margin:10px 0px 0px 0px;
	font-size: 75%;
}
#login li{
	margin: 10px 10px 20px 0px;
	position:relative;
}

/*Search */
#search{
	padding:10px 0px ;
	margin: 0px 0px 0px 0px;	
	font-size: 100%;
	text-transform:uppercase;
	float:right;
	clear:both;
}
#s{
	width:200px;
	margin:0px 0px 5px 0px;	
}
#searchform input{
	float:left;
	clear:both;
}
#searchsubmit{
	float:right;
	clear:both;
	margin-right:12px;
}

input, select {
	width:35%;
}
#content p{
	margin-bottom:2em;
}
div.floatRight {
	max-width:254px;
    float: right; 
    margin-left: 12px;
	margin-bottom: 12px;
	margin-top:25px;
	margin-right:15px;
	border:#46166B thin solid;
	padding:2px;
	background-color:#663399;
	text-align:center;
}

div.rightText{
	width:100%;
	background-color:#8866CC;
	font-size:smaller;
}
p{
	padding:5px 0px 5px 0px;
	font-size:100%;
	color: #000;
}
img.rightImage {
	text-align:center;
	max-height:400px;
	max-width:250px;
	border:solid;
	border-width:2px;
	border-bottom-color:#7733AA;
	border-top-color:#AA88DD;
	border-right-color:#7733AA;
	border-left-color:#AA88DD;
}

a img.rightImage:hover {
	border-width:2px;
	border-bottom-color:#AA88DD;
	border-top-color:#CCAAFF;
	border-right-color:#AA88DD;
	border-left-color:#CCAAFF;
}
