/*
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.

    1. Open style.css file and find any clasess you want to override
	2. Copy classes to override in this file, make sure you put classes outside
	3. Activate custom.css file in theme admin panel

*/
/* START OVERRIDING / ADDING NEW CLASESS BELOW THIS LINE */
body {
font-family:Arial, tahoma;
}
#logo {

padding-left:76px;
padding-top:32px;
}
#top_menu {
margin-bottom:25px;
}

#footer .copyright {
padding:10px 0 20px;
}
#footwidgets-front .widget-spot .widget h3 {
font-family:tahoma;
}
#pagenav li {
font-family:tahoma;
}
#pagenav li a {
font-size:17px;
}
#description {
color:#fff;
display:block;
font-family:tahoma;
font-size:17px;
margin-left:350px;
padding-left:300px;
position:relative;
text-align:right;
top:40px;
width:48%;
}
#logo {
float:left;
}
.container_12 .grid_4 {
width:310px;
}
#quotes{
font-size:11px;
margin-top:75px;
padding-left:58px;
width:255px;
color:#5B3C10;
}
#quotes a {
background:#990000;
color:#ffffff;
}
#top {
float:right;
margin-top:-145px;
}
#spec {
float:left;
margin-left:140px;
margin-top:95px;
width:800px;
}
#footwidgets-blog {
margin:20px auto;
width:969px;
}
#footwidgets-front {
margin:20px auto;
width:969px;
}