body, form { margin: 0px; padding: 0px; }
body {
	background-image: url(./autumn/head-bg.jpg); background-position: center top; background-repeat: no-repeat;
	background-color: #FFFFFF;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
}
body, td, input, select, textarea {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #6e7a8c;
}
a, a:link, a:visited {
	color: #6e7a8c;
	text-decoration: underline;
}
a:active, a:hover {
	text-decoration: none;
}
a.invert, a.invert:link, a.invert:visited {
	text-decoration: none;
}
a.invert:active, a.invert:hover {
	text-decoration: underline;
}
h1 {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #e7b314;
	/*text-transform: uppercase;*/
	font-weight: normal;
	margin: 10px 0px 10px;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	/*text-transform: uppercase;
	text-decoration: underline;*/
	color: #86650c;
	margin: 5px 0px 5px;
}
h2 a, h2 a:link, h2 a:visited { color: #86650c; text-decoration: underline; }
h2 a:active, h2 a:hover { text-decoration: none; }

hr {
	color: #deeaf3; background-color: #deeaf3; border: 0; margin: 5px 0; height: 1px; padding: 0;
}
hr.hr-more { height: 3px; }

.floatL { float: left; margin-right: 10px; }
.floatR { float: right; margin-left: 10px; }
.h100 { height: 100%; }

/**/
.title { margin-bottom: 3px; font-weight: bold; }
.title a, .title a:link, .title a:visited { text-decoration: none; }
.title a:active, .title a:hover { text-decoration: underline; }

.more { margin-top: 3px; font-weight: normal; font-size: 10px; }
.more img { margin-left: 5px; }
.more a, .more a:link, .more a:visited { color: #e7b314; text-decoration: none; }
.more a:active, .more a:hover { text-decoration: underline; }

.empty { text-align: center; margin-top: 50px; margin-bottom: 50px; }

.message { color: #009900; }
.errors { color: #990000; }

.navigator { /*font-size: 10px; margin-left: 7px;*/ }
.navigator a, .navigator a:link, .navigator a:visited { /*color: #000000;*/ text-decoration: none; }
.navigator a:active, .navigator a:hover { text-decoration: underline; }

.hilight { background-color: #000000; color: #FFFFFF; /*font-weight: bold;*/ }
.searchResult dt { font-weight: bold; }
.searchResult dd { margin-left: 0px; }
.searchResult dd ul { margin-bottom: 5px; margin-top: 5px; }
/**/


#container {
	width: 914px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin: 0px auto; /* the auto margins (in conjunction with a width) center the page */
	/*border: 1px solid;*/
}
#header {
	/* total height 345px */
	height: 345px;
}
#header #logo { float: left; margin-top: 20px; }
#header .menu { float: left; margin-top: 60px; margin-left: 15px; }
.menu ul { margin: 0; padding: 0; list-style: none; }
.menu ul li {
	background: url(./autumn/top-menu-right.gif) right center no-repeat;
	color: #b57910;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	padding: 0; margin: 0;
	white-space: nowrap;
	margin-bottom: 3px;
}
.menu ul li a {
	/* total width: 193; total height: 18px;*/
	display: block;
	background: url(./autumn/top-menu-left.gif) left center no-repeat;
	color: #b57910;
	font-family: Arial, Helvetica, sans-serif;
	width: 151px;
	padding: 2px 25px 2px 17px;
}
.menu ul li a, .menu ul li a:link, .menu ul li a:visited { color: #b57910; text-decoration: none; }
.menu ul li a:active, .menu ul li a:hover { text-decoration: underline; }

#search {
	float: right; margin-top: 57px; margin-right: 11px;
	background: url(./autumn/search-br.gif) right bottom no-repeat #e7b314;
	color: #86650c; font-size: 10px;
}
#search .bl { background: url(./autumn/search-bl.gif) left bottom no-repeat; }
#search .tr { background: url(./autumn/search-tr.gif) right top no-repeat; }
#search .tl { background: url(./autumn/search-tl.gif) left top no-repeat; }
#search form {
	/* total width: 256px; total height: 86px;*/
	width: 216px; height: 71px;
	padding: 15px 20px 0;
}
#search .searchTitle {
	font-family: Arial, Helvetica, sans-serif; font-size: 13px;
	background: url(./autumn/search-title-bg.gif) right bottom no-repeat;
	font-weight: bold; color: #fff;
	margin-bottom: 5px;
}
#search .col1 { float: left; margin-bottom: 5px; }
#search .col1 img { float: left; vertical-align: middle; }
#search .col1 input { float: left; border: 0px; height: 17px; width: 100px; font-weight: normal; }

#search .col2 { float: left; margin-bottom: 5px; margin-left: 4px; }
#search .col2 img { float: left; vertical-align: middle; }
#search .col2 select { float: left; width: 65px; font-weight: normal; }

#search .col3 { float: right; margin-bottom: 5px; }

#search .row {  }
#search .row img { margin-right: 5px; }

#search a, #search a:link, #search a:visited { color: #86650c; text-decoration: underline; }
#search a:active, #search a:hover { text-decoration: none; }

#topButtons {
	text-align: right;
	font-size: 11px;
	height: 20px;
	padding-right: 11px;
}
#topButtons .topButtons { float: right; width: 256px; }
#topButtons .topButtons img { margin-left: 5px; }
#topButtons .buttonLeft { float: left; margin-left: 21px; }
#topButtons .buttonRight { float: right; margin-right: 21px; }

