/************************************************************

	Place	the following in any	of	the page	layout sections to insert a background	picture
	
	background:url([FILENM]);
	background-repeat:repeat-x;  (repeat =	repeat in tile, repeat-x =	repeat horizontally)
	
	page-main-bg.jpg
	page-header-bg.jpg
	page-menu-bg.jpg
	page-body-bg.jpg
	page-footer-bg.jpg
	
*************************************************************/

body {
   font-family: Arial, Helvetica, sans-serif;
   font-size:12px;
   //line-height: 1.5em;
   background-color:#E8E1D1;
   color: #727272;
   margin:0px; /* DO NOT ALTER */ }
   
#BasicText {
   font-family: Arial, Helvetica, sans-serif;
   font-size:12px;
   //line-height: 1.5em;
   color: #8E765E; }
   
a {
   color:#963729;
   text-decoration:none; }

a:hover {
   text-decoration:underline; }

/************************************************************/
/* Page layout and theme */

#ThemePageDefault {
   background-color:#E8E1D1;
   font-family: Arial, Helvetica, sans-serif;
   font-size:12px;
   line-height: 1.5em;
   color:#8E765E;
   border:0px;
   margin:0px; }

.ThemeModGlobal {
   border:1px solid #E8E1D1;        /* Sections Border */ }

#ThemeModHeader {
   height:0px;  
   border:0px; 
   border-bottom:1px solid #E8E1D1; /* Header Height */ }

#ThemeModMenu {
	background-color:#F4F0E7;
	border:0px; 
     }

#ThemeModBody {
	background-color:#F4F0E7;
	border:0px; 
   border-left:1px solid #E8E1D1;  }

#ThemeModFooter {
	border:0px; 
   border-top:1px solid #E8E1D1; 
   font-weight: 400;
   font-size: 11px;
   font-family: arial,sans-serif,verdana,arial,helvetica; }

#ThemeModBodyTitle {
	color:#8E765E;
   text-align:center;
   font-weight:700;
   letter-spacing:5px;
   text-transform:uppercase;
   font-size:11px;
   padding-bottom:15px;
   border-bottom:1px solid #E8E1D1; /* Body Title Divider Line */
   margin-bottom:15px; }
   
#BodyTitleMsgBox {
	color: #8E765E;
	text-align:center;
	font-weight:700;
	letter-spacing:4px;
	text-transform:uppercase;
	font-size:11px;
	margin-bottom:15px; 
	background-color:#FFFFDE;
	border:1px solid #FFCF0F; }

#ThemeModBodyTitleBlog {
   text-align:center;
   font-weight:700;
   letter-spacing:4px;
   text-transform:uppercase;
   font-size:11px;
   padding-bottom:15px;
   border-bottom:1px solid #E8E1D1; /* Body Title Divider Line */
   margin-bottom:0px; }
   
#ThemePoweredByBanner {
	font-family:Arial,Helvetica,sans-serif;
   font-weight:700;
   text-transform:uppercase;
   text-align:left;
   font-size:14px;
	width:100%;
	display: block;
	border:1px solid #E8E1D1; }

/************************************************************/
/* ZOOM */

#ZoomImage {
   text-align:center;
   border:1px solid silver; }
   
/************************************************************/
/* Miscellaneous */

#Rule {
   padding:0px;
   border-top:1px solid #E8E1D1; }
/* <div id="Rule" style="margin-top:20px;margin-bottom:0px;"></div> */

#spacer {
   margin:0px;
   padding:0px; }
/* <div id='Spacer' style='margin-top:10px;margin-bottom:0px;'></div> */

#BasicBtn {
   font-size:11px;
   font-family:Tahoma;
   line-height:1em;
   text-align:center;
   color:white;
   padding:2px;
   background-color:#909090;
   border-top:1px solid #909090;
   border-left:1px solid #909090;
   border-right:1px solid #909090;
   border-bottom:1px solid #909090;
   cursor:hand; }
   
