/*  
Theme Name: Pixeled
Theme URI: http://samk.ca/freebies/free-wordpress-theme-pixeled/
Description: Dark WP theme with 2-3 column layout, dropdown categories menu, multiple widget-ready placement and feedburner email form integrated, easy to customize. Created by <a href="http://samk.ca/">samk</a>. Enjoy!
Author: sam
Author URI: http://samk.ca/
Version: 1.9.2
Tags: black, blue, three-columns, two-columns, threaded-comments, fixed-width, theme-options, right-sidebar
.
Released under the <a href="http://www.opensource.org/licenses/gpl-license.php">GPL</a>.
.
*/

/* Defaults */

* {
  margin: 0;
  padding: 0;
  }

 p {
  margin: 0;
  padding: 10px 0;
  }

h1, h2, h3, h4, h5, h6 {
  font-family: Verdana;
  }

h1{font-size:20px;}
h2{font-size:14px;}

ul { display:inline;}

a {
  color: #aaf;
  text-decoration: none;
  }

a:hover {
  color: #aaa;
  text-decoration: underline;
  }

a img {
  border: none;  
  }
  
a:hover img{ border: #aaa 1px solid ;  margin:14px;}

img{margin: 15px; }

.imgdesc{ font-size:12px; }


body {
  font-family: trebuchet ms, arial, helvetica, sans-serif;
  background: #000 url(images/bgbody.jpg) top center no-repeat;
  color:white;
 
  }

.logo{ text-align:center; margin-bottom:100px; margin-top:20px; font-size:30px; font-weight:bold;}

.wrapper{ width:950px; margin-left:auto; margin-right:auto; }

.content{ 
	text-align:left; width:740px; padding:0px 0px 0px 30px; 

}

.picdesc{ font-size:12px;
}

.menu{ float:right; text-align:left; width:160px; background: url(images/bg-trans.png); padding:5px 0px 5px 20px; margin-right:10px;
		
}

.footer{ margin-top:50px; font-size:12px; text-align:center;}

ul{margin-left:5px;}

p{margin-left:30px; margin-right:30px; color: #ababab; }
