/* @override 
	http://matthewmaber.com/style.css
	http://www.matthewmaber.com/style.css
*/

* { margin: 0; padding: 0 }
	/* I've used a hard CSS reset above, but you should consider a more sophisticated reset, such as this one: http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/ */
	
html {
	-webkit-font-smoothing: antialiased;
}

/* @group main */

a:focus { outline:none }

	img { border: 0 }

body {
		color: #000;
		margin: 0;
	padding: 0;
	font: 12px  Arial, Helvetica, sans-serif;
	background: #d3d8de url(images/backgrad.gif) repeat-x 0 0;
}

#outter {
	width: 500px;
	margin-right: auto;
	margin-left: auto;
}



/* @end */

/* @group noscript */

noscript p, noscript ol { color: #a00; font-size: 13px; line-height: 1.4em; text-align: left }
	noscript a { color: #a00; text-decoration: underline }
	noscript ol { margin-left: 25px; }

/* @end */

/* @group strip */



.stripViewer .panelContainer .panel ul {
		text-align: left;
	}

	.slider-wrap { /* This div isn't entirely necessary but good for getting the side arrows vertically centered */
		margin: 0;
		position: relative;
		width: 100%;
	}

	/* These 2 lines specify style applied while slider is loading */
	.csw {width: 100%;  height: 310px; background: #fff; overflow: hidden;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;		position: relative;
		overflow: hidden; 
		margin: auto;
		width: 500px; /* Also specified in  .stripViewer .panelContainer .panel  below */
		clear: both;
		background: #f3f3f3;
	border: 1px solid #fff;
	height: 328px;
-webkit-box-shadow:0px 1px 4px rgba(130, 151, 177, 0.8);
-moz-box-shadow:0px 1px 4px rgba(130, 151, 177, 0.8);
box-shadow:0px 1px 4px rgba(130, 151, 177, 0.8);}
	.csw .loading {color: #4a4a4a; margin: 120px 0 300px 0; text-align: center}

	.stripViewer { /* This is the viewing window */
background: #fff url(images/tint3.png) repeat-x 0 -45px;
-webkit-border-radius: 8px;
	-moz-border-radius: 8px;		position: relative;
		overflow: hidden; 
		margin: auto;
		width: 500px; /* Also specified in  .stripViewer .panelContainer .panel  below */
		clear: both;
		background: #f3f3f3;
	border: 1px solid #fff;
	height: 328px;
-webkit-box-shadow:0px 1px 4px rgba(130, 151, 177, 0.8);
-moz-box-shadow:0px 1px 4px rgba(130, 151, 177, 0.8);
box-shadow:0px 1px 4px rgba(130, 151, 177, 0.8);}

.stripViewer .panelContainer { /* This is the big long container used to house your end-to-end divs. Width is calculated and specified by the JS  */
	height: 310px;
		position: relative;
		left: 0; top: 0;
		width: 100%;
		list-style-type: none;
		/* -moz-user-select: none; // This breaks CSS validation but stops accidental (and intentional - beware) panel highlighting in Firefox. Some people might find this useful, crazy fools. */
	}

	.stripViewer .panelContainer .panel { /* Each panel is arranged end-to-end */
	height: 310px;
		float:left;
		height: 100%;
		position: relative;
		width: 500px;
	padding-top: 8px;
	padding-bottom: 8px;
}

	.stripViewer .panelContainer .panel .wrapper {
background: #f9f9f9 url(images/tint3.png) repeat-x 0 -45px;
	padding: 0;
}

div#images.wrapper {
	background-color: #000;
	margin: 0;
	height: 310px;
	padding: 2px 0 0;
}

	.stripNav { /* This is the div to hold your nav (the UL generated at run time) */
	margin: auto;
	width: 500px;
}

	.stripNav ul { /* The auto-generated set of links */
		list-style: none;
	width: 450px;
	margin-left: -10px;
}

	.stripNav ul li {
		float: left;
	margin-left: 0px;
	margin-right: 8px;
}

	.stripNav a { /* The nav links */
/* -webkit-box-shadow: 0px 1px 0px #ffffff;
background: #9dcfff url(images/tint2.png) repeat-x 0 -35px; */
-webkit-border-radius: 12px;
	-moz-border-radius: 12p sx;			font-size: 12px;
		font-weight: normal;
		text-align: center;
		line-height: 20px;
		
		color: #585858;
		text-decoration: none;
		display: block;
		padding: 1px 15px 0;
	margin-bottom: 10px;
	font-style: normal;
	text-shadow: #fff 0 1px 0;
	margin-top: 8px;
-webkit-box-shadow:0px 1px 0px rgba(256,256,256, 0.6);
-moz-box-shadow:0px 1px 0px rgba(256,256,256, 0.6);
box-shadow:0px 1px 0px rgba(256,256,256, 0.6);
background: #d0d5dd;
background-image:-webkit-gradient(
    linear,
    left bottom,
    left top,
    color-stop(0.29, rgb(217,217,217)),
    color-stop(0.48, rgb(219,219,219)),
    color-stop(0.82, rgb(235,235,235))
);
background-image:-moz-linear-gradient(
    center bottom,
    rgb(217,217,217) 29%,
    rgb(219,219,219) 48%,
    rgb(235,235,235) 82%
);
	border: 1px solid #c7cdd4;}


	.stripNav a.current {
background: #eaedf1;
background-image:-webkit-gradient(
    linear,
    left bottom,
    left top,
    color-stop(0.29, rgb(240,240,240)),
    color-stop(0.81, rgb(255,255,255))
);
background-image:-moz-linear-gradient(
    center bottom,
    rgb(240,240,240) 29%,
    rgb(255,255,255) 81%
);
		border: 1px solid #fff;
-webkit-box-shadow:0px 0px 3px rgba(130, 151, 177, 0.8);
-moz-box-shadow:0px 0px 3px rgba(130, 151, 177, 0.8);
box-shadow:0px ppx 3px rgba(130, 151, 177, 0.8);
	color: #515151;
	text-shadow: #fff 0 1px 0;

}

	.stripNav a:hover {
border: 1px solid #5d8eba;	
-webkit-box-shadow: 0px -1px 0px #E3E7E9;	
-moz-box-shadow: 0px -1px 0px #E3E7E9;	
box-shadow: 0px -1px 0px #E3E7E9;	
background: #6093c1;
background-image:-webkit-gradient(
    linear,
    left bottom,
    left top,
    color-stop(0.29, rgb(128,174,214)),
    color-stop(0.81, rgb(90,143,199)),
    color-stop(0.91, rgb(82,131,181))
);
background-image:-moz-linear-gradient(
    center bottom,
    rgb(128,174,214) 29%,
    rgb(90,143,199) 81%,
    rgb(82,131,181) 91%
);
	color: #dce8f3;
	text-shadow: #39719a 0 1px 0;

}



	.stripNav a:active {
border: 1px solid #e1e4e8;	
-webkit-box-shadow: 0px -1px 0px #b3b3b3;		background: #e2e5e9;
		color: #6c6c6c;
	text-shadow: #ffffff 0 -1px 0;
	background-image:-webkit-gradient(
    linear,
    left bottom,
    left top,
    color-stop(0.29, rgb(217,217,217)),
    color-stop(0.79, rgb(204,204,204)),
    color-stop(0.88, rgb(191,191,191))
);
background-image:-moz-linear-gradient(
    center bottom,
    rgb(217,217,217) 29%,
    rgb(204,204,204) 79%,
    rgb(191,191,191) 88%
);
}
	.stripNavL, .stripNavR { /* The left and right arrows */
		position: absolute;
		top: 230px;
		text-indent: -9000em;
	text-shadow: #fff 0 1px 0;
}

	.stripNavL a, .stripNavR a {
		display: block;
		height: 40px;
		width: 40px;
	}

	.stripNavL {
		left: 0;
	}

	.stripNavR {
		right: 0;
	}

	.stripNavL {
		background: url("images/arrow-left.gif") no-repeat center;
	}

	.stripNavR {
		background: url("images/arrow-right.gif") no-repeat center;
	}

/* @end */

/* @group header */

#outter h1 img {
-webkit-transform: rotate(-2deg);
-moz-transform: rotate(-2deg);
-webkit-border-radius: 8px;
	-moz-border-radius: 8px;	
	width: 60px;
	margin-right: 10px;
	height: 60px;
-webkit-box-shadow:0px 0px 4px rgba(130, 151, 177, 1);
	float: left;
}

#outter h1 img:hover {
-webkit-transform:scale(1.2);
-moz-transform: scale(1.2);
}
#outter h1 {
font: normal normal 33px/28px "ITC Franklin Gothic", "Franklin Gothic", "News Gothic", "News Gothic MT", "TradeGothic", "MS PGothic", "Myriad Pro", "Myriad",Helvetica,sans-serif;
	text-shadow: rgba(255, 255, 255, 0.5) 0 1px 0;
	margin-top: 14px;
	width: 500px;
	padding: 0;
	color: #434343;
}

