/*  
Theme Name: NeeWee
Theme URI: http://neewee.com/wordpress/neewee-wordpress-theme/
Tags: fixed width, 3 columns, blue, white, right sidebar, widgets, gravatars, widget ready, color schemes, blueprint, feedburner, google analytics, featured category, admin options
Description: NeeWee Theme is a WordPress Theme built on Blueprint CSS brought to you by <a href="http://frontendbook.com">Front End Book</a>
Version: 1.0.3
Author: Mattias Hising
Author URI: http://frontendbook.com/

	NeeWee 1.0.3
	http://neewee.com/wordpress/neewee-wordpress-theme/

	This theme was designed and built by Mattias Hising,
	whose blog you will find at http://frontendbook.com/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/

body {
	margin:0;
	padding:0;
	font-size:100%;
	font-family:"Myriad Pro", "Lucida Grande", "Tahoma", "Arial", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.alt {
	font-family: "Warnock Pro", "Goudy Old Style","Palatino","Book Antiqua", Georgia, serif; 
	font-style: italic;
	font-weight: normal;
}

form p + p  {
	text-indent: 0;
} /* Don't want this in forms. */

.dquo {
	margin-left: -.5em;
} 

p.incr, .incr p {
	font-size: 10px;
	line-height: 1.44em;  
	margin-bottom: 1.5em;
}
.caps { 
position:relative;
text-decoration:none;
font-variant: small-caps; 
letter-spacing: 1px; 
text-transform: lowercase; 
font-size:0.8em;
line-height:1%;
font-weight:normal;
padding:2px 2px;
}

/* Navigation */
#navigation {
	padding:5px;
	margin-bottom:0px;
	margin-left:425px;
	margin-top:-20px;	
	border-top:0px;
	font-size:0.8em;
	position:absolute;
	width:448px;
}

#navigation ul {
	list-style:none;
	margin:0;
	padding:0;

}

#navigation ul li {
	display:inline;	
}

#navigation ul li ul {
	display:none;
}

#navigation ul li a {
	
	text-decoration:none;
	padding:6px 12px;
}

#content 
{
	font-size:120%;
}


#header {                     
                    margin: 0px 0px 0px 0px; 
                    width: 100%;  azimuth;
                    position:relative;
					padding:0px 0px 10px 58px;
					height:60px;			
              }


#header h1, #header h2 
{
	text-align:left;
	margin:0;
	margin-left:5px;
	padding:0;
}


#header h1 {
                    line-height:55px; 
                    font-size:55px; 
                    font-weight:100; 
                          
                    text-transform:uppercase; 
                    text-align: left;
             }
#header h1 a { 
                    font-weight:normal; 
                    border:0 !important;
                    text-decoration: none;
               }
 
#header h2 {                    
                    font-size:16px; 
                    font-weight:100; 
                    
                    line-height:6px; 
                    text-align:left; 
                    margin-right:55px; 
 
              }


#search {
	position:absolute;
	right:65px;
	top:5px;
}



#rsssubscribe {
	position:absolute;
	right:10px;
	top:15px;	
	padding:2px 0 2px 28px;
}

/* Posts */
/*.post h3, */#header h3{
	margin-bottom:7px;
}

#header h3
{
	font-size:48px;
	margin:0px;
}

.post h3 a, #header h3 a{
	text-decoration:none;	
}

.post h3 a:hover {
	text-decoration:underline;
}
#header h3 a:hover 
{
	text-decoration:none;	
}

#footer 
{
	font-size:0.8em;
}

.postmetadata {
	margin-bottom:7px;
	font-size:0.8em;
}

/* Comments */
.gravatar {
	width:96px;
	float:left;
	padding:0 10px 0 0;
}

.comment {
	padding-bottom:10px;
}

.form-row label {
	float:left;
	width:120px;
	text-align:right;
	margin-right:10px;
}

#sidebar {
	margin-top:20px;
}

/* Widgets */
.widget {
	margin:0 0 5px 0;
	padding-bottom:10px;	
	border:solid 1px #ccc;
}

.widget a {
	text-decoration:none;
}

.widget h4 {
	margin:0;
	padding-top:0px;
	padding-left:13px;
	padding-bottom:0px;
}

