/*
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: #F3F4F5 ;
         /*#F3F4F5 url('http://anthonydimitre.com/wp-content/uploads/2010/04/background1.png') top repeat-x;*/
        /*background: #E5E1D5 url('http://farm4.static.flickr.com/3387/3190605060_c9e8c387c5_o.png')  no-repeat;*/ 
        background-attachment: fixed; 
	color: #666;
	font: normal 62.5% "Helvetica neue", Helvetica, arial, sans-serif;
        border-top: 0px solid #d5d5d5;
        border-bottom: 0px solid #d5d5d5;
        line-height: 5px;
}

p, code, ul {padding-bottom: .0em;}

li {list-style: none;}

h1 {font: normal 30px Georgia,"Helvetica neue", Helvetica, arial, sans-serif; -0.02em;}
h2 {font: normal 30px Georgia,"Helvetica neue", Helvetica, arial, sans-serif;}
h3 {font: normal 2em "Helvetica neue", Helvetica, arial, sans-serif; -0.02em;}

h1 {padding-top: 20px; color: #333; margin-bottom: 0px;}
h2 {padding-top: 20px; color: #454647; margin-bottom: 0px;}
h3 {padding-top: 20px; color: #ccc; margin-bottom: 0px;}

h1 a {padding-top: 20px; color: #444; margin-bottom: 0px; text-decoration:none;}
h2 a {color: #555; line-height: 1.1em; }
h2 a:hover {text-decoration: underline; color: #555;}

code {
	background: #fff;
	border: 1px solid #EEE;
	border-left: 6px solid #CCC;
	color: #666;
	display: block;
	font: normal 1em "Helvetica neue", 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;}
.textwidget {
   color: #666;
   font-family: "Lucida Grande", sans-serif;
   line-height: 1.5em;
   font-size: 9px;
   padding: 0px 15px 5px 15px;
   }

/* structure */
.inner-container {
	border: 0px solid #eee;
	
	font-size: 1.2em;
	margin: 0 auto;
	padding: 0px;
	width: 666px;
}

.outer-container {
	padding-bottom: 0px;
       
}

/* headere & title */
.header {
	background: #222;
	height: 90px;
	text-align: left;
        width: 636px;
        border: 15px solid #222;
        margin-bottom: 5px;
        line-height: 1em;
        font-family: "Helvetica neue", Helvetica, arial, sans-serif;
}
.header .title {
	color: #222;
	padding-top: 15px;
	padding-left: 15px;
        font-weight: normal;
}
.header .title .sitename a {
	color: #EEE;
        position: relative; 
	font: normal 20px Georgia,"Helvetica neue", Helvetica, arial, sans-serif;
	padding-bottom: 2px;
	text-decoration: none;
        font-weight: bold;
        /*background: #FFE3BF;*/
}
.header .title .sitename a:hover {text-decoration: underline;}
.header .title .slogan {
	font: normal 20px Georgia,"Helvetica neue", Helvetica, arial, sans-serif;
    color: #444;
    line-height: 0.9em;
    margin: 15px 0 5px 0;
    font-weight: bold;
    font-style: italic;
    letter-spacing: -0.02em;
}


#logoContainerBolt {
  background-color: none;
  background-repeat: no-repeat;
  text-align: left;
  height: 16px;
  width:16px;
  position: fixed;
  left: 0px;
  color: #04BFA5;
  }

/* path */
.path {
	
	color: #777;
	font-family: "Helvetica neue", Helvetica, arial, sans-serif;
        letter-spacing: -0.02em;
	width: 486px;
        border-left: 30px solid #222;
        margin-bottom: 7px;
        padding-bottom: 7px;
        position: absolute;
        top: 15px;
        margin-left: 450px;
}
.path li, .path ul {display: inline;}
.path a {
	color: #777;
        font-family: Georgia, Helvetica, arial, sans-serif;
	text-decoration: none;
	margin-right: 6px;
        font-size: 10px;
        letter-spacing: -0.02em;
        font-weight: bold;
        font-style: italic;
        padding-left: 10px;
        padding-right: 7px;
        padding-top: 15px;
        border-left: 1px solid #444;
        
        }

.path a:hover {
	color: #444;
        text-decoration: underline;
        
}

/* main */
.main {
	background: none;
	
	padding: 0 0 0 0;
}

/* content */
.content {
	float: left;
	padding: 0px 20px 20px 16px;
        width: 450px;
        /*background: #F5F5F5 url(http://anthonydimitre.com/wp-content/uploads/2010/08/overlay.png) repeat scroll left top;*/
        background: #fff;
        border: 15px solid #fff;
        border-top: none;
}

.content h2{
	margin-top: 10px;
        border-top: 1px solid #EEE;
}


.content .descr {
	color: #9E9C9D;
	font-size: 13px;
        font-family:  georgia, times, serif;
        margin-top: 5px;
        margin-bottom: 4px;
        font-style: normal;
        letter-spacing: -0.02em;
}
.content li {
	line-height: 1.3 em;
	list-style: url('img/li.gif');
	margin-left: 18px;
}
.content p {
        color: #555;
        font-family: georgia, times, serif;
        font-size:13px;
        font-style:normal;
        line-height:20px;
        margin-bottom: 3px;
        margin-bottom: 6px;
        padding-top: 0px;
        width:454px;
        letter-spacing: -0.02em
        }

.content img {
     
        margin-top: 7px;
        margin-bottom: 7px;
       
        }

.content li p {
        color: #666;
        font-family: "Helvetica neue", Helvetica, arial, sans-serif;
        letter-spacing: -0.02em;
        font-size:16px;
        font-style:normal;
        line-height:1.3em;
        margin: 0 3px;
        }

.content p a{
        color: #999;
        font-family: Georgia, serif;
        letter-spacing: -0.02em;
        font-size: 10px;
        text-decoration: none;
        font-style: italic;
        font-weight: norlal;
        text-decoration: underline;
       }

.content p a:hover{
        text-decoration: none;
        }


/* navigation */
.navigation {
	float: right;
	width: 145px;
        padding-bottom: 15px;
        background: #fff;
        border-left: 5px solid #F3F4F5;

	}

.navigation h1 a {
	color: #444;
	font-family: "Georgia", Helvetica, arial, sans-serif;
        letter-spacing: -0.01em;
        line-height: 20px;
	margin:0;
	padding: 0;
        font-size: 12px;
        font-weight: bold;
         
        }

.navigation h1 a:hover {
	text-decoration: underline;
        background: #eee;
        color: #444;
        }

.navigation h2 {
	color: #444;
	font-family: Georgia, "Helvetica neue", Helvetica, arial, sans-serif;
        letter-spacing: -0.02em;
        line-height: 1.3em;
	margin:0;
	padding: 0px 0px 0px 15px;
        
        font-size: 10px;
        font-weight: bold;
        font-style: italic;
        
        }

.navigation ul {
	line-height: 1.1em;
	padding: 0px 15px 5px 15px;
        
}
.navigation li {border-bottom: 1px solid #fff; font-size: 0px; color: #fff;}
.navigation li a {
	font: bold 1em georgia,serif;
        font-size: 10px;
        font-weight: normal;
        font-style: italic;
	color: #666;
	display: block;
	text-decoration: none;
	width: 95%;
        
        padding-left: 1px;
}
.navigation li a:hover {
	color: #333;
        background: #eee;
        	}

a {color: #333; text-decoration: none;}
a:hover {color: #ccc;}


/* footer */
/* footer */
.footer {
	/*background: #c1beb5;*/
        background: #222;
	color: #777;
        margin-top: 0px;
        padding: 0px 20px 20px 20px;
        width: 476px;
}
.footer ul {
	
	
}
.footer li {
	font-family: georgia,serif;
        font-size: 11px;
	list-style: none;
         
}
.footer li a {
	display: block;
	line-height: 1.1em;
	width: 96%;
	text-decoration: none;
        border-top: 0px solid #ddd;
        margin-top: 2px;
}
.footer a {color: #777; text-decoration: none;}
.footer a:hover {
	text-decoration: underline;
	color: #777;	
}

.col3, .col3center {
	float: left;
	width: 130px;
        line-height: 1.2em;
        font-size: 10px;
}
.col3center {margin: 0 3%;}

.col3center li a {font-style: italic; color: #666; font-size: 10px; line-height: 1.2em;}
.col3center li a:hover {text-decoration: underline;}

.col3center h2 {
         color: #666;
         font-family: georgia,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,serif;
        font-size: 10px;
        font-weight: bold;
        }

/* bottom */
.bottom {
	color: #666;
	clear: both;
	font-size: 10px;
        margin: 0px 0px 10px 0px;
        padding-top: 30px;
        font-family: georgia, serif;
        font-weight: normal;
        font-style: italic;
        line-height: 1.2em;
        }

.bottom a {color: #666; font-weight: bold; font-style: normal;}
.bottom a:hover {text-decoration: underline;}

/* posts */
.post h1 a {
	color: #5E5C5D;
	text-decoration: normal;
        /*font-family: georgia,"Helvetica neue", Helvetica, arial, sans-serif;*/
        font-family: Georgia, serif;
}
.post h1 a:hover {
	text-decoration: underline;
}

.post h1 {
	 color: #5E5C5D;
         border-top: 1px solid #eee;
         margin-top: 20px;
}

.post p a {
	
        font-family: georgia, times, serif;
        font-style: normal;
        font-size: 12px;
        font-weight: bold;
       background: #afc4d1;
       text-decoration: none;
       color: #444;
        padding: 0 2px 0 2px;
}

.post p a:hover {
       background: #EEE;
}


.post {margin: 6px 0 2px;}
.post .info{
	color: #999;
        font-size: 9px;
        font-family: georgia, serif;
        margin: 0 0 7px 0;
        }

.post .info a{
	color: #999;
        font-size: 9px;
        font-family: georgia, serif;
        font-style: italic;
        text-decoration: none;
        font-weight: bold;
        background: #fff;
        padding: 0px 1px;
        }

.post .info a:hover{
	color: #777;
        }

.post img {
	margin: 4px 0 7px 0;
        padding: 20px 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: #999; text-decoration: underline;}

/* comments */


.comments { line-height: 1.3em;}
.content ol li {
	background: none;
        font-family: georgia, serif;
        font-style: italic;
        color; #666;
}

.commentlist {margin: 10px 0 10px 0; padding: 0;}
.commentlist li {
	margin-bottom: 1em;
	list-style: decimal;
}

.commentlist a{
       color: #666;
       font-family: georgia, serif;
       font-size: 12px;
}

#commentform {
	margin: 1em 0;
	background: #FFF;
	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: font-family: "Helvetica neue", Helvetica, arial, sans-serif; font-size: 16px; line-height: 1.3em; color: #555; letter-spacing: -0.02em}

.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 }