/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

body {
	margin: 0;
	background: url(../images/img01.jpg) repeat-x left top;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #787878;
}

h1, h2, h3 {
	margin: 0;
	text-transform: uppercase;
	letter-spacing: .15em;
	font-family: Arial, Helvetica, sans-serif;
}

h1 {
	font-size: 1.8em;
}

h2 {
	font-size: 1.4em;
}

h3 {
	font-size: 1em;
}

p, ul, ol {
	margin-top: 0;
	line-height: 180%;
}

ul, ol {
}

a {
	text-decoration: none;
	color: #848484;
}

label
{
	font-weight:bold;	
}

a:hover {
	background: none;
}

/* Header */

#header {
	width: 920px;
	height: 98px;
	margin: 0 auto;
}

/* Logo */

#logo {
	float: left;
	width: 500px;
}

#logo img {
    text-decoration:none; display:block; border:0;
}

#logo h1 {
	float: left;
	padding-top: 20px;
	text-transform: uppercase;
	font-size: 2.6em;
}

#logo p {
	float: left;
	margin: 0;
	padding: 30px 0 0 2px;
	text-transform: lowercase;
	font: 1.6em "Trebuchet MS", Arial, Helvetica, sans-serif;
	
} 

#logo a {
	background: none;
	text-decoration: none;
	color: #2c5c88;
}

/* Search */

#login {
	float: right;
	width: 400px;
	padding-top: 15px;
	text-align:right;
}

#login form {
	width: 430px;
	height: 41px;
	margin: 0;
	padding: 0px 0 0 10px;
}

#login fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

#login-text {
	border: none;
	text-transform: lowercase;
	border: 1px #4a89bc solid;
	font: bold 1.2em Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}

#login input
{
    border:1px solid #a4a4a4; 
	background:#FFFFFF;
	padding-left:5px;
	width:100px;
	font-size:1em;
}

#login-submit {
}

/* Menu */

#menu {
	width: 920px;
	height: 29px;
	margin: 0 auto;
}

#menu ul {
	margin: 0;
	margin-right: 30px;
	padding: 0;
	list-style: none;
	line-height: normal;
}

#menu li {
	float: left;
}

#menu a {
	margin-right: 3px;
	padding: 5px 20px 5px 20px;
	text-transform: uppercase;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
}

#menu a:hover, #menu .current_page_item a {
	background: #164363;
	color: #FFFFFF;
}

#menu a:hover {
	text-decoration: underline;
}


/* lower-menu */

#lower-menu 
{
	background-image:url(../images/lower.png);
	margin: 0 auto;
}

#lower-menu ul {
	margin: 0;
	width: 630px;
	padding: 0 0 0 50px;
	list-style: none;
	line-height: normal;
}

#lower-menu li {
	float: left;
}

#lower-menu div 
{
	
	padding:7px;
	height: 23px;
	width: 920px;
	margin: 0 auto;
}

#lower-menu a {
	margin-right: 3px;
	padding: 5px 20px 5px 20px;
	text-transform: uppercase;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
}

#lower-menu a:hover, #lower-menu .current_page_item a {
	background: #555555;
	color: #FFFFFF;
}

#lower-menu a:hover {
	text-decoration: underline;
}

/* Page */

#page {
	width: 920px;
	margin: 0 auto;
	padding-top: 15px;
}

/* Content */

#content {
	float: left;
	width: 630px;
}

.post {
	background: url(../images/img03.jpg) no-repeat left top;
}

.post .title {
	padding: 15px 0 5px 20px;
	color: #5C5C5C;
}

.post .title a {
	background: none;
	color: #5C5C5C;
}

.post .meta {
	padding: 2px 20px;
	border-top: 1px dashed #D2D4C9;
	border-bottom: 1px dashed #D2D4C9;
	text-transform: uppercase;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
}

.post .entry {
	padding: 20px 20px;
	text-align: justify;
}

/* Sidebar */

#sidebar {
	float: right;
	width: 260px;
	border-bottom: 1px dashed #D2D4C9;
	color: #787878;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
}

#sidebar li ul {
	padding: 20px;
}

#sidebar li li {
	line-height: 35px;
	background: url(../images/img05.jpg) no-repeat left center;
	border-bottom: 1px dashed #D2D4C9;
	padding-left: 15px;
}

#sidebar h2 {
	padding: 5px 10px;
	background: #3b75a7 url(../images/img04.jpg) repeat-x left top;
	letter-spacing: -.5px;
	font-size: 1.2em;
	color: #FFFFFF;
}

#sidebar p {
	padding: 20px;
}

#sidebar a {
	color: #787878;
}

/* Calendar */

#calendar {
}

#calendar_wrap {
	padding: 20px;
}

#calendar table {
	width: 100%;
}

#calendar tbody td {
	text-align: center;
}

#calendar #next {
	text-align: right;
}

