/******************************************************************************/
/*       <link href="css/styles.css" type="text/css" rel="stylesheet" />      */
/******************************************************************************/
/*                 styles for youngcalibration.co.uk      2009                */
/******************************************************************************/ 
@import url("reset.css");


.basis{
	margin: auto;
	width: 783px;	/* width of basis */
}

.main{
	height: 100%;
}

.header{
	height: 85px;	/* height of header */
}

.contents
{
}
.leftpanel{
	width: 180px;	/* width of left column */
	float: left;
	width: 125px;
}
.rightpanel{
	width: 570px;	/* width of right column */
	float: right;
	width: 610px;
}

.footer{
	width: 785px;	/* width of basis */
	margin: auto;
	height: 18px;	/* height of footer */
}



/*** standard classes ***********************************************************************************************/
.clear{
	clear:both;
	display: block;
}






/*** follow sections can edit *****************************************************************************/
BODY
{
	background-color: #ececf0;
	behavior: url("js/csshover.htc");
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;

}
.basis
{
	background: #ffffff url(../images/main-bg.jpg);
	border-left: 1px solid #660066;
	border-right: 1px solid #660066;
}

.main
{
	background: url(../images/leftcolumn-bg.png) repeat-y -1px 0px;
}
.contents
{
	background: url(../images/header-bg.png) repeat-x;
}



/*** header **************************************************************/
.header
{
	text-align: right;
}


/*** leftpanel ***********************************************************/
.leftpanel
{
	padding: 0px 0px 10px 0px;
	background: url(../images/leftcolumn-bg.png) repeat-y -1px 0px;
}

/*** nav **********************/
.nav
{
	padding: 42px 0px 0px 18px;
	width: 100px;
}
.nav UL
{
}
.nav UL LI
{
	font-size: 14px;
	font-weight: bold;
	padding: 0px 0px 10px 0px;
}
.nav UL LI.last
{
	padding: 5px 0px 10px 0px;
}
.nav UL LI A,
.nav UL LI A:visited
{
	color: #ffffff;
	text-decoration: none;
	letter-spacing: 1px;
}
.nav UL LI A:hover
{
	color: #ffff3e;
	letter-spacing: .6px;
}


/*** sidebar *********************/
.sidebar
{
	padding: 20px 0px 0px 5px;
}


/*** widget ********************/
.widget
{
	position: relative;
	margin: 0px 0px 20px 0px;
	width: 115px;
}
.widget .bg
{
	position: absolute;
	top: 0px;
	left: 0px;
	background: #660066;
	filter: alpha(opacity=70);
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=70);
	-moz-opacity: 0.70; opacity:0.70;
	width: 115px;
	z-index: 1px;
}
.widget H3
{
	background: #660066;
	position: relative;
	padding: 5px;
	font-size: 14px;
	z-index: 100;
	color: #ffffff;
}
.widget .cnt
{
	position: relative;
	padding: 0px 5px 5px 5px;
	z-index: 100;
	overflow: hidden;
}
.widget UL LI
{
	background: url(../images/li-bg.png) no-repeat 0px 11px;
	padding: 5px 0px 5px 10px;
	border-bottom: 1px dotted #ae78ae;
}
.widget UL LI A,
.widget UL LI A:visited
{
	color: #ffffff;
	text-decoration: none;
}
.widget UL LI A:hover
{
	color: #ffff3e;
}

/*** widget_search **********************/
.widget_search
{
}
.widget_search LABEL,
.widget_search #searchsubmit
{
	display: none;
}
.widget_search INPUT#s
{
	margin: 5px 0px 5px 0px;
	font-family: Arial, Helvetica, sans-serif;
	color: 660066;
	padding: 2px;
	width: 95px;
}


/*** rightpanel **********************************************************/
.rightpanel
{
	padding-right: 20px;
	padding-bottom: 10px;
}

.rightpanel A,
.rightpanel A:visited
{
	color: #660066;
	text-decoration: none;
}
.rightpanel A:hover
{
	color: #b800b8;
	text-decoration: underline;
}

/*** post ****************/
.rightpanel .post
{
}
.rightpanel .post H3
{
	font-size: 16px;
	font-weight: bold;
	color: #000000;
}
.rightpanel .post .meta
{
	margin: 3px 0px 10px 0px;
	font-size: 10px;
}
.rightpanel .post .info
{
	border: 1px solid #ffffff;
	background: #edeeff;
	padding: 2px 5px 3px 5px;
	margin: 10px 0px 20px 0px;
	font-size: 10px;
}
p
{
	margin: 5px 0;
}


/*** comments *********************/
H2#comments,
H2#postcomment
{
	color: #000000;
	font-size: 16px;
	margin: 10px 0px 10px 0px;
}




/*** comments *****************************************/
ol#commentlist
{
}
ol#commentlist li
{
}
ol#commentlist li .commentAvatar
{
	width: 40px;
	float: left;
}
ol#commentlist li .commentTxt
{
	float: right;
	display: block;
	width: 530px;
}
ol#commentlist li .commentTxt .commentContent
{
	margin-bottom: 10px;
	display: block;
}
ol#commentlist li .commentTxt .clear
{
	display: block;
}
ol#commentlist li .commentTxt .info
{
	background-color: #ddddf5;
	border: 1px solid #ffffff;
	color: #000000;
	font-size: 11px;
	padding: 2px 5px;
	margin: 0px 0px 5px 0px;
	display: block;
}


.linkRSS
{
}
.linkRSS ABBR
{
	border: none;
}
.linkRSS A,
.linkRSS A:visited
{
	text-decoration: none;
	font-size: 12px;
	color: #d84011;
	background-image: url(../images/icon-rss.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding: 0px 0px 0px 20px;
}
.linkRSS A:hover
{
	color: #d84011;
	text-decoration: underline;
}


/*** commentform ********************/
FORM#commentform
{
	margin-bottom: 30px;
}
FORM#commentform P
{
	font-size: 12px;
}
FORM#commentform P A,
FORM#commentform P A:visited
{
	color: #000000;
	text-decoration: none;
}
FORM#commentform P A:hover
{
	color: #990000;
	text-decoration: underline;
}
FORM#commentform TEXTAREA#comment
{
	background-color: #f3efec;
	border: 1px solid #660066;
	color: #660066;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 12px;
	padding: 2px;
	width: 530px;
	margin: 3px 0px 5px 0px;
	background-image: URL('../images/input-bg.png');
	background-repeat: repeat-x;
	background-position: bottom;
}

FORM#commentform INPUT#author,
FORM#commentform INPUT#email,
FORM#commentform INPUT#url
{
	color: #660066;
	font-size: 12px;
	background-color: #f8f7f5;
	border: 1px solid #660066;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 12px;
	padding: 2px;
	width: 300px;
	margin: 5px 0px 0px 0px;
	background-image: URL('../images/input-bg.png');
	background-repeat: repeat-x;
}
FORM#commentform LABEL
{
	color: #660066;
}














/*** footer **************************************************************/
.footer
{
	background-color: #660066;
	padding-top: 2px;
}
.footer A,
.footer A:visited
{
	color: #ffffff;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.footer A:hover
{
}