.widget ul {
	padding-left:10px;
	padding-top:10px;
	margin:0;
	list-style:none;
	font-size:0.9em;
}

.widget ul li {
	padding:0 0 2px 10px;
}

/* WP Theme Requirements Classes */
.aligncenter,
div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}

.alignleft {
   float: left;
}

.alignright {
   float: right;
}

.wp-caption {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #f3f3f3;
   padding-top: 4px;
   margin: 10px;
   /* optional rounded corners for browsers that support it */
   -moz-border-radius: 3px;
   -khtml-border-radius: 3px;
   -webkit-border-radius: 3px;
   border-radius: 3px;
}

.wp-caption img {
   margin: 0;
   padding: 0;
   border: 0 none;
}

.wp-caption p.wp-caption-text {
   font-size: 11px;
   line-height: 17px;
   padding: 0 4px 5px;
   margin: 0;
}

span.comments {
	float:right;
}
.ui-tabs-nav-item.rss {
}

.ui-tabs-nav-item.rss a {
	background-image: url("images/rss-header.png");
	padding-left:26px !important;
	background-repeat: no-repeat;
	background-position: 0 3px;
}

.promote{border:1px solid #B6B6B5;margin-top:1em;padding-left:3px;}

 
 
 #crp_related 
 {
 	font-size:0.8em;
 }
 
             #home  {
               background:url(http://www.zhamid.ca/images/home.png) no-repeat 0px -1px #ffffff;
               height:30px;
               cursor:pointer;
              }
            #home:hover {
              background:url(http://www.zhamid.ca/images/home.png) no-repeat 0px -31px;
             }
 
            #random  {
               background:url(http://static.tumblr.com/xequfu2/QkYkl99pb/random.png) no-repeat 0px -1px #ffffff;
               height:30px;
               cursor:pointer;
              }
           #random:hover {
              background:url(http://static.tumblr.com/xequfu2/QkYkl99pb/random.png) no-repeat 0px -31px;
             }
 
           #archive  {
               background:url(http://www.zhamid.ca/images/archive.png) no-repeat 0px -1px #ffffff;
               height:30px;
               cursor:pointer;
              }
           #archive:hover {
              background:url(http://www.zhamid.ca/images/archive.png) no-repeat 0px -31px;
             }
 
           #tumbltape  {
               background:url(http://static.tumblr.com/xequfu2/bklkl99tt/tumbltape.png) no-repeat 0px -1px #ffffff;
               height:30px;
               cursor:pointer;
              }
           #tumbltape:hover {
              background:url(http://static.tumblr.com/xequfu2/bklkl99tt/tumbltape.png) no-repeat 0px -31px;
             }
 
           #searchicon  {
               background:url(http://static.tumblr.com/xequfu2/A83kl99rb/search.png) no-repeat 0px -1px #ffffff;
               height:30px;
               cursor:pointer;
               margin-bottom: -18px;
               margin-left: 10px;
               padding-left: 30px;
              }
          #searchicon:hover {
              background:url(http://static.tumblr.com/xequfu2/A83kl99rb/search.png) no-repeat 0px -31px;
             }
             
           #rss  {
               background:url(http://www.zhamid.ca/images/rss1.png) no-repeat 0px -1px #ffffff;
               height:30px;
               cursor:pointer;
              }
          #rss:hover {
              background:url(http://www.zhamid.ca/images/rss1.png) no-repeat 0px -31px;
             }
 
           #download  {
               background:url(http://static.tumblr.com/internal/Gr6knjvpl/download.png) no-repeat 0px -1px #ffffff;
               height:30px;
               cursor:pointer;
              }
          #download:hover {
              background:url(http://static.tumblr.com/internal/Gr6knjvpl/download.png) no-repeat 0px -31px;
             }
             
            #myspace  {
               background:url(http://static.tumblr.com/xequfu2/s8Lkni87o/myspace.png) no-repeat 0px -1px #ffffff;
               height:30px;
               cursor:pointer;
              }
          #myspace:hover {
              background:url(http://static.tumblr.com/xequfu2/s8Lkni87o/myspace.png) no-repeat 0px -31px;
             }
             
          #last  {
               background:url(http://static.tumblr.com/xequfu2/nq7kni86t/last.png) no-repeat 0px -1px #ffffff;
               height:30px;
               cursor:pointer;
              }
          #last:hover {
              background:url(http://static.tumblr.com/xequfu2/nq7kni86t/last.png) no-repeat 0px -31px;
             }
             
          #flickr  {
               background:url(http://static.tumblr.com/xequfu2/1Xckni862/flickr.png) no-repeat 0px -1px #ffffff;
               height:30px;
               cursor:pointer;
              }
          #flickr:hover {
              background:url(http://static.tumblr.com/xequfu2/1Xckni862/flickr.png) no-repeat 0px -31px;
             }
             
          #vimeo  {
               background:url(http://static.tumblr.com/xequfu2/CiBkni8ad/vimeo.png) no-repeat 0px -1px #ffffff;
               height:30px;
               cursor:pointer;
              }
          #vimeo:hover {
              background:url(http://static.tumblr.com/xequfu2/CiBkni8ad/vimeo.png) no-repeat 0px -31px;
             }
                          
          #youtube  {
               background:url(http://static.tumblr.com/xequfu2/U40kni8b6/youtube.png) no-repeat 0px -1px #ffffff;
               height:30px;
               cursor:pointer;
              }
          #youtube:hover {
              background:url(http://static.tumblr.com/xequfu2/U40kni8b6/youtube.png) no-repeat 0px -31px;
             }
                       
          #delicious  {
               background:url(http://static.tumblr.com/xequfu2/Gm5kni82w/delicious.png) no-repeat 0px -1px #ffffff;
               height:30px;
               cursor:pointer;
              }
          #delicious:hover {
              background:url(http://static.tumblr.com/xequfu2/Gm5kni82w/delicious.png) no-repeat 0px -31px;
             }
                          
          #digg  {
               background:url(http://static.tumblr.com/xequfu2/DiYkni841/digg.png) no-repeat 0px -1px #ffffff;
               height:30px;
               cursor:pointer;
              }
          #digg:hover {
              background:url(http://static.tumblr.com/xequfu2/DiYkni841/digg.png) no-repeat 0px -31px;
             }
        
          #facebook  {
               background:url(http://www.zhamid.ca/images/facebook.png) no-repeat 0px -1px #ffffff;
               height:30px;
               cursor:pointer;
              }
          #facebook:hover {
              background:url(http://www.zhamid.ca/images/facebook.png) no-repeat 0px -31px;
             }
			 
	       #hair  {
               background:url(http://www.zhamid.ca/images/HAIR.png) no-repeat 0px -1px #ffffff;
               height:30px;
               cursor:pointer;
              }
          #hair:hover {
              background:url(http://www.zhamid.ca/images/HAIR.png) no-repeat 0px -31px;
             }
			 
		   #miltonblog  {
               background:url(http://www.zhamid.ca/images/miltonblog.png) no-repeat 0px -1px #ffffff;
               height:30px;
               cursor:pointer;
              }
          #miltonblog:hover {
              background:url(http://www.zhamid.ca/images/miltonblog.png) no-repeat 0px -31px;
             }
		  #zhamid  {
               background:url(http://www.zhamid.ca/images/ZHAMID.png) no-repeat 0px -1px #ffffff;
               height:30px;
               cursor:pointer;
              }
          #zhamid:hover {
              background:url(http://www.zhamid.ca/images/ZHAMID.png) no-repeat 0px -31px;
             }
          
          #tumblr  {
               background:url(http://www.zhamid.ca/images/tumblr.png) no-repeat 0px -1px #ffffff;
               height:30px;
               cursor:pointer;
              }
          #tumblr:hover {
              background:url(http://www.zhamid.ca/images/tumblr.png) no-repeat 0px -31px;
             }
          #emailicon  {
               background:url(http://www.zhamid.ca/images/email.png) no-repeat 0px -1px #ffffff;
               height:30px;
               cursor:pointer;
              }
            #emailicon:hover {
              background:url(http://www.zhamid.ca/images/email.png) no-repeat 0px -31px;
             }
 
          
          #twitter  {
               background:url(http://www.zhamid.ca/images/twitter.png) no-repeat 0px -1px #ffffff;
               height:30px;
               cursor:pointer;
              }
          #twitter:hover {
              background:url(http://www.zhamid.ca/images/twitter.png) no-repeat 0px -31px;
             }
             
 


