/* Basic html styles */

body {
	background-color: #ffffff;
	color: #333;
	font-family: helvetica, verdana, arial, sans-serif;	
	margin: 0;
	line-height: 1.6em;		
	padding: 0 0 15px 0;
}

a {color: #8A9B0F;	text-decoration: none;}
a:hover {border-bottom:1px solid;}
a img {border: none;}
h1 {font-size: 22px; margin-top:0;}
label {display: block;}

/* Gallery name block */

#site-name {
	background-color: #98A822;
	color: #fff;
	font-size: 24px;
	font-weight: bold;
	margin: 10px auto 0 auto;
	padding: 25px 50px 25px 50px;
	text-align: center;
	width: 600px;

	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;	
}
#site-name a {color: #fff; }
#site-name a:hover {border:none;}

/* Main content */

#main {
	background-color: #fff;
	margin: 0 auto 10px auto;	
	padding: 20px 50px 20px 50px;
	width: 600px;
	overflow: hidden;
}


/* search form */

#search-form {
	font-size: 25px;
	font-weight: bold;
	padding: 50px 0 50px 0;
}

#search-form input {
	border: 1px solid #aaa;
	color: #333;
	font-size: 14px;
	padding: 5px;
	
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
}

#search-form input[type=submit] {background-color: #eee;}
#search-form input[type=text] {width: 400px;}
#search-form p#cc-option {font-size: 14px;}

/* trends block */

#trends {
	border-top: 1px dashed #ccc;
	margin-top: 25px;
	padding-top: 25px;
}

#trends a {
	font-size: 18px;
	font-weight: normal;
	margin-right:20px;
}

#trends h2 {
	font-size: 20px;
	margin: 0 0 15px 0;
}

/* tweets */

.tweet {
	border-bottom: 1px dashed #ccc;
	margin: 0;
	padding: 20px 0 20px 0;
}

.tweet img {
	height: 48px;
	margin: 0 20px 0 0;
	padding: 5px;
	width: 48px;	
}

.tweet p {
	float: right;
	margin: 0;
	width: 522px;
}

.tweet p span.date {
	color: #666;
	font-size: 12px;
}

/* misc */
.clear {clear: both;}
.error {color: #f00;}
