/******************************************************************************/
/*       <link href="css/styles.css" type="text/css" rel="stylesheet" />      */
/******************************************************************************/
/*              styles for ben-norman.co.uk/blog/         2007                */
/******************************************************************************/ 
@import url("reset.css");


HTML, BODY, #basic{
	height: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}


#basis{
	margin: auto;
	width: 810px;	/* width of basis */
	margin-bottom: -50px;
	display: table;
	height: auto;
	height: 100%;
	min-height: 100%;
}

#main{
	height: 100%;
}

#header{
	height: 100px;	/* height of header */
}

#content
{
}
#left{
	width: 550px;	/* width of left column */
	float: left;
}
#center{
	width: 200px;	/* width of center column */
	float: left;
}
#right{
	width: 180px;	/* width of right column */
	float: right;
}

#footer{
	width: 810px;	/* width of basis */
	margin: auto;
	height: 50px;	/* height of footer */
}


/*needed to make room for footer*/
#clearfooter{
	clear: both;
	height: 50px;	/* height of footer */
}
* > HTML #clearfooter {
	float: left;
	width: 100%;
}/* ie mac styles */


/*** standard classes ***********************************************************************************************/
.separator1{
	height: 1px;
	font-size: 1px;
	display: block;
}
.separator2{
	height: 2px;
	font-size: 1px;
	display: block;
}
.separator3{
	height: 3px;
	font-size: 1px;
	display: block;
}
.separator5{
	height: 5px;
	font-size: 1px;
	display: block;
}
.separator10{
	height: 10px;
	font-size: 1px;
	display: block;
}
.separator20{
	height: 20px;
	font-size: 1px;
	display: block;
}
.separator50{
	height: 50px;
	font-size: 1px;
	display: block;
}

.clear{
	clear:both;
	display: block;
}






/*** follow sections can edit *****************************************************************************/
BODY
{
	background-color: #d7d7d7;
	color: #65686f;
	behavior: url("js/csshover.htc");
	font-family: "trebuchet MS";
	background-image: url(../images/wrapper-bg.gif);
	background-repeat: repeat-y;
	background-position: 50% 0px;
}


#basis
{
	background-image: url(../images/sidebar-bg.gif);
	background-repeat: repeat-y;
	background-position: 588px 0px;
	width: 768px;
	padding: 0px 0px 0px 0px;
}
#main
{
}

/*** header **************************************************************/
#header
{
	background-color: #d7d7d7;
	height: 334px;
	position: relative;
}
#menubar
{
	height: 45px;
	background-image: url(../images/menu-bg.gif);
	background-repeat: no-repeat;
	border-bottom: 1px solid #ffffff;
}
#menubar UL
{
	padding: 13px 0px 0px 0px;
}
#menubar UL LI
{
	float: left;
	padding: 0px 0px 0px 0px;
	width: 109px;
	text-align: center;
}
#menubar UL LI A,
#menubar UL LI A:visited
{
	font-family: Arial, Helvetica, sans-serif;
	color: #eeeeee;
	text-decoration: none;
	font-size: 12px;
	font-weight: normal;
}
#menubar UL LI A:hover
{
	color: #ffffff;
}




#flash
{
	font-size: 0px;
	border-bottom: 1px solid #ffffff;
}
#heading
{
	height: 32px;
	background-image: url(../images/h1-bg.gif);
	background-repeat: repeat-x;
	background-position: 0px 100%;
	background-color: #a6ce3a;
	padding: 5px 0px 0px 20px;
	color: #ffffff;
	font-size: 18px;
}
#heading H1
{
	font-weight: normal;
	background-image: url(../images/icon-house.gif);
	background-repeat: no-repeat;
	background-position: 3px 3px;
	padding: 0px 0px 0px 25px;
}
#heading H1 A
{
	color: #ffffff;
	text-decoration: none;
}
A#toSite
{
	display: block;
	width: 210px;
	height: 180px;
	position: absolute;
	top: 70px;
	left: 20px;
}
A#toBlog
{
	display: block;
	width: 210px;
	height: 100px;
	position: absolute;
	top: 150px;
	left: 520px;
}





/*** searchbar *******************************************/
#searchbar
{
	position: absolute;
	top: 304px;
	left: 538px;
}
#searchbar LABEL
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #444444;
	position: absolute;
	top: 4px;
	left: 0px;
	display: block;
	color: #000000;
	display: none;
}
#searchbar INPUT#s
{
	position: absolute;
	top: 0px;
	left: 50px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border: 1px solid #7da316;
	height: 15px;
	width: 110px;
	padding: 2px;
}
#searchbar INPUT#searchSubmit
{
	position: absolute;
	top: 1px;
	left: 170px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-image: url(../images/search-btn.gif);
	background-repeat: repeat-x;
	border: none;
	width: 50px;
	height: 20px;
	background-color: transparent;
}




