/**
 * Theme Name: Microtel
 * Author: Pixelvibes
 * Author URI: http://pixelvibes.com/
 * Description: Theme pour le site Micortel.
 **/

/**
 * Global
 **/
h1, h2, h3, h4, h5, h6 {
    font-style: italic;
    font-family: Georgia, 'Times New Roman', Times, serif;
    color: #FF0000;
    margin-bottom: 10px;
}
h2 {
    color: #FF0000;
    margin-bottom: 20px;
    font-style: italic;
}
a {
    color: #FF0000;
    text-decoration: none;
}
ul {
    list-style: disc;
}
ul li {
    margin-left: 20px;
}
ul ul {
    list-style: circle;
}
body {
    color: #666666;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}
#content {
	color: #666666;
}

/**
 * Banner
 **/
#banner {
    height: 90px;
    position: relative;
}
#banner .logo {
    width: 206px;
    height: 51px;
    display: block;
    position: absolute;
    top: 35px;
    left: 10px;
    background: url("./images/logo.jpg") 50% 50% no-repeat;
}
#banner .subnav {
    position: absolute;
    top: 20px;
    right: 0;
}
#banner .subnav a {
    width: 14px;
    height: 14px;
    display: block;
    float: left;
    margin-left: 20px;
}
#banner .subnav .home {
    background: url("./images/icn_home.png") 50% 50% no-repeat;
}
#banner .subnav .network {
    background: url("./images/icn_network.png") 50% 50% no-repeat;
}
#banner .subnav .email {
    background: url("./images/icn_email.png") 50% 50% no-repeat;
}
#banner .navigation {
    height: 40px;
	display: inline-block;
    position: absolute;
    top: 50px;
    right: 0;
    list-style: none;
}
#banner .navigation li {
    float: left;
    display: inline-block;
    margin-left: 40px;
    font-size: 18px;
    font-style: italic;
    text-align: center;
}
#banner .navigation a {
    text-decoration: none;
    color: #636363;
    display: block;
    height: 40px;
	line-height: 40px;
	font-family: Georgia, 'Times New Roman', Times, serif;
	/* IF IE 6 */
	_display: inline-block;
}
#banner .navigation a .dot {
    color: #ff0000;
}
#banner .navigation a:hover {
    color: #ff0000;
}
#banner .navigation a:hover .dot {
    color: #636363;
}
#banner .navigation .sub-menu  a {
	height: auto;
	display: inline;
}
#banner .navigation .sub-menu {
    list-style: none;
    margin: 0;
    clear: both;
}
#banner .navigation .sub-menu li {
    margin: 1px 0 0 0;
    font-size: 12px;
    display: block;
    text-align: left;
    float: none;
    font-style: normal;
}
#banner .navigation .sub-menu li a {
    width: 100%;
    padding: 0 6px;
    display: block;
    color: #666666;
    border: solid 1px #FFF;
    line-height: 18px;
    background: #d0d0d0;
    font-family: 'Helvetica Neue',Arial,'Liberation Sans',FreeSans,sans-serif;
}
#banner .navigation .sub-menu li a:hover {
    color: #FFF;
    background: #FF0000;
}
#banner .navigation .sub-menu li .dot {
	display: none;
}

/**
 * Header
 **/
#header {
    height: 75px;
    background: url("./images/header_bg.jpg") 0 0 repeat-x;
}
#header .container_12 {
    position: relative;
}
#header .container_12 .searchbar {
    position: absolute;
    top: 26px;
    left: 0;
}
#header .searchbar input {
    border: 0;
    display: block;
    float: left;
    background: url("./images/search_bar.png") no-repeat;
}
#header .searchbar .search_input {
    width: 194px;
    padding: 8px 0 8px 6px;
    margin: 0;
    background-position: 100% 0;
}
#header .searchbar .search_button {
    width: 25px;
    height: 31px;
    background-position: 0 0;
    cursor: pointer;
}
#header .socials {
    position: absolute;
    top: 20px;
    right: 0;
}
#header .socials a {
    height: 44px;
    width: 42px;
    margin: 0 4px;
    display: block;
    float: left;
    background: url("./images/icn_socials.png") no-repeat;
}
#header .socials .twitter {
    background-position: 0 0;
}
#header .socials .facebook {
    background-position: -44px 0;
}
#header .socials .rss {
    background-position: 100% 0;
}

/**
 * Slider container
 **/
#slidercontainer {
    min-height: 200px;
    padding: 5px 0 14px 0;
    position: relative;
    background: url("./images/motif.jpg") 0 0;
}
#slidercontainer .shadow {
    height: 10px;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    background: url("./images/shadow.png") 0 0 repeat-x;
}

/**
 * Content
 **/
#content {
    padding: 20px 0;
    background: url("./images/content_bg.png") 0 0 repeat-x;
}

/**
 * Brands
 **/
