/*
Theme Name: Annyas.com
Author: Annyas.com
Author URI: http://www.annyas.com
*/


/* basics */

*{margin:0; padding:0;}

body {
	background: url(http://www.annyas.com/screenshots/images/background.jpg) repeat;
	font-family:"Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Verdana, Arial, sans-serif;
	font-size: 8pt;
	}
	
h1 {font-size: 18pt;}
h2 {font-size: 14pt;}

img{ border: none; padding:0; }
img a{border:none;}

/* links */

a{color: #0090F0; text-decoration:none;}
a:hover{text-decoration: underline;}
a:active, a:focus { outline: 0;}

/* container */


#container {
	width:933px;
	background: url(http://annyas.com/Images/logo2.png) no-repeat;
	background-color: #fff; 
	margin: 0 auto;
	overflow: hidden;
	}
	
/* header */

.headerleft {
	width:420px;
	color: #666;
	text-align:left;
	float:left;
  	line-height:19px;
	margin:0;
	padding:0px 57px 0px 98px;
	}

.headerleft a{
	color: #0090F0;
	}

.headerright{
	width:260px;
	color: #666;
	text-align:left;
	float:right;
  	line-height:19px;
	margin:0;
	padding: 0px 98px 0px 0px;
	}

.tweet {
	color: #666;
	}

.tweet a {
	color: #666;
	}

.tweetdate {
	font-size: 7pt;
	padding:0 5px;
	color: #999;
	}

.headerleft2 {
	width:933px;
	float:left;
	margin:0;
	padding:0;
	}

#textcontainer {
	width:933px;
	padding:0px 0px 70px 0px;
	}

#header h1, #header h2{
	display:none 
	}


/* content */


#content {
	float: left;
	margin:0;
	padding:0;
	width:933px;
	overflow: hidden;
	}

.post {
	margin:0;
	padding:0;
	line-height: 14pt;
	}
	
.post h2{
	font: 18px "Helvetica Neue", Helvetica, Arial;
	line-height: 14pt;
	padding:18px 0px 0px 0px;
	color: #0090F0;
	}

.entry p{margin:7px 0 14px 0;}

.clr{clear:both;}

#leftleft-panel {
	float:left;
display:inline;
width : 99px;
height : 369px;
}

#left-panel {
	float:left;
display:inline;
width : 834px;
height : 369px;
margin: 115px 0px 0px 0px ;
}

#right-panel {
	float:right;
display:inline;
width : 249px;
height : 570px;
}