/*
Theme Name: transmedia_students_2011
Theme URI: http://www.transmedia.be
Author: b00y at Transmedia
Author URI: http://www.be/
Description: 
Version: 0.1
Tags: custom-menu, threaded-comments, sticky-post, microformats, rtl-language-support, translation-ready, full-width-template
*/
/* =Structure
-------------------------------------------------------------- */
body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	background-color: white;

	color: #333;
	
	margin: 0 0 1.9em 0;
	padding: 0;
	}
	
#page {
	display: block;
	text-align: left;

	background: rgb(255, 255, 255);
	background: rgba(210, 210, 210, .75);
	overflow: hidden;
	position: relative;
	/*
	-moz-box-shadow: 0px 2px 2px #bbb;
	-webkit-box-shadow: 0px 2px 2px #bbb;
	*/
	-moz-border-radius-bottomleft: 1.4em;
	-moz-border-radius-bottomright: 1.4em;
	-webkit-border-bottom-left-radius: 1.4em;
 	-webkit-border-bottom-right-radius: 1.4em;
	width: 81%;
	min-width: 109em !important;
	z-index: 10; 
	margin: 0 auto 0 auto;
	/* padding: 19px !important; */

	background: url('http://transmedians.be/projects_test/wp-content/themes/transmedia_TEST_good/images/logo_TM_body_grey90.png') 0 0 fixed no-repeat;
}
#primary {
	/* margin: 0 -240px 0 0; */
	float: left;
	width: 59%;
}
#content {
	float: left;
	width: 94%;
	/* min-width: 600px !important; */
	/* min-height: 600px; */
	padding: 19px 21px 21px 100px;
	margin: 0;
	line-height: 18px;
}

/* Increase the size of the content area for templates without sidebars */
.full-width #content,
.image-attachment #content,
.error404 #content {
	margin: 0;
}

/* Text meant only for screen readers */
.screen-reader-text,
.section-heading {
	position: absolute;
	left: -9000em;
}

/* Alignment */
.alignleft {
	display: inline;
	float: left;
}
.alignright {
	display: inline;
	float: right;
}
.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

#header-main, #content, #sidebar-contentslider, #sidebar, #sidebar_2, #sidebar-images, #sidebar-news, #colophon {
	background: rgb(255, 255, 255);
	/* background: rgba(255, 255, 255, .90); */
	/* overflow: hidden; */
	/* z-index: 10; */
}
#header-main, #content, #sidebar-contentslider, #sidebar, #sidebar_2, #sidebar-images, #sidebar-news {
	margin-bottom: 19px !important;
}
#header-main {
	-moz-box-shadow: 0px 3px 6px #bbb;
	-webkit-box-shadow: 0px 3px 6px #bbb;
	-moz-border-radius-bottomleft: 1.4em;
	-moz-border-radius-bottomright: 1.4em;
	-webkit-border-bottom-left-radius: 1.4em;
 	-webkit-border-bottom-right-radius: 1.4em;
 	background: rgb(255, 255, 255) url('http://transmedians.be/projects_test/wp-content/themes/transmedia_TEST_good/images/logo_TM.png') no-repeat 21px 16px;

}
#content {
	-moz-box-shadow: 3px 0px 6px #bbb;
	-webkit-box-shadow: 3px 0px 6px #bbb;
	-moz-border-radius-topright: 1.4em;
	-moz-border-radius-bottomright: 1.4em;
	-webkit-border-top-right-radius: 1.4em;
 	-webkit-border-bottom-right-radius: 1.4em;
}
#sidebar-contentslider, #sidebar-images, #sidebar-news {
	-moz-box-shadow: 3px 0px 6px #bbb;
	-webkit-box-shadow: 3px 0px 6px #bbb;
	-moz-border-radius-topright: 1.4em;
	-moz-border-radius-bottomright: 1.4em;
	-webkit-border-top-right-radius: 1.4em;
 	-webkit-border-bottom-right-radius: 1.4em;
}
#sidebar {
	-moz-box-shadow: -3px 0px 6px #bbb;
	-webkit-box-shadow: -3px 0px 6px #bbb;
	-moz-border-radius-topleft: 1.4em;
	-moz-border-radius-bottomleft: 1.4em;
	-webkit-border-top-left-radius: 1.4em;
 	-webkit-border-bottom-left-radius: 1.4em;
}
#colophon {
	-moz-box-shadow: 0px -3px 6px #bbb;
	-webkit-box-shadow: 0px -3px 6px #bbb;
	-moz-border-radius-topleft: 1.4em;
	-moz-border-radius-topright: 1.4em;
	-webkit-border-top-left-radius: 1.4em;
 	-webkit-border-top-right-radius: 1.4em;
}

