/* CSS Document */

/*  
Theme Name: Anna
Theme URI: http://www.annaclune.com
Description: This is my theme for Anna Clyne.
Version: 1.0
Author: neonbeige
Author URI: http://www.neonbeige.com/

*/

body{
margin: 0;
font-family: Arial, Helvetica, Georgia, Sans-serif;
font-size: 12px;
text-align: left;
vertical-align: top;
color: #cfcfcf;
background-image:url(img/bkground.jpg);


}

#content {
	font-size: 12px;
	color:#000000;
	font-family: Arial, Helvetica, sans-serif;
	padding-right: 35px;
	padding-left: 40px;
	padding-top:0px;
	 width: 500px;
	 height:600px;

	

	}



  

.list {
font-size: 16px;
	color:#000000;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 24px;
	}

h2 {
font-size: 14px;
	color:#000000;
	font-family: Arial, Helvetica, sans-serif;
	}
	
a, a:active, a:visited 
{ 
	font-family: 		Arial, Helvetica, sans-serif;
 	font-size: 		12px;
	color:			#000000;
}

a:hover
{
	font-family: 		Arial, Helvetica, sans-serif;
 	font-size: 		12px;
	color:			#C3161C;
}


a.header, a.header:active, a.header:visited 
{ 
	font-family: 		Arial, Helvetica, sans-serif;
 	font-size: 		16px;
	color:			#C3161C;
	text-decoration: 	none;
}

a.header:hover
{
	font-family: 		Arial, Helvetica, sans-serif;
 	font-size: 		16px;
	color:			#000000;
	text-decoration: 	none;
}


.post{
padding-right:55px;
vertical-align:top;

}

#header{
width: 900px;
height:1px;
margin: 0px auto 0px auto;
background-image:url(img/header.jpg);
}

#footer{
width: 900px;
margin: 0px auto 0px auto;
}

#container{
float: left;
width: 900px;
vertical-align:top;

}


#visual-wrapper {
    margin: 0px auto 0px auto;
    width: 900px;
  }
  
  

.sidebar{
float: left;
width: 155px;
padding-left: 0px;
padding-top:0px;
padding-right:0px;
margin: 0px 0 0;
background-image:url(img/nav_bkground.jpg);
vertical-align:top;

}

#footer{
clear: both;
float: left;
width: 750px;
background-color:#cfcfcf;
}

#mycustomscroll {
/* Typical fixed height and fixed width example */
width: 500px;
height: 600px;
overflow: auto;
overflow-x:hidden;
/* IE overflow fix, position must be relative or absolute*/
position: relative;
margin: 0.3em auto;
}



.scrollgeneric {
line-height: 1px;
font-size: 1px;
position: absolute;
top: 0; left: 0;
}

.vscrollerbase {
width: 10px;
background-color: #000000;
}
.vscrollerbar {
width: 10px;
background-color: #555555;
}

}

.scrollerjogbox {
width: 10px;
height: 10px;
top: auto; left: auto;
bottom: 0px; right: 0px;
background-color: gray;
}