/* @override file:///Volumes/Macintosh%20HD/Users/modemlooper/Desktop/wott/style.css */

body
{
    color: #212121;
    margin: 0;
    padding: 0;
    text-align: center;
	background: #c0deed url(images/bg-clouds.png) repeat-x;
}



img
{
    border: 0;
}

#page-container
{
    width:700px;
    margin: 5px auto 20px;
    text-align: left;
}

#wrapper-header {
width: 100%;
height: 54px;
background-color: #001926;

}
#wrapper-nav {
	padding-top: 10px;
	padding-bottom: 10px;
	height: 30px;
}

#adsHolder {
    clear:both;
    height:200px;
    margin: 0px auto 0px auto;
    width:660px;
}

.googleAds {
    clear:none;
    display:block;
    margin: 10px 10px 0px 10px;
    float:left;
    height:200px;
    width:200px;
}

#header {
	margin-top: 20px;
	
	height: 90px;

}


#header h1 {
	padding: 2px 0;
	background-color: #fffeff;
	-moz-border-radius: 8px;
    -webkit-border-radius: 8px;
}

#nav {
	margin-left: auto;
	margin-right: auto;
}

p.blue {
	color: #c0deed;
	line-height: 16px;
}

select
{
    width: 195px;
    height: 30px;
    line-height: 28px;
    font-size: 16px;
	background-color: #fcfeff;
	border-color: #797979;
	border-style: solid;
	-moz-border-radius: 3px;
    -webkit-border-radius: 3px;

}

select, option
{
    text-transform: uppercase;
}

#current-date,
#current-location,
#current-category
{
    font-size: 16px;
    text-transform: uppercase;
    height: 26px;
    line-height: 26px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border: 1px solid #999;
    background-color: #e8ebed;
    text-indent: 2px;
}

div#trend-headlines
{
    display: none;
    bottom: 0;
    right: 0;
    width: 550px;
    height: 85px;
}

ul#trends li
{
    float: left;
    list-style: none;
    font-size: 25px;
    margin-right: 20px;
}

ul#trends li,
div.tweets-keyword
{
    font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
    text-transform: uppercase;
    line-height: 30px;
    height: 30px;
	font-weight: bold;
}

div.tweets
{
    clear: left;
}

div.deleteCat {
        height:30px;
    width:30px;
    text-align: center;
  
}

div.addCat {
    height:30px;
    width:30px;
    text-align: center;
}


div.deleteCat a {
    height:30px;
    width:30px;
    display:block;
}

h1
{
    font-size: 22pt;
    font-weight: bold;
    text-transform: uppercase;
    padding: 0;
	line-height: 65px;
	color: #3e728d;
	margin: 15px 70px 0px 230px;
}


noscript
{
    display: block;
    width: 100%;
    line-height: 30px;
    height: 30px;
    font-size: 18px;
    text-align: center;
    
}

span.loading
{
    font-style: italic;
    color: #666;
    width: 100%;
    display: block;
    min-height: 100px;
    background: transparent url(images/spinner.gif) center center no-repeat;
}

.tweets
{
    min-width: 100px;
    min-height: 100px;
    padding: 5px;
	float: left;
}

div#tweet-container
{
	padding-left: 48px;
	margin-top: -35px;
}
.firsttweet-container
{
	display:inline;
	float:centre;
	position:relative;
	margin-left:15px;
	margin-right:5px;
	padding-left: 48px;
	margin-top: -35px;
	
}

#firsttweet-container .tweet-wrapper{
	padding-left: 5px;
}
#socialcontainer{
	float:right;
	display:inline;
	margin-left:15px;
}

div#tweet-container
{
}

div.tweet-wrapper
{
    padding-top: 5px;
}

.odd
{
	
}

.even
{
}
  
}

.tweets:first-letter
{
    text-transform: capitalize;
    font-size: 1.3em;
    color: #444;
    font-weight: bold;
}

#facebook-share
{
    outline: 0;
    background-color: #fff;
    clear: both;
    float: right;
    border: 1px solid #001926;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    text-decoration: none;
    color: black;
    height: 1.5em;
    line-height: 1.5em;
    font-family: verdana, helvetica, arial, sans-serif;
    font-size: 9pt;
	padding: 0 5px 0 0;
	margin: 0;
}

