/*
Theme Name: xcom10
Theme URI: http://xcom10.no
Description: klasse tur
Version: 1.0
Author: Habibollah Hosseinpoor
Author URI: http://habii.com/
Contact: mail@habii.com
*/
a {
	color: #333333;
	text-decoration: none;
	font-weight: bold;
}

a:link {
	color: #333333;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	color: #333333;
	text-decoration: none;
	font-weight: bold;
}
a:active {
	color: #333333;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #333333;
	text-decoration: none;
	font-weight: bold;
}

.header {
	background: url(../images/xCom10_body_bg.jpg) repeat-x;
	height: 170px;
	width: 100%;
}
.menu {
	background: url(../images/xCom10_menu_bg.jpg) repeat-x;
	height: 50px;
	width: 100%;
}
.logo {
	height: 50px;
	background: url(../images/xCom10_logo.jpg) no-repeat;
}

.body {
	height: auto;
	width: 100%;
}

.footer {
	background: url(../images/xCom10_footer.jpg) repeat-x;
	height: 80px;
	width: 100%;
}
.pushDown{
	margin-top: 20px;
}

/* lmenu*/
.lmenu {
	float: left;
	height: 50px;
}

.lmenu a {
	display: block;
	font-weight: bold;
	color: #EEE;
}

.lmenu ul {
	display: inline;
	list-style: none;
}

.lmenu li {
	float: left;
	color: #EEE;
	padding: 13px 9px;
}

.lmenu li.current {
	background: #EEE;
	color: #333333;
}
.lmenu li.current a {
	background: #EEE;
	color: #333333;
}


.formBG {
	background-color: #EEE;
	padding: 10px;
}
.fB {
	border: 0px solid #BBE134;
}
/* utilities */

.memImg{
	margin-left: 0px;
	margin-bottom: 10px;
}

.slide {
	/*background-color: #EEE;
	border-color: #e3e3e3;
	border-style: solid;
	border-width: 1px;*/
	padding: 5px;
	clear: left;
	float: left;
}

.comment{
	background-color: #303030;
	color: #fff;
	padding: 10px;
	margin: 0;
}

/* ul for actor informasjon*/
.actor {
	margin: 0;
	padding: 0;
	font-size: 0.8em;
}
.actor li {
	list-style-type: none;
	line-height: 28px;
}

.logIn_ {
	background-color: #303030;
	padding: 50px;
	color: #fff;
	
}

.logIn_Box{
	font-size: 14px;
	width: 355px;
	height: auto;
	background-color: #404040;
	margin:0px auto;
	text-align:left;
	padding: 5px;
}

.secure {
	margin: 5px;
	padding: 5px;
	border-width: 5px;
}
/* aa ab ac ad ae af
-------------------------------------------------------------- */
.aa,
.bb, 
.cc,
.dd,
.ee {
	padding: .8em;
	margin-bottom: 1em;
}

.aa { background: #F23C13; color: #E5D19B; }
.bb { background: #CBAB78; color: #514721; }
.cc { background: #004056; color: #3E88B2; }
.dd { background: #898373; color: #CCCCCC; }
.ee { background: #1F1C17; color: #AAAAAA; }

/* ul for actor informasjon*/
.userH {
	margin: 0;
	padding: 0;
	font-size: 0.8em;
	display: inline;
	list-style: none;
}
.userH li {
	float: left;
	line-height: 16px;
	padding: 0 5px 5px;
}

.habii 		{ padding: 0; margin-bottom: 1em; border-bottom: 2px solid #ddd; }

