/*=-=-=-=-=-=-=-=-=-=-= BEGIN CUSTOMIZATION =-=-=-=-=-=-=-=-=-=-=*/

/*Background Color of the page*/
  body {background-color:#dbdbdb;}

/*Body text color*/
  body {color:black;}

/*Text color of the blog title in the header*/
  #header h1 a {color:#3b6ea5;}

/*Text color of the blog description in the header*/
  .description {color:#333;}

/*Links color*/
  a {
  	font-family: Arial, Verdana, Helvetica, Sans-Serif;
  	color:#8b8b8b;
  	text-decoration: none;
  	}

/*Links hover color*/
  a:hover {
  	color:#44C8F5;
  	text-decoration: none;
  }

/*Headings color*/
  .post h2 a, .postw h2 a, #project_info h2 {font-size: 90%}
  
  #sidebar h2 {font-size: 113%;}

/*Headings hover color*/
  .post h2 a:hover, .postw h2 a:hover {color:#0066CC;}

.post h2, #blog_post .postw h2 {
	font-size: 116%;
	margin-top: 25px;
	}
	
.post h1, #blog_post .postw h1 {
	font-size: 116%;
	margin-top: 10px;
	font-family: Arial, Verdana, Helvetica, Sans-Serif;
	}
	
.pub2 h2 {
	font-size:100%;
	margin: 10px 0;
	}

/*Width of the entire page. You can
  also use a flexible width like so:
  #page {width:64em;}
*/
  #page {width:960px;}


/*IT'S ADVISED *NOT* TO CHANGE THESE, IF POSSIBLE*/
/*Width of the content area*/
  #content {width: 72%;}
  #content_home {width: 100%;}
  #home_title {margin-left: 240px;
  		margin-bottom: 45px;
  		}

/*Width of the sidebar*/
  #sidebar { width:220px;}

/*Position of the header */
  #headerimg {float: left; width: 220px}
  
/*Position of the headermenu */
  #headermenu {float: left; margin-left: 20px; width: 700px;}

/*Position of the footer from the left edge.*/
  #footer p {}
  
/*Clear block*/
  #clear {clear: both}

/*=-=-=-=-=-=-=-=-=-=-=- END CUSTOMIZATION -=-=-=-=-=-=-=-=-=-=-=*/



/*
THE FOLLOWING CODE IS DERIVED FROM THE DEFAULT "KUBRICK" THEME.
THE STRUCTURE AND LAYOUT IS IN MY OPINION, NOT THE WAY CSS SHOULD
BE ORGANIZED, BUT FOR NOW I AM LEAVING IT THE WAY IT IS TO KEEP
IT CONSISTENT.
*/

/* Begin Typography & Colors */
body {
	font-size: 75%; /* Resets 1em to 10px */
	font-family: Georgia, Times, serif;
	text-align: center;
	}

#page {
	text-align: left;
	}

#header {}
#headerimg {}

.description_home {
	font-size: 150%;
	width: 460px;
	line-height: 1.33em;
	}
	
.description_home a {
	font-size: 77.8%;
	font-weight: bold;
	}
	
#nav a {
	font-size: 90%;
	text-decoration: none;
	font-weight: bold;
	color: black;
	}

.title {
	font-size: 112%;
	font-weight: bold;
	font-family: Arial, Verdana, Helvetica, Sans-Serif;
	margin: 10px 0 5px;
	}

.title a {
	color: black;
	}
	
.title a:hover {
	color: #8b8b8b;
	}
	
#footer_post, .breadcrumb, .cat {
	font-size: 83%;
	font-family: Arial, Verdana, Helvetica, Sans-Serif;
	}
	
#sidebar p, #home_left p, .in {
	font-size: 90%;
	font-family: Arial, Verdana, Helvetica, Sans-Serif;
	margin: 0;
	}

#sidebar h3 {
	margin: 0;
	}


.pinfo {
	font-size: 90%;
	font-family: Arial, Verdana, Helvetica, Sans-Serif;
	margin: 0;
	}


#home_left p {
	color: #8b8b8b;
	}

#home_left h2 {
	margin-bottom: 5px;
	}


.bold {
	font-weight: bold;
	}

.cat, .in {
	color: #8b8b8b;
	}

.in {
	margin-top: 0;
	}
	
#course h2 {
	line-height: 1.2em;
	}

#course_info {
	margin: 20px 0;
	}

