/*

Theme Name: WCU Faculty Main Site Theme
Author: Jed Tate - Modified by Neil Torda
Version: 1.0
Description: This theme is for the main page. I don't recomend using it for your blog.

*/



body {
	font-size: 11px;
	font-family: 'Arial', Verdana, Sans-Serif;
	background: #ffffff;
	color: #000000;
	margin: 0;
	padding: 0;
	text-align:center;
}
.border_hr {
	height:180px;
	width:100%;
}
.right {
	text-align:right;
}
.alignleft {
	float:left;
	margin-right:5px;
}
.alignright {
	float:right;
	margin-left:5px;
}
.center, .aligncenter {
	margin:auto;
	text-align:center;
}
.clear {
	clear:both;
}
/* Main style of links */

a:link, a:visited {
	color:#592C88;
}
a:hover, a:active {
	color: #592C88;
	text-decoration:underline;
}
/* Top and bottom areas */

#top {
	height:0px;
	width:100%;
}
#bottom {
	height:52px;
	width:100%;
}
/* Primary site - not blog - navigation */

.navigationPrimarySub {
	height:28px;
	margin-left:8px;
	margin-top:0;
	border-top:4px solid #592C88;
	width:760px;
}
.navigationPrimarySub img {
	border:0 none;
	float:left;
}
/* The width and style of the actual blog area */

#page {
	background-image:url('images/backgroundWhite-shadow.jpg');
	background-repeat:repeat-y;
	width: 782px;
	padding:0;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
/* Headers used within the blogposts (h1-h3 are used elsewhere on the pages and should not be used in posts)*/

h4, h5, h6 {
	font-size:12px;
	font-family: Arial, Helvetica, sans-serif
}
h4 {
	font-size: 12px;
}
/* Deal with the header */

#header {
	padding:0px;
	width:100%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-image:url(images/background-shadow.jpg);
	background-repeat:no-repeat;
	height:96px;
}
#header h1 {
	margin: 10px 0 20px 0;
	font-size:18px;
	text-transform:uppercase;
	font-family: Arial, Helvetica, sans-serif;
}
#header h1 a:link, #header h1 a:visited {
	color: #676767;
	text-decoration:none;
}
#header h1 a:hover, #header h1 a:active {
	color: #000;
	font-weight:bold;
}
#header .description {
	color: #cccccc;
	font-weight:bold;
	font-style: normal;
	font-family: Arial, Helvetica, sans-serif;
}
#header_left {
	float:left;
	width:219px;
	height:80px;
	border:0px;
	text-align:left;
	padding-left:8px;
	padding-top:16px;
}
#header-right {
	float:right;
	width:521px;
	margin:0px;
	padding-right:20px;
	text-align:right;
	padding-top:6px;
}
#header-right .navigationTacticalUp {
	float:right;
	font-size:9px;
	font-weight:bold;
	list-style-image:none;
	list-style-type:none;
	text-align:right;
	color:#FFF;
	margin-top: 12px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 10px;
	padding-top: 0;
	padding-right: 22px;
	padding-bottom: 0;
	padding-left: 0;
}
#header-right .navigationTacticalDown {
	float:right;
	font-size:8pt;
	list-style-image:none;
	list-style-type:none;
	text-align:right;
	color:#FFF;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0;
}
#header-right .navigationTacticalDown a:link, #header-right .navigationTacticalDown a:visited, #header-right .navigationTacticalUp a:link, #header-right .navigationTacticalUp a:visited {
	color: #592C88;
	text-decoration:none;
}
#header-right .navigationTacticalDown a:hover {
	color: #592C88;
	text-decoration:underline;
}
#header-right .navigationTacticalDown li:first-child {
	border-left: none;
}
#header-right .navigationTacticalDown li {
	display:inline;
	border-left: 1px solid #592C88;
	padding-left:1em;
}
#header-right .navigationTacticalUp li {
	display:inline;
	padding-right:4px;
}
#header-right fieldset {
	border:0px;
	margin:0px;
	padding:0px;
}
#header-right #srcinput {
}
#header-right #srcbutton {
	font-size:12px;
	margin: auto 0px;
	border-width:1px;
	background: #f2f2f2;
	padding: 1px 2px;
	border-style:solid;
}
.rightHeaderSearchBox {
	padding-top:26px;
	padding-right:14px;
}
.srcform {
}
#header-right form {
	display:inline;
}
.srcinput {
}
.srcbutton {
	font-size:9px;
	margin: auto 0px;
	border:1px solid #FFFFFF;
	background: #f2f2f2;
	padding: 1px 2px;
}
#header-right #search {
}
/* Using header right as a dynamic sidebar requires these as well */

#header-right h2 {
	font-size:5px;
}
/* Deal with left, right and bottom sidebars */

