/*
Theme Name: Coreography
Theme URI: http://
Description: A custom theme for Coreography.
Version: 1.0
Author: Janice Eirich
Author URI: http://www.janice-eirich.com
Tags: valid XHTML, valid CSS
*/ 


* {
    padding: 0;
    margin: 0;
} 

html { 				min-height: 100%; margin-bottom: 1px; } 
					/* This setting takes care of an issue of browser scrollbar appearing/disappearing. 
					It prevents shifting between pages of different "above the fold" / "below the fold" heights. */
					
body { 
	background-color: #d2d2cd; 
	background-image: url(../../../../images/common/background_grayfade.jpg); 
	background-repeat: repeat-x; 
	margin: 0px; 
	padding: 0px;
}

.header {			width: 900px; height: 163px; margin: 0px auto 0px auto; }

					.breadcrumb {			font-family: Arial, Helvetica, sans-serif; font-size: 10px; color: #767675; 
											width: 900px; height: 20px; padding: 15px 0px 0px 0px; text-align: right; }
					.breadcrumblink {		font-family: Arial, Helvetica, sans-serif; font-size: 10px; color: #767675; }
											a.breadcrumblink:link          { color: #767675; text-decoration: underline; }
											a.breadcrumblink:active        { color: #767675; text-decoration: underline; }
											a.breadcrumblink:visited       { color: #767675; text-decoration: underline; }
											a.breadcrumblink:hover         { color: #FFFFFF; text-decoration: underline; }
											a.breadcrumblink:visited:hover { color: #FFFFFF; text-decoration: underline; }
											
					.logonav {				background-color: #FFFFFF; width: 900px; height: 128px;
											background-image: url(../../../../images/common/white_corner.jpg); background-repeat: no-repeat; }
											
					.subnav {				width: 890px; height: 17px; text-align: right; padding: 8px 10px 0px 0px;
											font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #244A9F; }
					.subnavlink {			font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #244A9F; }
											a.subnavlink:link          { color: #244A9F; text-decoration: none; }
											a.subnavlink:active        { color: #244A9F; text-decoration: none; }
											a.subnavlink:visited       { color: #244A9F; text-decoration: none; }
											a.subnavlink:hover         { color: #767675; text-decoration: underline; }
											a.subnavlink:visited:hover { color: #767675; text-decoration: underline; }
											
					.logo {					width: 800px; height: 58px; margin: 0px 50px 0px 50px; }
					
					.mainnav {				width: 780px; height: 24px; margin: 9px 50px 0px 50px; padding: 11px 0px 0px 20px;
											background-image: url(../../../../images/common/background_nav.jpg); background-repeat: repeat-x; }


p {
	margin: 0;
	padding: 5px;
    margin-top: 5px;
}

img { 
    border: none; 
}

a { 
    color: #878C8D; 
    text-decoration: none; 
}

a:hover { 
    text-decoration: underline; 
    color : #bbb; 
}

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 4px;
	display: inline;
}

img.alignleft {
	padding: 4px;
	margin: 0 4px 2px 0;
	display: inline;
}

.alignright {
	float: right;
}

.alignleft {
	float: left;
}
.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}
.center {
	text-align: center;
}

#wrap {
    margin: 0 auto;
    width: 900px;
}

#header { 
    height: 150px;
    border-bottom: 1px solid #bbb;
}

#header h1 {
    font-size: 25px;
    font-weight: 100;
    font-family: Arial, Helvetica, sans-serif;
    padding: 55px 0 5px 0;
}

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

#header h1 a:hover {
    color: #ccc;
    text-decoration: underline;
}

#header h2 {
    color: #555;
    font-size: 19px;
    font-weight: 100;
    padding: 0 0 0 0;
    letter-spacing: -1px;
    line-height: 12px;
}

/* Menu */

#menu { width: 555px; float: left; }

#menu ul {
	margin: 0px; padding: 0px;
	list-style: none;
}

#menu li {
	display: inline;
	font-family: Arial, Helvetica, sans-serif;
}

#menu a {
	display: block;
	margin: 0px 4px 6px 2px;
	padding: 0px 8px;
	text-decoration: none;
	float: left;
	font-family: Arial, Helvetica, sans-serif; font-weight: bold;
	text-transform: uppercase; color: #656560; font-size: 13px;
}

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

#menu .current_page_item {
    color: #000000; text-decoration: none;
}

#menu .current_page_item a {
	color: #000000; text-decoration: none;
}

#content {
	width: 900px;
    padding: 0px;
	background: #ffffff;
}

