/*
Theme Name: Jude styles
Theme URI: http://wordpress.org/
Description: Judestyles
Version: 1.6
Author: CHris Vanstone
Author URI: http://binarybonsai.com/
Tags: blue, custom header, fixed width, two columns, widgets

	Kubrick v1.5
	 http://binarybonsai.com/kubrick/

	This theme was designed and built by Michael Heilemann,
	whose blog you will find at http://binarybonsai.com/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/

.entry a:visited, .entry a:link {
	color:#F00;
	text-decoration: none;
}

.entry a:hover, .entry a:active {
	color:#F00;
	text-decoration: underline;
	}

#title {
	font-size:50px;
	padding:30px;
	margin-top:60px;
	margin-bottom:70px;

}

#titleflash {
	margin-top:90px;
	margin-bottom:100px;

}

a:visited, a:link {
	color:#000;
	text-decoration: underline;
}

a:hover, a:active {
	color:#F00;
	text-decoration: underline;
}

#container {
	width:980px;
}




body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	font-size: 1.2em;
	font-family: "Courier New", Courier, monospace;
}




.entry {
		font-size: 11pt;

	line-height: 160%;
	font-family: Georgia, "Times New Roman", Times, serif;
}

.pagetitle {
	font-size:200%;
}

#top {
	
}

#coloneandtwo {
	float:left;
	width: 460px;
	margin-left:30px;
	padding-top:55px;
}

#colfive {
	float:right;
	text-align:right;
	width:140px;
	}
	
	#colfive p {
	font-size: 85%;
	}

#colthreeandfour {
	margin-right: 30px;
	margin-left: 520px;
}

#coloneandtwo p {
	padding-top: 10px;
}
h1 {
	font-size: 115%;
	font-weight:bold;

}


h2 {
	font-size: 115%;
	margin-bottom:-10px;
	padding-bottom:0px;

}


#bottom {
	margin-bottom: 50px;

	width:1025px;
}


#endbar {
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#metadata {
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #000;
}

#metadata p {
	font-size: 100%;
	margin-bottom:-4px;
	
}
#post {
	margin-bottom:50px;
	
}
