/*  
Theme Name: Aquilla
Theme URL: http://www.wordpress.org/
Description: An easily customizable code based design.
Version: 1.0
Author: Daniel Brady
Author Email: admin@tutorials-db.com
Author URL: http://www.tutorials-db.com/

	This theme was designed and built by Daniel Brady,
	whose website you will find at http://www.tutorials-db.com/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php
*/

/* Layout - The backgrounds and positioning etc */
body {
	font-family: Arial,  Verdana, Tahoma, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #ffffff;
	margin-bottom: 40px;
}
.Position {
	width: 740px;
	background-color: #FFF;
	margin: 40px auto 40px auto;
	padding: 10px;
	padding-bottom: 4px;
}
.Position2 {
	width: 720px;
	background-color: #BED5E7;
	padding: 5px;	
}
.Header {
	height: 130px;
	width: 720px;
	background-image: url(images/Header_Background.jpg);
}
.ContentArea {
	width: 720px;
	background-color: #FFF;
	margin-top: 10px;
	background-image: url(images/Content_Background.jpg);
}
.ContentLeft {
	float: left;
	padding: 15px;
	width: 476px;
}
.ContentRight {
	float: right;
	width: 184px;
	padding: 15px;
	padding-top: 0px;
}
.widecolumn {
	width: 690px;
	padding: 15px;
	background-color: #FFF;
	margin-top: 10px;
}
.Footer {
	width: 720px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	padding-top: 2px;
}

/*Header - Everything in the header: background, title, navigation*/
	.Title a {
	position: relative;
	left: 50px;
	top: 35px;
	font-family: Helvetica, Arial,  Verdana, Tahoma, sans-serif;
	font-size: 40px;
	color: #ffffff;
}
.SubTitle {
	position: relative;
	left: 60px;
	top: 30px;
	font-size: 16px;
	color: #ffffff;
}
.Navigation {
	position: relative;
	float: right;
	height: 24px;
	margin-top: 41px;
	padding-right: 5px;
}
.Navigation img {
	border: 0px;
}
.NavigationButton {
	display: block;
	width: 74px;
	height: 24px;
	background-color: #CCDDEE;
	color: #000;
	text-align: center;
	line-height: 24px;
	margin-left, margin-right: 1px;
}
.NavigationButton:hover {
	background-color: #E4EDF5;
	color: #000;
	text-decoration: none;
}

/* Left Content - Everything in the left content area: post title, date, post */
small, nocomments {
	color: #7c7c7c;
	font-size: 12px;
}
.entry {
	color: #434343;
	margin-bottom: -5px;
}
.postmetadata {
	text-align: center;
	padding-top: 10px;
}
.navigation { /* For the archives and posts*/
	
	text-align: center;
	margin-top: 10px;
	margin-bottom: 50px;
}
.post {
	text-align: justify;
}


/* Right Content - Everything in the right content area: titles, links, bullets */
.TitleRight {
	font-size: 15px;
	color: #676767;
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 5px;
}
.SearchField {
	padding: 0px;
	height: 17px;
	width: 126px;
	border: 1px solid #4C7EB1;
	
	margin-left: -10px;
	padding-top: 3px;
}
.SearchSubmit {
	width: 50px;
	height: 22px;
	background-image: url(images/SearchSubmit.jpg);
	border: 0px;
}
.BulletImage {
	margin-right: 5px;
	padding-bottom: 2px;
	border: 0px;
}
.BulletImageIndented {
	margin-right: 5px;
	margin-left: 10px;
	padding-bottom: 2px;
	border: 0px;
}
.LinkRight {
	 height: 18px;	 
}


/*Styles - Anything that is styled for the entire page */
h1, h1 a{
	font-size: 14px;
	color: #5183B6;
	margin: 0px;
}
h2 {
	font-size: 14px;
	color: #676767;
	font-weight: bold;
	margin-bottom: 5px;
}
h3, h3 a {
	font-size: 16px;
	color: #5183B6;
	margin: 0px;
}
a {
	color: #2661A3;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
img {
	border: 3px solid #CCCCCC;.
	}

hr {
	height: 1px;
	border: 0px;
	color: #5183B6;
	background-color: #5183B6;
	margin-top: 15px;
	margin-bottom: 15px;
}
fieldset {
	border: 0px;
	padding: 0px;
	margin-left: 10px;
	margin-top: 5px;
	margin-bottom: 10px;
}
cite {
	text-decoration: none;
}
.pagetitle {
	text-align: center;
}
.alignright {
	float: right;
}

.alignleft {
	float: left
}
.center {
	text-align: center;
}
.ClearBoth {
	clear: both;
}
ul {
	padding-top: 10px;
	padding-bottom: 5px;
	margin: 0px;
	padding: 0px;
}
li {
	color: #2661A3;
	text-decoration: none;
	font-size: 12px;
	font-weight: normal;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}