/*
Theme Name: Blooms for Business
Theme URI: http://www.bloomsforbusiness.com/
Description: WordPress theme for www.bloomsforbusiness.com
Version: 1.0
Author: Simon McFarlane
Author URI: http://www.clearbytes.co.uk/


*/

/*------ clear standard browser styles ------*/

body,div,dl,dt,dd,h1,h2,h3,h4,h5,h6,ul,ol,li,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}

ul,ol,li{
	list-style: none;
}

address,caption,cite,code,dfn,th,var {
	font-style:normal;
	font-weight:normal;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}



/* ---------------- global styles ---------------- */


body {
	margin: 0;
	padding: 0;
	font-size: 62.5%;
	text-align: center;
	color: #EBEBEB;
	font-family: arial, verdana, sans-serif;
	background: #000000 url(img/bg.jpg) repeat-x 0 0;
    }



body a img {
    border: none;
}





/* ---------------- global classes ---------------- */


.bold{
   font-weight: bold;
}


.hide{
   position:absolute;
   left: 0px;
   width: 1px;
   height: 1px;
   overflow: hidden;
}
	
.hidden{
	display: none;
}

.clear {
	clear: both;
	}


#advert{
	position: absolute;
	top: 0;
	left: 0;
}


/* ---------------- wrap ---------------- */

#wrap{
	text-align: left;
	margin: 0 auto 0 auto;
	width: 960px;
	padding: 0;
}


#header{
	float: left;
	width: 960px;
}


#title{
	float: left;
	width: 960px;
	height: 69px;
	text-indent: -9999px;
	margin: 10px 0 10px 0;
	background: url(img/bloomsforbusiness.gif) no-repeat 50% 0;
}

#title2{
	float: left;
	width: 369px;
	height: 69px;
	text-indent: -9999px;
	margin: 10px 0 15px 0;
	background: url(img/bloomsforbusiness-small.gif) no-repeat 50% 0;
}


/* ---------------- #top-links ---------------- */




#top-links{
	float: right;
	width: 580px;
	padding: 20px 0 20px 0;
}


/* ---------------- #top-nav ---------------- */

#top-nav{
	float: right;
	text-align: right;
	margin: 0;
	padding: 3px 0 2px 0;
	width: 960px;
	font-size: 1.2em;
	color: #cccccc;
}


#top-nav li{
	display: inline;
}


#top-nav li a{
	padding: 0 5px;
	color: #cccccc;
	text-decoration: none;
} 


#top-nav .phone{
	margin-left: 10px;
	font-size: 1.4em;
}

#top-nav .phone img{
	padding: 0 5px;
}

#top-nav strong{
font-size: 0.9em;
}

#top-nav li a:hover,
#top-nav .here a{
	text-decoration: underline;
}


/* ---------------- #navigation ---------------- */


#navigation{
	float: left;
	width: 960px;
	text-align: center;
	font-size:1.6em;
	margin: 5px 0 15px 0;
}


#top-links #navigation{
	width: 580px;
	text-align: right;
}


#navigation li{
	display: inline;
}


#navigation li a{
	color: #FFFFFF;
	text-decoration: none;
	background: url(img/nav-divider.gif) no-repeat 0 13px;
	padding: 0 10px 0 15px;
}


#navigation li a:hover,
#navigation .here a{
	text-decoration: underline;
}


#navigation li .first{
	background: none;
	padding: 0 10px 0 0;
}

#navigation li .last{
	padding: 0 0px 0 15px;
}



#sub-navigation{
	float: right;
	width: 580px;
	text-align: right;
}

#sub-navigation li{
	display: inline;
	font-size: 1.3em;
}


#sub-navigation li a{
	color: #ffffff;
	text-decoration: none;
}


#sub-navigation li a:hover,
#sub-navigation .here a{
	text-decoration: underline;
}


/* ---------------- #content ---------------- */


#content{
	float: left;
	width: 910px;
	padding: 20px 25px;
	border: 1px solid #333333;
}


#content .home-image{
	float: right;
	border: 1px solid #666666;
}

#content .home-image img{
float: left;
}

#main-content{
	float: left;
	width: 460px;
}


#content h1{
	font-family: tahoma, arial;
	font-size: 2em;
	letter-spacing: 2px;
	margin-bottom: 20px;
}


#content h2{
	font-size: 1.8em;
	letter-spacing: 2px;
	margin-bottom: 20px;
}

#content.homepage h2{
	font-size: 1.3em;
	letter-spacing: normal;
	margin: 0 0 20px 0;
	line-height: 1.4em;
}