/*** content *************************************************************/
#content
{
	padding: 20px 0px 0px 0px;
	line-height: 18px;
}



/*** left ****************************************************************/
#left
{
	padding: 0px 0px 0px 25px;
}



/*** right ****************************************************************/
#right
{
	padding: 0px 0px 0px 0px;
	margin: 0px;
}
#right P
{
	padding: 0px 0px 0px 0px;
}



/*** post **************************************************************/
.post
{
}
.post H2
{
	color: #000000;
	font-size: 14px;
	color: #333333;
	font-weight: bold;
	margin: 0px 0px 2px 0px;
}

.post A,
.post A:visited
{
	color: #a6ce3a;
	font-weight: bold;
}
.post A:hover
{
}
A.sharethis
{
	color: #a6ce3a;
	font-weight: bold;
}


H2,
.post H2 A,
.post H2 A:visited
{
	color: #000000;
	font-size: 14px;
	color: #333333;
	font-weight: bold;
	text-decoration: none;
}
.post H2 A:hover
{
	text-decoration: underline;
}
.post .storycontent P
{
	margin: 8px 0px 12px 0px;
}
HR
{
	height: 1px;
	background-color: #A6CE3A;
	display: block;
	margin: 20px 0px 20px 0px;
}
ABBR
{
	border: none;
}



.post UL,
.post OL
{
	margin: 5px 0px 10px 20px;
	list-style-type: square;
}
.post OL
{
	list-style-type: decimal;
}
.post UL LI,
.post OL LI
{
	margin-bottom: 3px;
}



.pager
{
	margin-bottom: 10px;
}
.pager A,
.pager A:visited
{
	color: #A6CE3A;
	text-decoration: underline;
	font-weight: bold;
}
.pager A:hover
{
	color: #000000;
}



/*** meta ***************************/
.meta
{
	font-size: 10px;
	color: #bbbbbb;
}
.meta A,
.meta A:visited
{
	color: #bbbbbb;
	font-weight: normal;
}
.meta A:hover
{
	color: #333333;
}
.info
{
	border: 1px solid #EBEBF0;
	padding: 4px;
	font-size: 10px;
	background-color: #f9f9f9;
	margin: 5px 0px 0px 0px;
}
.info A
{
	font-weight: normal;
}


/*** comments ********************************/
.feedback
{
	text-align: right;
}
.feedback A
{
	color: #a6ce3a;
	font-weight: bold;
}
H2#comments A
{
	color: #a6ce3a;
	font-weight: bold;
}
H2#postcomment
{
	margin: 0px 0px 10px 0px;
}
OL#commentlist
{
	margin: 10px 0px 0px 20px;
	list-style-type: decimal;
}
OL#commentlist LI
{
	margin: 5px 0px 10px 0px;
}
OL#commentlist LI
{
}
INPUT#author,
INPUT#email,
INPUT#url,
TEXTAREA#comment
{
	background-color: #f6f6fb;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border: 1px solid #999999;
	height: 15px;
	width: 540px;
	padding: 2px;
	margin: 0px 0px 1px 0px;
	display: block;
}
TEXTAREA#comment
{
	height: 100px;
}
INPUT#submit
{
	margin: 10px 0px 20px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	width: 120px;
	background-image: url(../images/btn.gif);
	background-repeat: repeat-x;
	height: 20px;
	background-color: transparent;
	border: none;
}
FORM#commentform LABEL
{
	margin-bottom: 7px;
	display: block;
}
FORM#commentform A,
FORM#commentform A:visited
{
	color: #a6ce3a;
}
.services A
{
	color: #a6ce3a;
	font-weight: bold;
}



/*** sidebar ***********************************************/
#sidebar
{
	width: 180px;
}
#sidebar H2
{
	background-image: url(../images/sidebar-header.gif);
	background-repeat: repeat-y;
	padding: 5px 0px 5px 17px;
	font-size: 12px;
}
#sidebar UL
{
	margin: 5px 0px 20px 20px;
}
#sidebar UL LI
{
	margin: 0px 0px 3px 0px;
}
#sidebar A,
#sidebar A:visited
{
	color: #65686f;
	color: #a6ce3a;
	font-weight: bold;
}
#sidebar A:hover
{
	color: #333333;
}

#sidebar .banner
{
	width: 150px;
	margin: auto;
	margin-bottom: 15px;
	padding-left: 10px;
}
#sidebar .subscribe_rss
{
	padding-left: 17px;
}




/*** box **************************************/
.box
{
	margin-top: 20px;
	padding: 0px 0px 0px 0px;
}
.box H4
{
	text-align: left;
	background-image: url(../images/sidebar-header.gif);
	background-repeat: repeat-y;
	background-position: 0px 0px;
	margin: 0px;
	padding: 3px 0px 3px 0px;
	color: #000000;
	width: 175px;
	position: relative;
	left: 0px;
	font-size: 12px;
	display: block;
}
.box H4 BIG
{
	font-size: 12px;
	padding-left: 17px;
	display: block;
}
.box .cnt
{
	padding: 10px 13px 0px 17px;
	text-align: center;
}
.box H4 A.rss
{
	position: absolute;
	top: 4px;
	right: 0px;
	padding-right: 5px;
}
#sidecontent .box .cnt P
{
	margin: 0px 0px 0px 0px;
}




