/*
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;
        
}

.about { 
        color: #626262;
        font-family: georgia, times, serif;
        font-size: 14px;
        font-style: normal;
        line-height: 1.6em;
        margin-bottom: 3px;
        padding-top: 10px;
        width: 454px;
        }

.about a{
        color: #626262;
        font-family: Georgia, serif;
        font-size: 10px;
        text-decoration: none;
        font-style: italic;
        font-weight: norlal;
        border-bottom: 1px solid #CCC;
       }

.about a:hover{
        text-decoration: none;
        border-bottom: 1px solid #626262;
        }


a {color: #666; outline: none;}
a:hover {color: #C04932; outline: none;}
a img {border: none;}

body {   
       
       background: #fff url('http://anthonydimitre.com/wp-content/uploads/2011/02/background.png') left repeat-y; 
        color: #666;
	font: normal 62.5% "Helvetica neue", Helvetica, arial, sans-serif;
        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;}
h2 {font: normal 20px Georgia,"Helvetica neue", Helvetica, arial, sans-serif; text-transform: uppercase; }
h3 {font: bold 10px 'lucida grande',"Helvetica neue", Helvetica, arial, sans-serif; line-height:-0.02em;}

h1 {padding-top: 0px; color: #333; margin-bottom: 0px;}
h2 {padding-top: 0px; color: #444; margin-bottom: 0px; font-style: none;}
h3 {padding: 6px; color: #535353; margin-bottom: 5px; background: #f1f1f1;}

h1 a {padding-top: 20px; color: #444; margin-bottom: 0px; text-decoration:none;}
h2 a {font: normal 14px lucida grande,"Helvetica neue",Helvetica, arial, sans-serif;
        color: #333;
        letter-spacing: 0px; 
        font-weight: bold; 
        font-style: none;
        text-transform: none; 
        text-decoration: none;}
text-transform: uppercase; text-decoration: none; }
h2 a:hover {text-decoration: underline; color: #333;}

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-weight: normal;
  font-family: 'Lucida Grande', "Helvetica neue", Helvetica, arial, "Lucida Grande", sans-serif;
   /*font-family: Georgia,Palatino,"Palatino Linotype",Times,"Times New Roman",serif;*/
   line-height: 1.5em;
   font-size: 10px;
   
   padding: 5px 0px 5px 0px;
   border-top: 0px solid #EEE;
   margin: 15px 30px 0 15px;
   }

/* structure */
.inner-container { 
        margin:0px;
	border: 0px solid #eee;
        background: none;
        font-size: 1.2em;
	float: left;
	padding: 0px;
	width: 895px;
         /*-moz-box-shadow: 0px 1px 2px #ccc;
        -webkit-box-shadow: 0px 1px 2px #ccc;
        box-shadow: 0px 2px 1px #ccc; */
        /* For IE 8 */
        -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=1, Direction=135, Color='#ccc;')";
        /* For IE 5.5 - 7 */
        filter: progid:DXImageTransform.Microsoft.Shadow(Strength=1, Direction=135, Color='#ccc;');
        }

.outer-container {
	padding-bottom: 0px;
        
       
}

/* headere & title */
.header {
	/*background: #f4f4ee;*/
         /*background: #ebebe3;*/
        
        background: #111;
	height: 180px;
	text-align: left;
        width: 190px;
        padding-left: 30px;
        margin-right: 30px ;
        margin-left: 0px ;
        margin-top: 20px;
        border-top: 0px solid #111;
        border-bottom: 0px solid #EEE;
        font-family: "Helvetica neue", Helvetica, arial, sans-serif;
        }

.header .title {
	color: #333;
	font-family:  'lucida grande', "Helvetica neue", Helvetica, arial, sans-serif;
        line-height: 1.4em;
	padding: 0px 0 3px 5px;
        font-size: 10px;
        font-style: none;
        font-weight: bold;
        margin-top: 0px;
        text-transform: none;
        width: 170px;
        }

.headerimage {
             width: 114px;
             height: 114px;
             padding-left: 10px;
             margin-top: 15px;
             position: fixed;
             
             }





