/*
Stylesheet for paulbeelen.com supporting pages
By Paul Beelen
*/

/*
List of colors

brown 				#4B3C2C
body text			#4b3c2c
celeste				#d5edf9
celeste claro		#e6f1f6
blue outline hard	#79afcb
blue outline soft 	#b6dcef
sidebar line  		#afdaf0
light beige         #e6e5e3

*/

/*
lis of font families

font-family: Lucida Grande, Arial, Verdana, Trebuchet MS, Sans-serif;
font-family: Georgia,'Times New Roman',Times,'Bookman Old Style','Hoefler Text',Serif;

*/

body
{
	text-align: center;
	min-width: 720px;
	line-height: 1,4em;
}

a:link, a:visited {
	color: #549EC5;
	text-decoration: none;
	}
	
a:hover, a:active {
	color: #549EC5;
	text-decoration: underline;
	}

.bodysansserif {
	font-family: Lucida Grande, Arial, Verdana, Trebuchet MS, Sans-serif;
	font-weight: normal;
	line-height: 1em;
	font-size: x-small;
	color: #4B3C2C;
	}
	
.notebox {
	font-family: Lucida Grande, Arial, Verdana, Trebuchet MS, Sans-serif;
	font-weight: normal;
	line-height: 1.3em;
	font-size: x-small;
	color: #4B3C2C;
	width: 550px;
	border: 1px solid #d5edf9;
	background: #e6f1f6;
	padding: 10px
	}

.imagefloatright {
	float: right;
	margin: 0 10px 5px 100px;
	}
	
	
	
.downloadfloatright {
	float: right;
	margin: 20px 20px 5px 20px;
	}
	

h2
{
	font-weight: bold;
	font-family: Lucida Grande, Arial, Verdana, Trebuchet MS, Sans-serif;
	margin: 0px;
	font-size: medium;
	line-height: 2em;
	letter-spacing: 0;
	text-align: left;
	word-spacing: normal;
	text-decoration: none;
	color: #549EC5;
	background-color: #fff;
}

h2 a:link, h2 a:visited
{
	color: #549EC5;
	font-weight: bold;
	text-decoration: none;
}

h2 a:hover, h2 a:active
{
	color: #5b340b;
	background: none;
	font-weight: bold;
	text-decoration: none;
}

.brownbar
{
	background: url(blog/wp-content/themes/pauls-blogdesign/images/headerBG.jpg) repeat-x;
	text-align: center;
}

.bluebar
{
	height: 210px;
	background: #d5edf9;
	text-align: center;
}

.container
{
	border: none;
	background: #fff;
	width: 780px;
	margin: 0 auto;
}

.textblock {
	width: 780px;
	text-align: left;
	font-family: Georgia,'Times New Roman',Times,'Bookman Old Style','Hoefler Text',Serif;
	line-height: 1.5em;
	font-size: small;
	color: #4B3C2C;
	margin: 10px 0;
}


.textblock2 {
	width: 600px;
	text-align: left;
	font-family: Georgia,'Times New Roman',Times,'Bookman Old Style','Hoefler Text',Serif;
	line-height: 1.5em;
	font-size: small;
	color: #4B3C2C;
	margin: 10px 0;
}


#bigbox {
	width: 720px;
	border: 10px solid #d5edf9;
	padding: 10px 15px;
	margin: 10px 0;
	text-align: left;
}

#bigbox:hover {
	border: 10px solid #e6f1f6;
}

.boxright {
	float: right;
	width: 340px;
	padding: 0 0 0 20px;
	border-left: 4px solid #d5edf9;
	}

.info {
	margin: 0 10px 0 0;
	font-family: Lucida Grande, Arial, Verdana, Trebuchet MS, Sans-serif;
	font-weight: normal;
	line-height: 1,4em;
	text-align: right;
	font-size: x-small;
	color: #4B3C2C;
	}
	
.proyectmeta {
	float: left;
	margin: 15px 0px 5px 0px;
	}

.proyecttext {
	text-align: left;
	font-family: Georgia,'Times New Roman',Times,'Bookman Old Style','Hoefler Text',Serif;
	line-height: 1.5em;
	font-size: small;
	margin: 0 0 0 170px;
	color: #4B3C2C;
}


.line2 {
	margin: 0px 0 15px 0;
	border-top: 4px solid #d5edf9;
	}

.line {
	margin: 5px 0 5px 0;
	border-top: 2px solid #d5edf9;
	}


