@charset "utf-8";
/* CSS Document */

/* -------------------- BODY STYLES--------------------- */

.clearboth {
clear:both;
width:500px;
}
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size:100%;
	line-height:1.125em; /* 16x1.125=18px */
	color: #003366;
}
body {
	margin:0; padding: 0;
	background-color: #006599;
	background-image: url(../images/bg2.jpg);
	background-repeat:repeat-x;
	text-align:center;
}
h1,h2,h3,h4,h5,h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align:left;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	text-align:left;
}
li {
	font-family: Arial, Helvetica, sans-serif;
	text-align:left;
}
a:link {
  color:#58a;
  text-decoration:none;
  }
a:visited {
  color:#969;
  text-decoration:none;
  }
a:hover {
  color:#c60;
  text-decoration:underline;
  }
a img {
  border-width:0;
  }
  
.pic {
  padding:4px;
  border:1px solid #ddd;
  }
  
  
/* -------------------- PAGE LAYOUT--------------------- */
div#top
{
	width:960px;
	margin: 0px Auto 0px Auto;
	padding:0px 0px 0px 0px;
	position:relative;

}  
div#header
{
	width:350px;
	margin: 5px auto 0px auto;
	padding:10px 0px 0px 0px;
	text-align:center; 
	float:left;
}
div#cse
{
	float:right;
	width:300px;
	margin-top: 60px;
	color:#FFFFFF;
        /*border:1px solid #ddd;*/
}  
div#page1
{
	width:980px;
	margin: 4px Auto 0px Auto;
	padding:4px 0px 0px 0px;
	border:0px;
	border-color:#000000;
	position:relative;
}

div#content
{
	width:804px;
	margin: 0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	border: 4px solid #0099cc;
	background-color:#FFFFFF;
	text-align:left;
	float:right;
}
div#main {
  	width:520px;
  	float:left;
	margin: 4px 10px 0px 10px;
  }
div#sidebar {
  	width:230px;
   	float:right;
	text-align:left;
	margin: 4px 0px 0px 0px;
  }
div#crest {
    position:relative;
	top:-150px;
	right:-120px;
  	width:60px;
	float:right;
  }

div#links
{
	position:absolute;
	top:20px;
	left:1px;
	width:160px; 
	padding:0px 0px 10px 10px;
	float:left;
}
div#links a
{
	display:block;
	padding:5px 0px 3px 0px;margin:0 0 2px; border-width: 0;
	text-align:left;
	text-decoration: none; color:#CCC;
	border-right: 3px solid #0099cc;
	border-bottom: 1px solid #0099cc;
	font-family: sans-serif;
	font-size: 0.9em;
	font-style: normal;
	font-weight: 500;
	font-variant: normal;
}

div#links a:hover
{
	color:#66FFFF;
	border-right: 3px solid #66FFFF
}
div#links .sublinks
{
   margin-left:6px;
}
div#links .sublinks a
{
	padding:2px 0px 2px 0px;margin:0 0 2px;
	font-size:0.8em;
	color:#00CCFF;
}
div#links .sublinks a:hover
{
	color:#66FFFF;
}


div#cseresults
{
	font-size:0.75em;  
}




/* --------------------CONTENT HEADINGS --------------------- */

div#content h1 {
	font-size:1.3em;
	color: #006699;
}
div#content h2 {
	font-size:1em;  /* 16x1=16px */
	color: #006699;
}
div#content h3 {
	font-size:0.875em;  /* 16x0.875=14px */
	color: #006699;
}
div#content h4 {
	font-size:0.75em;  /* 16x0.75=12px */
	color: #0099CC;
}
div#content h5 {
	font-size:0.75em; 
	color: #009999;
}
div#content h6 {
	font-size:0.75em; 
	color: #3366CC;
}
div#main p {
	font-size:12px;  /* 16x0.75=12px */
	margin: 0.875em;  /* 16x0.875=14px */
	color: #003366;
}
div#main ul {
	font-size:0.75em;  
	color: #69708C;
	list-style:square;
}
div#main ol {
	font-size:0.75em;  
	color: #223069;
	list-style:lower-roman;
}
div#main em
{
	font-size:0.6em;
	color: #999999;
	text-align:left;
	margin: 12px;
}










/* -------------------- SIDEBAR CONTENT --------------------- */

#sidebar ol {
  margin:0 0 1.5em;
  padding:0 0 1.5em;
  border-bottom:1px dotted #ccc;
  }
#sidebar ul {
  font-size:0.687em;  /* 16x0.687=11px */
  line-height:0.6em;  
  margin:0 0 1.5em;
  padding:0 0 1.5em;
  border-bottom:1px dotted #ccc;
  list-style:none;
  }
#sidebar li {
  margin:0;
  padding:0 0 .25em 15px;
  text-indent:-15px;
  line-height:1.5em;
  }
#sidebar h6{
	color:#669966;
	font:80%/.875em "Trebuchet MS",Trebuchet,Arial,Verdana,Sans-serif;
        line-height:0.9em;
	font-weight: bold;
  }
#sidebar p {
  color:#666;
  font-size:11px;
  line-height:1.225em;
  }






/* -------------------- BLOGGER TITLES --------------------- */

  #blog-title {
  margin:5px 5px 0;
  padding:20px 20px .25em;
  border:1px solid #eee;
  border-width:1px 1px 0;
  font-size:200%;
  line-height:1.2em;
  font-weight:normal;
  color:#666;
  text-transform:uppercase;
  letter-spacing:.2em;
  }
#blog-title a {
  color:#666;
  text-decoration:none;
  }
