/**
 * Copyright:	Volkswagen South Africa
 * Author:		Dylan Smith <dylan.smith@ogilvy.co.za>
 */
 
@import "/css/layouts/01.css";

/*----------------------------------------------------------------------------------------
 * layout elements
 *--------------------------------------------------------------------------------------*/
#page_content {
	padding:20px;
	width:670px;
}

#column_1 {
    margin:-20px 0 0 -20px;
    width:22%;
    padding:20px;
    margin-right:25px;
    background:#eff6ff;
}

#column_2 {
    width:70%;
}

#frmNewsSearch {
	margin-bottom:30px;
}
#frmNewsSearch h2 {
	margin:0;
}

#index h2 {
	font: 20px/18px Georgia, serif;
    color: #3b6e9f;
    font-weight:normal;
    text-transform:lowercase;
    font-style:italic;
    padding-bottom:4px;
    margin-top:0;
}

#index dl {
	margin:10px 0;
}

#index dt {
	color:#3b6e9f;
	font:10px Verdana, sans-serif;
}

#index dd {
    margin:0;
    padding-bottom:10px;
    border-bottom:1px solid #c3d3df;
}

#index dd a {
    color:#1a2a46;
}

#index dd a:hover {
	color:#ff8400;
}

#article h2 {
    margin:0 0 8px 0;
}

/*#article em {
    display:block;
    border-bottom:1px solid #d1d1d1;
    padding-bottom:8px;
    font-size:130%;
    font-style:normal;
    color:#3b6e9f;    
}*/

#article p {
    line-height:17px;
}

#search_results h3 {
	margin-top:0;
}


/*----------------------------------------------------------------------------------------
 * Template common styles
 *--------------------------------------------------------------------------------------*/
#news-article-thumbnails {
	/*border:1px solid red;*/
	
}

#news-article-thumbnails .thumbnail {
	position:relative;
	text-decoration:none;
	color:#666;
	font-style:italic;
	width:120px;
	
}

#news-article-thumbnails .thumbnail a {
	width:100%;
	display:block;
	border:1px solid #ccc;
	padding:1px;
}

#news-article-thumbnails .thumbnail caption {
	background:red;
	color:red;
}

#news-article-thumbnails a img {
	display:inline !important;
	vertical-align:middle !important;
}

/*----------------------------------------------------------------------------------------
 * template02
 *--------------------------------------------------------------------------------------*/
.news-template02 #news-article-body {
	width:100%;
}
 
.news-template02 #news-article-thumbnails {
	width:100%;
	margin:20px 0;
}

.news-template02 .thumbnail {
	display:block;
	float:left;
	margin-right:15px;
}

/*----------------------------------------------------------------------------------------
 * template03
 *--------------------------------------------------------------------------------------*/
.news-template03 #news-article-body {
	width:330px;
	float:left;
	text-align:justify;
}
 
.news-template03 #news-article-thumbnails {
	width:120px;
	float:right;
	margin-top:10px;
}

.news-template03 #news-article-thumbnails a {
	margin:6px 0 3px 0;
}

/*----------------------------------------------------------------------------------------
 * template04
 *--------------------------------------------------------------------------------------*/
.news-template04 #news-article-scene {
	margin-top:10px;
	width:470px;
	/*height:200px;*/
}

.news-template04 #news-article-scene img {
	width:100%;
	/*height:100%;*/
	border:1px solid #ccc;
	padding:1px;
}
 
.news-template04 #news-article-body {
	width:330px;
	float:left;
	text-align:justify;
	margin-top:6px;
}
 
.news-template04 #news-article-thumbnails {
	width:120px;
	float:right;
	margin-top:10px;
}

.news-template04 #news-article-thumbnails a {
	margin:6px 0 3px 0;
}