/************************************************************/
/* Image Box */

.ImgBox {
	color:#8E765E;
   font-size: 13px;
   font-family: sans-serif,verdana,arial,helvetica;
   font-style: normal; }

.ImgBoxCredit {
	padding-top: 5px;
   font-size: 11px;
   Line-height: 12px;
   text-align: right;
   font-style: italic; }
   
.ImgBoxCaption {
	padding-top: 5px;
   font-size: 12px;
   Line-height: 14px; }

.ImgBoxImg {
	border:1px solid #E8E1D1; }
   
.ImgBoxLink {
  	color:white;
   text-decoration:none; }

/************************************************************/
/* FULL IMAGE */

.imgteaser {
	margin: 0;
	overflow: hidden;
	float: left;
	position: relative;
}

.imgteaser a {
	text-decoration: none;
	float: left;
}

.imgteaser a:hover {
	cursor: pointer;
}

.imgteaser a img {
	float: left;
	margin: 0;
	border: none;
	padding: 10px;
	background: #fff;
	border: 1px solid #ddd;
}

.imgteaser a .more {
	position: absolute;
	right: 20px;
	bottom: 20px;
	font-size: 1.2em;
	color: #fff;
	background: #000;
	padding: 5px 10px;
	filter:alpha(opacity=65);
	opacity:.65;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=65)"; /*--IE 8 Transparency--*/
}

.imgteaser a:hover .desc{
	display: block;
	font-size: 1.2em;
	padding: 10px 0;
	background: #111;
	filter:alpha(opacity=75);
	opacity:.75;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)"; /*--IE 8 Transparency--*/
	color: #fff;
	position: absolute;
	bottom: 11px;
	left: 11px;
	padding: 10px;
	margin: 0;
	width: 620px;
	border-top: 1px solid #999;
	text-align:center;
}

.imgteaser a:hover .desc strong {
	display: block;
	margin-bottom: 5px;
	font-size:1.5em;
}

.imgteaser a .desc {	display: none; }

.imgteaser a:hover .more { visibility: hidden;}

/************************************************************/
/* Form Fields */

#FieldCaption {
   font-family: tahoma, arial, "ms sans serif";
   font-weight: 400;
   font-size: 13px;
   color: #8E765E; }

input {
	font-size: 10pt; 
	font-family: tahoma, arial, "ms sans serif";
	border: 1px solid #8E765E; 
	color: #8E765E; 
	background-color: #FFFFFF; }

textarea {
	font-size: 10pt; 
	font-family: tahoma, arial, "ms sans serif";
	border: 1px solid #8E765E; 
	color: #8E765E; 
	background-color: #FFFFFF;
   scrollbar-face-color: #e6e6e6;
   scrollbar-highlight-color: #d3d3d3;
   scrollbar-shadow-color: silver;
   scrollbar-3dlight-color: white;
   scrollbar-arrow-color: gray;
   scrollbar-track-color: #f3f3f3;
   scrollbar-darkshadow-color: white
}

.checkbox, .radio {
	width: 19px;
	height: 25px;
	padding: 0 5px 0 0;
	background: url('http://www.trabuegentry.com/test1/images/checkbox.gif) no-repeat;
	display: block;
	clear: left;
	float: left;
}
.radio {
	background: url(radio.gif) no-repeat;
}
.select {
	//position: absolute;
	//width: 158px; /* With the padding included, the width is 190 pixels: the actual width of the image. */
	height: 21px;
	//padding: 0 24px 0 8px;
	color: #8E765E;
	font: 12px/21px arial,sans-serif;
	//background: url(select.gif) no-repeat;
	overflow: hidden;
}

#WallpaperBtns {
	display: block;
	white-space: nowrap;
	text-align: center;
	text-decoration: none;
	padding-top: 5px;
	padding-bottom: 5px;
}