.header .title .sitename a {
	color: #666;
        background: #111;
        font-family:  'lucida grande', "Helvetica neue", Helvetica, arial, sans-serif;
        letter-spacing: 0px;
        line-height: 1.4em;
	padding: 0;
        font-size: 12px;
        font-style: none;
        font-weight: bold;
        margin-top: 0px;
        position: fixed;
        top: 180px;
        }


.header .title .sitename a:hover {text-decoration: underline;}
.header .title .slogan {
        color: #111;
	font-family:  'lucida grande', "Helvetica neue", Helvetica, arial, sans-serif;
        line-height: 1.3em;
        font-size: 10px;
        font-style: none;
        font-weight: normal;
        margin-top: 3px;
        text-transform: none;
        }


#logoContainerBolt {
  background-color: none;
  background-repeat: no-repeat;
  text-align: left;
  height: 16px;
  width:16px;
  position: fixed;
  left: 0px;
  color: #04BFA5;
  }

/* path */
.path {
	color: #666;
	font-family:  'lucida grande', "Helvetica neue", Helvetica, arial, sans-serif;
        letter-spacing: 1px;
        line-height: 1.3em;
	padding: 5px 0 3px 0px;
        font-size: 10px;
        font-style: none;
        font-weight: bold;
        text-transform: uppercase;
        margin-top: 0px;
        }

.path li, .path ul {display: block;}
.path a {
	color: #111;
	font-family:  'lucida grande', "Helvetica neue", Helvetica, arial, sans-serif;
        letter-spacing: 1px;
        line-height: 1.6em;
	padding: 5px 0 3px 0px;
        font-size: 10px;
        font-style: none;
        font-weight: bold;
        text-transform: uppercase;
        margin-top: 0px;
        
        }

.path a:hover {
	color: #111;
        text-decoration: underline;
        position: fixed;
        top: 165px;
        
}

/* main */
.main {
        
	background: #fff url('http://anthonydimitre.com/wp-content/uploads/2011/02/background.png') left repeat-y; 
	padding: 0;
        /* -moz-border-radius: 7px;
        border-radius: 7px;
        -webkit-border-radius:7px; 
        -moz-box-shadow: 0px 1px 2px #ccc;
        -webkit-box-shadow: 0px 1px 2px #ccc;
        box-shadow: 0px 2px 1px #ccc;
        /* For IE 8 */
        -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=1, Direction=135, Color='#ccc;')";
        /* For IE 5.5 - 7 */
        filter: progid:DXImageTransform.Microsoft.Shadow(Strength=1, Direction=135, Color='#ccc;'); */
       
}

/* content */
.content {
	float: right;
	padding: 0px 0px 0px 55px;
        width: 620px;
        background: #FFF;
        padding-right: 0px ;
        border-top: none;
        border-left: 0px solid #EEE;
        margin-top: -120px;
        }

.content h2{
	font: normal 15px lucida grande,Helvetica, arial, sans-serif;
        color: #333;
        letter-spacing: 0px; 
        font-weight: bold;
        text-transform: none; 
        text-decoration: none;
        border-bottom: 1px solid #666;
        padding-bottom: 5px;
}

.content h2 a{
	font: normal 14px lucida grande, "Helvetica neue",Helvetica, arial, sans-serif;
        color: #333;
        letter-spacing: 0px; 
        font-weight: bold;
        text-transform: none; 
        text-decoration: none;
}

.content h2 a:hover {
	border-bottom: 0px solid #ccc;
}


.content .descr {
	color: #fff;
	font-size: 9px;
        font-family:  'lucida grande', georgia, times, serif;
        margin-top: 1px;
        margin-bottom: 0px;
        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: #626262;
        font-family: 'lucida grande', sans-serif;
        font-size: 12px;
        font-style: normal;
        line-height: 1.5em;
        margin-bottom: 15px;
        padding-top: 0px;
        width:600px;
        }

.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: #626262;
        font-family: 'lucida grande',sans-serif;
        font-size: 12px;
        text-decoration: none;
        font-style: none;
        font-weight: bold;
        border-bottom: 1px solid #ccc;
       }

.content p a:hover{
        text-decoration: none;
        border-bottom: 1px solid #626262;
        }