.clearfix:after {content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */


html, body, #wrap {height: 100%;}

body > #wrap {height: auto; min-height: 100%;}

#main {padding-bottom: 90px;}  /* must be same height as the footer */

#footer {position: relative;
	margin-top: -90px; /* negative value of footer height */
	height: 10px;
	clear:both;
	width: 100%;
	padding: 40px 0;
	background: #4d8cbf url(../images/img02.jpg) left top;
	font-family: Arial, Helvetica, sans-serif;
	color: #103e61;
} 

#footer p {
	margin: 0;
	line-height: normal;
	font-size: 9px;
	text-transform: uppercase;
	text-align: center;
}

#footer a {
	color: #FFFFFF;
}

.txt {
   	border:1px solid #a4a4a4; 
	background:#FFFFFF;
	padding-left:5px;
	width:180px; height:18px;
	font-size:1em;
}

.btn {
   	border:1px solid #a4a4a4; 
	background:#FFFFFF;
	padding-left:5px;
	width:180px; height:18px;
	font-size:1em;
}

textarea{
   	border:1px solid #a4a4a4; 
	background:#FFFFFF;
	width:280px;
	font-size:1em;
	padding-left:5px;
	overflow:auto}
	
.pg_ttl
{
	font-family: Arial, Helvetica, sans-serif;
	font-size:16pt;
	font-weight:bold;
	padding:0 0 10px 0;
	text-align:center;
}

