﻿/* DEFAULTS
----------------------------------------------------------*/

body   
{
    background: #fff url(../Images/bg-gradient.png) repeat-x 0 0;
    font-size: .80em;
    font-family: "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Helvetica, Verdana, sans-serif;
    margin: 0px;
    padding: 0px;
    color: #696969;
}


p
{
    margin-bottom: 10px;
    line-height: 1.6em;
}


/* HEADINGS   
----------------------------------------------------------*/

h1, h2, h3, h4, h5, h6
{
    font-size: 1.5em;
    color: #666666;
    font-variant: small-caps;
    text-transform: none;
    font-weight: 200;
    margin-bottom: 0px;
}

h1
{
    font-size: 1.6em;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

h2
{
    font-size: 1.5em;
    font-weight: 600;
}

h3
{
    font-size: 1.2em;
}

h4
{
    font-size: 1.1em;
}

h5, h6
{
    font-size: 1em;
}

/* this rule styles <h1> and <h2> tags that are the 
first child of the left and right table columns */
.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2
{
    margin-top: 0px;
}


/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

.page
{
    width: 960px;
    background-color: #fff;
    margin: 0px auto 0px auto;
}

.header
{
    background-image:url('../Images/header.jpg');
    background-repeat: no-repeat;
    height:80px;
}

.header h1
{
    font-weight: 700;
    margin: 0px;
    padding: 0px 0px 0px 20px;
    color: #FFF;
    border: none;
    line-height: 2em;
    font-size: 2em;
}

.main
{
    padding: 0px 12px;
    margin: 12px 8px 8px 8px;
    min-height: 420px;
}

.leftCol
{
    padding: 6px 0px;
    margin: 12px 8px 8px 8px;
    width: 200px;
    min-height: 200px;
}

.footer
{
    color: #4e5766;
    padding: 8px 0px 0px 0px;
    margin: 0px auto;
    text-align: center;
    line-height: normal;
}

.hoverstyle
{
    font-weight: bold;
}

/* TAB MENU   
----------------------------------------------------------*/

.hideSkiplink
{
    background-color:#3a4f63;
    width:100%;
}


.menu ul
{
    list-style:none;
    margin:0;
    padding:0;
    width:auto;
}

.menu ul li
{
    padding-left: 8px;
}

.menu ul li a, .menu ul li a:visited
{
    background-color: #465c71;
    border: 1px #4e667d solid;
    color: #dde4ec;
    line-height: 2.8em;
    padding: 4px 20px;
    text-decoration: none;
}

.menu ul li a:hover
{
    background-color: #bfcbd6;
    color: #465c71;
    text-decoration: none;
}

.menu ul li a:active
{
    background-color: #465c71;
    color: #cfdbe6;
    text-decoration: none;
}



		

/* FORM ELEMENTS   
----------------------------------------------------------*/

fieldset
{
    margin: 1em 0px;
    padding: 1em;
    border: 1px solid #ccc;
}

fieldset p 
{
    margin: 2px 12px 10px 10px;
}

fieldset.login label, fieldset.register label, fieldset.changePassword label
{
    display: block;
}

fieldset label.inline 
{
    display: inline;
}

legend 
{
    font-size: 1.1em;
    font-weight: 600;
    padding: 2px 4px 8px 4px;
}

input.submitButton
{
    float: right;
    margin: 0px 10px 0px 0px;
}

input.textEntry 
{
    width: 320px;
    border: 1px solid #ccc;
}

input.passwordEntry 
{
    width: 320px;
    border: 1px solid #ccc;
}

div.accountInfo
{
    width: 55%;
}

/* MISC  
----------------------------------------------------------*/

.clear
{
    clear: both;
}

.title
{
    display: block;
    float: left;
    text-align: left;
    width: auto;
}

.loginDisplay
{
    font-size: 1.1em;
    display: block;
    text-align: right;
    padding: 10px;
    color: Black;
}

.loginDisplay a:link
{
    color: Black;
}

.loginDisplay a:visited
{
    color: Black;
}

.loginDisplay a:hover
{
    color: Black;
}

.failureNotification
{
    font-size: 1.2em;
    color: Red;
}

.bold
{
    font-weight: bold;
}


/* PIC PREVIEW */

div.smallPics 
{
    width:100%;
	border:none;
	border:0px;
	margin:0px;
	padding:0px;
}

div.smallPics ul
{
    list-style:none;
	margin:0;
	padding:0;
}

div.smallPics ul li
{
    float:left;
    padding-left: 8px;
}

div.smallPics ul li a, div.smallPics ul li a:visited
{
    display:block;
    text-decoration: none;
}

/* Table Simulation */
div.space-line {
  clear: both; margin: 0; padding: 0; width: auto;
}
div.table 
{
    background: none #d9eef1; border: solid #ffc9d5 1px;
}

div.table-row {
  margin-top: 0; margin-right: auto; margin-bottom: 0; margin-left: auto;
  padding: 2px; text-align: left; width: 96%;
}

div.table-item15 {
  border: none; float: left; margin: 0; padding: 0; width: 15%;
}

div.table-item25 {
  border: none; float: left; margin: 0; padding: 0; width: 25%;
}

div.table-item35 {
  border: none; float: left; margin: 0; padding: 0; width: 35%;
}

div.table-item85 {
  border: none; float: left; margin: 0; padding: 0; width: 75%;
}



.entry p,p{margin:0 0 10px}
.entry p a:visited{color:#b85b5a}
.entry ul{list-style:none;padding:0}
.entry li{margin:7px 0 8px 10px}
.entry ol{margin:0;padding:0 0 0 35px}
.entry ol li{margin:0;padding:0}
.entry form{text-align:center}
.entry a,.entry a:visited{color:#0074c1;font-weight:700}
.main_time{width:85px;float:right;background-image:url(data:image/gif;base64,R0lGODlhVQABAIABAMrKyv///yH5BAEAAAEALAAAAABVAAEAAAIJjI+pywkNowwFADs=);background-repeat:repeat-y;color:#aaa;font-family:Arial,Helvetica,sans-serif;margin-bottom:5px}
.text{width:737px;float:left}
.text_pf{width:500px;float:left}
.text2{width:100%}
.text h2 a,.text h2 a:visited,.text2 h2 a,.text2 h2 a:visited{font-size:20px;color:#3e3e3e;margin:0}
.text h2 a:hover,.text2 h2 a:hover{color:#0074c1}
.main_title{border-bottom:1px solid #aaa;float:left;margin-bottom:10px}
.main_title2{width:100%;border-bottom:1px solid #aaa;float:left;margin-bottom:10px}
.main_title2_pf{width:100%;float:left;margin-bottom:10px}
.main_title2 h2{padding-bottom:5px;margin:0}
.title{width:650px;float:left}
.title2{float:left;width:550px}
.date{width:35px;float:left;font-size:33px;font-family:Tahoma;padding-right:5px;padding-top:0;line-height:normal;margin:0}
.m-y{width:37px;float:left;font-size:14px;font-family:Tahoma;padding-left:5px;padding-top:0;text-align:center}
.month{font-size:16px}
img.left{float:left;margin-right:10px;border:1px solid #aaa;padding:3px}


#nav-skip {
position: absolute;
text-indent: -9999em;
}
#nav-site {
background: #f0f0f0 url(../Images/bg-nav.png) repeat-x 100% 0;
border: 1px solid #fff;
-moz-border-radius: 6px;
-webkit-border-radius: 6px;
border-radius: 6px;
display: block;
height: 36px;
text-transform: lowercase;
width: 958px;
padding:0;
margin:0;
}
#nav-site li {
display: block;
float: left;
font-size: 0.94em;
height: 36px;
margin: 0;
padding: 0;
text-align: center;
}
#nav-site li a,
#nav-site li a:link,
#nav-site li a:visited {
background: #f0f0f0 url(../Images/bg-nav.png) repeat-x 100% 0;
border: none;
color: #f50;
display: block;
height: 24px;
line-height: 100%;
margin: 0;
padding: 12px 0 0;
text-align: center;
text-shadow: 0 1px 0 #fff;
text-decoration: none;
-webkit-transition-duration: .3s;
transition-duration: .3s;
width: 100%;
overflow: hidden;
}
#nav-site li.first,
#nav-site li.first a {
border: 0px solid #f5f5f5;
-moz-border-radius-bottomleft: 5px;
-moz-border-radius-topleft: 5px;
-webkit-border-bottom-left-radius: 5px;
-webkit-border-top-left-radius: 5px;
border-bottom-left-radius: 5px;
border-top-left-radius: 5px;
}
#nav-site li.last,
#nav-site li.last a {
border: 0px solid #f5f5f5;
-moz-border-radius-bottomright: 5px;
-moz-border-radius-topright: 5px;
-webkit-border-bottom-right-radius: 5px;
-webkit-border-top-right-radius: 5px;
border-bottom-right-radius: 5px;
border-top-right-radius: 5px;
}
#nav-site li a:hover,
#nav-site li a:active {
color: #143264;
background: #f6f6f6;
-webkit-transition-duration: .3s;
transition-duration: .3s;
}
#nav-site li a:focus {
outline: none;
}
#nav-site li.nav-home {
border-right: 1px solid #fff;
width: 58px;
}
#nav-site li.nav-inbox {
border-left: 1px solid #fff;
margin-left: 350px; 
width: 64px;
}
#nav-site li.nav-search-logged-out {
border-left: 1px solid #fff;
margin-left: 740px; 
width: 64px;
}
#nav-site li.nav-search {
border-left: 1px solid #fff;
width: 64px;
}
#nav-site li.nav-my-profile {
border-left: 1px solid #fff;
width: 104px;
}
#nav-site li.nav-search {
border-left: 1px solid #fff;
width: 64px;
}
#nav-site li.nav-my-photos {
border-left: 1px solid #fff;
width: 104px;
}
#nav-site li.nav-edit-profile {
border-left: 1px solid #fff;
width: 104px;
}
#nav-site li.nav-blog {
border-left: 1px solid #fff;
width: 64px;
}
#nav-site li.nav-contact {
border-left: 1px solid #fff;
width: 84px;
}