#course_info h2 {
	font-size: 90%;
	margin: 10px 0 0;
	}
	
#course h2 {
	font-size: 132%;
	}
	
#course p, #course_info p {
	color: #8b8b8b;
	}
	
#serif p{
	color: #8b8b8b;
	font-family: Georgia, Times, serif;
	margin: 0;
	font-size: 90%;
	line-height: 1.2em;
	}


.people_name, .past p {
	margin: 0;
	}

#content, #content_home, .past h2, .actual h2 {
	font-size: 100%;
	}
	
.past h2, .actual h2 {
	margin-bottom: 15px;
	}

.entry p {
	/*margin: 8px 0;*/
	}

#content .entry, #content_home .entry {
	line-height: 1.5em;
	}

#content, #content_home {
	line-height: normal;
	/*margin-bottom: 55px;*/
	padding-bottom: 170px;
	}

#content .postmetadata, #content_home .postmetadata {}

.alt {

	}
	
.arial {
	font-family: Arial, Verdana, Helvetica, Sans-Serif;
	margin: 2px 0 10px;
	}

.geo, .geo a, .opportunity a {
	font-family: Georgia, Times, serif;
	}

.year {
	font-family: Arial, Verdana, Helvetica, Sans-Serif;
	margin: 25px 0 10px;
	}

#footer {
	border: none;
	}

@font-face {
	font-family: 'LeagueGothicRegular';
	src: url('font/League_Gothic-webfont.eot');
	src: local('☺'), url('font/League_Gothic-webfont.woff') format('woff'), url('font/League_Gothic-webfont.ttf') format('truetype'), url('font/League_Gothic-webfont.svg#webfonth8J5BRG2') format('svg');
	font-weight: normal;
	font-style: normal;
}


small {
	font-family: Arial, Verdana, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}
	
#commentform small {
	font-family: Georgia, Times, serif;
	}

h1, h2, h3 {
	font-family: Arial, Verdana, Helvetica, Sans-Serif;
	font-weight: bold;
	}

h4 {
	font-family: Arial, Verdana, Helvetica, Sans-Serif;
	margin: 6px 0 0;
	font-size: 90%;
	font-weight: normal;
	}

#header h1 {
	font-size:3.2em;
	}
	
#home_title h1 {
	font-family: 'LeagueGothicRegular', Arial, Verdana, Sans-Serif;
	text-transform: uppercase;
	font-size: 625%;
	line-height: 0.8em;
	font-weight: normal;
	}
	
#sidebar h1 {
	font-family: 'LeagueGothicRegular', Arial, Verdana, Sans-Serif;
	text-transform: uppercase;
	font-size: 300%;
	line-height: 0.9em;
	font-weight: normal;
	}

#committente {
	font-family: Georgia, Times, serif;
	}

.description {
  font-size:1em;
/*  color:#333;*/
	}

h2 {
	font-size: 125%;
	}

.blog_title{
	font-size: 132%;
	}

h2.pagetitle {
	font-size: 1.6em;
background-color:#e7e7e7;
border:1px solid #777;
padding:4px 0px 4px 0px;
margin-top:16px;
	}


h3 {
	font-size: 120%;
	}

h1, h1 a, h1 a:hover, h1 a:visited, #headerimg{
	text-decoration: none;
	color: black;
	}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	/*color: #333;*/
	}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
	}
	
.blue{
	color: #44c8f5;
	}
	
.gray {
	color:#8b8b8b;
	 }





.commentlist li, #commentform input, #commentform textarea {

	}

.commentlist li {
	font-weight: bold;
	}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	
	}

.commentmetadata, .normal {
	font-weight: normal;
	}

#sidebar {
	
	}
	
.abb {
	color: black;
	font-family: Arial, Verdana, Helvetica, Sans-Serif;
	font-weight: bold;
	 }

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	/*color: #777;*/
	}

code {
	font: 1em 'Courier New', Courier, Fixed;
	word-wrap: break-word;

		}

.code {
	float: left;
		}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

a, h2 a:hover, h3 a:hover {
	
	}

#sidebar a,
.postmetadata a,
.navigation a,
ol.commentlist cite a,
.commentmetadata a, #project_info a {
       text-decoration:none;
}

#project_info a {
      font-size: 90%;
      }



#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */


/* Begin Structure */

/* Always show the scrollbar */
html {height: 100%;}

