/*–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––
Basic Style Sheet
version: x
author: Nicoclub
email: webmaster@nicoclub.com
website: http://www.nicoclub.com/
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/

/*–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––
GENERAL >>> 
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/

* {
	margin: 0;
	padding: 0;
	border: none;
}
html body {
	height: 100%;
}

body {
	background: #e8e8e8 url('/wp-content/themes/nicoclub/images/bkg.jpg') repeat-x top left;
	font: 12px "Arial", Verdana, Helvetica, sans-serif;
	color: #000000;
	text-align: left;
	line-height: 18px;
	margin-top:100px;
}

/* Clearfix */
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
* html .clearfix { 
	height: 1%;
}

h1 {
	font: bold 18px Verdana, Helvetica, sans-serif;
}
#content_left_archive h1, #content_left h1{
	margin-bottom: 10px;
}

h2 {
	font-size: 20px;
}
h3 {
	font: bold 18px Verdana, Helvetica, sans-serif;
}
h4 {
	font-size: 16px;
}

p {
	margin: 10px 0;
}

a:link, a:visited {
    color: #cb0605;
	text-decoration: none;
}
a:hover, a:active {
    color: #8d310a;
	text-decoration: none;
}

.float_right {
	float: right;
	margin: 0 0 0 15px;
}
.float_left {
	float: left;
	margin: 0 15px 0 0;
}

.post_img_right{
	float: right;
	padding: 5px;
}

.post_img_left{
	float: left;
	padding: 5px;
}

/*–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––
HEADER >>> 
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/

#header_container {
	width: 1030px;
	height: 72px;
	background: url('/wp-content/themes/nicoclub/images/header_bkg.jpg') no-repeat top left;
	float: left;
	margin: 0 0 5px 0;
}
#logo {
	width: 377px;
	height: 72px;
	float: left; 
}
#navup {
	width: 490px;
	text-align: left;
	margin: 4px 0 0 0;
	float: right;
}
#navup a {
	margin: 0 15px 0 0;
	float: left;
}

.article_header {
   background: url(http://www.nicoclub.com/wp-content/uploads/2010/10/background.png);
   width:750px;
   height:176px;
   position:relative;
}

   a.FORUMS {
   left:539px;
   top:132px;
   background:transparent;
}
   
   a.FORUMS {
   display:block;
   width:195px;
   height:0;
   padding-top:27px;
   overflow:hidden;
   position:absolute;
}

.article_header .Vehicles {
   position:absolute;
   top:55px;
   left:170px;
   font-family:"Palatino Linotype","Book Antiqua",Palatino, serif;
   font-weight:bold;
}

.article_header .Cost {
   position:absolute;
   top:82px;
   left:190px;
   font-family:"Palatino Linotype","Book Antiqua",Palatino, serif;
   font-weight:bold;
}

.article_header .Time {
   position:absolute;
   top:110px;
   left:199px;
   font-family:"Palatino Linotype","Book Antiqua",Palatino, serif;
   font-weight:bold;
}

.article_header .Difficulty {
   position:absolute;
   top:78px;
   left:410px;
}

.article_header .Author {
   position:absolute;
   top:106px;
   left:501px;
   font-family:"Palatino Linotype","Book Antiqua",Palatino, serif;
   font-weight:bold;
}

h1#one {
    padding: 15px 0 0 0;
    overflow: hidden;
    background-image: url("http://www.nicoclub.com/wp-content/uploads/2010/10/beginners.jpg"); 
    background-repeat: no-repeat;
    height: 0px !important; /* for most browsers */
    height /**/:35px; /* for IE5.5's bad box model */
}      

h1#two {
    padding: 15px 0 0 0;
    overflow: hidden;
    background-image: url("http://www.nicoclub.com/wp-content/uploads/2010/10/novice.jpg"); 
    background-repeat: no-repeat;
    height: 0px !important; /* for most browsers */
    height /**/:35px; /* for IE5.5's bad box model */
}     

h1#three {
    padding: 15px 0 0 0;
    overflow: hidden;
    background-image: url("http://www.nicoclub.com/wp-content/uploads/2010/10/intermediate.jpg"); 
    background-repeat: no-repeat;
    height: 0px !important; /* for most browsers */
    height /**/:35px; /* for IE5.5's bad box model */
}    

h1#four {
    padding: 15px 0 0 0;
    overflow: hidden;
    background-image: url("http://www.nicoclub.com/wp-content/uploads/2010/10/advanced.jpg"); 
    background-repeat: no-repeat;
    height: 0px !important; /* for most browsers */
    height /**/:35px; /* for IE5.5's bad box model */
}      

h1#five {
    padding: 15px 0 0 0;
    overflow: hidden;
    background-image: url("http://www.nicoclub.com/wp-content/uploads/2010/10/experts.jpg"); 
    background-repeat: no-repeat;
    height: 0px !important; /* for most browsers */
    height /**/:35px; /* for IE5.5's bad box model */
}  

/*–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––
MENU >>> 
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/

/*–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––
CONTENT >>> 
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/

#content_container {
	width: 1040px;
	margin: 10px 0 0 0;
	float: left;
	clear: both;
}

#content_container_archive {
	width: 1040px;
	margin: 10px 0 0 0;
	float: left;
	clear: both;
}

.title_box {
	height: 20px;
	background: #f7f7f7 url('/wp-content/themes/nicoclub/images/title_bkg.jpg') repeat-x top left;
	margin: 20px 2px 7px 0;
	padding: 8px 0 0 10px;
	border: 1px solid #b4b4b4;
	clear: both;
	display: block;
}

/* Content Left >>> */

