/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

body {
	margin: 0;
	padding: 0;
	background:  #FFFFFF url(../images/bg01.jpg) repeat-x top left;
	font-size: 13px;
	color: #7F7F7F;
}

body, th, td, input, textarea, select, option {
	font-weight: normal;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

h1, h2, h3 {
	font-weight: normal;
	color: #484848;
}

h1 {
	text-transform: lowercase;
	letter-spacing: -1px;
	font-size: 24px;
}

h2 {
	text-transform: lowercase;
	letter-spacing: -1px;
	font-size: 24px;
}

h3 {
	font-size: 1em;
}

p, ul, ol {
	line-height: 200%;
}

blockquote {
	padding-left: 1em;
}

blockquote p, blockquote ul, blockquote ol {
	line-height: normal;
	font-style: italic;
}

a {
	color: #7ACE11;
}

a:hover {
	text-decoration: none;
	color: #7ACE11;
}

/* Header */

#header {
	width: 890px;
	height: 190px;
	margin: 0px auto;
	position: relative;
}

/* Logo */

#logo {
	float: left;
	padding: 10px 0 0 0;
	position: relative;
}

#logo h1 {
	margin: 0;
	text-transform: lowercase;
	letter-spacing: -2px;
	font-size: 3.6em;
	font-weight: normal;
	color: #FFFFFF;
}

#logo h1 a {
	padding-right: 20px;
	text-decoration: none;
	color: #FFFFFF;
}

#logo p {
	margin: -5px 0 0 0;
	text-transform: uppercase;
	font-size: 1.22em;
	letter-spacing: -1px;
	color: #fff;
}

#logo a {
	text-decoration: none;
	color: #FFFFFF;
}

/* Menu */

#menu {
	clear: both;
	float: left;
	width: 820px;
	display: block;
	margin-left: -20px;
}

#menu ul {
	margin: 0px;
	padding: 18px 0 0 0px;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	margin-left: 20px;
	text-decoration: none;
	text-transform: lowercase;
	font-size: 1.36em;
	color: #FFFFFF;
}

#menu a:hover, .active a {
	border-bottom: 3px solid #FFFFFF;
}


/* Page */

#page {
	width: 890px;
	margin: 0 auto;
}

/* Content */

#content {
	float: left;
	width: 590px;
	min-height: 685px;
}
.entry img
{
 float: left;
 padding: 8px 10px 0 0;
 border: none;
}

.post {
	padding: 20px 20px;
	background: url(../images/bg04.jpg) no-repeat top left;
}

.title {
	margin: 0;
	border-bottom: 2px solid #484848;
	color: #484848;
}

.byline {
	margin: 0;
	color: #D79B00;
}

.meta {
	text-align: right;
	color: #646464;
	clear: both;
}

.meta .more {
	padding-left: 20px;
	background: url(../images/page_white.png) no-repeat left center;
}

.meta .comments {
	padding-left: 20px;
	background: url(../images/magnifier.png) no-repeat left center;
}
.comments {
	padding-left: 20px;
	background: url(../images/magnifier.png) no-repeat left center;
}
.return {
	padding-left: 20px;
	background: url(../images/arrow_return.png) no-repeat left center;
}
/* Sidebar */

#sidebar {
	float: right;
	width: 240px;
	padding-bottom: 10px;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
}

#sidebar li ul {
	padding: 15px 0;
}

#sidebar li ol{
	padding: 15px 0 15px 22px;
}

#sidebar li li {
	padding-left: 20px;
	border-bottom: 1px dotted #7B9418;
}

#sidebar h2 {
	margin: 0;
	padding: 5px 0 0 20px;
	background: url(../images/accept.png) no-repeat left 80%;
}
#sidebar h2.rss, #sidebar h2.live {
	margin: 0;
	padding: 0;
	background-image: none;
}
#sidebar h2.live
{
    font-size: 20px;
    padding-bottom: 30px;
}
#sidebar h2.live a
{
    text-decoration: underline;
}
#sidebar h2.rss a
{
    text-decoration: none;
    border: none;
    color: #fff;
}
#sidebar h2.rss img
{
    padding: 5px 3px 0 0;
    width: 14px;
    border: none;
    margin: 0;
}
#sidebar a {
	text-decoration: none;
}

