/*
all-sorts website solutions: http://all-sorts.biz 
you're looking at our generic stylesheet. be nice
----------------------------------------------------------------------------*/

/* 







common
----------------------------------------------------------------------------*/

*
{
	margin: 0;
	padding: 0;
	border: 0;
}

input, textarea
{
	border-color: silver;
	border-width: 1px;
	border-style: inset;
	clear: both;
}

body
{
	font-family: Verdana, Sans-serif;
	font-size: 12px;
	_font-size: 8pt;
}

p, li, td, textarea, input, label, fieldset
{
	line-height: 1.6em;
	color: gray;
	margin-bottom: .5em;
}

h1, h2, h3, h4, h5, h6
{
	font-family: "Helvetica Neue Light", "HelveticaNeue-Light", "News Gothic", "Tahoma", Helvetica;
	font-size: 1.55em;
	letter-spacing: -.03em;
	line-height: 1.1em;
	font-weight: normal;
	color: black;
}

acronym
{
	border-bottom: gray 1px dotted;
	cursor: help;
}

sup,sub
{
	color: black;
	font-size: smaller;
}

strong
{
	color: black;
	font-weight: normal;
	background-color: #FFFFCC;
}

a:link { color: black; }

a:visited
{
	color: #333;
	text-transform: inherit;
	text-decoration: none;
	background-image: url(../images/all/line-through.png);
	background-repeat: repeat-x;
	background-position: center center;
}

a:hover
{
	color: #C70000;
	text-transform: inherit;
	text-decoration: underline;
	background-position: center -10em;
}

.current a
{
	color: #C70000;
	text-transform: inherit;
	text-decoration: none;
	background-image: url(../images/all/trans.gif);
	background-repeat: repeat-x;
	background-position: center center;
}

.editArticle { margin: 0; }

.editArticle a,
.editArticle a:visited
{
	border: 1px solid white;
	background-image: url(none);
}

.editArticle a:hover { border: 1px solid silver; }

.posted
{
	color: silver;
	font-size: smaller;
	text-align: right;
	margin-right: 1em;
}

#detail .posted { text-align: left; }

/* 







quick-customisation
----------------------------------------------------------------------------*/

#divContainer.bigScreen
{
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 2%;
	margin-bottom: 2%;
	padding-bottom: 2%;
}

.siteTitle a, 
.siteTitle a:visited
{
	letter-spacing: -.05em;
	text-decoration: none;
	background-image: url(../images/all/trans.gif);
	margin-bottom: 0;
	line-height: 1em;
}

.siteSlogan
{
	text-transform: uppercase;
	font-size: .75em;
	margin-top: .25em;
	color: gray;
	margin-bottom: 1em;
}

#divHead
{
	height: 180px;
	width: 50%;
}

#logo
{
	margin: 0;
	margin-top: 20px;
}

#divFoot
{
	padding-top: 5em;
	padding-bottom: 5em;
}

#divHead,
#divFoot, 
#divSiteMenu { margin-left: 47.5%; }

.solo #divHead,
.solo #divFoot, 
.solo #divSiteMenu,
.solo #divSearch
{
	margin-left: 38%;
	padding-left: 1em;
}

#home #divFoot
{
	position: absolute;
	left: 9.5%;
	top: 100%;
	margin-left: 0;
	clear: both;
	right: 38%;
}

.newsArchive { margin-bottom: 2em; }
.newsArchive dt { color: gray; }
.newsArchive dd { margin-bottom: 0.5em; }
.columnized1,
.columnized3 { }
.columnized2,
.columnized4 { margin-left: 37%; }

/* 







gallery sildeshows
----------------------------------------------------------------------------*/

#home #divGallery
{
	width: 38%;
	float: left;
	background-repeat: no-repeat;
}

#divGallery p
{
	/* non-Flash message*/
	background-color: white;
	text-align: center;
}

#home #divGallery p
{
	margin-top: 0px;
}

#intro #divGallery
{
	width: 62%;
	height: 100px;
	float: left;
	background-position: center center;
	margin-right: 1em;
}

#intro.solo #divGallery
{
	float: right;
	width: 38%;
	height: auto;
	margin-right: 0;
	margin-left: 2em;
	margin-top: -180px;
	margin-bottom: 3em;
}

#g0,
#g1,
#g2,
#g3
{
	width: 25%;
	_width: 24.99%;
	float: left;
	height: 100%;
}

#intro.solo #g0,
#intro.solo #g1,
#intro.solo #g2,
#intro.solo #g3
{
	width: 50%;
	_width: 49.99%;
	height: 360px;
}

#detail #divGallery

{
	width: 113px;
	height: 180px;
	background-position: center center;
	position: relative;
	bottom: 180px;
	float: left;
}

#intro.quick-view #divGallery
{
	width: 100%;
	height: 335px;
	position: static;
	float: none;
	margin: 0;
}

#intro.quick-view #g0
{
	width: 62%;
	height: 325px;
	float: left;
	margin: 0;
	padding: 0;
	position: static;

}

#intro.quick-view #g1,
#intro.quick-view #g2
{
	display: none;
}


#intro.quick-view #g3
{
	width: 201px;
	height: 325px;
	margin: 0;
	padding: 0;
	position: static;


}


/* 







menus
----------------------------------------------------------------------------*/

#divSectionMenu
{
	width: 37%;
	float: right;
	margin-left: 9.5%;
	margin-bottom: 2em;
}