/* navigation */
.navigation {
	float: left;
        font-style: none;
	width: 200px;
        height: 100%;
        padding-left: 20px;
        padding-bottom: 20px;
        margin-top: 0px;
        background: #111;
        margin-left: 0px;
        position: fixed;
        }

.navigation h1 a {
	color: #333;
	font-family: lucida grande,"Helvetica neue", Helvetica, arial, sans-serif;
        letter-spacing: -0.01em;
       
	margin:0;
	padding: 0;
        font-size: 12px;
        font-weight: bold;
        font-style: none;
        }

.navigation h1 a:hover {
	text-decoration: underline;
        background: none;
        color: #333;
        }

.navigation h2 {
	color: #111;
	font-family:  'lucida grande', "Helvetica neue", Helvetica, arial, sans-serif;
        letter-spacing: 1px;
        line-height: 1.3em;
	padding: 2px 0 3px 15px;
        font-size: 10px;
        
        font-style: none;
        font-weight: bold;
        
        text-transform: uppercase;
        margin-top: 0px;
        }

.navigation ul {
	line-height: 1.1em;
	padding: 0px 15px 5px 15px;
        
}
.navigation li {border-bottom: 0px solid #fff; font-size: 0px; color: #111; line-height: 1.5em;}
.navigation li a {
	font: 1em lucida grande,"Helvetica neue", Helvetica, arial, sans-serif;
        font-size: 12px;
        font-weight: none;
        font-style: none;
	color: #fff;
	display: block;
	text-decoration: none;
	width: 95%;
        clear: both;
        padding-left: 0px;
        line-height: 1.5em;
}
.navigation li a:hover {
	color: #fff;
        text-decoration: underline;
        }

.navigation li a:active {
	color: #fff;
        }

.navigation li a:visited {
	color: #fff;
        }

.blogroll li a   { color: #666;}
.blogroll li a:hover   { color: #fff; text-decoration: underline;}
.blogroll li a:active   { color: #fff;}
.blogroll li a:visited  { color: #fff;}







a {color: #333; text-decoration: none;}
a:hover {color: #ccc;}


/* footer */
/* footer */
.footer {
	/*background: #c1beb5;*/
        background: #fff; /*url('http://radfont.com/wp-content/uploads/2010/12/WaterColorPaperTexture8.png');*/
	color: #969696;
        position: fixed;
        bottom: 10px;
        right: 10px;
        padding: 0px 20px 25px 10px;
        width: 150px;
        filter:alpha(opacity=90);
        opacity:0.9;
        /*-moz-border-bottom-left-radius: 7px;
        -moz-border-bottom-right-radius: 7px;
        border-bottom-left-radius: 7px;
        border-bottom-right-radius: 7px;
        -webkit-border-bottom-left-radius:7px;
        -webkit-border-bottom-right-radius:7px;
        -moz-box-shadow: 0px 1px 2px #999;
        -webkit-box-shadow: 0px 1px 2px #999;
        box-shadow: 0px 1px 2px #999;
        /* For IE 8 */
        -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=1, Direction=135, Color='#999;')";
        /* For IE 5.5 - 7 */
        filter: progid:DXImageTransform.Microsoft.Shadow(Strength=1, Direction=135, Color='#999;'); */
}
.footer ul {
	
	
}
.footer li {
	font-family: 'lucida grande', "Helvetica Neue", sans-serif;
        font-size: 11px;
	list-style: none;
        color: #969696;
}
.footer li a {
        color: #969696;
	display: block;
	line-height: 1.3em;
	
	text-decoration: none;
        padding-left: 3px;
        margin-top: 2px;
        /* text-shadow: 0px 1px 0px #ddd;
        filter: dropshadow(color=#ddd,offX=0,offY=1); */
}
.footer a {color: #969696; text-decoration: none; }
.footer a:hover {
	text-decoration: none;
	color: #969696;	
        
}

.col3, .col3center {
	float: left;
	width: 130px;
        line-height: 1.3em;
        font-size: 10px;
}
.col3center {margin: 0 3%;}

.col3center li a {font-style: normal; color: #535353; font-size: 10px; line-height: 1.3em; }
.col3center li a:hover {text-decoration: underline; }

.col3center h2 {
         color: #969696;
         font-family: 'lucida grande', "Helvetica Neue", sans-serif;
         font-size: 10px;
         font-weight: bold;
         }

.col3 a { 
      color: #535353;
      font-style: none;
      font-size: 10px;
      line-height: 1.3em;
        }

.col3 a:hover{
      text-decoration: underline;
        }

.col3 h2 {
      color: #666;
      font-family: georgia,serif;
        font-size: 10px;
        font-weight: bold;
        }

/* bottom */
.bottom {
	color: #626262;
        /*background: url('http://radfont.com/wp-content/uploads/2010/12/RadFontLogoSmall3.png') right bottom no-repeat;*/
	border-top: 0px solid #eee;
        width: 150px;
        text-align: left;
	font-size: 10px;
        
        margin: 0px;
        padding-top: 20px;
        font-family: 'lucida grande', "Helvetica Neue", sans-serif;
        font-weight: normal;
        font-style: none;
        line-height: 1.5em;
        
        }

.bottom a {color: #626262; font-weight: bold; font-style: none; border-bottom: 1px solid #ccc; text-decoration: none;}
.bottom a:hover {color: #626262; border-bottom: 1px solid #626262; text-decoration: none;}

/* posts */
.post h1 a { z-index: 1;
	color: #5E5C5D;
	text-decoration: none;
        /*font-family: georgia,"Helvetica neue", Helvetica, arial, sans-serif;*/
        font-family: Georgia, serif;
}
.post h1 a:hover {
	;
        
}

.post h1 {
	 color: #5E5C5D;
         border-top: 0px solid #eee;
         margin-top: 20px;
         
}


.post p a {
	
        font-family: georgia, times, serif;
        font-style: normal;
        font-size: 15px;
        font-weight: bold;
        border-bottom: 1px solid #ccc;
        color: #626262;
        padding: 0px;
        }

.post p a:hover {
       color: #626262;
       border-bottom: 1px solid #626262;
       }

.post a img {
	
        border-bottom: 0px solid #ccc;
       
        }

.post p {
      width: 600px;
      }

.post {
      float: left;
      margin: 3px 0 20px 0px; 
      width: 620px; 
      background: #FFF;
      border-bottom: 0px solid #eee;
      padding-bottom: 20px;
      color: #626262;
      }

.postleft {
        color: #ccc;
        float: right;
        position: relative; 
        top: -35px;
        
        /*background: #78fcbf;*/
	font: normal 12px Georgia, "Helvetica neue", Helvetica, arial, sans-serif;
	letter-spacing: 1px;
        font-weight: normal;
        font-style: italic;
        text-transform: uppercase;
        width: 142px;
        }

.postright {    font: normal 30px Georgia,"Helvetica neue", Helvetica, arial, sans-serif;
    color: #969696;
    float: left;
    line-height: 1.3em;
    margin: 10px 0 5px 0px;
    font-weight: normal;
    font-style: normal;
    letter-spacing: -0.02em;
    text-shadow: 0px 1px 0px #fff;
    filter: dropshadow(color=#fff,offX=0,offY=1);
    }
          

.post .info{
	color: #fff;
        font-size: 9px;
        font-family: 'lucida grande', "Helvetica Neue", sans-serif;
        margin: 0 0 7px 0;
        
        }

.post .info a{
	color: #fff;
        font-size: 9px;
        font-family: 'lucida grande', "Helvetica Neue", sans-serif;
        font-style: normal;
        text-decoration: none;
        font-weight: bold;
        background: #fff;
        padding: 0px 0px;
        border-bottom: 0px;
        
        }

.post .info a:hover{
	color: #fff;
        
        }

.post img {
	margin: 0px 0 0px 0;
        padding: 0px 0 0 0;
        display: inline;
        border: none;
        }

.post a img, .post a img {border: none; display: inline;}
.post a:hover img, .post p a:hover img { border-bottom: none; text-decoration: none;}

.info a {color: #999; font-size: 10px;  }
.info a:hover {color: #666;  }

/* 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 }
