/*
Theme Name: UpDown-Waves
Theme URI: http://nailsblog.com
Version: 1.0
Description: A simple two column WP theme with a three column footer.
Author URI: http://the-grayline.com
*/


/* standard elements */
html {min-height: 100%;}



* {
  margin: 0;
  padding: 0;
}

a {color: #666;}
a:hover {color: #999;}
a img {border: none;}



body {    
   background: #121212 url("http://radfont.com/wp-content/uploads/2010/04/texture4.png") top left  repeat;
   color: #666;
   font: normal 62.5% georgia,serif;
   border-top: 0px solid #d5d5d5;
   border-bottom: 0px solid #d5d5d5;
   background-attachment: fixed;
   }



p, code, ul {padding-bottom: .0em;}
li {list-style: none;}

h1 {font: normal 30px georgia, serif;}
h2 {color: #FFF; font-family:georgia,serif; font-size:10px; font-weight:bold; font-style: italic; }
h3 {color:#666 ;font-family:georgia,serif;font-size:10px;font-weight:bold;}

h1 {padding-top: 0px; color: #fff; margin-bottom: 0px;}
h2 {padding-top: 10px; color: #fff; margin-bottom: 0px;}
h3 {padding-top: 20px; color: #fff; margin-bottom: 0px; padding-left: 30px;}

h1 a {padding-top: 20px; color: #fff; margin-bottom: 0px; text-decoration:none;}
h2 a {color: #fff; line-height: 140%; font-style: italic; }
h2 a:hover {text-decoration: underline; color: #fff;}

code {
      border: 1px solid #EEE;
      border-left: 6px solid #CCC;
      color: #fff;
      display: block;
      font: normal 1em Helvetica,arial,sans-serif;;
      line-height: 1.6em;
      margin-bottom: 12px;
      padding: 8px 10px;
      white-space: pre;
      }

blockquote {
      background: url('img/quote.gif') no-repeat;
      display: block;
      font-weight: bold;
      padding-left: 28px;
}



/* misc */

.clearer {clear: both; font-size: 0;}
.left {float: middle;}
.right {float: middle;}


/* structure */

.inner-container {
   border: 0px solid #eee;
   font-size: 1.2em;
   margin: 0;
   position: absolute;
   top: 0px;
   padding: 0px;
   width: 100%;
   
   }

.outer-container {
   padding-top: 0;
   width: 100%;
   border-top: 38px solid #000000;
   
   }

/* headere & title */

.header {
   text-align: left;
   width: 100%;
   margin-bottom: 16px;
   border-top: none;
   line-height: 1em;
   position: fixed;
   background: #000;
   height: 38px;
   }

.header .title {
   color: #444;
   padding-top: 4px;
   margin-left: 0px;
   font-weight: bold;
   }

.headerLogo {
   width: 105px;
   height: 29px;
   padding-left: 0px;
   margin-left: 30px;
   }


.header .title .sitename a {
   color: #000;
   position: relative; 
   font-family:  georgia,arial, sans-serif;
   padding-bottom: 2px;
   text-decoration: none;
   font-weight: normal;
   font-style: italic;
   font-size: 20px;
   }

.header .title .sitename a:hover {text-decoration: underline; }
.header .title .slogan {
   font: normal 10px georgia, sans-serif;;
   color: #999;
   font-style: italic;
   font-weight: normal;
   position: relative;
   bottom: 10px;
  display: inline;
   }

/* path */

.path {
   color: #999;
   font: 10px georgia, times, serif;
   font-style: italic;
   position: absolute;
   right: 30px;
   top: 15px;
   text-align: right;
   }

.path li, .path ul {display: inline;}
.path a {
   color: #999;
   text-decoration: none;
   margin-right: 10px;
   padding-left: 7px;
   border-left: 1px dotted #999;
   font-size: 10px;
   
   }

.path a:hover {
   text-decoration: underline;
   color: #999;
   }

/* main */

.main {
   background: none;
   border-top: 1px dotted #333;
   padding: 0px 0 15px 0;
   margin-left: 30px;
   margin-right: 30px;
   margin-top: 53px;

   }

/* content */

.content {
   float: left;
   width: 85%;
   background: none;
   padding: 0px;
   padding-top: none;
   }

.content h2{
   margin-top: 0px;
   color: #FFF;
   font-family:georgia,serif;
   font-size: 9px;
   font-weight:bold;
   font-style: italic;
   }

.content .descr {
   color: #999;
   font-size: 9px;
   font-family:  georgia, serif;
   margin-top: 3px;
   font-style: italic;
   }

.content li {
   line-height: 1.3 em;
   list-style: url('img/li.gif');
   margin-left: 18px;
   }

.content p {
   color: #ABAAAA;
   font-family: georgia, serif;
   font-size: 30px;
   font-style: normal;
   font-weight: normal;
   line-height: 140%;
   margin-bottom: 15px;
   padding-top: 7px;
   font-style: italic;
   /*text-shadow: 0px 1px 2px #444;*/
   }

.content img {
   margin-top: 3px;
   margin-bottom: 7px;
   }

.content li p {
   color: #666;
   font-family: georgia, serif;
   font-size:20px;
   font-style: normal;
   line-height:1.3;
   margin-bottom: 3px;
   padding-top:3px;
   }

.content p a{
   background: #000;
   color: #ABAAAA;
   font-family: georgia, serif;
   font-size: 30px;
   font-weight: normal;
   line-height: 140%;
   font-style: italic;
        }

.content p a:hover{

        text-decoration: underline;

        }





/* navigation */

.navigation {
        position: fixed;
        right: 30px;
        float: right;
        padding: 20px 0;
        margin-top: 57px;
        margin-bottom: 15px;
        width: 150px;
        text-transform: uppercase;
        background-attachment: scroll;
        background: url("http://radfont.com/wp-content/uploads/2010/04/pixel2.png") top left  repeat;
	}



.navigation h1 a {
   color: #fff;
   font-family: georgia, serif;
   line-height: 20px;
   margin:0;
   padding: 0;
   font-size: 10px;
}

.navigation h1 a:hover {
}



.navigation h2 {

	color: #fff;

	font-family:  georgia,serif;

        line-height: 20px;

	margin:0;

	padding: 0px 0px 0px 15px;

        font-size: 10px;

        font-style: italic;

        text-transform: uppercase;

        }



.navigation ul {

	padding: 0px 0px 15px 15px;

}



.navigation li {

     list-style-type: none;



}

.navigation li a {

	font-family: georgia,serif;;
        
	color: #9B9A9A;

	display: block;

	text-decoration: none;

        font-weight: normal;

        font-style: italic;

        font-size: 10px;

}



.navigation li a:hover {

        text-decoration: underline;

        	}



a {color: #fff; text-decoration: none;}

a:hover {color: #fff;}





/* footer */

/* footer */

.footer {
        background: #121212 url("http://radfont.com/wp-content/uploads/2010/04/texture44.png") top left  repeat;
	color: #fff;
        padding: 0px 0px 0px 0px;
        height: 500px;
        
        width: 100%;
        }

.footer ul {

	

	

}

.footer li {

	font-family: georgia,serif;

        font-size: 10px;

	list-style: none;

         

}

.footer li a {

	display: block;

	line-height: 1.1em;

	width: 100px;

	text-decoration: none;

        border-top: 0px solid #ddd;
        margin-left: 30px;
        margin-top: 2px;

}

.footer a {color: #666; text-decoration: none;}

.footer a:hover {

	text-decoration: none;	

        color: #666;

}



.col3, .col3center {

	float: left;

	width: 130px;

        line-height: 1.2em;

        font-size: 10px;

}

.col3center {margin: 0 3%;}



.col3center li a {font-style: italic; font-size: 10px; line-height: 1.2em;}

.col3center li a:hover {text-decoration: underline;}



.col3center h2 {

         color: #666;

         font-family: georgia,"lucida grande",Helvetica,arial,sans-serif;

        font-size: 10px;

        font-weight: bold;

         }



.col3 a { 

      color: #666;

      font-style: italic;

      font-size: 10px;

      line-height: 1.2em;

        }



.col3 a:hover{

      text-decoration: underline;

        }



.col3 h2 {

      color: #666;

      font-family: georgia,"lucida grande",Helvetica,arial,sans-serif;

        font-size: 10px;

        font-weight: bold;

        }



/* bottom */

.bottom {

	color: #999;

	clear: both;

	font-size: 10px;

        margin: 0px 0px 10px 30px;

        padding-top: 30px;

        font-family: georgia, serif;

        font-weight: normal;

        font-style: italic;

        }



.bottom a {color: #999; font-weight: bold; font-style: normal;}

.bottom a:hover {text-decoration: underline; }



/* posts */

.post h1 a {

	color: #fff;

	text-decoration: normal;

        font-family: georgia, serif;

}

.post h1 a:hover {

	text-decoration: underline;

        color: #fff;

}



.post h1 {

	 color: #fff;

         border-top: 1px solid #eee;

         margin-top: 20px;

}



.post p a {
   color: #fff;
   font-family: georgia, serif;
   font-style: italic;
   text-decoration: none;
}

.post p a:hover {
   text-decoration: underline;
   color: #9B9A9A;
   }

.post {margin: 6px 0 2px;}

.post .info{
   color: #9B9A9A;
   font-size: 9px;
   font-family: georgia, serif;
   margin-bottom: 0px;
   padding-right: 1px;
   background: none;
   }



.post .info a{
   color: #9B9A9A;
   font-size: 9px;
   font-family: georgia, serif;
   font-style: italic;
   text-decoration: none;
   font-weight: bold;
   background: none;
   }

.post .info a:hover {
   color: #9B9A9A;
   font-size: 9px;
   font-family: georgia, serif;
   font-style: italic;
   text-decoration: underline;
   font-weight: bold;
   background: none;
   }




.post img {
   margin: 4px 0;
   padding: 5px 0 0 0;
   }

.post a img {border: 4px solid #DDD;}

.post a:hover img {border-color: #CCC;}



.info a {color: #ccc; font-size: 10px; text-decoration: underline;}

.info a:hover {color: #555; text-decoration: underline;}



/* comments */


.comments { line-height: 1.3em;}

.content ol li {
   background: none;
   }

.commentlist {margin: 0; padding: 0;}

.commentlist li {
   margin-bottom: 1.2em;
   list-style: decimal;
   }



.commentlist a{
   color: #999;
   font-family: georgia, serif;
   font-size: 9px;

}



#commentform {

	margin: 1em 0;

	background:none;

	width: 460px;

}



#commentform p {

	line-height: 1em;

        font-family: georgia, serif;

        font-size: 12px;

        color: #666;

}

.commentmetadata {padding: 0}

.commentmetadata 9 {

	color: #666;

        font-size: 12px;

}



.commentmetadata a {

	color: #999;

	text-decoration: none;

        font-size: 12px;

}

.commentmetadata a:hover {text-decoration: underline; color: red;}



textarea.styled {width: 440px; padding: 6px; font-family: georgia, serif; font-size: 20px; line-height: 1.3em; color: #555;}



.styled {







	font-size: 1.1em;

	background: #F8F7F6;

	border: 1px solid #ccc;

}





#commentform input {margin-bottom: 3px; margin-top: 7px;}



/* calendar */

#wp-calendar {color:#A0A0A0;}



.navigation table caption {border-bottom-color:#000;}



.navigation table thead tr {

  border-bottom-color:#000;

  color:#A53512;

}



.navigation table th {border-bottom-color:#000;}



.navigation table td#today {

  border-color:#000;

  color:#A53512;



}



.navigation table td a {

  border-bottom-color:#000;

  background-color:#EDF3DE;

}



.navigation table tfoot {border-top-color:#000;}



.navigation table tfoot a {background:none;}



/* calendar

--------------------------------------------------*/

#wp-calendar {

  display:inline-table;

  border-collapse:collapse;

  width:185px;

  margin:0px 10px 0 10px;

  text-align:center;

}



.navigation table caption {

  margin: -5px 10px 0 10px;

  padding-bottom: 5px;

  border-bottom: 1px solid;

  letter-spacing: 0.1em;

}



.navigation table thead tr {border-bottom:1px solid;}



.navigation table th {border-bottom:1px solid;}



.navigation table td {

  width: 225px; /* maximaize width; honestly, I don't know much about tables... */

  padding: 1px;

  font-size: 0.9em;

}



.navigation table td#today {

  padding: 0;

  border: 1px solid;

  font-size: 1em;

  font-weight: bold;

}



.navigation table td a {

  display: block;

  border-bottom: 1px solid;

  font-weight: bold;

  font-size: 1.15em;

}



.navigation table tfoot {border-top:1px solid;}

.navigation table tfoot a {

  border: none;

  font-weight: bold;

}

.navigation table tfoot #prev a {text-align:left;}

.navigation table tfoot #next a {text-align:center;}



#searchform {padding: 10px;}



.rss-feed { background: #FFFFDD url('img/rss-feed.gif') repeat-x 0 0; border: 1px solid #D1D3D5; margin-left:0; margin-right:0; margin-top:2.0em; margin-bottom:0; padding-left:15px; padding-right:15px; padding-top:1.5em; padding-bottom:0.75em }

.rss-feed h4 { color: #636567; margin: 0; }

.rss-feed img#rss-feed-icon { float: left; border: 0px none; margin-right: 5px; padding: 0 }