.leftCol {
	float: left; width: 180px;
	margin-left: 15px;
	/*border: 1px solid;*/
}

.usersBox { background: url(./autumn/users-top.gif) top right no-repeat; }
.usersBox h3 {
	background: url(./autumn/users-title.gif) top left no-repeat;
	padding: 9px 0px 9px 32px; margin: 0;
	color: #fff; font-size: 12px; font-weight: bold;
	text-transform: uppercase;
}
.usersBox h3 a, .usersBox h3 a:link, .usersBox h3 a:visited {
	color: #fff;
	text-decoration: none;
}
.usersBox .leftBorder { background: url(./autumn/users-border.gif) top left repeat-y; }
.usersBox .rightBorder { background: url(./autumn/users-border.gif) top right repeat-y; padding: 10px 10px 0px 10px; }
.usersBox .botBorder { background: url(./autumn/users-border.gif) bottom left repeat-x; height: 9px; }

.usersBox hr { margin-left: 20px; }
.usersBox hr.hr-more { height: 2px; }
.usersBox .more { margin: 0 0 0 20px; font-size: 11px; font-weight: normal; }
.usersBox .more img { margin-left: 5px; }
.usersBox .userMale, .usersBox .userFemale { padding-left: 20px; }

.comunityBox { background: url(./autumn/comunity-top.gif) top right no-repeat; }
.comunityBox h3 {
	background: url(./autumn/comunity-title.gif) top left no-repeat;
	padding: 9px 0px 9px 32px; margin: 0;
	color: #FFFFFF; font-size: 12px; font-weight: bold;
	text-transform: uppercase;
}
.comunityBox h3 a, .comunityBox h3 a:link, .comunityBox h3 a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
.comunityBox .leftBorder { background: url(./autumn/comunity-border.gif) top left repeat-y; }
.comunityBox .rightBorder { background: url(./autumn/comunity-border.gif) top right repeat-y; padding: 10px 10px 0px 10px; }
.comunityBox .botBorder { background: url(./autumn/comunity-border.gif) bottom left repeat-x; height: 9px; }

.comunityBox hr { margin-left: 20px; }
.comunityBox hr.hr-more { height: 2px; }
.comunityBox .more { margin: 0 0 0 20px; font-size: 11px; font-weight: normal; }
.comunityBox .more img { margin-left: 5px; }
.comunityBox .comunityItem { padding-left: 20px; }

.interestBox { background: url(./autumn/interest-top.gif) top right no-repeat; }
.interestBox .leftBorder { background: url(./autumn/comunity-border.gif) top left repeat-y; }
.interestBox .rightBorder { background: url(./autumn/comunity-border.gif) top right repeat-y; padding: 10px 10px 0px 10px; }
.interestBox .botBorder { background: url(./autumn/comunity-border.gif) bottom left repeat-x; height: 9px; }

.interestBox h3 {
	background: url(./autumn/interest-title.gif) top left no-repeat;
	padding: 9px 0px 9px 32px; margin: 0;
	color: #FFFFFF; font-size: 12px; font-weight: bold;
	text-transform: uppercase;
}
.interestBox h3 a, .interestBox h3 a:link, .interestBox h3 a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

.newBlogs { background: url(./autumn/new-box-top.gif) top right no-repeat; }
.newBlogs h3 {
	background: url(./autumn/new-box-title.gif) top left no-repeat;
	padding: 9px 0px 9px 32px; margin: 0;
	color: #FFFFFF; font-size: 12px; font-weight: bold;
	text-transform: uppercase;
}
.newBlogs h3 a, .newBlogs h3 a:link, .newBlogs h3 a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

.rightCol {
	float: right; width: 255px;
	margin-right: 11px;
	/*border: 1px solid;*/
}
.rightCol .hr-more { height: 2px; }

