/*author: Naomi, Trade Web Solutions*/
/*Styles for Little Monkeys*/
/*Jan 2010*/

body {
	margin: 0;
	padding: 0;
	background: #3070B0 url(/themes/littleMonkeys10/images/backgr_main.jpg) top left repeat-x;
	font: 80% Verdana, Arial, Helvetica, sans-serif;
	color: #272829;
}
h1, h2, h3 {
	margin: 0;
	padding: 0;
}
h1 {
	font-size: 160%;
	font-weight: normal;
	margin-top: 40px;
}
h2 {
	font-size: 145%;
	font-weight: normal;
	color: #0F6CB9;
}
h3 {
	font-size: 130%;
	font-weight: normal;
	color: #609C15;
	margin-top: 15px;
}
a {
	color: #006BB9;
	text-decoration: none;
}
#mainOuter {
	margin: 0 auto;
	padding: 0;
	width: 1000px;
}
#mainInner {
	margin: 0;
	padding: 0;
}
#topNav {
	margin: 0 auto;
	padding: 0;
	width: 947px;
	height: 67px;
	background: url(/themes/littleMonkeys10/images/backgr_topnav.gif) top left no-repeat;
}
#topNav ul {
	margin: 0 0 0 0;
	padding: 13px 0 0 25px;
	list-style: none;
	color: #fff;
}
#topNav ul li {
	margin: 0;
	padding: 0;
	float: left;
}
#topNav ul li a {
	color: transparent;
	text-indent: -2000px;
	display: block;
	height: 44px;
}
.logo {
	float: left;
	margin-top: 1px;
	margin-right: -50px;
}
#topRight {
	margin: 0 0 0 410px;
	padding: 0;
	width: 545px;
	height: 110px;
	border: 1px solid transparent;
	font-size: 90%;
	color: #fff;
	font-weight: bold;
}
.faceb {
	margin: 60px 0 0 3px;
}
.faceb img {
	margin: 0 4px -8px 10px;
	padding: 0;
	border: 0px solid #fff;
}
#redNav {
	margin: 0 auto;
	padding: 28px 0 0 0;
	width: 947px;
	background: url(/themes/littleMonkeys10/images/backgr_red_top.gif) top left no-repeat;
	height: 100px;
}
#redNav ul {
	margin: 0 0 0 0;
	padding: 0;
	list-style: none;
	color: #fff;
}
#redNav ul li {
	margin: 0;
	padding: 0;
	float: left;
}
#redNav ul li a {
	color: transparent;
	text-indent: -2000px;
	display: block;
	height: 45px;
	color: #fff;
}
#copyrInfo {
	margin: 0 auto;
	padding: 42px 0 0 0;
	margin-bottom: 7px;
	width: 947px;
	height: 57px;
	background: url(/themes/littleMonkeys10/images/backgr_green_footer.gif) top left no-repeat;
	text-align: center;
	font-size: 80%;
}
#baseNav {
	margin: 0 auto;
	padding: 45px 0 -0 0;
	width: 550px;
	background: #E22B20 url(/themes/littleMonkeys10/images/backgr_copybase.jpg) top left no-repeat;
	color: #fff;
	text-align: center;
	font-size: 80%;
	clear: both;
}
#baseNav a {
	color: #fff;
}
#baseNav a:hover {
	color: #F2A502;
}
#mainInner {
	margin: 0 auto;
	padding: 0;
	width: 947px;
	background: url(/themes/littleMonkeys10/images/backgr_red_mid.gif) top left repeat-y;
	border: 1px solid transparent;
}
#copyAreaOuter {
	margin: 0 auto;
	margin-top: -20px;
	padding: 0;
	width: 934px;
	background: url(/themes/littleMonkeys10/images/backgr_copymain.jpg) top center repeat-y;
	border: 1px solid transparent;
	border-top: 0px solid transparent;
	border-bottom: 0px solid #E22B20;
}
#copyAreaHeader {
	margin: 0;
	padding: 40px 0 0 0;
	width: 934px;
	height: 85px;
	background: url(/themes/littleMonkeys10/images/backgr_copytop.jpg) top center no-repeat;
}
#leftContain {
	margin: 0;
	padding: 0;
	width: 675px;
	float: left;
}
#leftColumn {
	margin: -58px 0 -40px 2px;
	padding: 0;
	width: 242px;
	float: left;
}
.indentRight {
	margin-left: 12px;
}
#contentArea {
	margin: 0 0 0 257px;
	padding: 0;
	width: 398px;
}
#rightColumn {
	margin: -43px 0 0 -25px;
	padding: 0;
	width: 242px;
	float: left;
}
.controls {
	background: url(/themes/littleMonkeys10/images/gallery_controls.jpg) center no-repeat;
}
.back {
	margin-right: 20px;
}
.forward {
	margin-left: 20px;
}
.border {
	border: 2px solid #F2A502;
}
.contactTab {
	margin: 0 auto;
	padding-top: 5px;
	background-color: #187FC5;
	border: 3px solid #0D6AB7;
	color: #fff;
}
.input {
	width: 200px;
	padding: 2px;
}