#blog-title a:hover {
  color:#c60;
  }
/*#description {
  margin:0 5px 5px;
  padding:0 20px 20px;
  border:1px solid #eee;
  border-width:0 1px 1px;
  max-width:700px;
  font:78%/1.4em "Trebuchet MS",Trebuchet,Arial,Verdana,Sans-serif;
  text-transform:uppercase;
  letter-spacing:.2em;
  color:#999;
  }*/





/* -------------------- BLOGGER POSTS --------------------- */

.date-header {
  margin:1.5em 0 .5em;
  }
.post {
  margin:.5em 0 1em;
  border-bottom:1px dotted #ccc;
  padding-bottom:1em;
  }
.post-title {
  margin:.25em 0 0;
  padding:0 0 4px;
  font-size:0.75em;  /* 16x0.75=12px */
  color: #0099CC;
  font-weight:normal;
  line-height:1.4em;
  }
  .post-body {
	font-size:.75em;  /* 16x0.75=12px */
	margin: 1em;  /* 16x0.875=14px */
	color: #003366;
  }
 .post-body p{
	font-size:12px;  /* 16x0.75=12px */

  }
.post-title a, .post-title a:visited, .post-title strong {
  display:block;
  text-decoration:none;
  color:#c60;
  font-weight:normal;
  }
.post-title strong, .post-title a:hover {
  color:#333;
  }

p.post-footer {
  margin:-.25em 0 0;
  color:#ccc;
  }
.post-footer em, .comment-link {
  font:.65em "Trebuchet MS",Trebuchet,Arial,Verdana,Sans-serif;
  text-transform:uppercase;
  letter-spacing:.1em;
  }
.post-footer em {
  font-style:normal;
  color:#999;
  margin-right:.6em;
  }
.comment-link {
  margin-left:.6em;
  }
.post img {
  margin:4px;
  padding:4px;
  border:1px solid #ddd;
  }
.post blockquote {
  margin:1em 20px;
  }
.post blockquote p {
  margin:.75em 0;
  }






/* -------------------- BLOGGER COMMENTS --------------------- */
#comments h4 {
  margin:1em 0;
  font:bold 78%/1.6em "Trebuchet MS",Trebuchet,Arial,Verdana,Sans-serif;
  text-transform:uppercase;
  letter-spacing:.2em;
  color:#999;
  }
#comments h4 strong {
  font-size:130%;
  }
#comments-block {
  margin:1em 0 1.5em;
  line-height:1.6em;
  }
#comments-block dt {
  margin:.5em 0;
  }
#comments-block dd {
  margin:.25em 0 0;
  }
#comments-block dd.comment-timestamp {
  margin:-.25em 0 2em;
  font:78%/1.4em "Trebuchet MS",Trebuchet,Arial,Verdana,Sans-serif;
  text-transform:uppercase;
  letter-spacing:.1em;
  }
#comments-block dd p {
  margin:0 0 .75em;
  }
.deleted-comment {
  font-style:italic;
  color:gray;
  }






/* -------------------- BLOGGER PROFILE --------------------- */
#profile-container {
  margin:0 0 1.5em;
  border-bottom:1px dotted #ccc;
  padding-bottom:1.5em;
  }
.profile-datablock {
  margin:.5em 0 .5em;
  }
.profile-img {
  display:inline;
  }
.profile-img img {
  float:left;
  padding:4px;
  border:1px solid #ddd;
  margin:0 8px 3px 0;
  }
.profile-data {
  margin:0;
  font:bold 78%/1.6em "Trebuchet MS",Trebuchet,Arial,Verdana,Sans-serif;
  text-transform:uppercase;
  letter-spacing:.1em;
  }
.profile-data strong {
  display:none;
  }
.profile-textblock {
  margin:0 0 .5em;
  }
.profile-link {
  margin:0;
  font:78%/1.4em "Trebuchet MS",Trebuchet,Arial,Verdana,Sans-serif;
  text-transform:uppercase;
  letter-spacing:.1em;
  }


/* -------------------- PAGE FOOTER --------------------- */
#footer {
  width:660px;
  clear:both;
  margin: 0px auto 0px auto;
  }
#footer hr {
  display:none;
  }
#footer p {
  margin:0;
  padding-top:15px;
  font:78%/1.6em "Trebuchet MS",Trebuchet,Verdana,Sans-serif;
  text-transform:uppercase;
  letter-spacing:.1em;
  }
div#footer
{
	width:700px;
	font-size: 10px;
	color: #CCC;
	margin: 0px auto 0px auto;
	padding:6px 6px 6px 6px;
	text-align:left;
}
div#footer a
{
	color: #CCC;
}


/* --------------------RSS FEED--------------------- */
.rss_item a {	
	font-size: 12px;
	color: #3366CC;	
}



/* --------------------Media Inspector--------------------- */
#mediaInspector {
    display:none;
	position:relative;
  }
  @media aural {
    #mediaInspector { z-index: 1 }
  }
  @media braille {
    #mediaInspector { z-index: 2 }
  }
  @media embossed {
    #mediaInspector { z-index: 3 }
  }
  @media handheld {
    #mediaInspector { z-index: 4 }
  }
  @media print {
    #mediaInspector { z-index: 5 }
  }
  @media projection {
    #mediaInspector { z-index: 6 }
  }
  @media screen {
    #mediaInspector { z-index: 7 }
  }
  @media tty {
    #mediaInspector { z-index: 8 }
  }
  @media tv {
    #mediaInspector { z-index: 9 }
  }

