/* Copyright (c) Salin Technologies, All rights reserved */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

body {
	line-height: 1;
}

:focus {
	outline: 0;
}

ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

header, footer, aside, nav, article, section {
	display: block;
	padding: 0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}

.clear:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

body {
	background: #f0f0f0;
	border: none;
	color: #333;
	margin: 0 auto;
	font: 14px/24px Helvetica, Arial, sans-serif;
	width: 960px;
}

h1 {
	font: normal bold 34px/50px Arial, Helvetica, sans-serif;
	padding-top: 10px;
	padding-bottom: 10px;
}

h2 {
	font-size: 26px;
	line-height: 44px;
	padding: 20px 0;
}

h3 {
	font-size: 18px;
	line-height: 22px;
	padding: 11px 0px;
}

p {
	font-weight: normal;
	padding-bottom: 10px;
}

a {
	color: #333;
	text-decoration: none;
	font-weight: bold;
}

a:visited {
	color: #333;
	outline: none;
	text-decoration: none;
}

a:hover {
	color: #333;
	text-decoration: underline;
}

a:active {
	color: #fff;
	outline: none;
	text-decoration: none;
}

a:focus {
	outline: 1px dotted;
}

#logo {
	text-align: center;
	margin-top: 15px;
}
#mast h2 {
	text-align: center;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 7px;
	padding-left: 0px;
}

nav#global {
	padding: 10px 0px;
	position: absolute;
	left: 0px;
	width: 100%;
	background-color: #444;
}

nav#global ul {
	margin: 0px auto;
	width: 960px;
	border: none;
}

nav#global ul li {
	display: inline;
	list-style: none;
	padding-left: 55px;
}

nav#global ul li a {
	color: #999;
	background-color: #333;
	font: normal bold 14px/44px Arial, Helvetica, sans-serif;
	padding: 10px;
	margin-right: 40px;
	text-align: center;
	border: 2px solid #333;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-webkit-transition: all 1s ease-in-out;
	-moz-transition: all 1s ease-in-out;
	-ms-transition: all 1s ease-in-out;
	-o-transition: all 1s ease-in-out;
	transition: all 1s ease-in-out;
}	

nav#global ul li a:hover, nav#global ul li a:focus {
	background-color: #111;
	border: 2px solid #666;
	color: #333;
	text-decoration: none;
	background-color: #CCC;
	-webkit-transition: all 1s ease-in-out;
	-moz-transition: all 1s ease-in-out;
	-ms-transition: all 1s ease-in-out;
	-o-transition: all 1s ease-in-out;
	transition: all 1s ease-in-out;
}

nav#global ul li a.selected {
	color: #fff;
}

nav#global ul li a.selected:hover {
	color: #333;
	background-color: #CCC;
	-webkit-transition: all 1s ease-in-out;
	-moz-transition: all 1s ease-in-out;
	-ms-transition: all 1s ease-in-out;
	-o-transition: all 1s ease-in-out;
	transition: all 1s ease-in-out;
}

#nointro {
	margin-top: 65px;
	-webkit-border-radius: 15px;
}

#intro header h2 {
	text-align:center;
	font-weight: normal;
	line-height: 30px;
	padding: 10px 0px 10px 0px;
	width: 460px;
	background-color: #bbb;
	border-radius: 5px;
	margin-bottom: 15px;
}

#intro {
	background-color: #CCC;
	margin-top: 100px;
	padding: 30px 32px 20px 30px;
	border: 1px solid #ccc;
	border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
}

#intro p {
	width: 465px;
}

#intro a {
	color: #FFF;
	background-color: #333;
	font: normal bold 14px/44px Arial, Helvetica, sans-serif;
	padding: 10px;
	margin-right: 0px;
	text-align: center;
	border: 1px solid #ccc;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-webkit-transition: all 1s ease-in-out;
	-moz-transition: all 1s ease-in-out;
	-ms-transition: all 1s ease-in-out;
	-o-transition: all 1s ease-in-out;
	transition: all 1s ease-in-out;
}

#intro a:hover {
	color: #222;
	background-color: #999;
	text-decoration: none;
	-webkit-transition: all 1s ease-in-out;
	-moz-transition: all 1s ease-in-out;
	-ms-transition: all 1s ease-in-out;
	-o-transition: all 1s ease-in-out;
	transition: all 1s ease-in-out;
}

