/* @override http://www.rock.per.sg/style/style12.css */

h1 {
	font-family: 'Spinnaker', sans-serif;
	text-transform: uppercase;
	margin: 0;
	padding: 0;
}

a, a:link, a:visited, a:hover, a:active {
	text-decoration: none;
}

.container {
	margin-top: 50px;
}

.clear {
	clear: both;
}

h2 {
	font-size: 32px;
	font-family: 'Spinnaker', sans-serif;
	text-transform: uppercase;
	float: left;
	border-bottom: 1px solid #c0c0c0;
	width: 100%;
	padding-bottom: 8px;
	color: #7e8ea7;
}

h3 {
	text-transform: uppercase;
	font-family: 'Spinnaker', sans-serif;
}

.logo {
	font-size: 45px;
	margin-bottom: 50px;
}

.logo_title {
	font-size: 10px;
	line-height: 15px;
	margin: 0;
	padding: 0;
	letter-spacing: 8px;
	text-indent: 3px;
}

.grey {
	color: #7e8ea7;
}

.light_blue {
	color: #7cdaf1;
}

.date {
	color: #7e8ea7;
	padding-bottom: 7px;
	font: 21px 'Spinnaker', sans-serif;
	float: right;
	clear: both;
	margin-top: 5px;
}

.category {
	text-align: right;
	color: #919191;
	margin-top: 5px;
	float: left;
}

img {
	margin-bottom: 10px;
}

ul#sidebar {
	font-family: 'Spinnaker', sans-serif;
	margin-top: -20px;
	text-align: right;
	margin-left: 0;
}

ul#sidebar li {
	list-style-type: none;
	margin-bottom: 20px;
	text-align: left;
}

.span8 {
	margin-bottom: 30px;
}

iframe {
	margin-bottom: 10px;
}

.tweet {
	color: #424242;
	margin-bottom: 10px;
	font-size: .95em;
}

.tweet i {
	margin-right: 5px;
	float: left;
	margin-top: 2px;
}

.tweets {
	margin-left: 20px;
}

.footer {
	text-align: center;
	color: #5e5e5e;
}

a.topnav {
	top: -46px;
	position: relative;
	float: right;
	background-color: #5e5e5e;
	margin-top: -10px;
	padding: 10px 10px 5px;
	color: white;
	-webkit-border-radius: px px 5px 5px;
border-radius: px px 5px 5px;
-webkit-box-shadow: 0px 1px 1px 2px rgba(0, 0, 0, .3);
box-shadow: 0px 1px 1px 1px rgba(0, 0, 0, .3);
}

a:hover.topnav {
	top: -46px;
	position: relative;
	float: right;
	background-color: #797979;
	margin-top: -10px;
	padding: 10px 10px 5px;
	color: white;
	-webkit-border-radius: px px 5px 5px;
border-radius: px px 5px 5px;
-webkit-box-shadow: 0px 1px 1px 2px rgba(0, 0, 0, .3);
box-shadow: 0px 1px 1px 1px rgba(0, 0, 0, .3);
}

a:active.topnav {
	top: -46px;
	position: relative;
	float: right;
	background-color: #000;
	margin-top: -10px;
	padding: 10px 10px 5px;
	color: white;
	-webkit-border-radius: px px 5px 5px;
border-radius: px px 5px 5px;
-webkit-box-shadow: 0px 1px 1px 2px rgba(0, 0, 0, .3);
box-shadow: 0px 1px 1px 1px rgba(0, 0, 0, .3);
}

.pagination {
	text-align: center;
}

.entryphoto_right {
	float: right;
	margin-top: 19px;
	margin-left: 10px;
}

.entryphoto_left {
	float: left;
	margin-right: 10px;
	margin-top: 19px;
}

.articlephoto_left {
	display: inline;
	float: left;
	margin-right: 15px;
	margin-bottom: 10px;
}

.articlephoto_left img {
	margin-top: 4px;
}

.landscape {
	width: 500px;
	height: 400px;
	-webkit-box-shadow: 0px 0px 3px 3px rgba(00, 00, 00, .3);
box-shadow: 0px 0px 3px 3px rgba(00, 00, 00, .3);

	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	padding: 0;
	display: block;
	margin-right: auto;
	margin-left: auto;
}

img.landscape {
	width: 400px;
	height: 270px;
	padding: 10px;
	background-color: white;
	margin-bottom: 20px;
	margin-top: 20px;
}

.portrait {
	width: 400px;
	-webkit-box-shadow: 0px 0px 3px 3px rgba(00, 00, 00, .3);
box-shadow: 0px 0px 3px 3px rgba(00, 00, 00, .3);

	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	padding: 0;
	display: block;
	height: 500px;
	margin-right: auto;
	margin-left: auto;
}

img.portrait {
	width: 270px;
	height: 400px;
	padding-left: 18px;
	padding: 10px;
	background-color: white;
	margin-bottom: 20px;
	margin-top: 20px;
}

.text-left {
	float: left;
}

.text-right {
	float: right;
}

.comments {
	background-color: white;
	padding: 15px 10px 15px 15px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
}

.comments p {
	padding: 0;
	margin: 0;
}

p.commented_by {
	font-weight: bold;
	text-align: right;
	margin-right: 10px;
	color: #5e5e5e;
}