/*
Theme Name: Ultraband
Theme URI: http://ultrband.com/
Description: Custom WordPress theme for Ultraband website.
Version: 1.0
Author: Adrian Diaconescu
Author URI: http://rubiqube.com/
*/


* {
	margin: 0;
	padding: 0;
}

html {
	padding-bottom: 34px;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background: #AAAAAA;
	color: #595959;
	font-size: 12px;
}

a {
	font-weight: bold;
	color: #5F97AC;
}

a:hover {
	color: #F50003;
}

ul {
	list-style: none;
}

blockquote {
	font-size: 120%;
	font-weight: bold;
	color: #5F97AC;
	margin: 25px 10px 25px 20px;
	background: url(images/bg_quote.gif) no-repeat top left;
	padding-left: 35px;
}

img {
	border: 0;
}

.clear {
	clear: both;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

#wrapper {
	background-color: #AAAAAA;
	width: 799px;
	margin: 18px auto 0 auto;
}

#header {
	height: 165px;
	background: url(images/bg_header.jpg) no-repeat top left;
}

#logo {
	padding-top: 21px;
	margin-left: 61px;
	float: left;
}

#logo a {
	display: block;
	width: 198px;
	height: 121px;
	background: url(images/logo.gif) no-repeat top left;
}

#logo a span {
	display: none;
}

#topsearch {
	float: right;
	padding: 30px 170px 0 0;	
}

#topsearch button {
    background-color: #F50003;
    border: none;
    font-size: 80%;
    font-weight: bold;
    color: #FFFFFF;
    cursor: pointer;
    padding: 2px 4px;

}

#topsearch input {
	font-size: 90%;
	padding: 2px;
	border: 1px solid #646263;
}

#menu {
	height: 38px;
	background: url(images/bg_menu.jpg) no-repeat top left;
}

#menu ul {
	margin-left: 15px;
}

#menu ul li {
	float: left;
	margin: 11px 20px 0 0;
	padding-left: 20px;
	background: url(images/sep_menu.png) no-repeat center left;
}

#menu ul li:first-child {
	background: none;
}

#menu ul li a {
	color: #FFFFFF;
	text-decoration: none;
}

#menu ul li a:hover {
	text-decoration: underline;
}

#container-top {
	height: 28px;
	background: url(images/bg_container_top.gif) no-repeat top left;
}

#container-btm {
	height: 34px;
	background: url(images/bg_container_btm.gif) no-repeat bottom left;
}

#container {
	background: url(images/bg_container.gif) repeat-y top left;
}

#content {
	float: left;
	width: 532px;
	background: #FFFFFF url(images/bg_content_top.gif) no-repeat top left;
	margin-left: 29px;
	padding-top: 15px;
}

.post {
	margin: 0 33px;
}

.post h2 {
	font-size: 130%;
	color: #E85050;
	margin: 0 0 15px 0;
	line-height: 1.3;
}

.pagetitle {
	font-size: 130%;
	color: #E85050;
	margin: 0 33px 15px 33px;
	line-height: 1.3;
}

.post h3 {
	font-size: 110%;
	color: #333333;
	margin-bottom: 5px;
	line-height: 1.3;
}

.post p {
	margin-bottom: 10px;
	line-height: 1.3;
}

.post img.alignleft {
	float: left;
	margin: 0 20px 10px 0;
}

.navigation {
	margin-top: 20px;
}

.newsentry {
	margin-bottom: 20px;
}

#content-btm {
	height: 9px;
	background: url(images/bg_content_btm.gif) no-repeat bottom left;
	margin-top: 10px;
}

#sidebar {
	float: left;
	width: 202px;
	margin-left: 15px;
}

.sidepanel {
	width: 202px;
	margin-bottom: 10px;
	background: #FFFFFF url(images/bg_sidepanel_top.gif) no-repeat top left;
	font-size: 90%;
	padding-top: 9px;
}

.sidepanel p {
	margin: 0 4px;
}

.sidepanel-head {
	margin-bottom: 10px;
}

.sidepanel-content {
	width: 184px;
	margin: 0 9px;
}

#latestnews {
	margin: 0 4px;
}

#latestnews li {
	padding: 4px 0 4px 12px;
	background: url(images/bullet.gif) no-repeat center left;
	background-position: 0 7px;
}

#latestnews li a {
	font-weight: normal;
	color: #595959;
	text-decoration: none;
}

#latestnews li a:hover {
	text-decoration: underline;
}

.widget {
	margin: 0 4px 15px 4px;
}

.widgettitle {
	font-size: 110%;
	color: #333333;
	margin-bottom: 5px;
	line-height: 1.3;
}

.widget ul li {
	padding: 4px 0 4px 12px;
	background: url(images/bullet.gif) no-repeat center left;
	background-position: 0 7px;
}

.widget ul li a {
	font-weight: normal;
	color: #595959;
	text-decoration: none;
}

.widget ul li a:hover {
	text-decoration: underline;
}

.sidepanel-btm {
	height: 9px;
	background: url(images/bg_sidepanel_btm.gif) no-repeat bottom left;
}

#footer-logos {
	background: url(images/bg_footer_logos.gif) repeat-y top left;
	padding: 20px 0;
}

#footer-logos-inner {
	width: 800px;
	margin: 0 auto;
}

#footer-logos-inner li {
	float: left;
	margin-left: 60px;
}

#footer-links {
	height: 40px;
	background: url(images/bg_footer_links.gif) no-repeat bottom left;
	font-weight: bold;
	color: #FFFFFF;
}

#footer-links p {
	padding-top: 10px;
	text-align: center;
}

#footer-links a {
	color: #FFFFFF;
}

#design-by {
         text-align: center;
         font-size: 9px;
}

#design-by a {
         color: #FFFFFF;
}