#sidebar a:hover {
}

/* Footer */

#footer {
	clear: both;
	margin: 0px;
	height: 80px;
	background: #F2F2F2 url(../images/bg02.jpg) repeat-x left top;
}

#footer p {
	padding: 20px 0;
	text-align: center;
	font-size: smaller;
	color: #717171;
}

/*Paging for packages page */
ul.paging
{
    list-style: none;
    text-align: center;
    padding: 0;
    margin-top: 0;
}
ul.paging li
{
    display: inline;
    padding: 3px 5px;
}
ul.paging .current
{
    font-weight: bold;
    color: #7ACE11;
}
/*Forms */
#orderForm
{
  margin: 20px 0;
  width: 480px;
  float: left;   
}
#orderForm legend
{
    font-size: 120%;
    padding: 6px;
}
#orderForm fieldset
{
    padding-bottom: 15px;
    display: block;
}
#orderForm label, #orderForm input, #orderForm select{
  float: left;
  margin: 5px;
}
#orderForm label{
  clear: both;
  width: 100px;
  text-align: right;
}
#orderForm .confirm
{
  width: 260px;
  float: left;
  padding: 135px 5px 0 5px;
}
#orderForm .lbl-wide
{
    width: 210px;
}
#orderForm #chkBoxPackage
{
    padding-top: 95px;
    width: 25px;
}
#orderForm input, #orderForm select{
  width: 160px;
}
#previewPnl
{
  padding: 5px;
  width: 155px;
  float: right;
  margin-left: 5px;
}
.preview-img
{
    height: 190px;
    overflow: hidden;  
}
#previewPnl p
{
  padding: 0;
  margin: 0;
  text-align: center;
}
#previewPnl img
{
    margin: 0 auto;
    width: 145px;
    display: block;
    padding: 4px;
    border: solid 1px #7F7F7F;
}
#orderForm .details input, .txtMessage
{
    width: 310px;
}
.txtMessage
{
    height: 160px;
    font-size: 14px;
}
#postcode
{

}
#orderForm .terms p
{
  float: left;
  padding: 0;
  margin: 0;
  margin-left: 10px;
}
#orderForm .terms #terms
{
    width: 25px;
}
#orderForm .orderBtn
{
    border: solid 1px #7ACE11;
    cursor: pointer;
    margin: 0 auto;
    float: right;
}
.hide, .code
{
    display: none;
}
.note
{
 font-style: italic;
}
.req, .confirm-message
{
    color: Red;
}
#rfvName, #rfvCity, #rfvEmail, #revEmail
{
     margin-left: 120px;
     float: left;
     clear: both;
     width: 310px;
}
.confirm-message
{
 float: left;
 margin-left: 10px;
 width: 100%;
}
#orderForm .radioList label
{
    width: 200px;
    float: none;
    clear: none;
    line-height: 24px;
}
#orderForm .radioList input
{
    width: 20px;
}
/* Package Page */
#sidebar ul li img
{
    width: 145px;
    margin: 8px 0 0 16px;
    border: solid 1px #7F7F7F;
}
.plain
{
    padding: 20px 0 10px 0;
    border: none;    
}
/* Social Bookmarks */
#social-wrapper
{
    position: absolute;
    top: 10px;
    right: 0;
}
#social-wrapper p
{
    float: right;
    margin: 0 0 10px 0;
    font-weight: bold;
    color: #7B9418;
    font-size: 140%;
}
#bookmarks
{
    float: right;
    clear: both;
}
.tel
{
	background:  url(../images/telephone.png) no-repeat 0 50%;
	padding-left: 23px;
}