/*  
Theme Name: Berganza
Theme URI: http://www.moofishmedia.com/projects/wordpress/berganza.aspx
Description: A search engine optimized website framework for WordPress in the theme of the Berganza website http://www.berganza.com
Author: Paul Doswell
Author URI: http://www.moofishmedia.com/
Version: 1.0
Tags: berganza, classic
.
Copyright Moofish Media, 2010
.
*/

/* 
** Reset default browser styles
*/
@import url("styles/reset.css");

/* 
** Rebuild typographic styles
*/
@import url("styles/rebuild.css");

/* 
** Basic 2-column layout, sidebar on the right
*/
@import url("styles/2c-r.css");

/* 
** Bring in the basic WordPress styles
*/
@import url("styles/wp.css");

/*
** Get rid of the nav element on single posts
*/

.single #nav-above {
	display: none;
}

body {
	text-align: center;
	background: #7C859C;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

/*
** clearfix markup
*/
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}

/*
** Header
*/

#header {
	height: 181px;
}

#masthead {
	background: url("images/bg_top_wallpaper.jpg") top left no-repeat;
	margin: 0;
}

#branding {
	width: 950px;
	margin: 0 auto;
	height: 139px;
}

#blog-title {
	display: none;
}

#shopImage {
	border: 1px solid #858687;
	display: block;
	float: left;
	margin-left: 60px;
	margin-top: 12px;
}

#Promo {
	border-color:#737475;
	border-style:solid;
	border-width:0 0 0 1px;
	float:right;
	height:107px;
	margin-right:50px;
	margin-top:22px;
	width:179px;
	height:107px;
}


#Promo_Text{
	font-size:11px;
	line-height:14px;
	float:left;
	margin-left:7px;
	xwidth:66px;
	width:200px;
	height:107px;
	xcolor:#737475;
	color:#bbbbbb;

}
#Promo_Text a{
	color:#737475;
	text-decoration:none;
}

#Promo_Text a:hover{
	color:#ffffff;
	text-decoration:none;
}

#Promo_Title{
	color:#FFFFFF;
	font-size:11px;

}
#Promo_Image{
	float:right;
	margin-left:10px;
	/*background-color:#FFFFFF;*/
	height:107px;
}

#Promo_Text td{
	vertical-align:middle;
	font-size:12px;
	width:200px;
}

#Promo_Text td.PromoTdImage{
	background-color:#FFFFFF;
}

#Promo_Text td p{

margin:12px 0 12px 0;}

/*
** Menu
*/

#access {
	background: #000;
	height: 21px;
}

.skip-link {
	display: none;
}

.menu ul {
	list-style: none;
	margin: 0;
}

.menu ul ul {
	display: none;
}

.menu li {
	display: inline;
}

.menu a {
	display: block;
	float: left;
}

/*
** Content
*/

.post {
	margin: 13px 0;
	border-color: #4c515c;
	border-style: dotted;
	border-width: 0 0 2px;
}

.date-title {
	line-height: 25px;
	font-weight: bold;
	border: 0;
}

h1.entry-title, .entry-title a, .entry-title a:link, .entry-title a:active, .entry-title a:visited {
	color: #333;
	text-decoration: none;
	font-weight: normal;
	font-size: 16px;
}

.entry-meta {
	display: none;
}

.entry-content, .entry-summary {
	margin: 1.5em 0 0 0;
}
.entry-content a, .entry-summary a{
	color:#000000;
}
.entry-utility {
	margin-bottom: 13px;
}

.entry-utility a, .entry-utility a:link, .entry-utility a:active, .entry-utility a:visited {
	color: #333;
	text-decoration: none;
}

.entry-utility a:hover {
	text-decoration: underline;
}

/*
** Navigation
*/

.navigation {
	margin: 0;
	margin-top: 12px;
	overflow: auto;	
}

.navigation a, .navigation a:link, .navigation a:active, .navigation a:visited {
	text-decoration: none;
	color: #111;
}

.navigation a:hover {
	text-decoration: underline;
}

/*
** Widget Areas
*/

.widget-area ul {
	list-style: none;
	margin-left: 0;
}

.widget-area ul ul {
	list-style: disc;
	margin-left: 1.1em;
}

.widget-area ul ul ul {
	margin-left: 2.5em;
}

.widget-container {
	margin: 0 0 1.5em 0;
}

/*
** Overrides begin here
*/

#wrapper {
	xbackground: url("images/bg_top_fade.jpg") top left repeat-x;
	margin: 0 auto 0 auto;
	text-align: left; /* override the IE centering hack */
}

#container {
	float: left;
	margin: 0 -330px 0 25px;
	width: 100%;
}

#content {
	margin: 0 330px 0 20px;
}

#content h1 {
	margin-top: 12px;
}

#archive {
	margin-top: 30px;
}


#archive, #primary, #secondary {
	float: right;
	overflow: hidden;
	width: 216px;
	border-left: solid 1px #8F97AC ;
	padding-left: 10px;
}

#archive h3, #archive h4 {
	font-weight: bold;
	margin-top: 12px;
}

#archive h3, #archive h3 a, #archive h3 a:link, #archive h3 a:active, #archive h3 a:visited {
	color: #fff;
	text-decoration: none;
}

#archive ul {
	list-style: none;
	margin: 0;
	margin-top: 12px;
}

#archive ul li {
	margin-left: 20px;
	border-bottom: #4c515c dotted 1px;
	margin-bottom: 2px;
	padding-bottom: 2px;
}

#archive ul li a, #archive ul li a:link, #archive ul li a:active, #archive ul li a:visited {
	color: #333;
	text-decoration: none;
}

#archive ul li a:hover {
	color: #000;
}

#main {
	width: 880px;
	margin: 0 auto;
}

#access {
	width: 950px;
	margin: 0 auto;
}

#respond {
	margin-top: 12px;
}

#respond a, #respond a:link, #respond a:active, #respond a:visited {
	color: #fff;
	text-decoration: none;
}

#comments {
	margin-top: 12px;
	color: #fff;
	font-weight: bold;
}

.commentlist {
	margin: 0;
	list-style: none;
}

.commentlist a, .commentlist a:link, .commentlist a:active, .commentlist a:visited {
	color: #000;
	text-decoration: none;
}

.commentlist a:hover {
	text-decoration: underline;
}

/*
** Guy's CSS (with amends)
*/

#Logo {
	float:left;
	padding-left:61px;
	padding-top:24px;
}

#Title {
	height:40px;
	margin-top: 30px;
}









#SubMenu {
	height:20px;
	width:950px;
}

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

#SubMenu ul li {
	float:left;
	height:20px;
	margin:0;
	overflow:hidden;
	padding:0;
}

#SubMenu ul .spacer {
	background-color:#F6F7F7;
	height:20px;
	width:20px;
}

#SubMenu .selected img, #SubMenu ul li a:hover img {
	margin-top:-20px;
}

/*
#Footer {
	margin:0 auto;
	clear:both;
	color:#000000;
	font-size:10px;
	height:55px;
	padding-top:50px;
	width:950px;
}

#Footer_Left, #Footer_Middle {
	padding-top:20px;
}

#Footer_Left, #Footer_Right {
	float:left;
	width:150px;
}

#Footer_Middle {
	float:left;
	text-align:center;
	width:550px;
}

#Footer_Right {
	text-align:right;
}

#Footer a:link, #Footer a:active, #Footer a:visited {
	color:#000000;
	text-decoration:none;
}
*/
