/* generic 
----------------------------*/
body {
	background: white url(img/bg_tile.gif) repeat fixed;
	border: none;
	font: 14.5px "HelveticaNeue-Light","Helvetica Neue Light","Helvetica Neue", "News Gothic Std", Tahoma, Helvetica, sans-serif;
	}
	
a {
	color: #36a
	}
	
a:hover {
	color: #589
	}
	
a:visited, a:active {
	color: #888
	}

img {
	border: none;
	}

#main, #main_error {
	width: 722px;
	margin: auto;
	text-align: center;
	}

#main_error #title {
	width: 722px;
	margin-bottom: 37px;
	text-align: center;
	}

#bordercontainer {
	background-color: #e1edf6;  /* #f1ebe7 matches the eggs....looks pretty good */
	position: relative;
	left: 11px;
	top: -40px;
	width: 696px;
	z-index: 0;
	}
	
#content {
	background: url(img/side_border.png) repeat;
	width: 722px;
	margin-left: -13px;
	padding-bottom: 50px;
	}

	#content_only_lock {
		background: url(img/side_border.png) repeat;
		width: 722px;
		margin-left: -13px;
		padding-bottom: 0px;
		}

#content_footer {     
	position: relative;
	left: 0px;
	top: -40px;
	}

	
#small_list {
	font-size: 12px;
	text-align: center;
	margin-top: 1em;
	margin-bottom: 1em;
	}

#small_list_left {
	font-size: 13px;
	text-align: left;
	margin-top: 1em;
	margin-bottom: 1em;
	}

#small_list_left  p {
	font-size: 11px;
	text-indent: 0;
	position: relative;
	margin-left: 20px;
	}

.dotted_box {
	border: 2px dashed #7bbce6;
	background-color: #d0dddf;
	}
	
.fat_dotted_box {
	border: 4px dashed #7bbce6;
	background-color: #d0dddf;
	}
	
#ie_sucks {
	position: relative;
	top: 30px;
	padding-bottom: 10px;
	font-size: 15px;
	color: #444;
	padding-top: 10px;
	margin-left: 100px;
	margin-right: 100px;
	margin-bottom: 15px;
	}
	
h1 {
	font-weight: normal;
	background-image: url(img/brackets/top.png);
	font-size: 19px;
	color: #399;
	height: 33px;
	}

p.postmetadata {
	position: relative;
	left: -16px;
	top: 14px;
	text-align: center;
	font-size: 80%;
	}


/* navbar
----------------------------*/
#navbar {
	background: url(img/side_border.png) repeat-y;
	width: 722px;
	position: relative;
	top: -3px;
	right: 2px;
	height: 47px;
	}
	
#home {
	background: url(img/navbar/home_inactive.png)
	}
	
#home:hover, #home.currentpage {
	background: url(img/navbar/home_active.png)
	}
	
#lj {
	background: url(img/navbar/lj_inactive.png)
	}
	
#lj:hover, #lj.currentpage {
	background: url(img/navbar/lj_active.png)
	}
	
#music {
	background: url(img/navbar/music_inactive.png)
	}
	
#music:hover, #music.currentpage {
	background: url(img/navbar/music_active.png)
	}
	
#me {
	background: url(img/navbar/me_inactive.png)
	}
	
#me:hover, #me.currentpage {
	background: url(img/navbar/me_active.png)
	}
	
#pics {
	background: url(img/navbar/pics_inactive.png)
	}
	
#pics:hover, #pics.currentpage {
	background: url(img/navbar/pics_active.png)
	}

#links {
	background: url(img/navbar/links_inactive.png)
	}
	
#links:hover, #links.currentpage {
	background: url(img/navbar/links_active.png)
	}

#lock {
	background: url(img/navbar/lock_inactive.png)
	}
	
#lock:hover, #lock.currentpage {
	background: url(img/navbar/lock_active.png)
	}
	
	
#lj, #music, #me, #pics, #links, #lock {
	display: inline;
	margin-left: -4px;
	}
	
#navbar a {
	text-decoration: none;
	}
	
#navbar_bottom {
	position: relative;
	top: -3px;
	z-index: 98;
	}

/* selector tabs
----------------------------*/

#selectortab {
	position: relative;
	top: -20px;
	z-index: 99;
	}

#selectortab.home {
	margin-right: 596px;
	}

#selectortab.lj {
	margin-right: 399px;
	}