/* =Header
-------------------------------------------------------------- */

#header-main {
	height: 90px;
	margin: 0 19px 0 19px;
}
	 
h1#site-title {
	font-size: 2em;
	font-weight: bold;
	margin: 0;
	width: auto;

	position: absolute;
	top: 19px;
	left: 100px;
	}
h2#site-description {
	text-align: left;
	font-size: 1.6em;
	font-weight: normal;
	position: absolute;
	top: 22px;
	left: 230px;
	color: #000;
	padding: 0;
	}


/* =Menu
-------------------------------------------------------------- */
/* ORIGINAL WITH SUBMENUS ROLLOVER */
nav#menu_main ul {
	position: absolute;
	top: 58px;
	left: 60px;
} 
nav#menu_main .menu-header ul, div.menu ul {
	list-style: none;
	margin: 0;
}
.menu-header li, div.menu li {
	float: left;
	position: relative;
}
.menu-header {
	position: absolute;
	top: 58px;
	left: 100px;
} 
nav#menu_main a {
	color: #777;
	display: block;
	padding: 0 30px 0 0;
	text-decoration: none;
	font-size: 1.2em;
}
nav#menu_main ul ul {
	box-shadow: -1px 3px 3px rgba(0,0,0,0.2);
	-moz-box-shadow: -1px 3px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: -1px 3px 3px rgba(0,0,0,0.2);
	display: none;
	position: absolute;
	top: 14px;
	left: 0px;
	float: left; 
	min-width: 400px; 
	z-index: 9000;
}
nav#menu_main ul ul ul {
	box-shadow: -1px 3px 3px rgba(0,0,0,0.2);
	-moz-box-shadow: -1px 3px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: -1px 3px 3px rgba(0,0,0,0.2);
	display: none;
	position: absolute;
	top: 28px;
	left: 0px;
	float: left; 
	min-width: 200px; 
	z-index: 9100;
	background: white; 
}
nav#menu_main ul ul li {
	/* min-width: 120px; */
}
nav#menu_main ul ul ul a {
	line-height: 0.4em;
} 
nav#menu_main ul ul a {
	line-height: 1em;
	padding: 10px 30px 10px 0;
	/* width: 120px; */
	height: auto;
}
nav#menu_main li:hover > a, nav#menu_main ul ul :hover > a {
	/* background: #333; */
	color: #000;
	margin: 0 !important;
}
nav#menu_main ul li:hover > ul {
	display: inline-block; 
	background: white; 
	z-index: 9900;
}
nav#menu_main ul li.current_page_item > a,
nav#menu_main ul li.current-menu-ancestor > a,
nav#menu_main ul li.current-menu-item > a,
nav#menu_main ul li.current-menu-parent > a, 
nav#menu_main ul li.current_page_item > ul, 
nav#menu_main ul li.current-menu-ancestor > ul, 
nav#menu_main ul li.current-menu-item > ul, 
nav#menu_main ul li.current-menu-parent > ul {
	color: #ff6600;
	display: inline-block; 
	z-index: 9000;
	}
