/*
	This file is part of LocalBuzz.

    LocalBuzz is free software: you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by
    the Free Software Foundation, either version 3 of the License, or
    (at your option) any later version.

    Foobar is distributed in the hope that it will be useful,
    but WITHOUT ANY WARRANTY; without even the implied warranty of
    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    GNU General Public License for more details.

    You should have received a copy of the GNU General Public License
    along with Foobar.  If not, see <http://www.gnu.org/licenses/>.
*/

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,
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-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
	font-family: Helvetica, Arial,sans-serif;
}
:focus {
	outline: 0;
}

/* HTML styles  --------------------  */

body {
    color: #111;
    line-height: 18px;
    padding: 0px;
    background: #BFC9CB;
}
a {
	color: #2F2F2F;
	text-decoration: underline;
}
a:hover {
	color: #4E5868;
}
ol, ul {
	padding: 8px 0 0 15px;
}
p {
	margin: 0;
	padding: 0 0 0px 0;
}

/* Main layout styles  --------------------  */

#localbuzz-container {
	margin:0 auto; 
	text-align:left; 
	position:relative;
	padding:0px;
	width:318px;
	min-height:440px;
}

#localbuzz-container #localbuzz-header {
	position: fixed;
	background:transparent url(../images/localbuzz-header.png) top left repeat-x; 
	height: 53px;
	width:320px;
	padding: 0px;
}
#localbuzz-container #localbuzz-header h1 {
	display:none;
}

#localbuzz-container #localbuzz-header form{
	padding: 0px 0px 0px 155px;
	width:100%;
	height: 56px;
}

#localbuzz-container #localbuzz-header input#q { 
	border:none !important; 
	width: 108px; 
	margin: 14px 0 0 10px;
	padding: 6px 25px; 
	font-size: 0.7em;
	height: 16px; 
	background: url(../images/search_bright.png) no-repeat 0 -26px; color: #444; 
	color: rgba(255,255,255,0.6);
	opacity: 0.8;
} 
	
#localbuzz-container #localbuzz-header #q:focus { 
	background-position: 0 -26px; 
	color: #fff; 
	outline: 0; 
	opacity: 1; 
}

#localbuzz-container #localbuzz-header #searchsubmit {
	display:none;
}

#localbuzz-container #localbuzz-stream {
	padding: 58px 3px 20px 4px;
	text-shadow: rgba(0,0,0,.3)  -1px 1px 2px;
    font-size: 0.75em;
}
#localbuzz-container #localbuzz-stream .buzz-entry{
	-moz-border-radius: 4px;
	-khtml-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	background-color:#FFFFFF;
	-moz-box-shadow: rgba(0,0,0,.25) 2px 2px 2px;
	-webkit-box-shadow: rgba(0,0,0,.25) 2px 2px 2px;
	-khtml-box-shadow: rgba(0,0,0,.25) 2px 2px 2px;
	box-shadow: rgba(0,0,0,.25) 2px 2px 2px;
	padding: 12px 14px 12px 14px;
	margin: 0 0 5px 0;
}
#localbuzz-container #localbuzz-stream .buzz-entry .buzz-meta {
	text-shadow: none;
	color: #777;
}

#localbuzz-container #localbuzz-footer {
	background:transparent url(../images/ity-logo.png) 12px top no-repeat;
	padding: 35px 8px 30px 12px;
	width: 300px;
	color: #666;
	text-shadow: rgba(0,0,0, .1) -1px 1px 2px;
    font-size: 0.75em;
}

#localbuzz-container #localbuzz-stream img{
	float: right;
	margin-left:15px;
	width: 48px;
	height: 48px;
}


#localbuzz-container #localbuzz-stream img{
	float: right;
	margin-left:15px;
	width: 48px;
	height: 48px;
}


/* Specific styles  --------------------  */
#localbuzz-container #localbuzz-stream #more-button {
	background: #7A8492;
	text-align: center;
	cursor: pointer;
}
#localbuzz-container #localbuzz-stream #more-button a {
	color: #fff;
	text-decoration:underline;
}

#localbuzz-container #localbuzz-stream #progress-indicator {
	background: #7A8492; 
}