#footer 
{
    margin: 0px auto;
background-color: #30343f;
border: 0px solid #30343f;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
color: #3b3f53;
display: block;
font-size: 0.81em;
height: 12px;
margin-top: 30px;
overflow: hidden;
padding: 10px 15px;
position: relative;
width:934px;
}
#footer-information {
display: block;
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 32px;
margin: 0;
padding: 0;
}
#footer ul {
overflow: hidden;
position: absolute;
top: 9px;
margin: 0;
height: 20px;
}
#footer #footer-copyright { left: 0; padding-left: 15px; }
#footer #footer-navigation { right: 0; padding-right: 15px; }
#footer li {
color: #3b3f53;
display: list-item;
float: left;
line-height: 1.2;
list-style-image: none;
list-style-position: inside;
list-style-type: disc;
margin: 0 9px 0 0;
padding: 0;
}
#footer li.first {
list-style-position: outside;
list-style-type: none;
}
#footer li.last {
margin: 0 2px 0 0;
padding: 0;
}
#footer li a {
margin: 0;
padding: 0 0 0 3px;
text-decoration: none;
}
#footer a:link,
#footer a:visited {
color: #818b92;
text-shadow: 0 -1px 0 #222;
}
#footer a:hover { color: #ddd; }
#footer a:active { color: #fff; }
#footer a:focus {
outline: none;
}