* html nav#menu_main ul li.current_page_item a,
* html nav#menu_main ul li.current-menu-ancestor a,
* html nav#menu_main ul li.current-menu-item a,
* html nav#menu_main ul li.current-menu-parent a,
* html nav#menu_main ul li a:hover {
	color: #ff6600;
	display: inline-block; 
	z-index: 9000;
}

nav#menu_main .menu-item-1345 a, nav#menu_main .menu-item-1345 a:visited { 
	color: white;
	background-color: #ff6600;
	margin-top: 21px;
	margin-right: 21px;
	padding: 0.3em 0.4em 0.2em 0.4em;
	float: right;
	font-size: 1.1em;
	}
nav#menu_main .menu-item-1345 a:hover {
	color: #000;
	float: right;
	}
	
.breadcrumbs { 
	position: absolute;
	top: 110px;
	left: 100px;
	height: 19px;
}
.header-search { 
	float: right;
	margin-top: 51px;
	margin-right: -140px;
}
/* =Content
-------------------------------------------------------------- */
.entry-content p {
	padding: 0 19px 0 0 /*140px*/;
	}
.entry-content ul {
	padding: 0 19px 0 19px;
	}
.content_right, .content_left{
	float: left;
	width: 45%;
	}
.content_left{
	padding-right: 0;
	}
	
#content nav {
	display: block;
	overflow: hidden;
}
#content nav .nav-previous {
	float: left;
	width: 50%;
}
#content nav .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}
#content #nav-above {
	display: none;
}
.paged #content #nav-above,
.single #content #nav-above {
	display: block;
}
#nav-below {
	margin: 1em 0 0;
}
.page-link {
	margin: 0 0 1em;
}


	
/* 404 page */
.error404 .widget {
	float: left;
	width: 33%;
}
.error404 .widget .widgettitle,
.error404 .widget ul {
	margin-right: 1em;
}
.error404 .widget_tag_cloud {
	clear: both;
	float: none;
	width: 100%;
}

/* Notices */
.post .notice,
.error404 #searchform {
	background: #eee;
	display: block;
	padding: 1em;
}

	
/* Image Attachments */
.image-attachment div.entry-meta {
	float: left;
}
.image-attachment nav {
	float: right;
	margin: 0 0 1em 0;
}
.image-attachment .entry-content {
	clear: both;
}
.image-attachment .entry-content .entry-attachment {
	background: #eee;
	margin: 0 0 1em;
	padding: 1em;
	text-align: center;
}
.image-attachment .entry-content .attachment {
	display: block;
	margin: 0 auto;
	text-align: center;
}
iframe {
	width: 90%;
}

/* =sidebar
-------------------------------------------------------------- */
#sidebar_right {
	float: right;
	width: 28%;
	/* min-width: 240px; */
}

#sidebar {
	margin: 0;
	padding: 12px 19px 21px 19px;

	font: 1em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	line-height: 18px;

	float: right;
	width: 100%;
	/* min-height: 200px; */
	overflow: hidden;
}
#sidebar .widget-title {
	margin: 0 0 0 0;
	padding: 9px 0 9px 0;

	/* border-bottom: 1px solid #ccc; */

	font: 1.4em 'Lucida Grande', Verdana, Arial, Sans-Serif !important;
	}
#sidebar ul, #sidebar ul ol {
	margin: 0 0 0px 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 6px;
	}
	
#sidebar ul p, #sidebar ul select {
	margin: 9px 0 9px 0;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 4px 0 0 0;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 9px;
	}

ol li, #sidebar ul ol li {
	/*list-style: decimal outside; */
	list-style: none; 
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 4px 0 10px 0;
	padding: 0;
	}
	
#sidebar ul li ul {
	margin: 4px 0 10px 0;
	padding: 0;
	}

#sidebar form {
	margin: 0;
	}	
#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}
#sidebar #searchsubmit {
	padding: 1px;
	}
#sidebar li:before {
	content: "\_ ";
	/* content: "\00BB \0020"; */
	list-style-type: none;
	}