#divSectionMenu ul,
#divSectionMenu li
{
	list-style: square;
	padding-right: 2em;
}

#divSectionMenu h3,
#divSectionMenu p,
#divSiteMenu h3,
#divSiteMenu p { line-height: 1.3em; }
#divSectionMenu li.current { list-style-type: circle; }
#divSectionMenu li.current p { color: #999; }
#divSectionMenu li,
#divSiteMenu li { margin-top: 1em; }
#divSectionMenu a:hover { color: #333; }

#divSiteMenu li
{
	list-style-type: none;
	list-style-position: default;
}

#intro #divSiteMenu,
#detail #divSiteMenu
{
	clear: both;
	margin-top: 5em;
	padding-top: 1em;
	border-top: 1px solid #F3F3F3;
}

#home #divSiteMenu
{
	margin-top: -1em;
	margin-right: 2%;
}

/* 







home
----------------------------------------------------------------------------*/

#home #divContainer { }

#divHomeSweet
{
	/*
	padding-left: 1em;
	margin-top: 2em;
	margin-bottom: 2em;
	margin-right: 19%;
	margin-left: 57%;
*/
	float: left;
	width: 20%;
	margin-left: 9%;
	margin-right: 4%;
	margin-bottom: 2%;
	clear: right;
}

#divHomeSweet p
{
	font-size: 1.5em;
	line-height: 1.3em;
	font-family: "Helvetica Neue Light", "HelveticaNeue-Light", "News Gothic", "Tahoma", Helvetica;
	color: black;
}

#divHomeBlog .article { margin-left: 38%; }

#divHomeBlog .articleTitle
{
	padding-top: 2em;
	padding-left: 1em;
}

#divHomeBlog .articleTitle a,
#divHomeBlog .articleTitle a:visited
{
	text-decoration: none;
	background-image: url(../images/all/trans.gif);
	padding-right: 1em;
	display: block;
}

.bqstart
{
	float: left;
	height: 45px;
	margin-top: -20px;
	margin-left: 15%;
	font-size: 700%;
	color: silver;
	font-family: Didot, Georgia;
}

#home blockquote { margin-bottom: 2em; }
#home blockquote p { color: black; }

#divHomeBlog p
{
	margin-left: 15%;
	margin-right: 19%;
}

#divHomeBlog p.posted
{
	margin-right: 1em;
	text-align: left;
}

#home .paging { clear: all; }

/* 







section
----------------------------------------------------------------------------*/

/*
#detail #divSectionTitle { margin-left: 62%; 
}
*/

#intro.solo #divSectionTitle { margin-left: 9.5%; }
#intro.quick-view #divSectionTitle {
margin-left: 47.5%;
}

#divSectionTitle p { margin-right: 1em; }
.sectionTitle a,
.sectionTitle a:visited { text-decoration: none; }
.articleImage {}
#detail #sectionTitle {
	margin-bottom: 1em;
	border: 1px solid red;
}
.article img
{
	float: left;
	margin-right: 3em;
	margin-bottom: 1em;
}

.paging
{
	padding-left: 9.5%;
	padding-right: 9.5%;
	padding-top: 3em;
}

.columnized1 { }
.columnized2 { }

#intro .article
{
	padding-left: 9.5%;
	padding-right: 9.5%;
	clear: left;
	padding-top: 2em;
}

#detail .article .articleTitle { display: none;}
#detail .article .posted { display: none;}
.article p,
.article li { margin-bottom: .5em; }

.article li
{
	margin-left: 3em;
	line-height: 1.3em;
	list-style: square inside;
}

#detail .article p { margin-right: 9.5%;}

.article h1,
.article h2,
.article h3,
.article h4,
.article h5,
.article h6
{
	margin-top: 1em;
	/*
	margin-bottom: .5em;
*/
}

/* 







TO BE SORTED
----------------------------------------------------------------------------*/

#divMailForm
{
	margin-right: 38%;
	clear: left;
	padding-right: 1em;
	margin-left: 9.5%;
}

fieldset
{
	border: 1px solid silver;
	padding: 1em;
}

fieldset span.small
{
	font-size: 9px;
	margin-left: 1em;
	color: gray;
	font-family: Verdana, Sans-serif;
}

.solo #divSearch
{
	margin-left: 38%;
	padding-left: 1em;
}

#divSearch h2
{
	border-bottom: 1px solid silver;
	margin-bottom: 1em;
}

#divSearch p { margin-bottom: 2em; }

#error .article
{
	padding-left: 19%;
	padding-right: 19%;
}

#error #divGallery { height: 100px; }
#error .article h2 { margin-top: 2em; }
#error p { margin-bottom: 2em; }

/* 







section stickies
----------------------------------------------------------------------------*/

.sticky
{
	width: 25em;
	float: right;
	padding: 1em;
	margin-top: 3em;
	margin-right: 2em;
	background-color: #FFC;
}

#txpCommentInputForm { margin-left: 47%; }

table
{
	width: auto;
	margin: 0;
}

th
{
	color: #C70000;
	font-weight: normal;
	padding-top: 2em;
}

td
{
	border-top: 1px solid #F3F3F3;
	border-left: 1px solid #F3F3F3;
	line-height: 1em;
	padding: 1em 0 1em .5em;
}

.kickfit { color: #9C0; }
.kicktech { color: #C03; }
.kickcircuit { color: #30C; }
.boxfit { color: #0C9; }
.endurance { 	color: #C70000;
}