#sidebar-right {
	float: left;
	padding-bottom:15px;
	width:171px;
	margin-top: 10px;
	margin-right: 4px;
	margin-bottom: 0;
	margin-left: 0;
}
#sidebar-left {
	font:Arial, Helvetica, sans-serif;
	float:left;
	padding-bottom:15px;
	width:135px;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 16px;
}
#sidebar-bottom {
	padding-top: 3px;
	margin:5px auto;
}
#sidebar-bottom .widget_bottom {
	float:left;
	list-style-type:none;
	text-align:center;
	margin:0 10px;
	display:inline;
	width:191px;
}
#sidebar-right a:link, #sidebar-left a:link, #sidebar-right a:visited, #sidebar-left a:visited {
	color:#fff;
}
#sidebar-right .callout a:link, #sidebar-right .callout a:visited {
	text-decoration:underline;
}
.callout {
	padding-top:12px;
	padding-left:4px;
	padding-right:4px;
	text-align:center;
        color:white;
}
.purplesidebar {
	text-align: left;
	color: white;
	background-color:#592C88;
}
.purplesidebar a {
	text-decoration:none;
}
.purplesidebar a:hover {
	text-decoration:underline;
}
.goldsidebar a {
	text-decoration:none;
}
.goldsidebar a:hover {
	text-decoration:underline;
}
.goldsidebar {
	background-color:#C1A875;
}
.recentstories {
	background-color:#FFF;
	color:#000;
	font-size:10px;
}
.recentstories a {
	text-decoration:none;
}
.recentstories a:hover {
	text-decoration:underline;
}
.recentstories h2 {
	font-size:12px;
	padding-top:6px;
}
#sidebar-right .recentstories a:link, #sidebar-right .recentstories a:visited {
	color:#000;
	font-size:10px;
}
.recentstories li {
	padding-bottom:6px;
}
#sidebar-right ul, #sidebar-left ul, #sidebar-bottom ul {
	list-style-type: none;
	margin:0;
	padding:0;
	text-align:left;
}
#sidebar-right li li, #sidebar-left li li, #sidebar-bottom li li {
	margin:0;
	padding:4px 1px 3px 10px;
}
#sidebar-right .purplesidebar li {
	padding-bottom:6px;
	border-bottom:1px;
	border-bottom-color:#FFF;
	border-bottom-style:solid;
}
#sidebar-left h2, #sidebar-bottom h2 {
	text-align:left;
	margin:0px;
	padding-bottom:4px;
	padding-top:4px;
	padding-left:10px;
	color:#592C88;
	text-transform: uppercase;
	font-family: Arial, Georgia, Serif;
	font-weight:bold;
	font-size:11px;
}
#sidebar-right p, #sidebar-left p {
	font-size:11px;
	text-align: left;
	padding:2px;
	margin:0;
}
.divider {
	height:5px;
	padding:0;
	margin:0;
}
.border_hr_thin {
	height:13px;
	width:100%;
	margin:auto;
}
/* Deal with content (all styles used in index.php) */

#content {
	text-align:left;
	margin:0 10px 15px;
	padding:5px 15px 15px;
	width:390px;
	float:left;
	min-height:570px;
}
#content_wide {
	text-align:left;
	margin:0 10px 15px;
	padding:5px 15px 15px;
	width:550px;
	float:left;
	min-height:570px;
}
html>body #content {
	width:390px;
}
#content .breadcrumbs {
	color:#8C8B85;
}
#content .breadcrumbs a:link, #content .breadcrumbs a:visited {
	color:#8C8B85;
	text-decoration:underline;
}
#content h1 {
	font-family:"Times New Roman", Times, serif;
	color: #592c88;
	font-size:36px;
	margin-bottom:15px;
	margin-top:16px;
	font-weight: normal;
}
#content h2 {
	color: #592b89;
	margin: 10px 0 10px 0;
	font-family: "Times New Roman", Times, serif, Arial, Helvetica, sans-serif, Georgia;
	text-shadow:#999999;
	font-size: 20px;
}
#content h2.postheader {
	margin: 10px 0 1px 0;
}
 #content h4. {
 margin: 14px 0 1px 0;
 text-transform: uppercase;
}
#content h2 a:link, #content h2 a:visited {
	color: #592C88;
	text-decoration:underline;
}
#content h2 a:hover, #content h2 a:active {
	color: #592C88;
	text-decoration:underline;
}
#content .post-info {
	font-size:10px;
	font-variant: normal;
}
#content .widgettitle {
	font-size:10px;
	font-weight:bold;
	margin: 5px 0 2px 0;
}
#content blockquote {
	padding:10px;
	margin:10px 20px;
	color: #6C5B7E;
	border:#666666 solid 1px;
}
#content q {
	quotes: '"' '"' "'" "'";
	color: #6C5B7E;
}
#content cite {
	color: #6C5B7E;
}
#content .css {
	color:#3A80FF;
}
#content .php {
	color:#3E6E3E;
}
#content .entry {
	margin: 5px 0px;
}
#content .entry ul, #content .entry ol {
	margin: 3px;
	padding:0 0 0 25px;
}
#content .postmetadata {
	font-size: 10px;
}
#content .post {
	margin: 0 0 6px 0;
	padding: 0;
}
#content .sticky {
	border-bottom: #666666 solid 3px;
}
#content .wp-caption, .caption {
	border:thin solid #676767;
	background-color: #F3F0F6;
	padding: 5px 2px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
