/* reset */
* {
margin: 0;
padding: 0;
}

/* render html5 elements as block */
header, footer, section, aside, nav, article {
display: block;
}

@font-face {
	font-family: 'ColaborateRegular';
	src: url('ColabReg-webfont.eot');
	src: local('ColaborateRegular'), url('ColabReg-webfont.woff') format('woff'), url('ColabReg-webfont.ttf') format('truetype'), url('ColabReg-webfont.svg#webfont7n8htCD6') format('svg');
	font-weight: normal;
	font-style: normal;
}

body {
line-height: 1;
background: #000000 url(images/31bg.jpg) repeat;
font-family: 'ColaborateRegular', Verdana, Arial, Helvetica, sans-serif;
color: #fff;
font-size: 16px;
line-height: 18px;
}
	
/* layout */

#wrapper {
width: 940px;
margin: 0 auto;
margin-top: 5px;
margin-bottom: 5px;
background: #000000 url(images/31bg.jpg) repeat;

}

nav {
width: 940px;
height: 45px;
margin: -1 auto;
background: #000000;
}

header {
width: 940px;
height: 315px;
margin: 0 auto;
background: #000000 url(images/headermg.jpg) no-repeat center;
}

#main {
width: 940px;
margin: 0 auto;
padding-top: 30px;
background: #000000 url(images/new33bg.jpg) repeat right;

overflow: hidden;
}

#content {
float: right;
width: 640px;
margin-right: 30px;
}

#sidebar {
float: left;
padding-left: 20px;
width: 220px; 
}

footer {
width: 940px;
margin: 0 auto;
clear: both;
}


/* basics */

h1,h2,h3,h4,h5,h6 {
font-weight: bold;
clear: both;
color: #fff;
}

a:link, a:visited {
color:#14b0e3;
}

a:hover, a:active {
color: #4f70ff;
}

p {
margin-bottom: 18px;
}

li {
padding-left: 5px;
}

/* nav */

nav .menu {
width: 940px;

background: #000000 url(images/34bg.jpeg) no-repeat center;
font-size: 18px;
font-weight: bold;
}

nav .menu ul {
list-style: none;
margin: -1px;
text-align: center;
}

nav .menu ul li {
display: inline;
position: relative;
}

nav .menu ul li a {
padding-right: 20px;
line-height: 30px;
text-decoration: none;
color: #fff;
}

nav .menu ul li a:hover {
text-decoration: underline;
color: #D0DDE1;
}

.divider {
color: #fff;
}

/** HEADER */

header h1 {
margin: 0;
line-height: normal;
text-align: center;
font-size: 80px;
}

header h1 a:link, header h1 a:visited {
text-decoration: none;
}

header h1 a:hover { 
text-decoration: underline; 
}

/** ARTICLES **/


article img {
border: none;
-webkit-box-shadow: 3px 3px 7px #000000;
-moz-box-shadow: 3px 3px 7px #000000;
}

#content p, ul, ol, hr {
margin-bottom: 24px;
}

#content ul ul, ol ol, ul ol, ol ul {
margin-bottom: 0;
}

#content h1, h2, h3, h4, h5, h6 {
color: #2e659b;
margin: 0 0 20px 0;
line-height: 1.5em;
}

.alignleft, img.alignleft {
display: inline;
float: left;
margin-right: 10px;
}

.alignright, img.alignright {
display: inline;
float: right;
margin-left: 10px;
}

.aligncenter, img.aligncenter {
clear: both;
display: block;
margin-left: auto;
margin-right: auto;
}

img.alignleft, img.alignright, img.aligncenter {
margin-bottom: 12px;
}