body {
	margin: 0;
	padding: 0;
	height: 100%
	}
	
/*#shadow {
	width: 1250px;
	margin: 0 auto;
	padding: 0;
	background: url(img/shadow.png) repeat-y;
	min-height: 100%;
	position: relative;
	}
*/
#page {
	/*background: url(img/shadow.png) repeat-y #f1f1f1;*/
	min-height: 100%;
	position: relative;
	margin: 0 auto 0;
	padding: 20px 20px 0 40px;
	background-color: #f1f1f1;
	-moz-box-shadow:0 -10px 10px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 0 -10px 10px rgba(0, 0, 0, 0.3);
	box-shadow: 0 -10px 10px rgba(0, 0, 0, 0.3);
	/*filter:progid:DXImageTransform.Microsoft.Blur(PixelRadius='10', MakeShadow='true', ShadowOpacity='0.6');*/
	}

#header {
	margin: 0;
	padding: 0;
}

#nav {
	width: 460px;
	border-bottom: solid black 1px;
	padding-bottom: 10px;
	margin-bottom: 8px;
	float: left;
	}

#nav a{
	padding-bottom: 8px;
	}
	
#nav a:hover {
	border-bottom: solid black 3px;
	}

.current_page_item a{
	border-bottom: solid black 3px;
	}

#nav ul, #home_post ul {
	margin: 0; 
	padding: 0; 
	list-style-type: none; 
	list-style-image: none;
	border: none; 
	}
	
#nav li, #home_post li {
	display: inline;
	margin-right: 8px;
	 }
	 
#search {
	width: 160px;
	margin-left: 80px;
	border-bottom: solid black 1px;
	padding-bottom: 4px;
	margin-bottom: 8px;
	float: right;
	}

.breadcrumb {
	color: #8b8b8b;
	border-bottom: solid #cacaca 1px;
	padding-bottom: 8px;
	clear: both;
	}
	
.breadcrumb a {
	color: #8b8b8b;
	text-decoration: none;
	}

.breadcrumb a:hover {
	color: black;
	}
	
#content {
	float: right;
	margin-right: 20px;
	width: 700px;
	}

#content_home {
		
		}

#home_block {
	width: 100%;
	margin-bottom: 15px;
	}
	
#footer_block {
	width: 100%;
	margin-bottom: 0px;
	}
		
#home_left {
		width: 220px;
		float: left;
		padding-top: 15px;
		margin-right: 20px;
		}

#home_post{
		width: 700px;
		margin-right: 20px;
		float: right;
		padding-top: 16px;
		}
#home_post_section{
		width: 700px;
		margin-right: 20px;
		float: right;
		padding-top: 15px;
		}
		
.lb, .lbm {
	border-top: solid black 1px;
	}
	
.lg, .past, .lgm {
	border-top: solid #cacaca 1px;
	}
	
.lbm {
	margin-bottom: 15px;
	}
	
.lgm {
	margin-bottom: 15px;
	}

#home_last {
	width: 220px;
	float: left;
	margin-right: 20px;
	margin-bottom: 10px
	}
	
#home_last_dx {
	width: 220px;
	float: left;
	}
	
#home_last_db {
	width: 460px;
	float: left;
	margin-right: 20px;
	margin-bottom: 10px
	}

#ex {
	line-height: 1.3em;
	}
	
#ex a {
	font-size: 90%;
	font-weight: bold;
	}
	
#blog_post{
		width: 700px;
		float: right;
		border-top: solid black 1px;
		padding-top: 12px;
		}
		
#blog_post p {
	margin: 3px 0 20px;
	
	}


.recent-posts-thumb {
	margin-bottom: 10px;
	}
	
.list {
	border-bottom: solid #cacaca 1px;
	}

#entry_18 {
		width: 460px;
		float: left;
		margin-top: 15px;
		}
		
#about_post {
		width: 460px;
		float: left;
		}

#about_post p, #about_info p {
	margin-top: 0px;
	}

#entry_18 a, #blog_post a {
	font-family: Georgia, Times, serif;
	}
		
.description_cat {
	font-size: 116%;
	width: 560px;
	margin-top: 25px;
	line-height: 1.5em;
	}
	
#the_more {
	display: none;
	}

#more {
	cursor:pointer;
	}
	
.new_work {
	position: relative;
	bottom:65px;
	right: 10px;
	}
	
