@charset "UTF-8";

/* --------------------------------------------

	COLORS
	-------------------------------------------
	black: 			#02161f
	dark blue:		#006699
	blue:			#0099cc
	light blue:		#89b8d1 
	grey blue:		#cce0eb
	
	CHAPTERS
	-------------------------------------------
	1.	CSS reset
	2.	Page building
	3.	Navigation
	4.	Text
	5.	Blocks
	6.	Slider
	7.	Links
	8.	Footer
	9.	Forms
	*.	Helpers
	
	
	
	1. CSS RESET v1.0 | 20080212 (meyerweb.com)
-------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: top;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/* --------------------------------------------
	2. PAGE BUILDING
-------------------------------------------- */

body {
	background: #FFFFFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	line-height: 22px;
	color: #333333;
}

#container {
	width: 950px;
	margin: 0 auto;
	padding: 0 0 50px 0;
	overflow: hidden;
}

#header { }

#header #logo {
	float: left;
	width: 136px;
	height: 73px;
	background: url(img/logo_ao_blue.gif) no-repeat;
	margin: 20px 20px 15px 20px;
	display: inline;
	
}
#header #logo h1 {
	width: 136px;
	height: 73px;
	overflow: hidden;
}
#header .bowlr_logo {
	float: right;
	margin: 20px 20px 0 0;
}

#header .networks {
	float: right;
	margin: 20px 20px 0 0;
}
#header .networks .item {
	float: left;
	margin: 0 0 0 10px;
}

#content {
	clear: both;
	width: 950px;
	overflow: hidden;
	padding: 0 0 40px 0;
}

#footer {
	clear: both;
	border-top: 1px solid #2fa2db;
	color: #999999;
	
	overflow: hidden;
}
#footer .logos,
#footer .syndicate,
#footer .logo_download {
	clear: left;
	padding: 40px 0 25px 20px;
	overflow: hidden;
}
#footer .syndicate {
	border-top: 1px solid #CCCCCC;
}
#footer .logo_download {
	border-top: 1px solid #CCCCCC;
}

/* --------------------------------------------
	3. Navigation
-------------------------------------------- */



/* --------------------------------------------
	4. Text
-------------------------------------------- */

h1 {
	color: #2fa2db;
	font-weight: normal;
	font-size: 20px;
	margin: 0 0 10px 0;
}
#logo h1 {
	text-indent: -5000px;
	padding: 0;
	margin: 0;
	border: none;
}

h1.txt_licht_en_meubels_amsterdam { 
	background: url(img/txt_licht_en_meubels_amsterdam.gif) no-repeat; 
	text-indent: -100em; 
	overflow: hidden;
}
h1.txt_opening_pasen_2009 { 
	background: url(img/txt_opening_pasen_2009.gif) no-repeat; 
	text-indent: -100em; 
	overflow: hidden;
}
h1.txt_licht_en_meubels_bv {
	background: url(img/txt_licht_en_meubels_bv.gif) no-repeat; 
	text-indent: -100em; 
	overflow: hidden;
}
h1.txt_openingstijden {
	background: url(img/txt_openingstijden.gif) no-repeat; 
	text-indent: -100em; 
	overflow: hidden;
}

p {
	margin: 0 0 15px 0;
}

/* --------------------------------------------
	5. Blocks
-------------------------------------------- */
.half_colm {
	width: 435px;
	float: left;
	margin: 40px 0 0 20px;
}
#footer .syndicate .item {
	float: left;
	margin: 0 30px 15px 0;
	
}
#footer .logos .logo {
	background: #CCCCCC;
	width: 200px;
	height: 60px;
	float: left;
	margin: 0 30px 15px 0;
	overflow: hidden;
}

.twitter_replies {
	clear: both;
	border: 1px dashed #999999;
	margin: 0 0 40px 0;
	padding: 20px;
}
.twitter_replies h1 a {
	text-decoration: none;
}
.twitter_replies p {
	border-top: 1px dashed #CCCCCC;
	padding: 10px 0 0 0;
}
.twitter_replies p b,
.twitter_replies p strong {
	font-weight: normal;
}
.twitter_replies p span.user {
	width: 150px;
	float: left;
}
.twitter_replies p span.user a {
	text-decoration: none;
}
.twitter_replies p.help {
	font-size: 12px;
	color: #999999;
	margin: 10px 0;
}
.twitter_replies p.help a {
	color: #999999;
	text-decoration: none;
}
.twitter_replies p.help a:hover {
	color: #2fa2db;
}

.twitter_replies p.help b,
.twitter_replies p.help strong {
	font-weight: bold;
}

/* --------------------------------------------
	7. Links
-------------------------------------------- */
a {
	color: #2fa2db;
}
a:hover {
	color: #333333;
}


/* --------------------------------------------
	*. HELPERS
-------------------------------------------- */
.stroke {
	margin: 22px 0px;
	height: 1px;
	background: #2fa2db;
	width: 100%;
	overflow: hidden;
}
.gutter {
	clear: both;
	height: 22px;
	width: 100%;
	overflow: hidden;
}
.left {
	float: left;
}
.right {
	float: right;
}
.hide {
	display: none;
}
.clear {
	clear: both;
}
.no_padding {
	padding: 0 !important;
}
.no_margin{
	margin: 0 !important;
}
.small {
	font-size: 11px;
	font-weight: normal;
}