#selectortab.music {
	margin-right: 198px;
	}

#selectortab.me {
	margin-right: 1px;
	}

#selectortab.pics {
	margin-left: 200px;
	}

#selectortab.links {
	margin-left: 400px;
	}

#selectortab.lock {
	margin-left: 589px;
	}
	
/* post
----------------------------*/

iframe {
	border: 0;
	}

.post {
	width: 580px;
	position: relative;
	left: 73px;
	top: 30px;
	}
	
.post img {
	max-width: 478px;
	border: 1px dashed #7bbce6;
	padding: 1px;
	margin-top: 2px;
	}
	
	.post_header_words {
		padding-top: 4px;
		}

		.post_content {
			background-image: url(img/brackets/middle.png);
			min-height: 70px;
			position: relative;
			top: -14px;
			}
		
		.post_words {
			width: 480px;
			text-align: justify;
			position: relative;
			left: 47px;
			color: #444;
			font-size: 14px;
			margin-top: 14px;
			margin-bottom: 14px;
			padding-top: 15px;
			padding-bottom: 15px;
			}
	
				.post_words p {
					text-indent: 1cm;
					margin: 0;
					}
					
.post_footer {
		background-image: url(img/brackets/bottom.png);
		height: 34px;
		color: #111;
		font-size: 11px;
		position: relative;
		top: -28px;
		}
		
	.post_footer_words {
		padding-top: 8px;
		}
		
		
		
		
		
/* small post
----------------------------*/		
.small_post {
	width: 200px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	top: 30px;
	}
	
	.small_post h1 {
		font-weight: normal;
		background-image: url(img/brackets_small/top.png);
		font-size: 14px;
		color: #399;
		height: 11px;
		}
	
	.small_post .post img {
		max-width: 140px;
		border: 1px dashed #7bbce6;
		padding: 1px;
		}
	
	.small_post .post_header_words {
		position: relative;
		top: -8px;
		}

		.small_post .post_content {
			background-image: url(img/brackets_small/middle.png);
			min-height: 40px;
			position: relative;
			top: -14px;
			}
		
		.small_post .post_words {
			width: 150px;
			text-align: justify;
			position: relative;
			left: 23px;
			color: #444;
			font-size: 11px;
			margin-top: 14px;
			margin-bottom: 14px;
			padding-top: 10px;
			}
	
				.small_post .post_words p {
					text-indent: 0.4cm;
					}
					
.small_post .post_footer {
		background-image: url(img/brackets_small/bottom.png);
		height: 12px;
		color: #111;
		font-size: 10px;
		position: relative;
		top: -28px;
		}
		
	.small_post .post_footer_words {
		padding-top: 0px;
		}


		
/* lj
----------------------------*/
#service_logo {
	position: relative;
	top: 20px;
	left: 2px;
	}
	
#lj_header {
	position: relative;
	top: 30px;
	padding-bottom: 10px;
	font-size: 12px;
	color: #444;
	padding-top: 10px;
	margin-left: 100px;
	margin-right: 100px;
	margin-bottom: 15px;
	}
	
img.page_logo {
	position: relative;
	top: 20px;
	height: 30px;
	width: 30px;
	}
	
/* music
----------------------------*/
#player {
	position: relative;
	left: -2px;
	top: -10px;
	height: 32px;
	width: 220px;
	}
	
/* me
----------------------------*/
#me_logo {
	position: relative;
	left: 1px;
	}
	
/* lock
----------------------------*/

#actual_lock {
	position: relative;
	left: 123px;
	margin-bottom: -3px;
	opacity: .75;
	}
	
#lock_header {
	position: absolute;
	top: 20px;
	left: 20px;
	padding: 5px;
	font-size: 10px;
	z-index: -1;
	}
	
.lock_logo {
	position: absolute;
	left: 334px;
	top: 20px;
	z-index: 0;
	}

/* pics
----------------------------*/

#pics_frame {
	position: relative;
	top: 30px;
	z-index: 0;
	width: 696px;
	height: 1000px;
	margin-bottom: -23px;
	border: none;
	}
	
#gallery_top {
	position: relative;
	left: 2px;
	top: 66px;
	}
	
/* links
----------------------------*/
#geek_links {
	display: block;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	top: 15px;
	padding-bottom: 8px;
	padding-top: 10px;
	margin-bottom: 17px;
	width: 100px;
	text-align: center;
	}

#geek_links img {
	border: none;
	}