#outter h1 span {
	clear: none;
	left: 0;
	position: relative;
	top: 8px;
}

#outter h2 {
	color: #404040;
	font-size: 13px;
	font-weight: normal;
	font-style: normal;
	text-shadow: rgba(255, 255, 255, 0.5) 0 1px 0;
	float: left;
	margin-top: 10px;
}


#outter h2 a {
	color: #39c;
	font-size: 14px;
	font-weight: normal;
	font-style: normal;
	text-shadow: rgba(255, 255, 255, 0.5) 0 1px 0;
	margin-left: 2px;
}

#outter h2 a:hover {
	color: #156187;
}
.header {
	height: 83px;
}

/* @end */

/* @group content */

.wrapper ul {
	list-style-type: none;
	list-style-position: inside;
	list-style-image: none;
	margin-bottom: 0;
	margin-top: 0;
	margin-right: 0;
	padding: 0;
}

.wrapper ul li {
	padding-left: 20px;
	padding-top: 4px;
	padding-bottom: 6px;
	text-shadow: #fff 0 1px 0;
	border-top: 1px solid #fff;
	margin: 0;
	border-bottom: 1px solid #fff;
	background: #f3f3f3;
	background-image:-webkit-gradient(
    linear,
    left bottom,
    left top,
    color-stop(0.29, rgb(217,217,217)),
    color-stop(0.88, rgb(240,240,240))
);
background-image:-moz-linear-gradient(
    center bottom,
    rgb(217,217,217) 29%,
    rgb(240,240,240) 88%
);
	height: 40px;
	line-height: 17px;
}

