/* Begin Structure */


body 
{
	background: #e5e3d2;
	color: #333333;
}

#page 
{
	background: #ffffff;
	border: 1px solid #333333;
}

#header 
{
	background: url('images/logo.jpg') no-repeat;
}

div.description
{
	color: #406f7e;
}

#menu
{
	background: #467d8d;
}

#menu li a
{
	color: #ffffff;
}

.entry p 
{
	color: #333333;
}


#footer 
{
	border: none;
	background: #333333;
}

	
#footer a, #footer a:link, #footer a:visited
{
	color: #ffffff;
}

/* End Structure */


/* Begin Sidebar */

#left
{
	color: #5b83a8;
	background: #e8edf1;
}

#left ul ul li, #left ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
}

#left h2 
{
	font-family: 'Century Gothic';
	font-size: 1.2em;
	background: transparent;
	color: #2168b1;
	font-size: 18px;
	font-weight: bold;
}
	
#left a, #left a:link, #left a:visited
{
	color: #5b83a8;
	font-weight: bold;
}

#left ul ul li
{
	list-style-type: square;
	list-style-position: inside;
	color: #5b83a8;
	font-weight: bold;
	font-size: 10px;
}


#right
{
	color: #2f6572;
	background: #d7e4f2;
}

#right ul ul li, #right ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
}

#right h2 
{
	font-family: 'Century Gothic';
	font-size: 1.2em;
	background: transparent;
	color: #1e87d8;
	font-size: 18px;
	font-weight: bold;
}
	
#right a, #right a:link, #right a:visited
{
	color: #2f6572;
	font-weight: bold;
}

#right ul ul li
{
	list-style-type: square;
	list-style-position: inside;
	color: #467d8d;
	font-weight: bold;
	font-size: 10px;
}


/* End Sidebar */

/*	Begin Headers */

h1 
{
	color: #6ca5b0;
}


div.blogname h1 a, div.blogname h1 a:link, div.blogname h1 a:visited
{
	color: #ffffff;
}	

h2, h2 a, h2 a:link, h2 a:visited 
{
	color: #226b8d;
}

h2 a:hover, h3 a:hover
{
	color: #0eb1e0;
}

h3, h3 a, h3 a:visited 
{
	color: #1587a8;
	border-bottom: 1px solid #e0e0e0;
}
 
h3#respond
{
 	color: #ffffff;
 	border: none;
}

/* End Headers */


/* Begin Form Elements */

#searchform #s 
{
	width: 125px;
	border: 1px solid #c0c0c0;
	height: 16px;
}

#searchsubmit 
{
	border: 1px solid #d7e4f2;
	background: #d7e4f2;
	color: #467d8d;
}

#header #searchform #s 
{
	border: 1px solid #ffffff;
}


/* End Form Elements */



/* Begin Comments*/

div.commentsForm
{
	float: left;
	width: 100%;
	background: #6e6e6e;
	text-align: left;
}

.commentlist li .avatar 
{ 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
}

#commentform input 
{
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	border: 1px solid #c9c9c9;
	background: #c0c0c0;
}

#commentform textarea
{
	width: 80%;
	overflow: auto;
	padding: 2px;
	border: 1px solid #c9c9c9;
	background: #c0c0c0;
}

#commentform #submit
{
	margin: 0;
	float: left;
	background: #6e6e6e;
	border: none;
	width: 80px;
	font-weight: bold;
	color: #ffffff;
}

#commentform label
{
	color: #ffffff;
	font-family: Century Gothic;
}

.nocomments 
{
	text-align: center;
	margin: 0;
	padding: 0;
}

.commentmetadata 
{
	margin: 0;
	display: block;
}
/* End Comments */


/* Begin Various Tags & Classes */

a, a:link, a:visited
{
	color: #007c81;
	text-decoration: underline;
	font-weight: bold;
}

a:hover 
{
	text-decoration: none;
}

div.date
{
	text-align: left;
	font-size: 11px;
	color: #666666;
	padding: 0px;
	margin: 0px;
	font-weight: bold;
	margin-top: -15px;
}


/* End Various Tags & Classes*/

.packagebox {
	background: #D7E4F2;
	width: 350px;
	height: auto;
	margin: 10px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	float: left;
	}

.packagebox-header {
	border: 1px solid #0B638F;
	border-bottom: none;
	-moz-border-radius-topleft: 20px;
	-moz-border-radius-topright: 20px;
	-moz-border-radius-bottomright: px;
	-moz-border-radius-bottomleft: px;
	-webkit-border-radius: 20px 20px px px;
	border-radius: 20px 20px px px; 
	text-align: center;
	padding: 10px 0;
	width: 348px;
	background: #6db3f2; /* Old browsers */
	background: -moz-linear-gradient(top, #6db3f2 0%, #54a3ee 50%, #1e69de 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#6db3f2), color-stop(50%,#54a3ee), color-stop(100%,#1e69de)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #6db3f2 0%,#54a3ee 50%,#1e69de 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #6db3f2 0%,#54a3ee 50%,#1e69de 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #6db3f2 0%,#54a3ee 50%,#1e69de 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6db3f2', endColorstr='#1e69de',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, #6db3f2 0%,#54a3ee 50%,#1e69de 100%); /* W3C */
	color: #fff;
	font-size: 16px;
	}

.packagebox ul {
	padding: 5px;
	width: 330px;
}

.packagebox ul li {
	margin-top: 5px;
	list-style-type: disc;
	padding-left: 10px;
}

.packagebox p {
	text-align: center;
}
