/*************************************************************************************************/
/* general settings  */
.page {
	margin-left: auto;
	margin-right: auto;
	width: 960px;
}

.main, .footer, .header,  .sidebar
{
display: inline;
float: left;
}

.main, .sidebar {
	margin: 0 10px;
}

.footer, .header{}

/* Vertical Rhythm */

body { 
	font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
	font-size: 12px;
} 

h1 { 
	font-size: 24px;
	line-height: 36px;
	margin-top: 0; 
	margin-bottom: 0; 
}

h2 { 
	font-size: 22px;
	line-height: 36px;
	margin-top: 0; 
	margin-bottom: 0; 
}

h3 { 
	font-size: 20px;
	line-height: 36px;
	margin-top: 0; 
	margin-bottom: 0; 
}

h4, .pageLinks h2 { 
	font-size: 18px;
	line-height: 18px;
	margin-top: 18px; 
	margin-bottom: 0; 
}

h5, #tagline p{ 
	font-size: 16px;
	line-height: 18px;
	margin-top: 18px; 
	margin-bottom: 0; 
}

h6 { 
	font-size: 14px;
	line-height: 18px;
	margin-top: 18px; 
	margin-bottom: 0; 
}

p , ol, ul, code, .comment {
	font-size: 12px;
	line-height: 18px;
	margin-top: 18px;
	margin-bottom: 18px;
}

.postDate
{
	font-size: 12px;
	line-height: 18px;
	margin-top: 0;
	margin-bottom: 0;
}
.blogPosts h4 {
	font-size: 12px;
	line-height: 18px;
	margin-top: 0;
	margin-bottom: 0;
}

.blogPosts li {margin:0; padding:0;}

.pageLinks p {margin:0;}

.header ul {margin-top:0;}

.postsummary  {padding-bottom: 36px;}
/*
.postsummary span {	
	display:block;
	font-size: 12px;
	line-height: 18px;
	margin-top: 0;
	margin-bottom: 18px;
}
	
.postsummary p {
	margin-bottom: 0; 
	margin-top:0; 
	max-height: 72px; 
	overflow:hidden;}
*/
/* -- end vertical rhythm */
/*************************************************************************************************/

.main {
	width: 700px;
}

.navigation {
	margin-left:10px;
}

.header {
	margin-left:0; 
	margin-right:0;
	padding-bottom: 18px;
	width: 960px;
}

.footer { 
	padding-left: 10px; 
	padding-right:10px;
}


.sidebar {
	margin-left:20px;
	margin-bottom: 18px;
	width: 200px;
}

/*************************************************************************************************/
/* Big Blue Theme skinning */

/* type css rules here and they will be applied
to pages from 'editcss'
immediately as long as you keep this window open. */

/**** link-tag style sheet style.css ****/

body { background-color:#000042;    color: #bdbdbd; }
bold{color:#ffffff;}
a { color: #bdbdbd;}
a:link
{
    color: #bdbdbd;
    text-decoration: underline
}
a:hover
{
    color: #ffffff;
    text-decoration: underline
}

a.amenu:hover
{
    color: #ffffff;
    background-color: #56568f;
}
a.amenu
{
    font-weight: bolder;
    font-size: 10px;
    text-transform: lowercase;
    color: #bdbdbd;
    background-color: #3f3f69;
    text-decoration: none;
}


code
{
    font: 10px/1.25 monaco,"andale mono",courier,"courier new";
    color: #ffffff
}
tt
{
    font: 10px/1.25 monaco,"andale mono",courier,"courier new";
    color: #ffffff
}
pre
{
    font: 10px/1.25 monaco,"andale mono",courier,"courier new";
    color: #ffffff
}

h1, h2, h3, h4, h5, h6
{
    color: #cbcbd6;
}

strong, b
{
    color: #ffffff;
}

.spectacular
{
    color: #ffffff;
}
.spechead
{
    border: #bdbdbd 1px solid;
    background-color: #3f3f69;
}
.specbody
{
    border: #bdbdbd 1px solid;
    background-color: #282842;
}
a.spectacular:link
{
    color: #bdbdbd;
}
a.spectacular:visited
{
    color: #bdbdbd;
}
a.spectacular:hover
{
    color: #ffffff;
}

tr.rowlite
{
    background-color: #0f0f42;
}
tr.rowdark
{
    background-color: #000042;
}

th
{
    border: #bdbdbd 1px solid;
    background-color:#3f3f69;
}

table
{
    border: #bdbdbd 1px solid;
}
input
{
    border: #bdbdbd 1px solid;
    color: #bdbdbd;
    background-color:#000042;
}

textarea
{
    border: #bdbdbd 1px solid;
    color: #bdbdbd;
    background-color: #000042
}

select
{
    border: #bdbdbd 1px solid;
    color: #bdbdbd;
    background-color: #000042
}
ul , ol {margin-left: 20px;}