#new {
	height: 78px;
	}
	
.pbox {
	height: 104px;
	}

#box_post {
	float: left;
	width: 100%;
	}
	
#news {
	margin-bottom: 11px;
	width: 700px;
	}
	
#news h3 {
	font-size: 100%;
	margin: 3px 0 0;
	}
	
#news p{
	color: #8B8B8B;
	margin: 1px 0;
	}
	
.teaching h3 {
	font-size: 100%;
	letter-spacing: 0px;
	}

.teaching .arial {
	font-weight: bold;
	}
	
h3 .code {
	font-weight: normal;
	margin-right: 3px;
	}
	
.pub1 {
	border-top: solid black 1px;
	margin-top: 35px;
	font-size: 113%;
	}

.pub1 a {
	font-family: Georgia, Times, serif;
	}
	
.pub2 {
	border-top: solid #cacaca 1px;
	margin-top: 10px;
	}
	
.pub2 h3 {
	margin-top: 0;
	}
	
.pub2 .arial {
	margin: 25px 0 10px;
	}

.student p{
	color: #8b8b8b;
	line-height: 1.5em;
	}
	
#project_infoFloating {
	margin-top: 15px;
	width: 160px;
	padding:10px 30px 10px 10px;
    background: #f1f1f1;
	}
	
#project_info {
	width: 160px;
	float: right;
	margin-left: 70px;
	}

#project_infoFloating.fixed{
	position: fixed;
    top: 0;
    padding:10px 30px 10px 10px;
    background: #f1f1f1;
    }
				
#about_info {
				width: 160px;
				float: right;
				margin-left: 80px;
				margin-right: 0px;
				color: #8b8b8b;
				font-family: Arial, Verdana, Helvetica, Sans-Serif;
				font-size: 93%;
				padding-top: 3px;
				
				}
				
.about {
	font-size: 116%;	
	}
	
.scp {
	width: 460px;
	}

.post, .postw {
  padding-bottom:4px;
	}


.post hr, .postw {
  display: block;
}

.postw {
	width: 570px;
	font-size: 113%;
	}
	
.postw h3 {
	margin: 0;
	padding-bottom: 0px;
	}
	
.publication, .opportunity {
	margin: 0 0 8px;
	line-height: 1.3em;
	}


	
.publication h3  {
	margin: 0;
	font-size: 100%;
	padding-top: 8px;
	}
	
.publink{
	font-size: 90%;
	font-weight: bold;
	line-height: 1.3em;
}

.collapse{
	display: none;
	padding: 0px 10px 10px 20px;
	}
	
.expand {
	cursor: pointer;
	}
	
	
.opportunity h3  {
	margin: 0;
	font-size: 100%;
	}

.opportunity p {
	margin: 5px 0 10px;
	line-height: 1.5em;
	}
	
.opportunity h3 a {
	font-family: Arial, Verdana, Helvetica, Sans-Serif;
}

.pubmargin {
	margin-bottom: 45px;
	}
	
.oppmargin {
	margin-bottom: 25px;
	margin-top: 3px;
	}
	
.more-link{
	color:#44c8f5;
	font-family: Georgia, Times, serif;
	font-weight: bold;
	font-size:90%
	}

.mwm-aal-container ul{
	margin:0px
	}


#content .post, #content_home .post, #content .postw, #content_home .postw {
  margin: 0;
}

#content .postmetadata, #content_home .postmetadata {
  font-size:11px;
padding-top:14px;
color:#555;
}

#tags {
font-size:11px !important;
}

#content .postmetadata, #content_home .postmetadata {
	margin: 10px 0;
	}

#content .smallattachment, #content_home .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

#content .attachment, #content_home .attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {
	clear: both;
}

.clear {
	clear: both;
}

#footer {
	padding: 0;
	margin: 0;
	clear: both;
	position: absolute;
	bottom: 0;
	height: 145px;
	}

#footer p {
	margin: 0;
	padding-bottom: 0;
}

#footer_left {
		width: 220px;
		float: left;
		border-top: solid #cacaca 1px;
		padding-top: 15px;
		}
		
#footer_post{
		width: 700px;
		margin-left: 20px;
		float: left;
		border-top: solid #cacaca 1px;
		padding-top: 15px;
		color: #8b8b8b;
		}

#footer_left img {
	position: relative;
	left: -5px;
	}


/* End Structure */