#content li:before {
	list-style-type: none;
	}
#content li {
	list-style: none; 
	list-style-type: none;
	}
.line { 
	padding-top: 19px;
	margin-bottom: 39px;
	border-bottom: 1px solid #999;
	width: 100%;
}

/* =fonts
-------------------------------------------------------------- */
a, a:visited {
	color: #999999;
	text-decoration: none;
	}
a:hover {
	color: #ff6600;
	text-decoration: none;
	}
#sidebar a:hover {
	margin-left: 9px;
	}
h1, h1 a, h1 a:visited {
	color: #ff6600;
	}
h1.entry-title { 
	margin: 0;
	padding-bottom: 9px;
	font: 1.6em 'Lucida Grande', Verdana, Arial, Sans-Serif;
}
h1.page-title { 
	margin: 0;
	padding-bottom: 39px;
	font: bold 1.6em 'Lucida Grande', Verdana, Arial, Sans-Serif;
}
h1.news { 
	margin: 0;
	padding-bottom: 0;
	font: 1.8em 'Lucida Grande', Verdana, Arial, Sans-Serif;
}
h2 { 
	margin: 0;
	padding-top: 30px;
	padding-bottom: 9px;
	font: 1.6em 'Lucida Grande', Verdana, Arial, Sans-Serif;
}
h2.contentslider { 
	margin: 0;
	padding-top: 0;
	padding-bottom: 9px;
	font: 1.6em 'Lucida Grande', Verdana, Arial, Sans-Serif;
}
h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #777;
	}

h2 a, h2 a:hover, h3 a, h3 a:hover {
	color: #ff6600;
	}

h3 { 
	margin-top: 0;
	margin-bottom: 0;
	font: bold 1.1em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	color: #333;
	/* text-transform:uppercase; */
}
#content, p { 
	font-size: 1.1em;
}
#content li, #content li a { 
	line-height: 1.9em;
	color: #333;
	font-size: 1.03em;
}
#content li a:hover { 
	color: #ff6600;
}

/* =Images
-------------------------------------------------------------- */

a img {
	border: none;
}
p img {
	margin-bottom: 0.5em; /* a small bottom margin prevents content floating under images */

	padding: 0;
	max-width: 100%;
	}
/*
Resize images to fit the main content area.
- Applies only to images uploaded via WordPress by targeting size-* classes.
- Other images will be left alone. Use "size-auto" class to apply to other images.
*/
img.size-auto,
img.size-full,
img.size-large,
img.size-medium,
.attachment img,
.widget-area img {
	max-width: 100%; /* When images are too wide for containing element, force them to fit. */
	height: auto; /* Override height to match resized width for correct aspect ratio. */
}
.aligncenter, div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}


img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}
img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;

	margin-left: 1em;
	}
img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;

	margin-right: 1em;
	}
.alignright {
	float: right;
	}
.alignleft {
	float: left
	}
caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}
caption p.caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}


/* =Forms
-------------------------------------------------------------- */
#searchform input#s, .widget_search input#s {
	border-bottom: 1px dotted #000;
	border-top: 1px dotted white;
	border-left: none;
	border-right: none;
	font-family: 'trebuchet ms', helvetica, sans-serif;
	font-style: normal;
	font-size: 12px;
	color: #333;
	background-color: white;
	width: 180px;
	margin: 0 1em 0 0;
}
#searchform input#s:hover, .widget_search input#s:hover {
	border-left: 1px solid #000;
}
#searchform input#searchsubmit {
	border-bottom: 1px solid #000;
	border-top: none;
	border-left: none;
	border-right: none;
	font-family: 'trebuchet ms', helvetica, sans-serif;
	font-style: normal;
	font-size: 12px;
	color: #333;
	background-color: white;
}
#searchform input#searchsubmit:hover {
	color: #ff6600;
}

