/*
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

*/


.alignright { float:right; margin:5px 0; }
.alignleft { float:left; margin:5px 10px 0 0; }
.aligncenter { float:center; margin:5px 0 5px 5px; }


#banner {
background:#323232 url(/wp-content/uploads/2009/12/banner_bg11.png) repeat scroll center top;
}

.banner-in {
min-height:350px;
background:#323232 url(/wp-content/uploads/2009/12/banner_bg11.png) repeat scroll center top;
}

#nav li a {
font-size:18px;
margin:5px 18px;
}

#nav li {
font-family:Georgia,"Times New Roman",Times,serif;
}

.boxer {
background-color: #fff;
padding: 10px 10px 0px 10px;
}

.blog {
font-family:Georgia,"Times New Roman",Times,serif;
line-height: 1.3em;
font-size: 14px;
font-style: italic;
padding: 10px;
background: #D9D9D9;
}

.wrapper {
background: #000;
}

#sidebar-inner .sidebarsub .widget {
width:320px;
}

.sidebar_in {
background:#fff none repeat scroll 0 0;
border-left:none;
padding:0 10px 0 20px;
}
}

.testimonials_spacer p {
font-size:16px;
line-height:20px;
}

#bottom .widget-spot h3 {
margin:0 0 10px;
}

.testimonials_spacer p {
width:240px;
}

.footer li {
list-style-image:none;
list-style-position:outside;
list-style-type:none;
margin-left:0px;
font-size: 14px;
line-height: 22px;
}



.footer li a {
color: #fff;
text-shadow:1px 1px 1px #000000;
}

.footer li a:hover{
color: #999;
}


#content .posts h2.title a:link {
color:#333;
}

.content_spacer {
background:none repeat scroll 0 0 #f2f2f2;
margin-top:10px;
padding:15px;
}

#content .posts h2.title a:hover {
color: #000;
text-decoration: underline;
}

h1, h2, h3, h4, h5, h6 {
text-transform: uppercase;
color:#3A3B3B;
font-family:georgia;
letter-spacing:1px;
}

#sidebar-inner h3 {
color:#3A3B3B;
font-weight:normal;
letter-spacing:4px;
}

#content .posts h2.title {
font-weight:normal;
letter-spacing:1px;
}

#content .anythingSlider .wrapper {
background:none repeat scroll 0 0 #FFFFFF;
}

.featured_work {
border-bottom:medium none;
}

.testimonials_spacer p {
font:italic 16px/22px "Palatino Linotype","Book Antiqua",Palatino,serif;
}

.testimonials_spacer p.author a {
color:#FFFFFF;
}

.testimonials_spacer p.author a:hover {
color:#ccc;
}

.testimonials_spacer p {
width:260px;
}
