/*
Theme Name: GagaDaily.nl
Theme URI: http://gagadaily.nl/
Description: Theme for GagaDaily.nl.
Version: 2.0
Author: Sergio Edeleman
Author URI: http://gagadaily.nl/
Tags: Gaga, Daily, Dutch, Lady

*/

body {
	font-size: 11px;
	background-color: #e2e2e2;
	background-position: 50% 0;
	background-repeat: no-repeat;
	font-family: Tahoma, sans-serif;
}

h5 {
	color: #000154;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 20px;
	font-family: Tahoma;
	letter-spacing: 0px;
	margin-top: 0px;
	margin-bottom: 0px;

}

img {
	border: none;
}

img a:hover {
	border: none;
}

img a:link {
	border: none;
}

a:link {
	color: #000154;
	text-decoration: none;
	font-weight: none;
	border: none;
}
a:visited {
	color: #000154;
	text-decoration: none;
	font-weight: none;
}
a:active {
	color: #000154;
	text-decoration: none;
	font-weight: none;
	border: none;
}
a:hover {
	color: #000154;
	text-decoration: none;
	font-weight: bold;
	border: none;
}

#wrapper {
	width: 993px;
	margin: 0px auto;
}

#header {
	background: url('images/header-bg.png');
	width: 973px;
	height: 279px;
	margin-bottom: 15px;
	padding: 10px;
}

#leftside {
	width: 196px;
	background: #ECECEC;
	float: left;
	border: 1px solid #CCC;
	padding: 10px;
}

#content {
	width: 535px;
	float: left;
}

#sidebar {
	width: 196px;
	float: right;
	background: #ECECEC;
	border: 1px solid #CCC;
	padding: 10px;
}

.post {
	width: 505px;
	margin-left: 15px;
	margin-bottom: 15px;
	border-left: 1px solid #CCC;
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	border-top: 1px solid #CCC;
	padding: 10px 8px 0px 10px;
	overflow: auto;
	background: #ECECEC;
}