/* Class for labelling required form items */
.required {
	color: #cc0033;
}
.hilite { background-color:yellow; padding: 1px 4px 1px 4px;} /* default */
.term-1 { background-color:#D3E18A; padding: 1px 4px 1px 4px;} /* second search term only */
.term-2 { background-color:#9CD4FF; padding: 1px 4px 1px 4px; } /* third search term only */
.term-3 { background-color:#FFCA61; padding: 1px 4px 1px 4px; } /* fourth search term only */


/* =Comments
-------------------------------------------------------------- */
article.comment {
	display: block;
}
#respond input[type=text] {
	float: left;
	margin: 0 1em 0 0;
	width: 60%;
}
#respond .comment-form-comment label {
	display: none;
}
#respond textarea {
	margin: 0 1em 1em 0;
	float: left;
	width: 80%;
}
#respond .form-allowed-tags {
	clear: both;
	width: 80%;
}
#respond .form-allowed-tags code {
	display: block;
}


/* =Widgets
-------------------------------------------------------------- */

.widget-area {
	background: #ffc0cb;
	padding_: 1em 0 0;
}
.widget {
	display: block;
	padding: 0 1em;
}
.widget-area .widget_search {
	overflow: hidden;
}
.widget-area .widget_search input {
	float: left;
}


/* =Footer
-------------------------------------------------------------- */

#colophon {
	clear: both;
	display: block;
	padding: 19px 21px 21px 81px;
	margin: 0 19px 0 19px;
	position: relative;
	bottom: 0px;
	line-height: 18px;
	}
#colophon ul, #colophon li, #colophon ul li {
	color: #444;
	padding: 0 !important;
	margin: 0 !important;
	list-style-type: none;
	list-style-image: none;
	}
.orange {
	color: #ff6600 !important;
	}	
	
	
	
/* =Specials
-------------------------------------------------------------- */
/*
#sidebar_left {
	float: left;
	width: 59%;
}
*/
#sidebar .social {
	height: 60px;
}




/* CONTENT SLIDER */ 
#sidebar-contentslider /*.slides1_wrap*/ {
	position: relative;
	padding: 19px 21px 21px 60px;
	margin: 0;
	height: 170px;
	width: 100%;
}	
#sidebar-contentslider .widget-title {
	margin: 0;
	padding: 0 0 0 40px;
	font: 1.8em 'Lucida Grande', Verdana, Arial, Sans-Serif !important;
	}
#slides1 {
	overflow: hidden;
	height: 140px;
}
#slides1 h2 a {
	color: #999;
}
#slides1 h2 a:hover {
	color: #ff6600;
}
#slides1 li {
	list-style: none;
	width: 570px;
	line-height: 18px;
	padding: 0;
	margin: 0;
}
#slides1 p {
	line-height: 18px;
	width: 510px;
}
#slides1 li img {
	float: left;
}
#slides1 .bx_content {
	float: left;
	width: 330px;
	padding-left: 21px;
}
.slides1_wrap .prev {
	position: absolute;
	left: 60px;
	top: 120px;
	outline: 0;
}
.slides1_wrap .next {
	position: absolute;
	right: 10px;
	top: 120px;
	outline: 0;
}
.slides1_wrap a:active {
	top: 124px;
}
.bx_pager {
	position: absolute;
	bottom: 19px;
	left: 140px;
}
.bx_pager a {
	float: left;
	color: #333;
	font-size: 1.1em;
	margin-right: 12px;
	padding: 0; 
}
.bx_pager a:hover, .bx_pager a.active {
	text-decoration: none;
	color: #e41996;
}
.auto_controls {
	position: absolute;
	bottom: 19px;
	left: 100px;
}
.auto_controls a {	
	font-size: 1.1em;
	color: #333;
	outline: 0;
	padding: 2px;
}
.auto_controls a:hover {
	text-decoration: none;	
	background: ;
	color: #e41996;
}
/* NEWS - CONTENT SLIDER */  

