﻿/*   
Theme Name: Anonymizer
Theme URI: http://www.the-privacy-blog.com
Description: The Privacy Blog
Author: Joaquin Jaquez & Carolyn McEwen
Author URI: http://www.anonymizer.com
Version: 1.0
.
For use by Anonymizer Inc only.
.
*/

	body {
		width: 100%; 
		background: #ededed;	
		margin: 0 auto;
		height: 100%;
		text-align: center;
		font: 10pt verdana, arial, sans-serif;
		color: #000000;
	}


	#container {
		width: 750px;  
		height: 100%; 
	   margin-left: auto;
		margin-right: auto;
		margin-top: 30px;
		margin-bottom: 30px;
		text-align: left;
	}
	
	.break {
		clear: both;
	}

	#header {
		width: 750px;
		height: 127px;
		margin-bottom: 10px;
	}
	
	
	h2, h1 {
		font: 18pt verdana, arial, sans-serif;
		font-weight: 100;
		margin: 10px 0px 3px 0px;
	}
	
	h2 a, h1 a {
		text-decoration: none;
		color: #003388 !important;
	}
	
	h2 a:hover, h1 a:hover {
		text-decoration: underline;
	}
	
	h2.pagetitle, h1.pagetitle {
	padding-left: 50px;
	}
	
	h3 {
		font: 10pt verdana, arial, sans-serif;
		color: #003388;
		font-weight: bold;
		margin: 2px 0px 2px 0px;
	}
	
	#body #content {
		width: 503px; 
		background: #ffffff url(images/bottomBodyBkg.gif) no-repeat scroll bottom left; 
		float: left;
		min-height: 100%;
		
	}
		
	#body #content #bodytop {
		background: #ffffff url(images/topBodyBkg.gif) no-repeat scroll top left;
		height: 15px;
	}
	

	a {
		color: #0163b0;
	}
	
	a:visited {
		color: #00457c;
	}
	
	a:hover {
		color: #00457c;
	}
	
	/* Navbar Styles */
	
	#body #navbar {
	width: 234px; 
	background: #ffffff url(images/topNavBkg.gif) no-repeat scroll top left;
	float: right;
	}
		 
	#body #navbar #navBottom {
		background: #ffffff url(images/bottomNavBkg.gif) no-repeat scroll bottom left; 
		height: 31px;
	}
	
	#body #navbar #navbarContent{
		padding: 20px;
	}
	
	#body #navbar #navbarContent .area {
		padding: 20px 0 20px 0;
		background: #ffffff url(images/line.gif) repeat-x scroll bottom left; 
	}
	
	#body #navbar #navbarContent .area .list {
		margin-top: 0px;
		margin-left: 8px;
	}
	
	#body #navbar #navbarContent .area .list a {
		padding-bottom: -5px;
		display: block;
		background: transparent;
	}
	
	/* Post styles */

	.post {
		margin: 20px 50px 40px 50px;
		padding-bottom: 10px;
		background: #ffffff url(images/line.gif) repeat-x scroll bottom left; 
	}
	
	.postInfo {
		font: 8pt verdana, arial, sans-serif;
		color: #888888;
	}
	
	
	p {
	line-height: 150%;
	}
	

	.footer {
	padding-top: 20px;
	padding-bottom: 20px;
	font: 8pt verdana, arial, sans-serif;
	color: #888888;
	}
	
	.bookmarks {
	padding-bottom: 45px;
	font: 8pt verdana, arial, sans-serif;
	color: #888888;
	}

	
	.bookmarks a {
	padding-right: 30px;
	}
	
	/* Comments Styles */
	
	.comments {
		margin: 20px 50px 40px 50px;
		padding-bottom: 10px;

	}
	
	.navigation {
	display: block;
	text-align: center;
	height: 30px;
	margin-left: -20px;
	margin-right: -20px;
	}
	
	.alignright {
	float: right;
	}

	.alignleft {
	float: left
	}