*{
padding:0px;
margin:0px;
}
body{
text-align:justify;
font-family:verdana, arial, sans-serif;
font-size:80%;
color:#4C7CA9;
background:url(http://www.sabrinastarke.net/images/body_back.jpg) repeat-x #5D8EAE;

}
p{
line-height:1.5em;
}
a:link, a:visited{
	color:#2A5FAA;
	text-decoration: bold;
}
a:active{
color:#000;
text-decoration: none;
}
a:hover{
color:#4C7CA9;
text-decoration: underline;
}
a img{
border:none;
}
h1{
padding:0;
margin:0.5em 0;
font-size:150%;
color:#5D8EAE;
}
div.contentpaneopen img{
padding:10px;
}
/*-----------Positioning the div's--------------*/
div#container{
width:810px;
margin:0 auto;
background:url(http://www.sabrinastarke.net/images/container_back.jpg) repeat-y;
}
div#wrapper{
}
div#content{
float:right;
width:560px;
}
div#padding{
padding:0 20px;
}
div#header{
width:560px;
height:200px;
background:url(http://www.sabrinastarke.net/images/header3.jpg) no-repeat;
}
div#navigation{
float:left;
width:145px;
height:300px;
padding:200px 0 0 105px;
background:url(http://www.sabrinastarke.net/images/nav_back.jpg) no-repeat;
}
div#footer{
clear:both;
width:100%;
height:63px;
background:url(http://www.sabrinastarke.net/images/footer.jpg) right no-repeat;
}
div#language{
float:right;
padding:5px;
}
div#language ul.jflanguageselection li{
display:inline;
list-style-type:none;
}
div#language ul.jflanguageselection li a{
border:none;
padding-right:5px;
}
/*-----------Search properties-------------*/
div#search{
position:relative;
float:right;
clear:right;
padding:5px 5px 0 0;
}
div#search input{
background:none;
border:0;
color:#BF61D1;
padding:5px 0 0 13px;
width:125px; height:28px;
}
/*-----------Menu properties--------------*/
ul #mainlevel{
margin-left:0;
padding-left:0;
white-space: nowrap;
}
#mainlevel li{
list-style-type:none;
text-align:center;
}
#mainlevel li a{
display:block;
width:125px;
height:19px;
padding:3px 0 7px 20px;
text-decoration:none;
background:url(http://www.sabrinastarke.net/images/nav_up.gif) no-repeat;
color:#4C7CA9;
}
#mainlevel a:link, #mainlevel a:visited{
color:#4C7CA9;
}
#mainlevel a:hover{
color:#FFF;
background:url(http://www.sabrinastarke.net/images/nav_down.gif) no-repeat;
}

.tweet, .query {
  font-family: Georgia, serif;
  font-size: 120%;
  color: #085258; }
  .tweet .tweet_list, .query .tweet_list {
    -webkit-border-radius: .5em;
    list-style-type: none;
    margin: 0;
    padding: 0;
    background-color: #8ADEE2; }
    .tweet .tweet_list .awesome, .tweet .tweet_list .epic, .query .tweet_list .awesome, .query .tweet_list .epic {
      text-transform: uppercase; }
    .tweet .tweet_list li, .query .tweet_list li {
      overflow-y: auto;
      overflow-x: hidden;
      padding: .5em; }
      .tweet .tweet_list li a, .query .tweet_list li a {
        color: #0C717A; }
    .tweet .tweet_list .tweet_even, .query .tweet_list .tweet_even {
      background-color: #91E5E7; }
    .tweet .tweet_list .tweet_avatar, .query .tweet_list .tweet_avatar {
      padding-right: .5em;
      float: left; }
      .tweet .tweet_list .tweet_avatar img, .query .tweet_list .tweet_avatar img {
        vertical-align: middle; }
