/*
Theme Name: In-Stitches 2009
Theme URI: http://in-stitches.co.uk
Description: A theme made for In-Stitches 2009</a>.
Version: 1.0
Author: Tracey Rutherford
Author URI: http://traceyrutherford.co.uk
Tags: 

	Kubrick v1.5
	 http://binarybonsai.com/kubrick/

	This theme was designed and built by Michael Heilemann,
	whose blog you will find at http://binarybonsai.com/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/



body {
	background-image: url(images/background.gif);
        background-color: #000000;
	margin: 0;
	margin-top: 10px;
	font-family: "lucida grande", verdana, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
}


/***** consistent elements *****/
a {
	text-decoration: none;
	color: #e76d1b;
}

a:hover {
	color: #ffffff;
}

h1 {
	font-size: 18px;
	font-weight: normal;
	margin:15px 0 10px 0;
}


p, td, #schoolList li, li {
	color: #CCCCCC;
	font-size: 13px;
}

a img {
        border: none;
}







/***** common classes *****/
div.clear {
	clear: both;
}

.bold {
	font-weight: bold;
}

.floatRight {
	float: right;
	margin: 0 0 10px 10px;
}

.floatLeft {
	float: left;
	margin: 0 10px 0 10px;
}

.alignright {
        float: right;
	margin: 0 0 2px 7px;
}

.alignleft {
        float: left;
	margin: 0 7px 2px 0;
}

.aligncenter {
        display: block;
	margin-left: auto;
	margin-right: auto;
}

.top {
        vertical-align: top;
}

.mainWrapper, #content {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
}

.logo {
	margin-bottom: 15px;
	border: none;
}

.gapTop {
        margin-top: 30px;
}

.wp-caption-text {
        font-size: 11px;
        padding-top: 0;
        margin-top: 0;
}





/***** main navigation along top *****/
.nav {
	float: right;
}

.nav ul {
	margin: 0;
}

.nav li {
	display: inline;
	list-style-type: none;
	margin: 0 0 0 20px;
}

.nav a {
	font-size: 16px;
}

.nav a:hover {
	color: #ffffff;
}

.nav a.on {
	color: #ffffff;
}



/***** grey horizontal bars *****/
.topBar, .bottomBar, .footerBar {
	background-image: url(../images/navBackground.gif);
	background-color: #333333;
	background-repeat: repeat-x;
	min-height: 5px;
}




/***** side navigation *****/
.navSide {
	padding-top: 15px;
        padding-bottom: 10px;
        width: 180px;
}

.navSideAbout {
	padding-top: 15px;
}

.navSide ul, .navSideAbout ul {
	margin: 0;
	padding: 0;
}

.navSide li, .navSideAbout li {
	list-style-type: none;
	padding: 5px 0;
	margin: 0;
}

/*.navSide a, .navSideAbout a {
	background-color: #333333;
	padding: 3px 10px;

}*/

.navSide a:hover, a.navOn, .navSideAbout a:hover, li.current_page_item a {
	background-color: #414141;
	color: #cccccc;
}

#banner, #feed {
        margin-top: 10px;
}

#bannerLink, #rssLink {
        border: none;
        padding: 0;
}

#searchform label {
        color: #cccccc;
        font-size: 12px;
}

#searchform {
        margin-top: 10px;
}



#s {
        background-color: #cccccc;
}







/***** footer *****/
.footerBar {
	height: 10px;
}

.footer p {
	color: #666;
	margin-top: 0;
	padding-bottom: 5px;
}

.footer a {
        color: #999;
}

.footer a:hover {
        color: #ccc;
}






/*************** home page ***************/
/***** main content on home page *****/
.homeContent {
	float: right;
	width: 400px;
	padding-right: 15px;
}


/***** news section *****/
.news {
	float: right;
	width: 200px;
	/*max-height: 450px;
	overflow:auto;*/
}

.news a {
	font-size: 13px;
}

.news a:hover {
	color: #ffffff;
}

.newsTitle a {
        font-size: 18px;
}

.newsLink {
        color: #ffffff;
}

.news p.newsDate {
	font-size: 10px;
	margin-top: 2px;
	margin-bottom: 5px;
}

.news hr {
	color: #666666;
	background-color: #666666;
	height: 1px;
	border: 0;
}


.homeFlash {
        margin-right: auto;
        margin-left: auto;
        width: 530px;
}



/**** home page bottom bar *****/
.bottomBar {
	margin-top: 20px;
	padding-bottom: 5px;
	min-height: 240px;
}

.examples {
	float: right;
        width: 400px;
        padding-left: 20px;
}



.examples h1, .contactDetails h1, .orderCatalogue h1 {
	padding: 0;
	margin: 0;
	padding-top: 7px;
}

.orderCatalogue {
	float: right;
	width: 200px;
}

.orderCatalogue #MailPress {
        margin-top: 5px;
}

.MailPressFormEmail {
        background-color: #cccccc;
}



.orderCatalogue img {
	border: none;
	margin-top: 15px;
}

.orderCatalogue p {
	margin: 0;
}

.contactDetails {
	padding-left: 10px;
}

.contactDetails p {
	margin: 10px 0 15px 0;
}














/***** main content on other pages *****/
.content {
	float: right;
	width: 600px;
}

.content img, .entry img {
	border: 5px #333333 solid;
}














/***** catalogue page *****/
#catalogueFrame {
	position: relative;
        bottom: 30px;
}

.catalogueContent {
        min-height: 650px;
}


/***** contact page *****/
#map {
        margin-bottom: 10px;
}

table.tel {
        margin-bottom: 20px;
}


/***** pay invoice page *****/
#paypalTable {
        margin-left: 5px;
}

.labelTd {
        width: 290px;
text-align: right;
}



/***** manufacturers page *****/
#post-20 img {
        border: none;
}



.MailPressFormEmail {
        width:102px;

}

.newsLabel {
        font-size: 12px;
margin-bottom: 0;
padding-bottom: 0;
}

label {
        color: #ccc;
}

.newsletterSubscribe {
        margin-top: 20px;
}









/***** catalogue navigation in bar *****/
.navBar, .bottomBar, .footerBar {
	background-image: url(images/navBackground.gif);
	background-color: #333333;
	background-repeat: repeat-x;
	position: relative;
	z-index: 10;
}

.navBar ul {
	margin: 0;
	padding:0;
	padding-top: 8px;
}

.navBar ul.bottom {
	padding-bottom: 10px;
}

.navBar li {
	display: inline;
	list-style-type: none;
	margin: 0 11px;
	font-size: 13px;
}

.bottom li {
	margin: 0 12px;
}

.navBar li.firstCat {
	margin-left: 18px;
}

.navBar a {
	color: #8d8b8b;
	color: #7b7b7b;
}

.navBar a:hover {
	color: #bbbbbb;
}



/***** clothing catalogue page *****/
#clothingCatalogueFrame {
	position: relative;
	bottom: 105px;
/*right: 200px;*/
	z-index: 0;
}

.clothingCatalogueContent {
        min-height: 1250px;
}



/***** baseball cap page *****/
#baseballFrame {
        position: relative;
        bottom: 35px;
        z-index: 0;
}


/***** clothing manufacturers page *****/
#post-825 img {
        border: none;
}




#suckerfishnav, #suckerfishnav ul {
        z-index: 1000;
}