#content h4{
	font-size: 1.3em;
	letter-spacing: normal;
	margin: 10px 0 10px 0;
	line-height: 1.4em;
	color: #CCFF00;
}


#content p{
	font-size: 1.3em;
	margin: 0 0 20px 0;
	line-height: 1.3em;
}


#content ul{
	font-size: 1.3em;
	margin-bottom: 15px;
}

#content ul li{
	padding: 7px 0 7px 30px;
	background: url(img/bullet.gif) no-repeat 0 50%;
}


#content .client-list li{
	padding: 7px 0 7px 25px;
	letter-spacing: 1px;
	background: url(img/newbullet.gif) no-repeat 0 50%;
}


#content p strong{
	font-weight: normal;
	font-size: 1.1em;
}



#content p a{
	color: #CCFF00;
	text-decoration: none;
}


#content p a:hover{
	text-decoration: underline;
}


#content table{
	font-size: 1.3em;
	margin: 0 0 20px 0;
}


#content table em{
	font-size: 0.8em;
}

#content table{
	border: 1px solid #333333;
}

#content table td{
	width: 300px;
	padding: 5px 40px 5px 10px;
	border-bottom: 1px solid #333333;
}


#content table .alt{
	background: #161616;
}


#content table .price{
	width: 160px;
	text-align: center;
	padding: 5px;
}



#content table a{
	color: #CCFF00;
	text-decoration: none;
}


#content table a:hover{
	text-decoration: underline;
}



#content .trend-post{	
	float: left;
	width: 910px;
	border-top: 1px solid #CCFF00;
	padding-top: 20px;
	margin-top: 5px;
}


#content .trend-post .date{
	margin: 0;
	padding: 0 0 5px 0;
	color: #666666;
	font-size: 1.1em;
}


#content .trend-post img{	
	float: right;
	border: 1px solid #999999;
	margin: 0 0 20px 40px;
}


#content .venues{
	float: left;
	width: 180px;
	border: 1px solid #333333;
	margin: 0 20px 20px 0;
	text-align: center;
}


#content .venues h2{
	margin: 0;
	padding: 10px;
	height: 45px;
}


#content .venues p{
	margin: 0;
	padding: 10px 0;
}


#content .venues img{	
	margin: 0 9px;
	border: 1px solid #999999;
}


/* ---------------- #news ---------------- */


#news h2{
	font-size: 1.4em;
	padding: 10px 0 10px 0;
	margin: 0 0 0 0 !important;
	letter-spacing: 1px;
	color: #CCFF00;
	border-bottom: 1px solid #333333;
}


#news h3{
	font-size: 1.3em;
	font-weight: bold;
	padding: 15px 0 6px 0;
}


#news p{
	margin: 0;
	padding: 0 0 6px 0;
	font-size: 1.2em;
}


#news p a{
	color: #CCFF00;
	text-decoration: none;
}


#news p a:hover{
	text-decoration: underline;
}


/* ---------------- #gallery ---------------- */


#gallery{
	float: left;
	width: 910px;
	margin-bottom: 0px;
}



ul#gallery li{
	float: left;
	padding: 0 10px 20px 9px;
	background: none;
}


#gallery li a{
	display: block;
	border: 1px solid #666666;
}


#gallery li a:hover{
	border: 1px solid #CCFF00;
}


#content .gallery-options{
	font-size: 1.2em;
}


#content .gallery-options li{
	background: none;
	padding-bottom: 10px;
	padding-left: 0;
}


#content .gallery-options li a{
	color: #CCFF00;
	text-decoration: none;	
}


#content .gallery-options li a:hover{
	text-decoration: underline;	
}



/* ---------------- #clients ---------------- */


#clients{
	float: left;
	width: 910px;
}


#clients li{
	float: left;
	padding: 0 10px 20px 9px;
}


#clients li a{
	display: block;
	border: 1px solid #000000;
}


#clients li a:hover{
	border: 1px solid #CCFF00;
}


/* ---------------- #footer ---------------- */



#footer{
	float: left;
	width: 960px;
}




#footer p{
	float: right;
	font-size: 1.2em;
	color: #666666;
	padding: 10px 0 10px 0;
}


#footer p a{
	color: #666666;
	text-decoration: none;
}


#footer p a:hover,
#footer p .here{
	text-decoration: underline;
}
	



#cforms3form .textonly{
	font-size: 1.2em;
	background: #000 !important;
}
