/*
Theme Name: itsDesignCode 1.0
Theme URI: http://itsDesignCode.com
Description: habii er en php lærning prosjekt
Version: 1.0
Author: Habibollah Hosseinpoor
Author URI: http://itsDesignCode.com/
Contact: mail@habii.com
*/

A:link {
	color: #444444;
	text-decoration: none;
	font-weight: bold;
}
A:visited {
	color: #e1750b;
	text-decoration: none;
	font-weight: bold;
}
A:active {
	color: #0098B9;
	text-decoration: none;
	font-weight: bold;
}
A:hover {
	color: #0ABF00;
	text-decoration: none;
	font-weight: bold;
}


.header {
	background: url(../img/itsDesignCode_header_bg.jpg) repeat-x;
	height: 114px;
}

.logo {
	height: 114px;
	margin-left: 20px;
	margin: 0;
	padding: 0;
}

.noMargin {
	margin: 0;
	padding: 0;
}


.navigation {
	background: url(../img/itsDesignCode_menu.jpg) repeat-x;
	height: 46px;
	padding-bottom: 20px;
}

.body {
	height: auto;
}

.slide {
	padding: 0 5px 20px;
}

.pushDown{
	margin-top: 10px;
	color: #444444;
}

.footer {
	background: url(../img/itsDesignCode_footer_bg.jpg) repeat-x;
	height: 120px;
	margin-top: 20px;
}

.footer a {
	color: #e1750b;
}


/* --[ nav ]------------------------------- */

ul#nav {
	height: 46px;
	float: left;
	text-transform: uppercase;
	margin: 0 0px 0px;
	padding-top: 0;
}

#nav li {
	list-style: none;
	float: left;
	margin-right: 6px;
	padding-top: 15px;
}
#nav a {
	height: 46px;
	display: block;
	font-weight: bold;
	color: #FFF;
	padding: 0 10px;
}
	
/* hover state */
#nav li:hover {
	background: #eaeaea url(../img/itsDesignCode_menu_active.jpg) repeat-x top left;
	padding-top: 14px;
	float: left;
}
/* active state */
#nav li.active {
	background:  url(../img/itsDesignCode_menu_active.jpg) repeat-x top left;
}

ul.titleList{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	height: 16px;
	color: #777;
}

.titleList li {
	list-style: none;
	float: left;
	margin: 0px;
	padding: 0px;
	clear: both;
}


/*Caption*/
.caption {
	clear: left;
	float: left;
	margin-bottom: 0.5em;
	padding: 4px;
	border: 1px solid #dddddd;
}
.caption p {font-size: .9em; margin-bottom: 0.5em; line-height: 2em; text-transform: capitalize;}

.imgEntry {
}
.imgEntry p {
	float: left;
}




form p{
	margin-bottom: 0.5em;
}

.bg {
	background-color: #eee;
	text-align: left;
	float: left;
}

/**/

.left{
	text-align: right;
}
.rigth{
	text-align: left;
}
.center{
	text-align: center;
}


/* --[ AdminNav ]------------------------------- */

#AdminNav {
	width: 530px;
	float: left;
	margin: 0;
	padding: 10px 0;
	font-family: "Trebuchet MS", Verdana;
	font-size: 115%;
	text-transform: lowercase;
	}
#AdminNav li {
	list-style: none;
	float: left;
	margin: 0 6px 0 0;
	padding: 0 0 0 0;
	}
#AdminNav a {
	float: left;
	display: block;
	padding: 8px 10px;
	text-decoration: none;
	font-weight: bold;
	color: #6CA300;
	border: none;
	}
	
/* hover state */

#AdminNav li:hover {
	background: #E0E8B9 url(../img/nhov-top.gif) no-repeat top left;
	}
#AdminNav a:hover { /* a backup for IE's lack of li:hover support */
	background-color: #E0E8B9;
	}
html>body #AdminNav a:hover {
	background: transparent url(../img/nhov-bottom.gif) no-repeat bottom right;
	}
	
/* active state */

#AdminNav li.active {
	background: url(../img/nav-top.gif) no-repeat top left;
	}
#AdminNav li.active a {
	color: #333;
	background: url(../img/nav-bottom.gif) no-repeat bottom right !important;
	}
