body {
	background: #000;
	padding: 20px 0;
	margin: 0;
}

p, ul, ol, li {
	font-size: 1rem;
	line-height: 1.4rem;
	font-family: 'Droid Serif', serif;
	color: #333;
}

a {
	color: #666;
}

h1, h1a, h2, h2 a, h3, h3 a {
/* 	font-weight: normal; */
	    font-family: "Helvetica Neue",helvetica,Arial,sans-serif;

}


h1 a, h1, h2, h2 a {
		font-size: 2.5rem;
		font-weight: 200;
		line-height: 2.8rem;
}

h3, h3 a {
	font-weight: 300;
	text-transform: uppercase;
	text-decoration: none;
	
}

/* STRUCTURE */
.container {
	width: 1050px;
	background: #fff;
	margin: 0 auto; /* the auto value on the sides, coupled with the width, centers the layout */
	
}

/* HEADER */

#header{
	background: url(images/bg_header_colour3.png) no-repeat;
}
#logo-title {
    padding-bottom: 114px;
    padding-left: 10px;
    padding-top: 10px;
    z-index: -9;
}

.menu {
	background: #dFdFdF;
padding: 3px;
/* height: 20px; */
   
}
.menu ul li {
	display: inline;
	list-style-type: none;
    padding: 0 1em;
    font-family: "Helvetica Neue",helvetica,Arial,sans-serif;
    text-transform: uppercase;
   
}

.menu ul li a{
	font-weight: 200;
    text-decoration: none;	
    color: #000;
    opacity: 1;
}

.menu ul li a:hover{
    text-decoration: underline;	
    color: #000;
    opacity: 1;
}

/* CONTENT */
.title h1{
	padding-left:10px !important;
}
.sections_act h2, .field-items h2 {
	font-size: 1.7rem;
}
.sections_act {
border-top:1px solid #999;
}
.content {
	background: #fff;
    float: right;
    padding: 0px 40px 0 20;
    width: 690px;
}

.title a{
	font-size: 1rem !important;
}
.content2 {
	background: #fff;
    float: right;
    padding: 0px 40px 0 20;
    width: 90%;
}

#block-views-videos-block_2 table.views-view-grid tr td {
    vertical-align: top;
    width: 180px;
    border-top: 1px solid #333;
   
}

.field-items {
	border-top: 1px solid #333;
	padding: 10px 5px 5px 5px;
	clear:both;
/* 	border-bottom: 1px solid #666; */
	
}

.field-items h2 a{
	font-size: 1.5rem !important;
}

.views-field-field-image-fid, .views-field-field-image-fid a, .imagecache-video_page img {
	vertical-align: top;
}

.field-content a{
	vertical-align: top;
}

.thumb{
	width: 300px;
	float: left;
	padding: 10px;
}
.buble{
	width: 650px;
	float: left;
	vertical-align: top;
	padding: 10px;
	
}

.row-first, .row-2 , .row-3, .row-4, .row-5, .row-6, .row-7, .row-8, .row-9, .row-10, .row-11, .row-12{
	vertical-align: top;
	height: 240px;
	
	
}

.views-view-grid {
    font-family: "Helvetica Neue",helvetica,Arial,sans-serif;
	font-size: 0.9rem;
	font-weight: 200;
	margin: 10px;

}

.views-view-grid a{
    text-decoration: none;

}

/* SIDEBAR */
.sidebar1 {
		background: #fff;

	float: right;
	width: 270px;
	background: none;
	border-left: 1px dotted #333;
	padding: 10px;
}

/* FOOTER */
.footer {
	padding: 10px;
	background: #CCC;
	position: relative;/* this gives IE6 hasLayout to properly clear */
	clear: both; /* this clear property forces the .container to understand where the columns end and contain them */
}
.footer p{

text-transform: uppercase;
text-align: right;
font-size: 0.8rem;
font-family: "Helvetica Neue",helvetica,Arial,sans-serif !important;
/* padding: 10px; */

}

/* XTRAS */
.clearfloat { /* this class can be placed on a <br /> or empty div as the final element following the last floated div (within the #container) if the #footer is removed or taken out of the #container */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}

.fltrt {  /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page. The floated element must precede the element it should be next to on the page. */
	float: left;
	margin-right: 8px;
}