#intro #photo {
	background-color: #fff;
	float: right;
	margin-top: -110px;
	width: 400px;
	height: 300px;
	margin-right: 0px;
	box-shadow: 6px 10px 10px #333;
	-moz-box-shadow: 6px 10px 10px #333;
	-webkit-box-shadow: 6px 10px 10px #333;
	border: 5px solid rgba(0, 0, 0, 0);
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}

#photo div {
	background-color: #333;
	margin: 10px auto 0px auto;
	width: 380px;
	height: 260px;
	text-align: center;
	float: right;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;

}

#photo div h3 {
	color: #fff;
	font-size: 25px;
	line-height: 25px;
	padding: 115px 0 0 0;
}

div#main {
	background: url(../images/main_bkgd.png) repeat-y top right;
	border: none;
}

#articles {
	float: left;
	margin-left: 20px;
	width: 660px;
	border: none;
	margin-top: 28px;
}

article {
	border-bottom: 1px dotted #aaa;
	padding: 15px 15px 15px 15px;
	margin-bottom:15px;
}

article h2{
	text-align: center;
	background-color: #ddd;
	padding: 10px;
	margin-bottom: 20px;
	border-radius: 5px;
}

article img {
	background-color: #fff;
	width: 185px;
	height: auto;
	margin-bottom: 10px;
	padding: px px px px;
	margin-top: 10px;
	margin-right: 0px;
	margin-left: 18px;
	float: right;
	box-shadow: 6px 10px 10px #333;
	-moz-box-shadow: 6px 10px 10px #333;
	-webkit-box-shadow: 6px 10px 10px #333;
	border: 3px solid rgba(0, 0, 0, 0);
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-webkit-transition: all 1s ease-in-out;
	-moz-transition: all 1s ease-in-out;
	-ms-transition: all 1s ease-in-out;
	-o-transition: all 1s ease-in-out;
	transition: all 1s ease-in-out;
}

article img:hover {
	box-shadow: 3px 5px 5px #333;
	-moz-box-shadow: 3px 5px 5px #333;
	-webkit-box-shadow: 3px 5px 5px #333;
	-webkit-transition: all 500ms ease-in-out;
	-moz-transition: all 500ms ease-in-out;
	-ms-transition: all 500ms ease-in-out;
	-o-transition: all 500ms ease-in-out;
	transition: all 500ms ease-in-out;
}

article:last-child {
	border-bottom: none;
	margin-bottom: 10px;
}

aside {
	float: right;
	margin-top: 25px;
	margin-right: 30px;
	text-align: center;
	width: 215px;
}

aside img {
	background-color: #fff;
	float: none;
	width: 160px;
	height: 130px;
	margin-bottom: 15px;
	padding: 0px 0px 0px 0px;
	box-shadow: 6px 10px 10px #333;
	-moz-box-shadow: 6px 10px 10px #333;
	-webkit-box-shadow: 6px 10px 10px #333;
	border: 3px solid rgba(0, 0, 0, 0);
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-webkit-transition: all 1s ease-in-out;
	-moz-transition: all 1s ease-in-out;
	-ms-transition: all 1s ease-in-out;
	-o-transition: all 1s ease-in-out;
	transition: all 1s ease-in-out;
}

aside img:hover {
	background-color: #eee;
	float: none;
	width: 160px;
	height: 130px;
	margin-bottom: 11px;
	padding: 2px 2px 2px 2px;
	box-shadow: 3px 5px 5px #333;
	-moz-box-shadow: 3px 5px 5px #333;
	-webkit-box-shadow: 3px 5px 5px #333;
	-webkit-transition: all 500ms ease-in-out;
	-moz-transition: all 500ms ease-in-out;
	-ms-transition: all 500ms ease-in-out;
	-o-transition: all 500ms ease-in-out;
	transition: all 500ms ease-in-out;

}

