/*
a
{
  text-decoration: none;
  color: #555;
  font-weight: bold; 
}

a:hover
{
  color: rgb(0, 102, 204);
  text-decoration: underline;
}
*/

.content
{
  line-height: 150%;
}

/*
body .content a,
body .article h3 a,
h2 a,
html #footer a
*/

body.frame0 .content a,
body.frame0 .article h3 a,
body.frame0 h2 a,
body.frame0 #footer a
{
  /*color: rgb(0, 102, 204);*/
  color: rgb(0, 0, 255);
  text-decoration: none;
}

body.frame1 .content a,
body.frame1 .article h3 a,
body.frame1 h2 a,
body.frame1 #footer a
{
  text-decoration: none;
  /*color: rgb(12, 89, 165);*/
  color: rgb(12, 12, 204);
}

body.frame2 .content a,
body.frame2 .article h3 a,
body.frame2 h2 a,
body.frame2 #footer a
{
  text-decoration: none;
  color: rgb(25, 25, 153);
  /*color: rgb(25, 76, 127);*/
}

body.frame3 .content a,
body.frame3 .article h3 a,
body.frame3 h2 a,
body.frame3 #footer a
{
  text-decoration: none;
  color: rgb(38, 38, 102);
  /*color: rgb(38, 63, 89);*/
}

body.frame4 .content a,
body.frame4 .article h3 a,
body.frame4 h2 a,
body.frame4 #footer a
{
  text-decoration: none;
  color: rgb(51, 51, 51);
}

body .content a:hover,
body .article h3 a:hover,
body h2 a:hover,
body #footer a:hover
{
  text-decoration: underline;

}






/*body:hover .content a,
body:hover .article h3 a,
body:hover h2 a,
html:hover #footer a
*/


.nav_home
{
  display: block;
  width: 700px;
  height:183px;
  margin: 0;
}

.nav
{
  --width:700px;
  background: url(header.jpg);
  background-position: bottom;
  position:relative;
  top:0;
  left:0;
  right:0;
  bottom:0;
}


.nav, .article
{
  -webkit-border-top-left-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.4);
}

.nav > a
{
  text-decoration:none;
}

.nav ul {
  list-style:none;
  margin:0;
  padding:0;
  //width:525px;
  width:50%;
  bottom: 0;
  left:0;
  position:absolute;
  padding:0;
  margin-left:25%;
}

.nav ul li {
  display:inline;
  margin:0;
  padding:0;
}

a.nav_link, a.nav_linked {
  font-weight: bold;
  margin:0;
  text-decoration:none;
  padding:5px 0;
  width:175px;
  background:#fff;
  color:#000;
  float:left;
  text-align:center;
  opacity: 0.5;
}

a.nav_link:hover, a.nav_linked {
  text-decoration:none;
  background:#fff;
  opacity: 0.7;
}

body
{
  position: relative;
  width: 700px;
  margin: 10px auto;
  padding: 0;
  color: rgb(51, 51, 51);
  font-family: Helvetica;
  font-size: 13px;
  line-height: 16px;
  outline-color: rgb(51, 51, 51);
}

#body
{
  margin: 0 20px;
}

.content
{
  margin-bottom: 30px;
}

.article
{
  background: #ffffff;
  margin-top: 10px;
  padding-bottom: 10px;
  padding-top: 10px;
  --border : #aab solid 1px;
}

.tags
{
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 10px;
}

/*
.tags a, .tags a:hover {
  text-decoration:none;
}
*/

h2, h3, h4, .date, .content
{
  margin-left: 30px;
  margin-right: 30px;
  margin-bottom:0;
}

.content h3
{
  margin-left: 0;
}

h2
{
  font-size: 1.6em;
}

h2 input {
  font-size inherit;
  width:100%;
}

/*
h2 a:hover
{
  color: rgb(0, 102, 204);
  text-decoration: none;
}

h2 a
{
  color: rgb(51, 51, 51);
  text-decoration: none;
}
*/

.date
{
  font-family: 'Helveltica';
  font-size: 10px;
  font-weight: normal;
}

html
{
  /*
  top left of image
  background-color: rgb(225, 223, 247);
  */
  --background-color: rgb(207, 206, 237);
  --background: rgb(207, 206, 237);
  background: url(background.png) rgb(225, 223, 245);
  --background: url(background_riseburn.png);
}

#footer
{
  margin:0;
  padding-top:10px;
  text-align:center;
  font-size:80%;
}

blockquote
{
  /*border-left: 5px solid rgb(221, 221, 221);*/
  color: rgb(119, 119, 119);
  /*padding-left: 20px;*/
  font-family: "Helvetica";
}

pre code
{
  font-family: "Consolas", "Courier New";
}

/*h4
{
 font-family: arial;
 font-size: 16px;
font-weight: normal;
}*/

/*
@-webkit-keyframes bounce {
 from {
   background-color: rgb(225, 223, 245);
 }
 to {
   background-color: rgb(172, 176, 214);
 }
}

html {

 -webkit-animation-name: bounce;
 -webkit-animation-duration: 300s;
 -webkit-animation-iteration-count: infinite;
 -webkit-animation-direction: alternate;
 -webkit-animation-timing-function: linear;

}
*/
/*

@media handheld, only screen and (max-width: 767px) {
 body
 {
   border: 1px solid red;
 }
}

@media handheld, only screen and (max-width: 767px) {
 .nav
{
  display: none;
  width: 100%;
  height:100%;
  margin: 0;
}

.article, #footer
{
  width: 100%;
}

body
{
  width:100%;
  padding:0;
  margin:0;
  border: 1px solid red;
}

html
{
  width:100%;
  padding-left: 5px;
  padding-right: 5px;
  margin:0;
}
 
}
*/