#content_left {
	width: 770px;
	float: left;
	margin: 5px;
}

#content_left_archive {
	width: 750px;
	float: left;
	margin: 10px;
	font-size: 14px; 
	font-family: "Arial", Verdana, Helvetica, sans-serif;
	line-height: 18px;

}

#content_left h4 {
	font: bold 16px "Arial", Verdana, Helvetica, sans-serif;
	color: #8d310a;
}
#content_left_left {
	width: 405px;
	float: left;
	margin: 0 5px 0 0;
	clear: both;
}
#content_left_right {
	width: 355px;
	float: left;
	margin: 0;
}

.mprojects_box {
	width: 172px;
	background-color: #ffffff;
	color: #8d310a;
	text-align: center;
	border: 1px solid #b2b2b2;
	margin: 1px;
	padding: 10px 0;
	float: left;
}

.news_box {
	width: 331px;
	background-color: #ffffff;
	text-align: left;
	border: 1px solid #b2b2b2;
	padding: 10px;
	float: left;
}
.news_box a:link, .news_box a:visited {
	margin-top: 10px;
	font-weight: bold;
	clear: both;
    color: #8d310a;
	text-decoration: none;
	display: block;
}
.news_box a:hover, .news_box a:active {
    color: #cb0605;
	text-decoration: none;
}

/* Content Right >>> */

#content_right {
	width: 255px;
	float: left;
	text-align: left;
	display: inline;
}

.editorials_box {
	width: 250px;
	background-color: #ffffff;
	text-align: center;
	border: 1px solid #b2b2b2;
	padding: 10px 0;
}
.editorials_box hr {
	border-top: 1px solid #b2b2b2;
	clear: both;
	margin: 5px 0;
}

#news_box2 {
	width: 250px;
	background-color: #ffffff;
	text-align: left;
	border: 1px solid #b2b2b2;
}
.news1_box {
	width: 244px;
	height: 100%;
	background: #e1e2e2 url('/wp-content/themes/nicoclub/images/news_bkg.jpg') repeat-x top left;
	text-align: left;
	line-height: normal;
	margin: 0;
	padding: 3px;
	clear: both;
	border-bottom: 1px solid #000000;
	display: block;
	float: left;
}
.news1_box img {
	float: left;
	display: block;
	margin: 3px;
}

table.information  {
color:#000000;
background-color:#2f5e92;
padding-top:8px;
padding-bottom:8px;
padding-left:10px;
padding-right:10px;
border:1px solid #d4d4d4;
background-repeat:repeat-x;
}

/*–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––
INFINITI & NISSAN Archives >>> 
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
#archive_left_left {
	width: 366px;
	float: left;
	margin: 0 5px 0 0;
	clear: both;
}
#archive_left_right {
	width: 366px;
	float: left;
	margin: 0;
}

.archive_list_box{
	background-color: #fff;
	margin: 0px;
	padding: 10px;
	border: 1px solid #b4b4b4;
	clear: both;
	display: block;
}

.archive_list_box ul{
	list-style-type: none;
}

.title_box_archive {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	clear: both;
	display: block;
}

.archive_list_box a:link{
    color: #000;
	text-decoration: underline;
}

.archive_list_box a:visited {
    color: #000;
	text-decoration: underline;
}

.archive_list_box a:hover, .archive_list_box a:active {
    color: #8d310a;
	text-decoration: none;
}


/*–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––
FOOTER >>> 
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/

#footer_container {
	width: 1030px;
	text-align: center;
	margin: 20px 0;
	padding: 20px 0;
	float: left;
	clear: both;
	border-top: 1px solid #b2b2b2;
}
#footer_container a:link, #footer_container a:visited {
    color: #000000;
	text-decoration: underline;
}

#footer_container .execphpwidget a:link{
	margin: 0 10px;
}

#footer_container a:hover, #footer_container a:active {
    color: #8d310a;
	text-decoration: none;
}

#footer_container p {
	font-size: 11px;
}


/*–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––
Gallery Pages >>> 
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/

#gallery {
width: 100%;
}

#gallery img{
	padding: 2px;
	margin:2px;
	float:left;
}


.related{
	list-style-type: none;
}

#gallery_rotm{
/*	width: 520px;
	float:right; */
}

#gallery_rotm img{
	padding: 2px;
	margin: 2px;
	/*float: left;*/
}

/*–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––
ROTM Sidebar >>> 
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/

#rotm_sidebar{
	width: 200px;
	border: 1px solid #000;
	float: left;
	padding: 5px;
	margin-right: 10px;
	font-size: 10px;
	background-color: #fff;
}

#rotm_sidebar img{
	margin: 0px;
	padding: 0px;
}

#rotm_sidebar ul{
	list-style-type: none;
}

#rotm_list{
	float: left;
	padding: 10px;
}


#two_column_lists{
	float: left;
	padding: 10px;
	width: 47%;
}

#two_column_lists img{
	float: left;
	padding: 5px;
}