aside section {
	background-color: #E3E3E3;
	margin-bottom: 20px;
	padding: 10px 10px 10px 10px;
	border: 1px solid #E3E3E3;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

aside h3 {
	padding: 8px 8px 8px 8px;
	text-align: center;
	margin-bottom: 0px;	
	font-size: 22px;
	letter-spacing: 2px;
	font-weight: bold;
	-moz-border-radius: 5px;
}

aside h3 a {
	text-decoration: none;
	display:block;
	padding: 5px 5px 5px 5px;
	margin-bottom: 7px;
	text-align: center;
	color: #333;
	background-color: #CCC;
	line-height: 24px;
	box-shadow: 6px 10px 10px #333;
	-moz-box-shadow: 6px 10px 10px #333;
	-webkit-box-shadow: 6px 10px 10px #333;
	border: 3px solid rgba(0, 0, 0, 0);
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-webkit-transition: all 1s ease-in-out;
	-moz-transition: all 1s ease-in-out;
	-ms-transition: all 1s ease-in-out;
	-o-transition: all 1s ease-in-out;
	transition: all 1s ease-in-out;
}

aside h3 a:hover {
	text-decoration: none;
	color: #333;
	background-color: #aaa;
	box-shadow: 3px 5px 5px #333;
	-moz-box-shadow: 3px 5px 5px #333;
	-webkit-box-shadow: 3px 5px 5px #333;
	border: 3px solid rgba(0, 0, 0, 0);
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-webkit-transition: all 500ms ease-in-out;
	-moz-transition: all 500ms ease-in-out;
	-ms-transition: all 500ms ease-in-out;
	-o-transition: all 500ms ease-in-out;
	transition: all 500ms ease-in-out;
}

aside p {
	padding: 0 0 5px 0px;
	text-align: left;
	max-width: 160px;
}

nav#maincategories ul li a {
	list-style: none;
	color: #333;
	text-align: center;
	font-size: 17px;
	font-weight: bold;
	line-height: 30px;
	transition: all 250ms ease-in-out;
	-webkit-transition: all 250ms ease-in-out;
	-moz-transition: all 250ms ease-in-out;
	-ms-transition: all 250ms ease-in-out;
	-o-transition: all 250ms ease-in-out;
}

nav#maincategories ul li a:hover {
	text-decoration: none;
	color: #333;
	background-color: #ccc;
	padding: 3px;
	box-shadow: 2px 2px 3px #333;
	-moz-box-shadow: 3px 5px 5px #333;
	-webkit-box-shadow: 3px 5px 5px #333;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	transition: all 250ms ease-in-out;
	-webkit-transition: all 250ms ease-in-out;
	-moz-transition: all 250ms ease-in-out;
	-ms-transition: all 250ms ease-in-out;
	-o-transition: all 250ms ease-in-out;
}

nav#maincategories ul li a.selected {
	list-style: none;
	margin: 5px 0;
	color: #ccc;
}

nav#categories ul li a {
	list-style: none;
	margin: 5px 0px;
	color: #333;
	text-align: center;
	font-size: 13px;
	font-weight: bold;
}

nav#categories ul li a:hover {
	text-decoration: none;
}

nav#categories ul li a.selected {
	list-style: none;
	margin: 5px 0;
	color: #CCC;
	text-align: center;
}

footer {
	width: 960px;
	background-color: #444;
	top: auto;
	float: left;
	margin-top: 0px;
	box-shadow: 6px 10px 10px #333;
	-moz-box-shadow: 6px 10px 10px #333;
	-webkit-box-shadow: 6px 10px 10px #333;
	border: 3px solid rgba(0, 0, 0, 0);
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

footer div {
	width: 960px;
	border: none;
	float: left;
}

footer section {
	color: #eeeeee;
	border: none;
	width: 960px;
	text-align: center;
}

footer #about {
	width: auto;
	margin-top: 5px;
	margin-bottom: 5px;
}

#accordion .item {
	width: 630px;
	height: 40px; /* height = total height of A child element */
	overflow: hidden;
	margin-bottom: 0px;
	border: 1px solid #ccc;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	transition: height ease-in-out 750ms; /* css3 transition */
	-o-transition: height ease-in-out 750ms;
	-moz-transition: height ease-in-out 750ms;
	-webkit-transition: height ease-in-out 750ms;
}

#accordion h2 {
	display: block;
	height: 20px;
	line-height: 20px;
	background: #e6e6e6;
	padding: 10px;
	color: #1e1e1e;
	text-decoration: none;
	margin-bottom: 6px;
	text-align: center;
	-webkit-transition: background 1s ease-in-out;
	-moz-transition: background 1s ease-in-out;
	-ms-transition: background 1s ease-in-out;
	-o-transition: background 1s ease-in-out;
	transition: background 1s ease-in-out;
}

#accordion div:hover h2 {
	background-color: #ccc;
	-webkit-transition: background 1s ease-in-out;
	-moz-transition: background 1s ease-in-out;
	-ms-transition: background 1s ease-in-out;
	-o-transition: background 1s ease-in-out;
	transition: background 1s ease-in-out;
}

#accordion p {
	height: auto;
	padding: 3px;
	text-align: left;
}

#accordion div:hover {
	height: 270px;
}

#accordion a {
	border-bottom: 1px solid #ccc;
	font-weight: bold;
}
