/*******************************************************
TITLE: Jessica V1.0
AUTHOR: couldbe studios - http://www.couldbestudios.com
*******************************************************/
body {
margin:0;
padding:0;
height:100%;
background-image: url(images/jessicalogo.jpg); 
background-repeat: no-repeat;
background-color: #202020;
text-align: center;
	font: 70% Verdana, Arial, Helvetica, sans-serif;
	color: #777;
	min-width: 700px;
}

.clear {
	clear:both;
}

a:link{
	color: #d10036;
	font-weight: bold;
	text-decoration: none;
	border-bottom: 1px dotted #d10036;
}

a:visited{
	color: #d10036;
	font-weight: normal;
	text-decoration: none;
	border-bottom: 1px dotted #d10036;
}

a:hover{
	color: #fff;
	text-decoration: none;
	border-bottom: 1px dotted #fff;
}


a.img, a.img, a.img {
	border: 0 none;
}

h1{
	font-family: "blue-goblet-alt-1","blue-goblet-alt-2", Arial, "MS Trebuchet", sans-serif;
	color:#000;
	font-size: 3em;
}

h2{
	font-family: Lucida, Helvetica, sans-serif;
	color: #555;
	letter-spacing: .25em;
	font-size: 1.3em;
}

img {
	border: 0px none;
}



/* Layout
=================================*/


#wrapper{
	
	margin:100px auto 0 280px;
	width:664px;
	text-align: left;

}

#logo{
	width:664px;
	height:56px;
	text-align: right;
	background: #202020 url(images/name.jpg) bottom right no-repeat;
}

#top{
	height: 35px;
	background: #333333 url(images/topleft.jpg) top left no-repeat;
}
#branding{
	width:600px;
	height:125px;
	background: #333333 url(images/brandingbkgrd.jpg) bottom left no-repeat;
}

#bg{
	padding: 10px 19px 15px 15px;
	background: #333333;
	
}

#container {
	margin-top: 10px;
	padding: 0 10px 0 10px;
	line-height: 1.6em;

}

#content{
	float: left;
	width: 405px;
	margin-top: 10px;
	padding: 0 10px 0 10px;
	border-right: 1px dotted #202020;
	line-height: 1.6em;
	background-color: #333333;
}


#links {
	float: right;
	width: 180px;
	margin-top: 10px;
	padding: 0 10px 0 10px;
	line-height: 1.3em;
}

#flickr { 
	float: left; 
	margin: 0 0 20px 30px; 
	width: 325px; }

#flickr img { 
	border: 1px dotted #d10036; 
	background-color: #202020;
	float: left; 
	margin: 10px; 
	padding: 4px; 
	 }

#flickr a:hover img { 
		border: 1px dotted #d10036; 
		background-color: #d10036;
		 }	

#flickr a:hover img{
	
}


#bottom{
	background: #333333 url(images/bottomrt.jpg) bottom right no-repeat;
	height: 75px;
}



/* Main Content Styling
=================================*/


.title{
	color: #6699CC;
	background: url(/images/flower_new.gif) no-repeat left top;
	padding: 3px 0 3px 25px;
	text-shadow: 0.2em 0.2em 0.1em #CCC;
}


.date{
	color: #666666;
	text-shadow: 0.2em 0.2em 0.1em #CCC;
}

.thumbnail{
	float: left;
	padding: 5px;
	margin-right: 5px;
	border: 1px solid #ECECEC;
}

.border{
	padding: 4px;
	border: 1px solid #ECECEC;
}


.shadow {
	background: url(/images/shadow.gif) bottom right;
	padding: 0;
	position: relative;
}

.shadow img {
	background-color: #fff;
	border: 1px solid #666;
	margin: -4px 4px 4px -4px;
	padding: 4px;
	position: relative;
	vertical-align: bottom;
}


.blogbody{
	padding-bottom: 20px;
}

.posted{
	margin-right: 20px;
	padding-bottom: 20px;
	border-bottom: 1px dotted #CCCCCC;
}

.comments-body, #commentPreview {
	margin: 1em 0;
	padding: 1em;
}

.comments-body:hover, #commentPreview {
	border : 1px solid #ccc;
	background: #f8f8f8;
}

.comments-body h2, #commentPreview h2 {
	margin-top:0;
}

.odd {
	border : 1px solid #eee;
	background: #fbfbfb;
}

.even {
	border : 1px solid #fff;
}


.example {
	font-family: monospace;
	padding: 1em;
	border: 1px dotted #CCCCCC;
	background-color: #ECECEC;
	overflow: auto;
}

dt {
	font-weight: bold;
}

dd {
	padding: 0;
	margin: 0;
}

dl dd ol {
	list-style-type: lower-alpha;
}

code, pre {
	font-size: 1.1em;
}


/* Sidebar Styling
=================================*/



#links ul, #archive{
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#links li, #archive li{
	list-style: none;
	margin: 0 0 8px 0;
}

#links .subnav li {
	border-bottom: 1px dotted #202020;
	
	padding: 2px 0 3px 20px;
	margin: 0;
}

#links img {
	padding: 5px 0 5px 0;
}

