body {
  position: relative;
  padding-top: 90px;
  background:#e2e2e2 url(../img/bgr4.jpg) center 0px no-repeat;
  background-attachment:fixed;
}
@media (min-width: 1900px) {
	body { 
		background-size:cover !important;
	}
}

/* Nav */
.nav li {
	margin-bottom: 0;
}

/* Header */
header {
	width: 605px;
	height: 258px;
	margin-bottom: 50px;
	background: url(../img/title.png) no-repeat 0 0;
	text-indent: -9999em;
}
h1 {
	padding:80px 0 10px 0 !important;
	font-size:36px;
}
header h1 {
	font-size:80px;
	padding:30px 0 20px 0 !important;
}

/* Main content */
.main-content h1 {
	color:#333;
	text-indent: -9999em;
	margin: 100px 0 20px 0;
} 
.main-content h2 {
	color:#333;
	/*text-indent: -9999em*/
	margin: 100px 0 20px 0;
	font-family: 'Antic Slab', serif;
	font-size: 52px;
	color: #333;
	line-height: 120%;
			
}
.main-content h1 {
	margin: 40px 0 20px 0;
}
.mlogo,
.main-photo,
.med-photo {
	display: none;
}
/*
#others h2 {
	background: url(../img/title.png) no-repeat 0 -300px;
	height: 130px;
}
#video h2 {
	background: url(../img/title.png) no-repeat 0 -450px;
	height: 70px;
}
#book h2 {
	background: url(../img/title.png) no-repeat 0 -750px;
	height: 100px;
}
#blogosphere h2 {
	background: url(../img/title.png) no-repeat 0 -900px;
	height: 70px;
}
#print h2 {
	background: url(../img/title.png) no-repeat 0 -1050px;
	height: 70px;
}
#radio h2 {
	background: url(../img/title.png) no-repeat 0 -1200px;
	height: 70px;
}
#media h2 {
	background: url(../img/title.png) no-repeat 0 -1350px;
	height: 70px;
}
#news h2 {
	background: url(../img/title.png) no-repeat 0 -1650px;
	height: 70px;
}
*/

img.left {
	float:left;
	margin:0 50px 30px 0;
	border:15px solid #fff;
}
img.right {
	float:right;
	margin:0 0 30px 50px;
	border:15px solid #fff;
}
table a {
	font-weight:bold;
	white-space:normal !important;
}
table a:hover {
	color:#000 !important;
}

.video, 
.modal-body iframe {
	display:block;
	width:530px;
	height:400px;
}
.modal-header {
	background:#0fc8de;
}
.modal-header h3 {
	color: #fff;
	text-shadow: 0 1px 0 rgba(0,0,0,.2);
}
.modal-header .close {
	color:#fff;
	font-size:30px;
	margin-top:-1px;
	text-shadow:0 1px 0  rgba(0,0,0,.2);
}

