/*  
Theme Name: Frenzy
Theme URI: http://www.frenzyny.com
Description: Frenzy Template based loosely on the Pluarlism theme
Version: 1.0
Author: Pizzuto
Author URI: http://www.frenzyny.com
*/

* {
	margin: 0;
	padding: 0;
}

ul {
	margin: 10px;
	padding: 10px;
}
body {
	background: #fdfafa;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #6B6B6B;
}

form {
}

input, textarea {
	padding: 2px 5px;
	border: 1px solid #EBEBEB;
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #6B6B6B;
}

h1, h2, h3, h4 {
	margin: 0;
}

h2, h3, h4 {
	margin-bottom: 10px;
	font-weight: normal;
	color: #2a558a;
}

h2 {
	font-size: 28px;
}

h3 {
	font-size: 16px;
}

h4 {
	font-size: 14px;
}

blockquote {
	margin-left: 3em;
	margin-right: 3em;
}

a {
	color: #5685c1;
	text-decoration: none;
}

a:hover {
	text-decoration: line;
}

a img {
	border: none;
}

img.left {
	float: left;
	margin: 5px 20px 0 0;
}

img.right {
	float: right;
	margin: 5px 0 0 20px;
}

hr {
	display: none;
}

/* Wrapper */

#wrapper {
	width: 969px;
	margin: 0 auto;
	background: url(images/img02.jpg) repeat-y;
}

/* Header */

#header {
	height: 141px;
	width: 969px;
	margin: 0 auto;
	background: url(images/img03.jpg) no-repeat;
}

/* Logo */

#logo {
	width: 108px;
	height: 54px;
	background: url(/wp-content/themes/frenzyny-wp/images/frenzy_logo.png) no-repeat;
	margin: 10px 0px 0px 50px;
	float: left;
}

/* Menu */

#menu {
	margin: 0 auto;
	width: 785px;
}

/* Top Navigation */

#home
{
  display: block;
  width: 85px;
  height: 45px;
  background: url(images/btns/css_home.png) no-repeat 0 0;

}

#home:hover
{ 
  background-position: 0 -45px;
}

#home span
{
  display: none;
}

#about
{
  display: block;
  width: 113px;
  height: 45px;
  background: url(images/btns/css_about.png) no-repeat 0 0;

}

#about:hover
{ 
  background-position: 0 -45px;
}

#about span
{
  display: none;
}

#clients
{
  display: block;
  width: 96px;
  height: 45px;
  background: url(images/btns/css_clients.png) no-repeat 0 0;

}

#clients:hover
{ 
  background-position: 0 -45px;
}

#clients span
{
  display: none;
}

#portfolio
{
  display: block;
  width: 109px;
  height: 45px;
  background: url(images/btns/css_portfolio.png) no-repeat 0 0;

}

#portfolio:hover
{ 
  background-position: 0 -45px;
}

#portfolio span
{
  display: none;
}

#services
{
  display: block;
  width: 110px;
  height: 45px;
  background: url(images/btns/css_services.png) no-repeat 0 0;

}

#services:hover
{ 
  background-position: 0 -45px;
}

#services span
{
  display: none;
}

#approach
{
  display: block;
  width: 147px;
  height: 45px;
  background: url(images/btns/css_approach.png) no-repeat 0 0;

}

#approach:hover
{ 
  background-position: 0 -45px;
}

#approach span
{
  display: none;
}
#contact
{
  display: block;
  width: 126px;
  height: 45px;
  background: url(images/btns/css_contact.png) no-repeat 0 0;

}

#contact:hover
{ 
  background-position: 0 -45px;
}

#contact span
{
  display: none;
}

/* Page */

#page {
	background: url(images/img02.jpg) no-repeat;
}

/* Content */

#content {
	float: left;
	width: 555px;
	padding: 0 0 0 76px;
}
#featuredcontent {
	margin: 0 auto;
	width: 887px;
	height: 401px;
	padding: 5px;
	border: thin #c1c1c1;
}

#contentfullpage {
	width: 825px;
	margin: 0 auto;
	padding: 5px;
}

.post {
	padding-top: 5px;
}

.post .title {
}

.post .title a {
	text-decoration: none;
	color: #2a558a;
}

.post .title a:hover {
	text-decoration: underline;
}

.post .entry {
}

.post .meta {
	height: 16px;
	margin: 0;
	padding: 10px;
	background: url(images/img07.jpg) repeat-x left bottom;
	line-height: normal;
}

.post .meta .posted {
	display: block;
	float: left;
}

.post .meta .permalink {
	display: block;
	float: right;
	padding-left: 17px;
	background: url(images/img09.gif) no-repeat left center;
}

.post .meta .comments {
	display: block;
	float: right;
	padding: 0 30px 0 19px;
	background: url(images/img08.gif) no-repeat left center;
}

.post .longmeta {
	line-height: normal;
}

/* Navigation */

.navigation {
	clear: both;
	padding: 20px 0;
	font-weight: bold;
	font-size: larger;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

/* Sidebar */
#sidebar1 {
	float: left;
	width: 443px;
	height: 144px;
	background: url(/wp-content/themes/frenzyny-wp/images/blog_bg.jpg) no-repeat;
	padding: 5px;
	margin: 5px 5px 5px 40px;
}
.sidebarentry {
	color: #000;
	width: 425px;
}

#sidebar {
	float: right;
	width: 220px;
	margin: 10px 70px 0 0;
}

#sidebar h2 {
	font-size: 16px;
	font-weight: bold;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
	list-style: none;
}
#sidebar1 ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar1 li {
	list-style: none;
}
/* Search */

#search {
}

#search br {
	display: none;
}

#search input {
	padding: 1px;
	border-top: 1px solid #BAD300;
	border-left: 1px solid #A9C817;
	border-right: 1px solid #7DAB00;
	border-bottom: 1px solid #578900;
	background: #6E9D00 url(images/img18.gif) repeat-x;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
}

#search #s {
	width: 110px;
	padding: 2px 5px;
	background: #FFFFFF;
	border: 1px solid #EBEBEB;
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #6B6B6B;
}

/* Comments */

#comments {
}

#comment {
	width: 500px;
}

/* Widebar */

#widebar {
	margin: 0 50px;
	padding: 25px 28px 0 28px;
	background: #F2F2F2 url(images/img11.gif) repeat-x;
}

#widebar #colA {
	float: left;
	width: 260px;
}

#widebar #colB {
	float: left;
	width: 260px;
	padding-left: 45px;
}

#widebar #colC {
	float: left;
	width: 186px;
	padding-left: 45px;
}

/* Footer */

#footer {
	height: 56px;
	width: 969px;
	margin: 0 auto;
	background: url(images/img05.jpg) no-repeat;
}

#footertext {
	margin: 0 auto;
	width: 969px;
	text-align: center;
	color: #8E8E8E;
}

#footertext a {
	color: #666666;
}
