/*
	Theme Name: inoTweet Theme
	Theme URL: http://inoTweet.MadeByRolf.nl
	Description: Ttheme van de inoTweet website
	Version: 1.5
	Author: Rolf Koenders
	Author URL: http://www.MadeByRolf.nl
*/

*{ margin: 0px; padding: 0px; }

body {
	background-color: #93e1fd;
	font: 0.75em/1.6em "Lucida Grande", Lucida, Verdana, sans-serif;
}


#header {
    background-image:url('images/header.png');
    width: 550px;
    height: 120px;
    margin: 0 auto;
}

#container {
	margin: 0px auto;
    width: 550px;
    min-height: 400px;
	background-color: #fff;
    border: 5px solid #1a96c4;
}

.item {
    width: 350px;
    border-bottom: 1px dashed #01a5e1;
    margin-left: 0px;
    margin-top: 10px;
    float: left;
}

.item h1 {
    color: #00202b;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 20px;
    margin: 0px;
    margin-left: 10px;
}

.item h2 {
    color: #00202b;
    text-decoration: none;
    text-transform: lowercase;
    font-size: 10px;
    margin: 0px;
    margin-left: 10px;
    margin-bottom: 0px;
}

.item p { margin-left: 5px; }

#menu {
    width: 180px;
    float: right;
    border: 1px dashed #01a5e1;
    margin-right: 10px;
    margin-top: 10px;
}

#menu h1 {
    color: #00202b;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 20px;
    margin: 0px;
    margin-left: 20px;	
}
#menu h1, p{ padding:5px; }
#menu img{ margin-left: 60px; margin-top: 5px; }

#clear{ clear: both; }

img{ border-style: none; }

a:visited, a:active, a:link {
	color: #3c3c3c;
    text-decoration: none;
	font: 12px "Lucida Grande", Lucida, Verdana, sans-serif;
}

a:hover{
	text-decoration: underline;
	color: #00202b;
}

.copyright{
	font-size: 11px;
	color: #3c3c3c;
	text-align: center;
}