/* Styles added by Rich during CMS installation */

#homeGallery {
 	background: #FFFFFF url('/themes/littleMonkeys10/images/home_gallery6.jpg') no-repeat bottom center;
 	width: 539px;
 	height: 259px;
 	margin: 0px;
 	padding: 0px;
 	float: left;
}

.deletableImage {
	cursor: pointer;
	padding-bottom: 5px;
}

.deletableImage:hover {
	opacity: 0.5;
	filter: alpha(opacity=50);
}

.error {
  background-color: #E49999;
  border: 2px solid #BF5F5F;
  color: #9C1919;
  padding: 6px;
  /*margin-left: 20px;
  width: 783px;*/
}

.ok {
  background-color: #D1E4D2;
  border: 2px solid #83AF85;
  color: #0B490C;
  padding: 6px;
  /*margin-left: 20px;
  width: 783px;*/
}

.mceContentBody {
	background-color: #FFFFFF;
}

.mceToolbar {
}

.adminLinkBox {
	position: relative;
	top: 13px;
	left: 800px;
	color: #FFFFFF;
	width: 103px;
	background: #1C8ACB;
	padding: 2px 5px 5px 5px;
	border-top: 2px solid #0D6AB8;
	font-weight: bold;
}
.adminLinkBox:hover {
	top: 18px;
	padding: 7px 5px 5px 5px;
	color: #F9C300;
}

#galleryBlocker {
	width: 329px;
	height: 327px;
	position: absolute;
	margin-left: 35px;
	float: left;
	background: url('/themes/littleMonkeys10/images/gallery_frame.png')
}
.copyTab {
	border: 1px solid #B0D3E6;
	background-color: #E1EBF1;
	width: 100%;
}
.copyTab td{
	border: 1px solid #B0D3E6;
	padding: 2px 2px 2px 5px;
}
.alt {
	background-color: #D2E5F0;
}
.subtext {
	font-size: 70%;
}
#galleryNav {
	background: url(/themes/littleMonkeys10/images/gallery_background.jpg) center no-repeat;
}
.galleryLeftButton {
	cursor: pointer;
	margin-bottom: 27px;
	margin-right: 20px;
}
.galleryRightButton {
	cursor: pointer;
	margin-bottom: 27px;
	margin-left: 20px;
}
p.textButton {
	margin: 20px;
	text-align: center;
}
.textButton a {
	margin: 0 auto;
	border: 3px solid #0964A6;
	padding: 6px;
	height: 17px;
	text-align: center;
	width: 161px;
	background-color: #79C0E9;
	font-weight: bold;
	display: block;
}
.textButton a:hover {
	background-color: #0964A6;
	color: #fff;
}
.pdfLink {
	padding: 0 0 0 25px;
	background: url(/user/images/pdf_icon.jpg) top left no-repeat;
}