.wrapper ul li#about {
	text-shadow: #fff 0 1px 0;
	border-top: 1px solid #fff;
	margin: 0;
	border-bottom: 1px solid #fff;
	background: #f3f3f3 none repeat-x 0 0;
	line-height: 18px;
	padding: 5px 55px 5px 20px;
	color: #787878;
	font-size: 14px;
	height: 148px;
}

.wrapper ul li:hover {
	background: #d1e5fa;
	background-image:-webkit-gradient(
    linear,
    left bottom,
    left top,
    color-stop(0.29, rgb(193,213,235)),
    color-stop(0.8, rgb(226,242,252)),
    color-stop(0.85, rgb(228,235,245))
);
background-image:-moz-linear-gradient(
    center bottom,
    rgb(193,213,235) 29%,
    rgb(226,242,252) 80%,
    rgb(228,235,245) 85%
);
	color: #000;
}

.wrapper ul li:active {
	background: #c6d5e6;
	color: #000;
	background-image:-webkit-gradient(
    linear,
    left bottom,
    left top,
    color-stop(0.29, rgb(201,212,224)),
    color-stop(0.72, rgb(212,223,230)),
    color-stop(1, rgb(186,201,219))
);
background-image:-moz-linear-gradient(
    center bottom,
    rgb(201,212,224) 29%,
    rgb(212,223,230) 72%,
    rgb(186,201,219) 100%
);
}

.wrapper ul li h3 {
font: normal normal 20px/26px "Gill Sans Light", "ITC Franklin Gothic", "Franklin Gothic", "News Gothic", "News Gothic MT", "TradeGothic", "MS PGothic", "Myriad Pro", "Myriad",Helvetica,sans-serif;
	text-decoration: none;
	color: #000;
	margin: 1px 0 0;
}