#brands {
    margin: 15px auto;
    text-align: center;
    border-top: dotted 1px #000;
    border-bottom: dotted 1px #000;
}
#brands .facebook {
    width: 122px;
    height: 42px;
    display: block;
    position: absolute;
    left: 45%;
    top: 24px;
    background: url("./images/facebook.png") 0 0 no-repeat;
}
#brands .icn_expert {
    height: 41px;
	width: 149px;
    display: block;
    position: absolute;
    right: 10px;
    top: 26px;
    background: url("./images/megaphone.png") 0 50% no-repeat;
}
#brands .icn_expert img {
    height: 41px;
	width: 149px;
	display: block;
}

/**
 * Footer
 **/
#footer {
    height: 16px;
    position: relative;
    margin-bottom: 20px;
    font-size: 11px;
	/* IF IE 6 */
	_padding-bottom: 20px;
}
#footer .subnav {
    list-style: none;
}
#footer .subnav li {
    float: left;
    margin: 0;
}
#footer .subnav li.separator {
    margin: 0 4px;
    height: 16px;
    width: 1px;
    background: #000;
}
#footer .subnav a {
    height: 16px;
    font-size: 11px;
    line-height: 16px;
    display: block;
    text-decoration: none;
    color: #000;
	/* IF IE 6 */
	_display: inline-block;
}
#footer .copyright {
    height: 16px;
    line-height: 16px;
    position: absolute;
    right: 0;
    top: 0;
    color: #666666;
}
/**
 * Footer slideshow
 **/
#brands {
    position: relative;
}
.newsletter {
	display: inline-block;
	text-align: left;
	margin-top: 10px;
	margin-bottom: 6px;
}
.newsletter .newsletter-widget {
	padding: 0;
	margin: 0;
}
.newsletter h2 {
	margin-bottom: 5px;
}

/**
 * Colors
 **/
.black { color: #000; }
.gray { color: #666666; }
.red  { color: #FF0000; }
.dark { color: #666666; }

/**
 * Thumbnails (Home)
 **/
.text-thumbnail {
    width: 250px;
    margin: 0 0 6px 6px;
    padding: 10px;
    position: relative;
    z-index: 1;
    border: solid 1px #AEAEAE;
    background: #f5f5f5;
}
.text-thumbnail h5 {
	margin-bottom: 4px;
}
.text-thumbnail .custom-coin {
	width: 32px;
	height: 33px;
	position: absolute;
	right: -1px;
	top: -1px;
	z-index: 2;
	background: url("./images/coin.jpg") right top no-repeat;
}
.text-thumbnail p {
	color: #000 !important;
}

/**
 * Class
 **/
.left_col_content .sub-menu .current-menu-item {
	font-weight: bold;
}
.left_col_content .current_page_item {
	font-weight: bold;
}
.alignright {
	float: right;
	margin: 10px;
}
.left_col_content .current_page_item .sub-menu {
	font-weight: normal;
}
.list {
    list-style: none;
    margin: 0;
    padding: 0;
}
.list li {
    margin: 0 0 25px 0;
    padding: 0;
}
.item_current_page {
	font-weight: bold;
}
.list li p {
	margin: 0;
}
.bbdotted {
    border-bottom: dotted 1px #636363;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.left_col {
    width: 240px !important;
    height: auto;
}
.right_col  {
    width: 160px !important;
    margin: 0 0 0 10px !important;
}
.center_col {
    width: 520px !important;
	margin: 0 !important;
}
.left_col_content .left_col_content {
    padding: 0;
    background: none;
}
.left_col_content {
    padding: 0 16px;
    background: url("./images/temp_shadows.png") 50% 0 no-repeat;
    min-height: 330px;
}
.mb10 {
    margin-bottom: 10px !important;
}
.pl30 {
    padding-left: 30px;
}
.bold {
    font-weight: bold;
}
.lsn {
    list-style: none;
}
.lsn li {
    margin: 2px 0 0 10px;
}
.entry-title {
    margin: 20px 0 10px 0;
}/*
.newsletter p {
	display: inline !important;
}
.newsletter .title {
	display: inline;
}
.newsletter form {
	float: right;
}*/
.jcarousel-skin-tango li {
	width: 220px;
	height: 70px;
	margin-bottom: 10px;
}

body.page-id-1520 .grid_9 {
	background: url("./images/bkg.png") right bottom no-repeat;
}
body.page-id-1520 #content {
	padding-bottom: 0 !important;
}
body.page-id-1520 #brands {
	margin-top: 0 !important;
}
body.home .special_right_col h6 {
	margin: 0 0 2px 0;
}
body.home .special_right_col p {
	margin-bottom: 6px;
}
body.page #content .grid_9 {
	min-height: 500px;
	background: url("./images/page_background.png") 100% 10px no-repeat;
	/* IF IE LTE 7 */
	*height: 500px;
	_height: 500px;
}
#content .back_null {
	background: none !important;
}
.mb10 {
	margin-bottom: 10px;
}