.msg_slideshow{
	width:600px;
	height:400px;
	padding:10px;
	position:relative;
	overflow:hidden;
	background:#000000 url(icons/loading.gif) no-repeat center center;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
}
.msg_slideshow a{
	outline:none;
}
.msg_slideshow a img{
	border:none;
}
.msg_wrapper{
	width:600px;
	height:400px;
	position:relative;
	margin:0;
	padding:0;
	display:table-cell;
	text-align:center;
	vertical-align:middle;
}
.msg_wrapper img{
	display: inline-block!important;
	vertical-align:middle;
	-moz-box-shadow:0px 0px 10px #000;
	-webkit-box-shadow:0px 0px 10px #000;
	box-shadow:0px 0px 10px #000;
}
.msg_controls{
	position:absolute;
	bottom:15px;
	right:-110px;
	width:104px;
	height:26px;
	z-index: 20;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	background-color:#000;
	opacity:0.8;
    filter:progid:DXImageTransform.Microsoft.Alpha(opacity=80);
}
.msg_controls a{
	float:left;
	background-color:#000;
	width:20px;
	height:20px;
	margin:3px 3px;
	opacity:0.5;
    filter:progid:DXImageTransform.Microsoft.Alpha(opacity=50);
	background-repeat:no-repeat;
	background-position: center center;
}
.msg_controls a:hover{
	opacity:1.0;
    filter:progid:DXImageTransform.Microsoft.Alpha(opacity=99);
}
.msg_controls a.msg_grid{
	background-image:url(icons/grid.png);
}
.msg_controls a.msg_prev{
	background-image:url(icons/prev.png);
}
.msg_controls a.msg_next{
	background-image:url(icons/next.png);
}
.msg_controls a.msg_pause{
	background-image:url(icons/pause.png);
}
.msg_controls a.msg_play{
	background-image:url(icons/play.png);
}
.msg_thumbs{
	background:#000;
	position:absolute;
	width:250px;
	height:166px;
	top:-230px;
	left:50%;
	padding:30px;
	margin:0 0 0 -155px;
	-moz-border-radius:0px 0px 10px 10px;
	-webkit-border-bottom-left-radius:10px;
	-webkit-border-bottom-right-radius:10px;
	border-bottom-left-radius:10px;
	border-bottom-right-radius:10px;
	-moz-box-shadow:1px 1px 5px #000;
	-webkit-box-shadow:1px 1px 5px #000;
	box-shadow:1px 1px 5px #000;
	opacity:0.9;
    filter:progid:DXImageTransform.Microsoft.Alpha(opacity=90);
	overflow:hidden;
}
.msg_thumb_wrapper{
	position:absolute;
	width:250px;
	height:166px;
	top:30px;
	left:30px;
	z-index:30;
}
.msg_thumb_wrapper a{
	display:block;
	width:75px;
	height:75px;
	float:left;
	margin:4px;
	opacity:0.5;
    filter:progid:DXImageTransform.Microsoft.Alpha(opacity=50);
}
.msg_thumbs a.msg_thumb_next,
.msg_thumbs a.msg_thumb_prev{
	width:18px;
	height:20px;
	background-repeat:no-repeat;
	background-position: center center;
	position:absolute;
	top:50%;
	margin-top:-10px;
	opacity:0.5;
    filter:progid:DXImageTransform.Microsoft.Alpha(opacity=50);
}
.msg_thumbs a.msg_thumb_next:hover,
.msg_thumbs a.msg_thumb_prev:hover{
	opacity:1.0;
    filter:progid:DXImageTransform.Microsoft.Alpha(opacity=99);
}
.msg_thumbs a.msg_thumb_next{
	background-image:url(icons/next_thumb.png);
	right:5px;
}
.msg_thumbs a.msg_thumb_prev{
	background-image:url(icons/prev_thumb.png);
	left:5px;
}
.msg_thumbs a.msg_thumb_close{
	position:absolute;
	bottom:0px;
	width:50px;
	left:50%;
	margin:0 0 0 -25px;
	background:#202020 url(icons/up.png) no-repeat center center;
	height:16px;
	opacity:0.7;
	-moz-border-radius:5px 5px 0 0;
	-webkit-border-top-left-radius:5px;
	-webkit-border-top-right-radius:5px;
	border-top-left-radius:5px;
	border-top-right-radius:5px;
}
.msg_thumbs a.msg_thumb_close:hover{
	opacity:1.0;
    filter:progid:DXImageTransform.Microsoft.Alpha(opacity=99);
}
.msg_loading{
	position:absolute;
	background:transparent url(icons/loading.gif) no-repeat center center;
	top:50%;
	left:50%;
	width:50px;
	height:50px;
	margin:-25px 0 0 -25px;
	z-index:25;
	display:none;
}
/* sidebar and footer widget blocks */

#sidebar {
border-right: medium dotted #2e659b;

}

aside h3 {
font-size: 18px;
color: #2e659b;
}

aside ul {
list-style: none;
margin-bottom: 20px;
margin-top: -15px;
}


#footer-area {
border-top: medium dotted #2E659B;	
background: #000000;
color: #FFF;
font-size: 90%;
padding: 40px 0;
overflow: hidden;
}

.footer-segment {
float: left;
margin-right: 85px;
margin-left: 35px;
width: 190px;
}

footer aside h4 {
color: #fff;
font-size: 20px;
line-height: 1.5em;
}

footer a:link, footer a:visited {
color: #fff;
}

footer a:hover {
color: #D0DDE1;
}

footer p {
margin-top: 20px;
}