.articles {
    border-top: 1px #bbb dashed;
}

#content .showtags {
    background: #FFFFFF;
    padding-left: 5px;
    line-height: 20px;
    border-bottom: 1px solid #bbb;
    border-top: 1px dashed #bbb;
}

#content a img {
    padding: 1px;
    border: 2px solid #fff;
    background: #fff;
}

#content a img:hover {  
    padding: 1px; 
    border: 2px solid #bbb; 
    background: #bbb; 
}

.left {
    width: 500px;
    float: left;
	padding: 30px 0px 50px 50px;
	background: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #656560; line-height: 20px;
}

.left h2 {
    color: #000;
    font-size: 22px;
    font-weight: 100;
    padding : 15px 0 15px 0;
}

.left h2 a {
    color: #000;
}

.left h2 a:hover {
    color: #bbb;
    text-decoration: underline;
}

.left ul {
    padding-left: 3em;
}

.left ol {
    padding-left: 3em;
}

.count {
    float: right;
}

.right {
    width: 253px;
    float: right;
    padding: 10px;
    border-left: 1px solid #bbb;
	background: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.right ul {
    list-style-type: disc;
	margin: 5px 10px 10px 20px;
}

.right li {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

.right ul ul{
    margin:0.1667em 0;
    padding:0 0 0 15px;
}

.right h2 {
    height: 30px;
    font-size: 15px;
    color: #656560;
    line-height: 30px;
    text-decoration: none;
}

.right a { 
    text-decoration: none;
    color: #086eb7;
}

.right a:hover {
    text-decoration: underline;
    color: #086eb7;
}

.nomove {
    width: 253px;
    float: right;
    padding: 10px;
    border-left: 1px solid #bbb;
	background: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.nomove ul {
    list-style-type: none;
    padding: 5px 10px 10px 0px;
}

.nomove h2 {
    height: 30px;
    font-size: 15px;
    color: #000;
    line-height: 30px;
}

.nomove a { 
    font-size: 15px;
    color: #000;
}

.nomove a:hover {
    text-decoration: underline;
    color: #bbb;
}

#footer {
    color: #333;
    font-size: 11px;
    padding: 10px 0px 10px 50px;
    margin-top: 10px;
	font-family: Arial, Helvetica, sans-serif; font-size: 10px; color: #767675;
}

/* Search */

.search {				width: 207px; float: right; padding-right: 18px; }
.searchbox {			width: 151px; height: 24px; float: left; margin: -3px 0px 0px 0px; }
.searchaction {			width: 56px; float: right; }
#s { 					width: 143px; height: 16px; border: 2px #FFFFFF inset; line-height: 12px; 
						font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #244A9F; 
						margin: 0px; padding: 0px 0px 0px 1px; }
.searchbutton { 		height: 18px; width: 56px; border: none; font-family: Arial, Helvetica, sans-serif; font-weight: bold;
						text-transform: uppercase; color: #FFFFFF; font-size: 13px; line-height: 15px;  
						margin: 0px; padding: 0px 0px 2px 0px; background: transparent; }


blockquote {
	margin: 0 0 0 1.5em;
	padding-left: 1em;
	border-left: 5px solid #bbb;
}

#avatar {
    float: right;
}

#spacer {
    padding-top: 10px;
    border-bottom: 1px #bbb dashed;
}