/*
File:			custom.css
Description:	Custom styles for Your Theme

HOW TO USE THIS FILE:

Override any class you want and it will change default styling to suit your needs.

For example, if you wish to change the default text blog title to grey, you would add the 
following declarations to this file:

	#header .blog-title a{ background:#cccccc }     <--- This makes blog title background grey
*/
#content .featured_work h4 { margin:0 0 10px 0; padding:0; font-size:18px; font-weight:bold; }


a { text-decoration:underline; }
/*========== Wordpress uploader Post Images============*/.alignright { float:right; margin:5px 0; }.alignleft { float:left; margin:5px 5px 0 0; }.aligncenter { float:center; margin:5px 0 5px 5px; }img.alignright {float:right; margin:0 0 1em 1em}img.alignleft {float:left; margin:0 1em 1em 0}img.aligncenter {display: block; margin-left: auto; margin-right: auto}a img.alignright {float:right; margin:0 0 1em 1em}a img.alignleft {float:left; margin:0 1em 1em 0}a img.aligncenter {display: block; margin-left: auto; margin-right: auto} /*===========Wordpress Captions=======================*/.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 {text-align: center;font-size: 11px;line-height: 17px;padding: 0 4px 5px;margin: 0;color: #999;}


#bottom .linklist  {  margin:0 0 0 -5px; padding:0; }
#bottom .linklist li { margin:0 0 10px 10; padding:3px 5px; list-style:square; color:#ffffff; font-size:16px;  }
#bottom .linklist li a {color:#ffffff; text-decoration:underline;  }
#bottom .linklist li span { font-size:11px; }
#bottom .linklist li a:hover { text-decoration:none;   }
#bottom .linklist li:hover  { cursor:pointer; }
#bottom .linklist li p { margin:0; padding:0; line-height:18px;}
