/*
+--------------------------------------
|   Wiccle v1.00
|   ==================================
|   by Markus Loponen & Keith Killilea
|   (c) 2009-2010 Wiccle Ltd.
|   http://www.www.wiccle.com
|   Email: info@wiccle.com
|   ==================================
|   Time: 2010-04-16 | File version: 1.00
+-------------------------------------
|  	Please read the Wiccle license 
|   Available at docs/license.txt
+-------------------------------------
*/

#body_base {
	position: absolute; 
	top: 0px; 
	left: 0px; 
	z-index: 1; 
	width: 100%; 
	height: 100%;
}

#body_overlay {
   position: absolute;
   top: 0px;
   left: 0px;
}


#wrapper {
	margin: auto;
	position: relative;
	z-index: 1;
	left: 0px;
}

#site_header {
	margin-top: 20px;
}

.top_area {
	background-image: url(../images/bg_toparea_left.png);
	background-repeat: repeat-y;
	background-position: top left;
	margin-bottom: -5px;
	position: relative;
	border-bottom: 1px dotted #fff;
	z-index: 10;
}

.site_name {
	font-family: Verdana, Tahoma, sans-serif;
	font-size: 11px;
	width: 400px;
	text-align: left;
	padding-top: 0px;
	display: inline;
}
.site_phrase {
	font-family: Verdana, Tahoma, sans-serif;
	font-size: 10px;
	font-style: italic;
	color: #4c69a3;
	display: inline;

}
.site_name h1 {
	font-family: 'Trebuchet MS', Tahoma, Verdana, sans-serif;
	font-size: 20px;
	letter-spacing: 1px;
	font-weight: bold;
	background-color: transparent;
	border: 0px;
	font-style: italic;
	margin: 0px;
	padding: 0px;
	display: inline;
	color: #6a88c4;
	margin-right: 10px;

}

.toparea_ajax {
	font-family: 'Trebuchet MS', Arial, Tahoma, sans-serif;
	font-size: 13px;
	font-style: italic;
	font-weight: bold;
	background-image: url(../images/bg_toparea_mo.png);
	background-repeat: no-repeat;
	color: #666;
	width: 700px;
	height: 40px;
	padding-top: 5px;
	text-align: center;
	cursor: crosshair;
}



.login_area {
	font-size: 85%;
	color: #ddd;
	text-align: right;
	padding: 1px;
	width: 900px;
	padding-right: 10px;
}


.login_area a:link, .login_area a:visited, .login_area a:hover, .login_area a:active {
	text-decoration: none;
	color: #fff;
	padding: 1px;
	padding-left: 5px;
	padding-right: 5px;
	font-weight: bold;

} 

.login_area a:hover, .login_area a:active {
	text-decoration: none;
	color: #eee;
	background-color: #a39bc9;
} 



/* For main wrapper rounded corners */

.bg_top_left {
	background-image: url(../images/bg_top_left.png);
	background-repeat: no-repeat;
	background-position: top right;
	height: 60px;
	width: 30px;
}

.bg_top_center {
	background-image: url(../images/bg_top_center.png);
	background-repeat: repeat-x;
	background-position: top left;
	height: 60px;
}

.bg_top_right {
	background-image: url(../images/bg_top_right.png);
	background-repeat: no-repeat;
	background-position: top left;
	height: 60px;
	width: 30px;
}


.bg_mid_left {
	background-image: url(../images/bg_mid_left.png);
	width: 22px;
	line-height: 1px;
	background-position: top right;
	background-repeat: repeat-y;

}

.bg_mid_center {
	background-image: url(../images/bg_mid_center.png);
	padding: 0px;	
}


.bg_mid_right {
	background-image: url(../images/bg_mid_right.png);
	width: 22px;
	line-height: 1px;
	background-position: top left;
	background-repeat: repeat-y;

}



.bg_bottom_left {
	background-image: url(../images/bg_bottom_left.png);
	background-repeat: no-repeat;
	height: 32px;
	width: 30px;
	background-position: top right;

}

.bg_bottom_center {
	background-image: url(../images/bg_bottom_center.png);
	height: 32px;
	background-repeat: repeat-x;
	background-position: top center;

}

.bg_bottom_right {
	background-image: url(../images/bg_bottom_right.png);
	background-repeat: no-repeat;
	height: 32px;
	width: 30px;
	background-position: top left;

}


.inner_wrapper {

}


.header_wrapper {
	/* background-image: url(../images/bg_header.png); 
	background-position: top left;
	background-repeat: no-repeat; */
	position: relative;
	z-index: 5;
	padding-bottom: 5px;

	
}


/* Module input area wrapper */

.module_wrapper {
	margin: 0px;
	padding: 0px;
}

.module_wrapper_inner {
}


/* Footer and bottom footer wrappers */

.site_footer {
	position: relative;
	z-index: 10;
}
.footer_wrapper {
	position: relative;
	z-index: 1;
	padding-top: 0px;
	padding-bottom: 8px;
	
}


.bottom_footer {
	padding-top: 3px;
	padding-bottom: 3px;
	background-color: #eee;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	height: 20px;
	color: #636363;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 85%;
	text-align: center;
	margin-top: 5px;
	margin-left: 20px;
	position: relative;
	z-index: 1;
}

.bottom_footer a:link, .bottom_footer a:visited, .bottom_footer a:hover, .bottom_footer a:active {
	color: #888;
	font-weight: bold;
}
.bottom_footer a:hover, .bottom_footer a:active {
	color: #ccc;
}


/* Column wrapper | Width supplied by builders */ 

.column_wrapper {
	float: left;
}

.column_wrapper a:link, .column_wrapper a:visited, .column_wrapper a:hover, .column_wrapper a:active {

}

.column_wrapper a:hover, .column_wrapper a:active {
	text-decoration: underline;
} 

.column_wrapper_inner {
	padding-left: 0px;
}


.column_unit {
	position: relative;
	z-index: 1;
}


.column_1 {

}
.column_2 .column_wrapper_inner {
}

.column_3 {

}