/*	Begin Headers */
h1 {
	margin: 0;
	}

h2 {
	margin: 0px 0 0 0;
	}

h2.pagetitle {
		text-align: center;
}

#project_info h2 {
	margin: 5px 0 0;
	padding: 0;
	}
	
#sidebar h2 {
	/*margin: 0 0 2px 0;*/
	padding: 2px 0;
	}


h3 {
	padding: 0px;
	margin: 5px 0;
	font-size: 90%;
	letter-spacing: 0.2px;
	}
	
h3 a {
	color: black;
	text-decoration: none;
	white-space: nowrap;
	}
	
h3 a:hover {
	color: #44C8F5;
	text-decoration: none;
	}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
/* End Headers */



/* Begin Images */
p img {
	padding: 0;
	/*max-width: 100%;*/
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	padding-left: 10px;
	}

html>body .entry li {
	margin: 5px 0 3px 10px;
	}

.entry ul li:before, #sidebar ul ul li:before {
	/*content: "\00BB \0020";*/
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

#sidebar ul, #sidebar ul ol, #project_info ul, #project_info ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li, #project_info ul li {
	list-style-type: none;
	list-style-image: none;
	line-height: 1.2em;
	}

#sidebar ul p, #sidebar ul select, #project_info ul p, #project_info ul select, {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li, #project_info ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li, #project_info ul ul li, #project_info ul ol li {
	margin: 0;
	padding: 0;
	}
/* End Entry Lists */



/* Begin Form Elements */
#searchform {

	}

#sidebar #searchform #s {
	width: 108px;
	padding: 1px;
	}

#searchsubmit {
	float: left;
	margin-top: 3px;
	}

#s {
	background: transparent;
	border-style: none;
	padding-bottom: 0;
	padding-left: 5px;
	width: 135px;
	height: 20px;
	float: right;
	}
	
#s:focus, #s:active {
	background-color: #44C8F5;
	outline: none;
	} 

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	padding: 2px;
	margin: 5px 5px 1px 0;
	}
	
input:focus, input:active {
	background-color: #44C8F5;
	outline: none;
	}

.fields {
	border-bottom: solid black 1px;
	border-top: none;
	border-left: none;
	border-right: none;
	background-color: #f1f1f1;
	}


#commentform textarea {
	width: 98%;
	padding: 2px;
	border: solid black 1px;
	background-color: #f1f1f1;
	margin: 20px 0;
	}

#commentform #submit {
	margin: 0;
	}
	
#commentform #submit_comment {
	font-family: Arial, Verdana, Helvetica, Sans-Serif;
	margin: 0;
	background: transparent;
	border: none;
	font-size: 112%;
	font-weight: bold;
	padding: 0;
	
	}

#commenttext p {
	margin: 5px 0 0;
	}

	
#author {
	width: 78.6%;
	}
	
#email {
	width: 56.4%;
	}
	
#url {
	width: 87.2%;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	margin:0;
	text-align: left;
	}

.commentlist li {
	margin: 10px 0 18px;
	padding: 10px 0 0;
	list-style: none;
	width: 460px;
	font-size: 90%;
	}

.commentlist p {
	margin: 18px 5px 1px 0;
	}

#commentform p {
	margin: 5px 0;
	width: 460px;
	font-size: 90%;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
	
#respond {
	font-size: 100%;
	margin-top: 40px;
	}
	
	
/* End Comments */



/* Begin Sidebar */
#sidebar {
	margin-top:35px;
	padding-top: 15px;
	padding-bottom: 170px;
	width: 220px;
	border-top: solid black 1px;
	}
	
#project_info p{

	margin: 2px 0;
	}
	
#sidebar p {
	margin: 0 0 1px;
	}
	
#committente {
	margin: 15px 0 0px	;
	}
	
.pr_year {
	margin: 0px 0 0px	;
	}
	
.pr_code {
	margin: 0px 0 30px	;
	}

#sidebar form {
	margin: 0;
	}
/* End Sidebar */



/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	font-style: italic;
	text-indent: -0.4em;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
  padding:2px 0px 23px 0px;
	}

.navigation .alignleft{
  padding-right:4px;
  margin-left: 475px;
  }

.navigation .alignright{
  margin-right: 70px;
  }
  
/* End Various Tags & Classes*/


/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */



/*
  Ploo, ploo, white and blue. 
  I do love you true.
*/