.mGrid { 
    width: 100%; 
    background-color: #fff; 
    margin: 5px 0 10px 0; 
    border: solid 1px #525252; 
    border-collapse:collapse; 
}
.mGrid td { 
    padding: 2px; 
    border: solid 1px #c1c1c1;
    color: #717171; 
}
.mGrid th { 
    padding: 4px 2px; 
    color: #fff; 
    background: #cf2525 url(../Images/grd_head.png) repeat-x top; 
    border-left: solid 1px #dd3e3e; 
    font-size: 0.9em; 
}
.mGrid .alt { background: #fcfcfc url(../Images/grd_alt.png) repeat-x top; }
.mGrid .pgr { background: #424242 url(../Images/grd_pgr.png) repeat-x top; }
.mGrid .pgr table { margin: 5px 0; }
.mGrid .pgr td { 
    border-width: 0; 
    padding: 0 6px; 
    border-left: solid 1px #666; 
    font-weight: bold; 
    color: #fff; 
    line-height: 12px; 
 }   
.mGrid .pgr a { color: #666; text-decoration: none; }
.mGrid .pgr a:hover { color: #000; text-decoration: none; }

.memberList .entry 
{
    float:left;
    width:205px;
    border: solid 1px #ffc9d5;
    padding:5px;
    margin:5px;
    background-color:#d9eef1;
}

.memberText
{
    float:left;
    line-height:190%;
}