#facebook-share span
{
    font-family: verdana, helvetica, arial, sans-serif;
    font-size: 9pt;
    line-height: 1.5em;
    color: white;
    background-color: #001926;
    padding: 0 4px 0 2px;
    margin: 0 3px 0 0;
    width: 14px;
    display: inline-block;
    text-align: center;
}

#facebook-share:hover
{
    background-color: #e0e2e2;
}

.no-js #trend-headlines,
.no-js .tweets,
.no-js select,
.no-js input
{
    display: none;
}

.avatar {
	width: 200px;
	height: 200px;
	border: 4px solid #a9d0e3;
	margin-top: 35px;
}

.tweets-keyword
{
color: #3e728d;
font-size: 20px;
margin-left: 44px;
width:400px;
float:left;
}
.tweets-share, .tweets-share-main{
	color: #3e728d;
width:100px;
float:right;
padding-top:5px;
}
.tweets-share-main{
	margin-right:5px;
}
.adspace{
	float:left;
}
.tweets-share img, .tweets-share-main img{
	margin-left:5px;
}

.tweets-content
{
    margin-left: 44px;
    width: 575px;
    background-color: #fffeff;
	padding: 10px 15px;
    min-height: 100px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
	float: left;
	display: inline;
	position: relative;
}

.tweets-content span {
display: block;
padding: 5px 0px 10px;
	border-bottom: 1px solid #d5d5d5;
	margin: 0 0px -14px;
}

.tweets-content :last-child {
	border-bottom: 0px solid #d5d5d5;
	padding: 0px 0px 0px 0px;
}

body.admin
{
    text-align: left;
}

form
{
    width: 806px;
    margin: 10px auto;
    padding-top: 145px;
}

fieldset
{
    border: 1px solid gray;
    background-color: #bbf4ff;
}

textarea
{
    width: 480px;
    height: 40px;
    margin-left: 135px;
}

#add-category
{
    float: right;
    margin: 10px;
}

.remove-category
{
    float: right;
}

body.admin input[type="submit"]
{
    margin: 10px;
}

#footer{
float: left;
width: 100%;
height: 100px;
background-color: #001926;
	margin-top: 20px;
}

form[name=suggest_keywords]
{
    padding: 10px 0 0 0px;
}

form[name=suggest_keywords] span
{
    color: white;
}

form[name=suggest_keywords] input[type=text]
{
    margin-top: 10px;
    width: 300px;
}
.highlight { background-color: yellow }
#dynacloud{
	width:600px;
	margin: 0 auto;
	margin-top:10px;
	
}
#cloudBox{
	float: left;
	width:100%;
	padding-top:20px;
	display:none;
}
a{
	color:#36C;
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
}
.fb_share{
	background-attachment: scroll;
	background-clip: border-box;
	background-color: #29447E;
	background: url(http://static.ak.fbcdn.net/images/connect_sprite.png) no-repeat;
	background-origin: padding-box;
	color: #3B5998;
	cursor: pointer;
	display: inline-block;
	font-family: 'lucida grande', tahoma, verdana, arial, sans-serif;
	height: 18px;
	line-height: 10px;
	outline-color: #3B5998;
	outline-style: none;
	outline-width: 0px;
	padding-left: 1px;
	text-align: left;
	text-decoration: none;
	width: 59px;
	background-position: 0% -232px;
	outline: none;
	font-size: 10px;
	line-height: 10px;
	text-decoration: none;
	float:left;
}
.fb_share a{
	background-attachment: scroll;
	background-clip: border-box;
	background-color: #4F6AA3;
	background-image: none;
	background-origin: padding-box;
	border-bottom-color: #29447E;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-top-color: #45619D;
	border-top-style: solid;
	border-top-width: 1px;
	color: white;
	cursor: pointer;
	display: block;
	font-weight: bold;
	height: 10px;
	line-height: 10px;
	margin-bottom: 0px;
	margin-left: 17px;
	margin-right: 1px;
	margin-top: 0px;
	outline-color: white;
	outline-style: none;
	outline-width: 0px;
	padding-bottom: 3px;
	padding-left: 6px;
	padding-right: 6px;
	padding-top: 3px;
	text-align: left;
	text-decoration: none;
	text-shadow: none;
	unicode-bidi: normal;
	width: 29px;
}
#wibiyaToolbar .newsbox_wide .PopX{
	display:none;
}