/* Navbar */
.navbar-inner{
	min-height:50px;
	padding-left:20px;
	padding-right:20px;
	background-color:#0fc8de;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	-webkit-box-shadow: 0 4px 12px rgba(0,0,0,.55);
	-moz-box-shadow:0 4px 12px rgba(0,0,0,.55);
	box-shadow:0 4px 12px rgba(0,0,0,.55);
}
.navbar .nav>li{display:block;float:left;}
.navbar .nav>li>a{float:none;padding:14px 10px 16px;line-height:19px;color:#ffffff;text-decoration:none;text-shadow:0 -1px 0 rgba(0, 0, 0, 0.25);}
.navbar .btn{display:inline-block;padding:4px 10px 4px;margin:10px 5px 11px;line-height:20px;}
.navbar .btn-group{margin:0;padding:10px 5px 11px;}
.navbar .nav>li>a:hover{background-color:#0db4c7;color:#ffffff;text-decoration:none;}
.navbar .nav .active>a,.navbar .nav .active>a:hover{color:#ffffff;text-decoration:none;background-color:#0db4c7;}
.navbar .divider-vertical{height:50px;width:1px;margin:0 9px;overflow:hidden;background-color:#ad1d28;border-right:1px solid #ad1d28;}
.navbar .nav.pull-right{margin-left:10px;margin-right:0;}
.nav a {
	background: url(../img/nav.png) no-repeat 7px center;
	text-indent: -999em;
	overflow: hidden;
	width: 52px;
	padding: 14px 7px 16px 7px !important;
	margin: 0 15px;
}
.nav .nav2 {
	background-position: -118px center;
	width:  108px;
}
.nav .nav3 {
	background-position: -243px center;
	width: 146px;
}
.nav .nav4 {
	background-position: -368px center;
	width: 19px;
}
.nav .nav5 {
	background-position: -493px center;
	width: 75px;
}
.nav .nav6 {
	background-position: -618px center;
	width: 107px;
}
.nav .nav7 {
	background-position: -743px center;
	width: 48px;
}
.nav .nav8 {
	background-position: -868px center;
	width: 47px;
}
.nav .nav9 {
	background-position: -993px center;
	width: 76px;
}

/* Thumbnail */
.thumbnails li {
	text-align:center;
}
.thumbnail {
	border: 1px solid #dadada;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	padding: 20px;
	-webkit-box-shadow: 0 1px 6px rgba(0,0,0,.15);
	-moz-box-shadow:0 1px 6px rgba(0,0,0,.15);
	box-shadow:0 1px 6px rgba(0,0,0,.15);
}
.thumbnail span {
	font-size: 18px;
	color: #04a4b7;
	display: block;
	padding: 10px 0 0 0;
}
.thumbnail:hover {
	text-decoration: none;
}

/* Main content */
.main-content {
	padding: 35px;
	-moz-box-shadow: 0 0 15px rgba(0,0,0,.4);
	-webkit-box-shadow: 0 0 15px rgba(0,0,0,.4);
	box-shadow: 0 0 15px rgba(0,0,0,.4);
	background: #f3f3f3; /* Old browsers */
	/*background: -moz-linear-gradient(top,  #f4f4f4 0%, #ffffff 14%); 
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f4f4f4), color-stop(14%,#ffffff)); 
	background: -webkit-linear-gradient(top,  #f4f4f4 0%,#ffffff 14%); 
	background: -o-linear-gradient(top,  #f4f4f4 0%,#ffffff 14%); 
	background: -ms-linear-gradient(top,  #f4f4f4 0%,#ffffff 14%); 
	background: linear-gradient(to bottom,  #f4f4f4 0%,#ffffff 14%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f4f4', endColorstr='#ffffff',GradientType=0 ); */
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}

/* Others */
.others {
	background-color: #09b3c7;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	padding: 30px 40px;
	color: #fff;
}
.others div {
	padding: 20px 0 40px 0;
}
.others h3 {
	font-family: 'Georgi', 'Times New Roman',  sans-serif;
	font-style: italic;
	font-weight: normal;
	font-size: 	150%;
	line-height: 100%;
	margin-left: 160px;
}
.others p {
	text-align: left;
	text-transform:uppercase;
	margin: 10px 0 0 160px;
	font-size: 13px;
}
.others p em {
	font-style: normal;
}
.others img {
	float: left;
}

/* Socials */
aside {
	width: 324px;
	background: url(../img/socials1.png) no-repeat 0 top;
	position: fixed;
	top: 20px;
}
aside.aside2 {
	width: 324px;
	background: url(../img/socials2.png) no-repeat 0 bottom;
	position: fixed;
	bottom: 0px;
}
@media (max-width:567px) {
	body {
		background-color: #eee;
	}
	aside.aside2 {
		width: 100%;
		background-color: #eee;
		z-index: -1;
	}
}
.socials {
	position: relative;
	height: 341px;
}

.twitter {
	margin: 0 50px 0 40px;
	position: relative;
	height: 120px;
	top: 50px;
}
.links {
 	position: absolute;
	left: 24px;
	bottom: 20px;
	line-height: 44px;
	font-weight: bold;
	font-size: 18px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
}
.sharing {
	height: 32px;
	margin: 20px 0 0 20px;
	float: left;
}
.addthis_toolbox a {
	float: left;
}

.twitter  p {
	position: absolute;
	right: 0;
	bottom: 0;
	margin: 0;
	padding: 0;
	font-size: 11px;
	font-family: Arial, Verdana, Tahoma, Helvetica, sans-serif;
}
.span4 .thumbnail {
	height: 240px;
}

/* Articles */
#articles a {
	display: block;
	font-size: 125%;
}
#articles h2 {
	background: url(../img/title.png) no-repeat 0 -1500px;
	height: 70px;
}

.tweet,
.query {
	font-family: Arial, Verdana, Tahoma, Helvetica, sans-serif;
	font-size: 12px;
	position: absolute;
	left: 0;
	bottom: 15px;
}
	.tweet_list {
		list-style: none;
		margin: 0;
		padding: 0;
		overflow-y: hidden;
	}
	
		.tweet_list li {
			overflow-y: auto;
			overflow-x: hidden;
			padding: 0.5em;
			list-style-type: none;
		}
		
			.tweet_list li a {
				color: ;
			}
		
		.tweet_list .tweet_even {
			background-color: ;
		}
		
		.tweet_list .tweet_avatar {
			padding-right: .5em; float: left;
		}
		
			.tweet_list .tweet_avatar img {
				vertical-align: middle;
			}
			

			
/* Footer
-------------------------------------------------- */
.footer {
  padding: 35px 0 55px 0;
}
.footer p {
  margin-bottom: 0;
  color: #555;
}