.wrapper ul li h4 {
font: normal normal 14px/18px "Gill Sans Light", "ITC Franklin Gothic", "Franklin Gothic", "News Gothic", "News Gothic MT", "TradeGothic", "MS PGothic", "Myriad Pro", "Myriad",Helvetica,sans-serif;
	text-decoration: none;
	color: #000;
	margin: 0;
}


.wrapper ul li img {
-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	width: 40px;
	height: 40px;
	float: left;
	display: block;
	margin-right: 10px;
-webkit-box-shadow:0px 1px 3px rgba(0, 0, 0, 0.5);}


.wrapper ul li:hover img {
	-webkit-transform: rotate(-2deg) scale(1.2);
-moz-transform: rotate(-2deg);}

.wrapper ul li#about img {
width: 40px;
	float: left;
	display: block;
	margin-right: 10px;
-webkit-box-shadow:none;
	height: 145px;
}

.wrapper ul li#about a {
	color: #39c;

}
.wrapper ul li#about a:hover {
	color: #156187;
	text-decoration: underline !important;
}

.wrapper ul li a{
	color: #565b61;
	text-decoration: none !important;
	line-height: 12px;
}

.wrapper ul li a:hover {
	color: #1a79a9;
	
}
/* @end */

/* @group twitter */


#sb-twitterbox a {
	color: #39c;
	text-shadow: rgba(255, 255, 255, 0.5) 0 1px 0;
	text-decoration: none;
}
#sb-twitterbox a:hover {
	color: #156187;
	text-decoration: underline !important;
}

#sb-twitterbox {
	list-style-type: none;
	color: #323232;
	margin-top: 40px;
	margin-bottom: 0;
	text-shadow: #fff 0 1px 0;
	color: #434343;
	font-size: 12px;
	
	padding: 5px 10px;
	 -webkit-border-radius: 10px;
		-moz-border-radius: 10px;
}


#twitter img {
	float: left;
	margin-right: 15px;
}



/* @end */

/* @group footer */

#footer {
	text-align: center;
	text-shadow: #fff 0 1px 0;
	margin: 60px auto 25px;
	color: #434343;
	font-size: 10px;
	
	padding: 5px 10px;
	width: 80%;
	 -webkit-border-radius: 10px;
		-moz-border-radius: 10px;
	/*
	-webkit-box-shadow:0px -1px 0px rgba(0,0,0, 0.2);
-moz-box-shadow:0px 1px 0px rgba(0,0,0, 0.6);
box-shadow:0px 1px 0px rgba(0,0,0, 0.6);
background: #eaedf1;
background-image:-webkit-gradient(
    linear,
    left bottom,
    left top,
    color-stop(0.14, rgb(247,247,247)),
    color-stop(0.48, rgb(212,223,230)),
    color-stop(1, rgb(197,209,224))
);
background-image:-moz-linear-gradient(
    center bottom,
    rgb(247,247,247) 14%,
    rgb(212,223,230) 48%,
    rgb(197,209,224) 100% 
); */
}

#footer:hover {
background: #eaedf1;
background-image:-webkit-gradient(
    linear,
    left bottom,
    left top,
    color-stop(0.29, rgb(217,217,217)),
    color-stop(0.48, rgb(219,219,219)),
    color-stop(0.82, rgb(235,235,235))
);
background-image:-moz-linear-gradient(
    center bottom,
    rgb(217,217,217) 29%,
    rgb(219,219,219) 48%,
    rgb(235,235,235) 82%
);
-webkit-box-shadow:0px 1px 4px rgba(130, 151, 177, 0.8);
-moz-box-shadow:0px 1px 4px rgba(130, 151, 177, 0.8);
box-shadow:0px 1px 4px rgba(130, 151, 177, 0.8);
}

#footer a {
	color: #39c;
	font-size: 10px;
	font-weight: normal;
	font-style: normal;
	text-shadow: rgba(255, 255, 255, 0.5) 0 1px 0;
	margin-left: 2px;
}
#footer a:hover {
	color: #156187;
}

/* @end */