/*** accreditations ********************/
#accreditations
{
	height: 70px;
	width: 145px;
	text-align: center;
	margin: 0px;
	padding: 0px;
}
#sidebar #accreditations
{
	margin: 0px;
	padding: 0px;
}
#sidebar #accreditations LI
{
	text-align: center;
	height: 60px;
	width: 145px;
	list-style: none;
	padding: 5px 0px 0px 0px;
	margin: 0px;
}
#accreditations LI.hidden
{
	display: none;
}
#accreditations LI SPAN
{
	vertical-align: middle;
	height: 60px;
	padding: 0px;
	text-align: center;
	width: 145px;
	display: table-cell;
}

/*** subscribe ********************************/
#subscribeBox
{
	position: relative;
	display: block;
	height: 165px;
	padding: 0px 0px 0px 17px;
}
#subscribeForm TABLE,
#subscribeForm FIELDSET
{
	border-collapse:collapse;border-spacing:0;border: none;
}
#subscribeForm TD,
#subscribeForm TH,
#subscribeForm FORM,
#subscribeForm TABLE,
#subscribeForm FIELDSET
{
	margin: 0px;
	padding: 0px;
}


#subscribeForm
{
	padding: 15px 0px 5px 0px;
	margin: 0px;
	position: relative;
}
#subscribeForm .fst1 LABEL
{
	display: block;
	float: left;
	font-size: 13px;
	width: 50px;
	padding: 4px 0px 0px 5px;
	font-weight: bold;
}
#subscribeForm .input
{
	padding: 2px 5px 0px 5px;
	width: 105px;
	height: 16px;
	background-image: url(../images/input-bg.gif);
	background-repeat: no-repeat;
	border: none;
	background-color: transparent;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	float: left;
	margin-bottom: 5px;
}
#subscribeForm .fst1 TH,
#subscribeForm .fst1 TD
{
	padding: 0px;
	margin: 0px;
	line-height: 14px;
	vertical-align: top;
}
#subscribeForm .fst1 TH
{
	padding: 2px 8px 0px 0px;
}
#subscribeForm .fst2 TD
{
	padding: 4px 0px 0px 0px;
}
#subscribeForm .fst1 LABEL
{
	font-weight: normal;
	padding: 0px 0px 0px 0px;
	margin: 0px;
	width: 30px;
	font-size: 12px;
}
#subscribeForm .fst2 LABEL
{
	display: block;
	padding: 0px 0px 0px 23px;
	color: #858585;
	font-size: 10px;
}
#subscribeForm .fst2 INPUT
{
	width: 14px;
	float: left;
	margin-left: 5px;
}

#subscribeForm .fst3
{
	margin: 10px 0px 0px 0px;
	text-align: left;
}
#subscribeForm .fst3 A.btn,
#subscribeForm .fst3 A:visited.btn
{
	width: 89px;
	height: 26px;
	display: block;
	color: #ffffff;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	border: none;
	background-color: transparent;
	background-image: url(../images/subscribe-btn-bg.gif);
	background-repeat: no-repeat;
	padding: 4px 0px 0px 0px;
	text-align: center;
	text-decoration: none;
	margin: 0px 0px 0px 0px;
}


#newsletterForm
{
	border: 1px solid red;
	position: absolute;
	top: 0px;
	left: 240px;
	display: none;
}
#rssForm
{
	border: 1px solid red;
	position: absolute;
	top: 100px;
	left: 240px;
	display: none;
}



.authorbox-textbox {
	width: 90%;
	margin: 0 auto;
	border:1px solid #F0F0F0;
	border-color: #000;
}

.authorbox{
	width:540px;
	background:#CCC;
	font-family:Arial;
	font-size:13px;
	background-color:#FAFAFA;
	border:1px solid #F0F0F0;
	background-image: url(http://www.ben-norman.co.uk/images/author-bio.png);
	border-bottom-width: 1px;
	border-color: #000;
}
.authorbox-left{
	float:left;
	width:80px;
	padding: 5px;

}
.authorbox-right{
	float:left;
	width:410px;
	padding: 5px;

}







/*** footer **************************************************************/
#footer
{
	padding: 0px 21px 0px 21px;
	width: 768px;
}
#footer #footerContent
{
	background-image: url(../images/fotter-bg.gif);
	background-repeat: repeat-x;
	padding: 7px 0px 0px 0px;
	height: 43px;
	width: 587px;
	text-align: center;
}
#footer #footerContent A
{
	color: #333333;
	text-decoration: underline;
	font-weight: bold;
}