.frm_msg {
	font-family: Arial;
    padding: 4px 0px 4px 22px;
    background:no-repeat center left;
    text-align:left;
    width:100%;
}
.frm_msg.valid { background-image:url(../images/check.png); background-position: 2px 3px; }
.frm_msg.invalid { background-image:url(../images/error.png); background-position: 2px 5px; color: #B80000; font-size:10pt;}
.frm_msg.info { background-image:url(../images/info.png); background-position: 2px 5px; color: #aaa; font-size:10pt;}

.frm_btn
{
	width:100px;
}

.menu_title{ text-align:center; font-size:12pt; }
 
.list li { list-style-image:none; background-image:none; }

.format_box
{
	width:100px; 
	float:left; 
	text-align:center;
	background-color:white;
	border: solid 1px white;
}

.format_box:hover
{
	width:100px; 
	float:left; 
	text-align:center;
	background-color:#f2f2f2;
	border: solid 1px #e3e3e3;
}

.sformat_box
{
	width:100px; 
	float:left; 
	text-align:center;
	background-color:#f2f2f2;
	border: solid 1px #e3e3e3;
}

.tformat_box
{
	width:100px; 
	float:left; 
	text-align:center;
	background-color:#f2f2f2;
	border: solid 1px #e3e3e3;
}

.item_item {
    width:605px; margin:0 auto 0 auto;
    border-collapse: collapse;
    border-bottom: solid 1px #ccc;
    clear:both;
}
.item_thumb { height: 90px; width: 75px; padding: 5px 15px 5px 15px; float: left; }
.item_info { width:500px; float: left; }
.item_title {
	font:12.5pt arial; 
	font-weight: bold;
    float: left;
    padding-top: 10px;
    text-align: left;
    width: 500px;
}
.item_description {
    width: 480px; 
    padding-left: 20px;
    font: 10pt arial;
    text-align: left;
    overflow: hidden;
    min-height:50px;
}

.item_buttons 
{
	float:right;
    width: 500px; 
    font: 10pt arial;
    text-align: right;
    clear:both; 
    padding:7px 0 7px 0px;
    overflow: hidden;
}



.group_item {
    width:605px; margin:0 auto 0 auto;
    border-collapse: collapse;
    border-bottom: solid 1px #ccc;
    clear:both;
}
.group_info { width:500px; float: left; }
.group_title {
	font:12.5pt arial; 
	font-weight: bold;
    float: left;
    padding-top: 10px;
    text-align: left;
    width: 605px;
}
.group_description {
    width: 585px; 
    padding-left: 20px;
    font: 10pt arial;
    text-align: left;
    overflow: hidden;
    min-height:50px;
}

.group_buttons 
{
    width: 605px; 
    font: 10pt arial;
    text-align: right;
    clear:both; 
    padding:7px 0 7px 0px;
    overflow: hidden;
}

.amazon_item 
{
    width:195px; margin: auto;
    border-collapse: collapse;
    float:left;
}
.amazon_thumb { height: 75px; padding: 15px; float: left; }
.amazon_info { width:280px; float: left; }
.amazon_title {
	font:12.5pt arial; 
	font-weight: bold;
    float: left;
    padding-top: 10px;
    text-align: left;
    width: 250px;
}
.amazon_image { height: 75px; width: 75px; display: block; }
.amazon_details { width: 145px; float: left; text-align: left; vertical-align: top; }
.amazon_description {
    width: 280px; 
    padding-left: 20px;
    float: left;
    font: 10pt arial;
    text-align: left;
    overflow: hidden;
    min-height:40px;
}

.amazon_buttons {
    width: 250px; 
    font: 10pt arial;
    text-align: left;
    padding:5px 0 5px 0px;
    overflow: hidden;
}

.friend {
    height: 75px; width:250px; margin: auto;
    border-collapse: collapse;
    float:left;
}
.friend_thumb { height: 45px; padding: 0 15px 0 0; float: left; }
.friend_title {
	font:12.5pt arial; 
	font-weight: bold;
    float: left;
    padding-top: 10px;
    text-align: left;
    width: 150px;
}

#content .col2 ul
{ 
	text-align:center;
}

#content .col2 ul li
{ 
	text-align:center;
	background-image:none;
	padding: 5px 0 5px 0;
}

#content .col2 ul li a
{
	font:12.5pt arial; 
	font-weight: bold;
	color:#db0206; 
} 

#BottomLists .ul-trim
{	
	width: 100%; 
	padding-top:15px; 
}

#BottomLists .fp-li a span
{	
	color:Black;
	text-align:left;
	font-weight:normal;
	font-size:12pt;
	line-height:25px;
}

#BottomLists .fp-li a 
{	
	text-decoration:none;
}


#BottomLists .fp-li a span:hover
{	
	color:Gray;
	text-align:left;
	font-weight:normal;
	font-size:12pt;
	line-height:25px;
}

#BottomLists img
{
	border:0;
	text-decoration:none;
	width:25px; 
	height:25px; 
	padding: 2px 5px 0 0;
}
	
.fp-li-img
{
	width:25px; 
	height:25px; 
	padding-right:5px;
	text-decoration:none;
	border:0;
}

.ui-icon-link {
   padding:2px 5px 2px 20px;
   position:relative;
   text-decoration:none;
}

.ui-icon-link span.ui-icon {
   left:0.2em;
   margin:-8px 5px 0 0;
   position:absolute;
   top:50%;
}

.profile
{
	width:350px; float:left;
}

.profile_list
{
	padding: 0 0 15px 0;
	width:350px; 
	float:left; 
}

.profile_list dl
{
	width:350px;
}

.profile_list dt
{
	clear:left;
	float:left;
	width:100px; 
	font-weight:bold;
}

.profile_list dd
{
	width:200px; float:left;
}

.profile_list span
{
	font-size:12pt;	
}

.fs {
    width:260px; margin:0 auto 0 auto;
    clear:both;
}
.fs_thumb { min-height: 75px; min-width: 75px; padding: 5px 15px 5px 15px; float: left; }
.fs_info { width:155px; float: left; }
.fs_title {
	font:12.5pt arial; 
	font-weight: bold;
    float: left;
    padding-top: 10px;
    text-align: left;
    width: 155px;
}
.fs_description {
    width: 135px; 
    padding-left: 20px;
    font: 10pt arial;
    text-align: left;
    overflow: hidden;
    min-height:50px;
}

.review_item {
    width:625px; margin:0 auto 0 auto;
    border-collapse: collapse;
    border-bottom: solid 1px #ccc;
    clear:both;
}
.review_thumb { width: 85px; padding: 5px 15px 5px 0px; float: left; }
.review_info { width:490px; float: left; }
.review_title {
	font:12.5pt arial; 
	font-weight: bold;
    float: left;
    padding-top: 10px;
    text-align: left;
    width: 490px;
}
.review_description {
    width: 490px; 
    padding-left: 20px;
    font: 10pt arial;
    text-align: left;
    overflow: hidden;
    min-height:50px;
}

.user_lists
{
    font-size: 12pt; 
    width: 100%;
}

.user_lists div
{
    text-align: center; 
    width: 33%; 
    float: left;
}

.event_list a
{
    text-decoration:underline;
}

.event_list
{
    list-style-image:none;
    list-style-type:none;
}


.event_add_item
{
}

.event_add_friend
{
    padding:3px 10px 3px 20px;
    background-image:url('../images/link.png');
    background-position:left center; 
    background-repeat:no-repeat;  
}

/* Error pages */

.error_list
{
    padding-left:100px; width:100%;
}

.error_list li
{
    background-image:none; 
    font-size:12pt; 
    text-align:left;    
}

.request_link
{
    margin-left:5px;
    padding-left:13px;
    background-image:url('../images/request.png');
    background-repeat: no-repeat;   
    background-position: 0 4px;
    font-size:10px;
}

.request_link:hover
{
    margin-left:5px;
    padding-left:13px;
    background-image:url('../images/request.png');
    background-repeat: no-repeat;   
    background-position: 0 4px;
    font-size:10px;
}

.request_link_clicked
{
    background-image:url('../images/pbar-ani.gif');
}

.request_link_clicked:hover
{
    background-image:url('../images/pbar-ani.gif');
    margin: 0 5px 0 5px;
    padding-left:0 13px 0 13px;
    font-size:10px;
}

.frm_text_box
{
    border:1px solid #a4a4a4; 
	background:#FFFFFF;
	padding-left:5px;
	height:18px;
	font-size:1em;
}

.frm_text_box .large
{
    width:160px; 
}

.frm_button
{
    border:1px solid #a4a4a4; 
	background:#FFFFFF;
	padding: 0 5px 0 5px;
	margin-left:10px;
	height:24px;
	font-size:1em;
}

.frm_button .small
{
    width:80px; 
}