/*
Theme Name: CITRA
Theme URI: http://knowledgetown.com/
Description: A theme created for CITRA by Knowledge Town.
Version: 1.0
Author: Larry Clarkberg
Author URI: http://knowledgetown.com/
*/



/* Structure */

body {
	font-size: 11px;
	line-height: 18px;
	font-family: Verdana, Arial, Sans-Serif;
	background-color:#D6DEEF;
	text-align: left;
}

#page {
	background-color: white;
	margin: 20px auto 0;
	padding: 0;
	width: 715px;
	border: 1px solid #5578B2;
}

#header {
	width: 715px;
	border-bottom: 18px solid #5578B2;
}

#sidebar {
	float: left;
	padding: 0px 0px 20px 0px;
	width: 173px;
	margin-left: 20px;
	margin-top: 18px;
}

#content {
	width: 510px;
	float: left;
}

#footer {
	clear: both;
	border-top: 1px solid #5578B2;
	background-color: #849CC6;
	background-image: url(images/footer.gif);
	margin: 0px;
	height: 2.6em;
	width: 715px;
}

#footer a:hover {
	text-decoration: underline;
}

#footer a {
	font-size: 1.0em;
	line-height: 1.5em;
	color: #000;
	padding: .4em 10px;
}

#copyright, #design {
	line-height: 16px;
	text-align: center;
}

/*	Common HTML */

h1 {
	font-size: 1.4em;
	font-weight: bold;
	border-bottom: 1px solid #660000;
	margin: 0px 0px 1.2em;
	padding-top: 18px;
}

h1 a {
	color: #000000;
	text-decoration: none;	
}

h1 a:hover {
	color: #000000;
	text-decoration: none;	
}

a {
	color: #660000;
	text-decoration: none;	
}

a:hover {
	color: #aa0000;
}

h2 {
	margin: 30px 0 0;
}

h3 {
	padding: 0;
	margin: 30px 0 0;
}


/* Sidebar Details */

#sidebar .top {
	background-image: url(images/sidemenu_top.gif);
	background-repeat: no-repeat;
	height: 11px;
	font-size: .8em;
	line-height: .8em;
	padding: 0px;
	margin: 0px;
}

#sidebar .bottom {
	background-image: url(images/sidemenu_bottom.gif);
	background-repeat: no-repeat;
	height: 19px;
	font-size: .8em;
	line-height: .8em;
	padding: 0px;
	margin: 0px;
}

#sidebar h2 {
	margin: 5px 0 0;
	padding: 0;
}

#sidebar ul {
	width: 160px;
	background-image: url(images/sidemenu_middle.gif);
	background-repeat: repeat-y;
	padding: 0px;
	margin: 0;
}


#subscribe {
	width: 160px;
	background-image: url(images/sidemenu_middle.gif);
	background-repeat: repeat-y;
	padding:1px 8px 1px 8px;
	margin: 0;
}


#sidebar li {
	line-height:1.2em;
	list-style-type:none;
	padding-bottom:5px;
}

#sidebar a {
	margin-right: 8px;
	padding:1px 8px 1px 8px;
	display: block;
	color: #000;
	voice-family: "\"}\""; 
	voice-family: inherit;
	width: 136px;
}

.children li {
	padding: 0 !important;
}

#sidebar a:hover {
	background-color: #5578B2;
	color: #CED8E9;
}

#sidebar .current_page_item a {
	background-color: #5578B2;
	color: #CED8E9;
}

/* Content Details */

#content a {
	border-bottom: 1px solid #ddd;
}

#content a:hover {
	border-bottom: 1px solid #aa0000;
}

.panel {
	border: 1px solid #95ADD7;
	background-color: #E7EFF8;
	margin: 1px;
	padding: 8px;
}
.panel p {
	margin: 0px;
	padding: 0px;
}
.panel .name {
	font-weight: bold;
}
.date {
	color: #000066;
}
.panel .option {
	padding-left: 30px;
}

.filesize {
	color: #666;
}

.right {
	float: right;
}

.about {
	width: 43%;
}

.box {
	border: 1px solid #95ADD7;
	background-color: #E7EFF8;
	padding: 2px 10px;
	text-align: center;
	margin-bottom: 20px;
}

/********** list styles **********/

#list p {
	margin: 0px;
	padding: 1.2em 0px;
}
#list h2 {
	background-color: #D6DEE7;
	border: 1px solid #849CC6;
	padding-top: 1px;
	padding-bottom: 1px;
	padding-right: 1px;
	padding-left: 5px;
	font-weight: bold;
	color: #660000;
	margin: 0px 0px 1.2em;
	font-size: 1.2em;
}
#list .item {
	border-top: 1px dotted #bbbbbb;
}
#list .itemTop {
	padding-top: 0px;
}
#list .date {
	color: #000066;
}
#list .title {
	font-weight: bold;
}
#list .name{
	color: #660000;
}
#list .subtitle {
	font-style: italic;
}
#list .source {
	font-style: italic;
}
#list .heading {
	font-weight: bold;
}
#list li {
	margin: 0px 0px 0px 15px;
}

/********** faculty/profile styles **********/

#faculty {
	width: 520px;
}
#faculty .card {
	border: 1px solid #849CC6;
	background-color: #D6DEE7;
	padding: 8px;
	margin: 4px 4px 4px 4px;
	width: 232px;
	float: left;
}
#faculty img {
	float: left;
	margin-right: 5px;
	border: 1px solid #849CC6;
}
#faculty p {
	margin: 0px;
	padding: 0px;
}
#faculty .name {
	font-weight: bold;
}
#faculty .title {
	font-style: italic;
}
#faculty .link {
	clear: both;
	text-align: right;
}
#faculty ul {
	margin: 10px 0px 10px 20px;
	padding: 0px;
}
#faculty li {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#profile p {
	margin: 0px;
	padding: 0px;
}
#profile img {
	float: left;
	padding: 0px 8px 8px 0px;
}
#profile .back {
	float: right;
	position: static;
}
#profile .name {
	font-weight: bold;
}
#profile .title {
	font-style: italic;
}
#profile .top {
	text-align: center;
}

.category_title {
	margin: 18px 0 0 0;
}

.post_title {
	margin: 0;
}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}

.children li a {
	padding: 1px  1px 1px 15px !important;
}

#subscribe {
	