.userArea { font-size: 11px; }
.userArea .topBorder { background: url(./autumn/user-border.gif) top right repeat-x; height: 9px; }
.userArea .leftBorder { background: url(./autumn/user-border.gif) top left repeat-y; }
.userArea .rightBorder { background: url(./autumn/user-border.gif) top right repeat-y; padding: 10px 20px 0px; }
.userArea .botBorder { background: url(./autumn/user-border.gif) bottom left repeat-x; height: 9px; }


.Message { font-size: 12px; }
.Message .topBorder { background: url(./autumn/user-border.gif) top right repeat-x; height: 9px; }
.Message .leftBorder { background: url(./autumn/user-border.gif) top left repeat-y; }
.Message .rightBorder { background: url(./autumn/user-border.gif) top right repeat-y; padding: 10px 20px 0px; }
.Message .botBorder { background: url(./autumn/user-border.gif) bottom left repeat-x; height: 9px; }


.userInfo { padding-left: 60px; font-size: 11px; }
.userInfo strong { font-size: 12px; color: #202327; }
.userInfo h2 { color: #86650c; margin: 0; }
.userInfo .links { margin: 5px 0; }
.userInfo .links img { vertical-align: middle; margin-right: 5px; }
.userInfo .links a { color: #1a50a0; }

.userMale { background: url(./icon-user-male.gif) left 3px no-repeat; }
.userFemale { background: url(./icon-user-female.gif) left 3px no-repeat; }
.comunityItem { background: url(./icon-users.gif) left 3px no-repeat; }
.userMale, .userFemale, .comunityItem {
	padding-left: 15px;
	font-size: 11px; color: #1a50a0;
}
.userMale a, .userMale a:link, .userMale a:visited, .userFemale a, .userFemale a:link, .userFemale a:visited,
.comunityItem a, .comunityItem a:link, .comunityItem a:visited {
	color: #e7b314; text-decoration: underline;
}
.userMale a:active, .userMale a:hover, .userFemale a:active, .userFemale a:hover,
.comunityItem a:active, .comunityItem a:hover {
	text-decoration: none;
}

.blog {
	padding-left: 30px;
	background: url(./icon-arrow-03.gif) left top no-repeat;
	font-size: 12px; color: #1a50a0;
}
.blog a, .blog a:link, .blog a:visited { color: #e7b314; text-decoration: underline; }
.blog a:active, .blog a:hover { text-decoration: none; }
.blog .date { margin: 5px 0; }

.newBlogs hr { margin-left: 30px; height: 2px; }
.newBlogs hr.hr-more { margin-left: 0px; }
.newBlogs .more { margin: 0 0 0 30px; font-size: 11px; font-weight: normal; }
.newBlogs .more img { margin-left: 5px; }

.date {
	padding-left: 15px;
	background: url(./icon-clock.gif) left 2px no-repeat;
	color: #8d9fad; font-size: 11px;
}
.date span { text-decoration: underline; }
.date .time { color: #3796d8; text-decoration: none; }

#personal { background: url(./autumn/personal-tl.gif) left top no-repeat; margin: 0 -10px; }
#personal .personal-br { background: url(./autumn/personal-br.gif) right bottom no-repeat; }
#personal .personal-tr { 	background: url(./autumn/personal-tr.gif) right top no-repeat; }
#personal .personal { background: url(./autumn/personal-bl.gif) left bottom no-repeat; padding: 25px 30px 30px; }
#personal ul { padding: 0; margin: 0; list-style-type: none; }
#personal ul li { white-space: nowrap; }
#personal a, #personal a:link, #personal a:visited { color: #ffffff; text-decoration: underline; }
#personal a:active, #personal a:hover { text-decoration: none; }

.tab { border-bottom: 1px solid #e7b314; height: 18px; margin: 8px 0 5px; }
.tab .tabTitle { float: left; background: #e7b314 url(./autumn/tab-left.gif) left top no-repeat; }
.tab h3 {
	margin: 0; padding: 3px 15px;
	background: url(./autumn/tab-right.gif) right top no-repeat;
	color: #ffffff; font-size: 11px; font-weight: normal;
}
.tab .all { float: right; margin-top: 2px; }
.tab .all img { vertical-align: middle; margin-left: 5px; }
.tab .all a, .tab .all a:link, .tab .all a:visited { color: #3796d8; text-decoration: none; }
.tab .all a:active, .tab .all a:hover { text-decoration: underline; }

.activity { margin: 0; padding: 0; }
.activity dt { background: url(./icon-arrow-04.gif) left 2px no-repeat; padding-left: 15px; margin-bottom: 5px; }
.activity dt a, .activity dt a:link, .activity dt a:visited { font-weight: bold; color: #86650c; }
.activity dd { margin: 0px; padding-left: 12px; border-left: 3px solid #b2e0fe; }

#buttons { text-align: right; }
#buttons img { border: 0; vertical-align: middle; }
#buttons a { margin-left: 10px; }

.sign { height: 20px; }
.sign .date, .sign .div, .sign .userMale, .sign .userFemale { float: left; margin-top: 5px; }

.blu, .blu:link, .blu:visited {
	color: #86650c;
	font-size: 12px; font-weight: bold;
	text-decoration: underline;
}
.blu:active, .blu:hover {
	text-decoration: none;
}

.photoTitle {
	background: url(./icon-photo.gif) left 1px no-repeat;
	font-size: 12px; padding-left: 15px; color: #86650c;
	font-weight: bold;
}
.movieTitle {
	background: url(./icon-movie.gif) left 1px no-repeat;
	font-size: 12px; padding-left: 16px; color: #86650c;
	font-weight: bold;
}
.photoTitle a, .photoTitle a:link, .photoTitle a:visited, .movieTitle a, .movieTitle a:link, .movieTitle a:visited {
	color: #86650c;
	text-decoration: none;
}
.photoTitle a:active, .photoTitle a:hover, .movieTitle a:active, .movieTitle a:hover {
	text-decoration: underline;
}
.itemInfo { float: left; width: 160px; }
.itemInfo .movieTitle { margin-left: 2px; }
.itemInfo .photoTitle, .itemInfo .userMale, .photoInfo .userFemale { margin-left: 3px; }
.itemInfo .date { margin: 5px 0 5px 3px; }
.itemInfo .eye {
	margin-top: 5px; font-size: 11px; padding-left: 18px;
	background: url(./icon-eye.gif) left top no-repeat;
}

.allInfo { float: left; width:200px;}
.allInfo .movieTitle { margin-left: 2px; }
.allInfo .photoTitle, .itemInfo .userMale, .photoInfo .userFemale { margin-left: 3px; }
.allInfo .date { margin: 5px 0 5px 3px; }
.allInfo .eye {
	margin-top: 5px; font-size: 11px; padding-left: 18px;
	background: url(./icon-eye.gif) left top no-repeat;
}


.mainContent {
	margin: 0px 280px 0px 205px;
	/*border: 1px solid black;*/
}

.pageTitle {
	color: #88a5bf; padding-bottom: 5px; margin-bottom: 10px;
	background: url(./autumn/pagetitle-bg.gif) right 2px no-repeat;
}
.pageTitle h1 { margin: 0px; font-size: 20px; }

.comments { height: 22px; background: url(./comments-bg.gif) right center no-repeat; text-align: right; }
.comments .link { font-size: 11px; float: right; margin-top: 2px;}
.comments .num { float: right; width: 25px; text-align: center; color: #202327; margin: 2px 0 0 5px; font-size:11px; }
.comments .date, .comments .div, .comments .userMale, .comments .userFemale { float: left; margin-top: 2px; }

.pageNav { color: #202327; text-transform: uppercase; font-size:10px; }
.pageNav a, .pageNav a:link, .pageNav a:visited { color: #8d9fad; }
.pageNav .navLeft { float:left; margin-right: 10px; margin-top: 6px; }
.pageNav .navRight { float:left; margin-top: 6px; }
.navLeft img { margin-right: 5px; }
.navRight img { margin-left: 5px; }
.pageNav .pages { /*float: right;*/ }
.pageNav .pages a { float: right; display: block; padding: 6px 0 7px 0; width: 26px; text-align: center; text-decoration: none; }
.pageNav .pages a.current { background: url(./pages-bg.gif) center center no-repeat; color: #202327; }

/* this class should be placed on a div or break element and should be the final element
before the close of a container that should fully contain a float */
.clearfloat {
	clear: both; height: 0; font-size: 1px; line-height: 0px;
}

#footer {
	margin-top: 20px; 
}
#footer a, #footer a:link, #footer a:visited { color: #e7b314; }

#footer .leftCol { background: url(./f-left.gif) left top no-repeat; padding: 15px 0 20px; }

#footer .rightCol { background: url(./f-right.gif) left top no-repeat; padding: 15px 0 20px; }
#footer .copy { background: url(./copy-bg.gif) left center no-repeat; padding: 5px 0 5px 25px; margin: -5px 0; }

#footer .mainContent { background: url(./f-center.gif) left top no-repeat; padding: 15px 0 20px; font-size: 11px; }