#content .wp-caption {
	text-align:center;
}
#content img, #content a img {
	border: none;
	padding:5px;
}
#content .wp-smiley {
	border:0 !important;
}
#content .wp-caption-text {
	margin:2px;
	padding:5px 3px 0px 3px;
}
#content .not-found {
	color:#676767;
}
#content .search {
	margin-top:15px;
}
#content .search fieldset {
	border:0;
}
dl, dt, dd {
	margin:0 10px;
}
dt {
	font-weight:bold;
	padding:6px 0 0 0;
}
.navigation .alignleft, .navigation .alignright {
	width:222px;
	min-height:21px;
	padding:10px 0 10px 0;
}
.navigation .alignright {
	text-align:right;
}
/* Special styles used by image.php to show an image attachment */

.attachment {
	text-align:center;
	margin:0 auto;
}
.caption {
	width:310px;
	margin:15px auto;
}
.attachment p {
	padding:0;
	margin:7px auto 2px auto;
}
/* Special styles used by archives.php (archives page) */

.archive {
	width:200px;
	padding: 2px 20px;
}
/* Special styles used by links.php (links page) */

.archive {
	padding: 2px 20px;
}
/* Special styles used by children.php */

#list-subpages {
	margin:0 10px;
}
#list-subpages ul {
	list-style-type:none;
	margin:3px 15px;
	padding:0px;
}
#list-subpages ul li {
	margin:15px 0;
}
.page-link {
	font-variant:small-caps;
	font-size:14px;
	font-family: Georgia, Serif;
}
#list-subpages p {
	margin:4px 10px;
	padding:0;
}
/* Styles needed to handle comments */

.xoxo, .children {
	list-style-type:none;
	margin:4px;
	padding:0 0 0 10px;
}
.children {
	margin:1px 4px;
}
#respond h3, #content h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size:13px;
	margin: 10px 0 2px 0;
}
#commentform textarea {
	width:99%;
	background:#fff;
	border: 1px;
	background:#fff;
	padding: 2px;
	border-color:#cccccc;
	border-style:solid;
}
#comments ul {
	list-style-type:none;
	list-style-position:inside;
	margin:0;
	padding:5px;
}
#comments li {
	border:1px solid #999999;
}
#comments .children {
	padding:0 0 0 25px;
}
#comments blockquote {
	padding-left:10px;
	margin:10px 60px;
}
#comments blockquote blockquote {
	margin:10px 20px;
}
#comments blockquote p {
	padding:0;
	margin:0;
}
#comments #author-info img {
	float:left;
	margin-right:7px;
}
#comments #author-info {
	font-size:11px;
}
#comments p, #comments .reply {
	font-size:12px;
	margin-left:42px;
}
#comments .reply {
	margin-bottom:10px;
}
#comments .comment, #comments .trackback, #comments .pingback {
	padding:5px;
	margin:5px 0;
}
.thread-odd, .depth-1, .depth-4 {
	background:#f2f2f2;
}
.depth-2, .depth-5 {
	background:#fff;
}
.thread-even, .depth-3, .depth-6 {
	background:#cccccc;
}
.children .alt, .children .odd {
	background:#E0DAE6;
}
.children .even {
	background:#C6BDCE;
}
/* Shows info about comment status */

#comments-status {
	margin: 10px auto;
	padding:15px 0 15px 0;
	background-color:#f2f2f2;
	text-align:right;
	font-size:11px;
}
#comments-status a:link, #comments-status a:visited {
	font-weight:bold;
}
#commentform #submit {
	margin: 5px 0px;
	border-width:1px;
	background: #f2f2f2;
	padding: 1px 4px;
	border-color:#cccccc;
	border-style:solid;
}
#author {
	border: 1px solid #CCCCCC;
}
#email {
	border: 1px solid #CCCCCC;
}
#url {
	border: 1px solid #CCCCCC;
}
#footer {
	background-image:url(images/bottomBar.jpg);
	background-repeat:no-repeat;
	background-color:#ffffff;
	height:100px;
	padding-top:24px;
	padding-left:16px;
	color:#000000;
	text-align:center;
}
#footer a:link, #footer a:visited {
	color:#000000;
	text-decoration:underline;
}
#theme-author {
	padding:0;
	margin:5px 0 0 0;
	text-align:right;
}
.pre {
	width:100;
}
a img {
	border: 0;
}
img {
	border:0;
}
#textwidget {
	text-align: left;
	padding: 5px;
	margin: 5px;
}
#text-3 {
	text-align: left;
	color: white;
	text-shadow: 0px 0px;
	font-family: sans-serif;
	padding: 5px 10px;
}
.textwidget {
	text-align: left;
}
.textwidget p {
	text-align: left;
}
