/*
 * Global CSS settings
 */
body {
	font-family: Arial, Verdana, sans-serif;
	background: #FFFFFF url("./images/bg.jpg") repeat-x top left;
	margin: 0px;
	padding: 0px;
	font-size: 13px;
	color:#414141;
}

a,
a:link,
a:visited,
a:active {
	text-decoration: none;
	color: #414141;
}

a:hover {
	text-decoration: underline;
	color: #0066CC;
}

input, textarea
{
	background: #FFFFFF;
	border: 1px solid #000000;
	color: #000;
}

.clear {
	clear:both;
}
/*
 * Layout container CSS
 */
#container {
	margin: 0px auto;
	padding: 0px;
	text-align: left;
	overflow: hidden;
	color: #000;
}

#content {
	overflow: hidden;
	background:#FFFFFF;
}


#mainColumn {
	background: #FFFFFF url("./images/content_bg.jpg") no-repeat top center;
	border-left: #F58462 1px solid;

	padding-bottom:10000px;
	margin-bottom:-10000px;		
}

#mainColumn_postpage {
	background: #FFFFFF url("./images/content_bg_nothing.jpg") no-repeat top center;
	border-left: #F58462 1px solid;

	width:779px;
	float: right;
    overflow: hidden;

	padding-bottom:10000px;
	margin-bottom:-10000px;	
}

#leftSidebar {
	background-color: transparent;
	overflow: hidden;
}

#leftSidebar a {
	text-decoration: none;
	color: #333;
}
#leftSidebar a:hover {
	text-decoration: underline;
	color: #0066CC;
}

#rightSidebar {
	background-color: transparent;
	overflow: hidden;
}
#rightSidebar a{
	color: #333;
}
#rightSidebar a:hover {
	color: #0066CC;
}

#footerSidebar {
	background-color: transparent;
	overflow: hidden;
}
#footerSidebar a{
	color: #000;
}
#footerSidebar a:hover {
	color: #0066CC;
}

.sidebarContent{
	width: 185px;
	margin: 0 auto;
}
.sidebarContentCenter{
	width: 500px;
	margin: 0 auto;
}

/* front column */

#frontColumn {
	padding: 0px;
	margin: 10px 0px 20px 200px;
	padding-top: 15px;
	padding-bottom: 10px;
}

#frontRow {
	width: 100%;
	margin-bottom:10px;
}

/*
 * Top bar related CSS
 */

#topbar {
	filter: alpha(opacity=100);
	-moz-opacity: 1.00;
	opacity: 1.00;
	background-color: #FFFFFF;
}

a.topbarLeftText, a.topbarRightText {
	color: #000;
}

a.topbarLeftText:hover, a.topbarRightText:hover  {
	color: #000;
}

/*
 * page bar related CSS
 */
#pagebar {
	text-align: left;
}

/*
 * Header related CSS
 */
#header {
	height: 145px;
	background: #FFFFFF url('./images/top.jpg') no-repeat top center;
}

#blogName {
	position: relative;
	top: 42px;
	left: 25px;
	display: block;
	height: 62px;
	width: 204px;
	background: #FFFFFF url('./images/logo.jpg') no-repeat top center;
}

#navigator {
	height: 55px;
	padding: 0px;
	color: #000;
	background-position: bottom;
	background-color: #FFFFFF;
	border-bottom: #F38665 1px solid;
	text-align: center;
}

#navigatorLinks {
	font-weight: bold;
	text-decoration: none;
	color: #ff6666;
	font-size: 10pt;
	font-family: Arial, Helvetica, sans-serif;
	padding-top:20px;
}

#navigatorLinks a {
	color: #ff6666;
	padding: 0px 10px;
}

#navigatorLinks a:link, #navigatorLinks a:visited {
	text-decoration: none;
}

#navigatorLinks a:hover, #navigatorLinks a:active {
	text-decoration: underline;
}

#navigator_women {
    background-color:#FFD4B7;
}

#search {
	margin: 0px;
	padding-right: 20px;
	padding-top: 5px;
	float: right;
	display: inline-block;
}

/*
 * Widget related CSS
 */
.widget {
	margin-top:10px;
}

.widgetTitle {
	margin: 0px;
	padding: 0px 5px 0px 5px;
	height: 28px;
	text-align: left;
	font-size: 18px;
	font-weight: bold;
	font-family: Arial, serif;
	line-height:1.3em;
/*	color: #000;*/
}

.widgetContent {
	font-weight: normal;
	margin-top:5px;
	overflow: hidden;
	width: 185px;
}

.widgetContent ul {
	margin-left: 5px;
	margin-top:0px;
	margin-bottom:5px;
	padding: 0px;
}

.widgetFooter {
	height: 13px;
	/* margin-bottom: 50px; */
	background-repeat: no-repeat;
	/* background:  url() no-repeat; */
}

/* login */

#login{
	background: #FFFFFF url("./images/left_sidebar_top.jpg") repeat-x top left;
	margin-top: 0px;
	padding-top: 20px;
}

#login div.widgetTitle {

	background: transparent url("./images/bullet.png") no-repeat top left;
	background-color: #fff;

	width:130px;
	height: 24px;

	margin: 0px auto;

	padding-left: 35px;
	padding-top: 6px;

	color: #F76661;
	font-size:13px;
	font-weight:bold;
}

#login div.widgetContent {
	background: #FFD8D3 url("./images/left_sidebar_bg.jpg") no-repeat bottom left;
	margin-top: 0px;
	min-height: 100px;

	text-align:right;
}
#login div.login_box_username {
	margin:5px 5px 5px 0;
}
#login div.login_box_password {
	margin:5px 5px 5px 0;
}
#login div.login_box_buttons {
	margin:10px 5px 5px 0;
}

#login div.login_user_msg {
	margin:10px 5px 5px 0;
}
#login div.login_user_panel {
	margin:10px 5px 5px 0;
}
#login div.widgetFooter {
	height: 38px;
	background: #FFFFFF url("./images/left_sidebar_bottom.jpg") repeat-x top left;
}

#mylinks li {
	padding-left: 10px;
}

/* sidebar intro */
#intro {
	text-align:right;
	padding-right:5px;
}
.introPostHeader {
	font-weight:bold;
	padding-right:20px;

}
.introPostContent {
}
.introPostContent_block {
	margin-top:5px;
}
.introPostContent_dot {
	float:right;
	width:20px;
	padding-top:3px;

}
.introPostContent_text {
	float:right;
	width:150px;

}
/* sidebar categorylist */
#categorylist {
	text-align:right;
	padding-right:5px;
}
.categorylistHeader {
	font-weight:bold;
	padding-right:20px;

}
.categorylistContent {
}
.categorylistContent_block {
	margin-top:5px;
}
.categorylistContent_dot {
	float:right;
	width:20px;
	padding-top:3px;

}
.categorylistContent_text {
	float:right;
	width:150px;

}
/* frontColum related posts css */
#events {
	float:left;
	width:49%;
	margin-right:10px;
}
.eventsPostHeader {
	background: transparent url("./images/bullet.png") no-repeat top left;
	height: 24px;
	padding-left: 35px;
	padding-top: 6px;
	color: #F76661;
	border-bottom: #F8A68D 1px solid;
	font-weight:bold;

	position:relative;
}
.subportal_women_frontRow_more {
	background: transparent url("./images/more.gif") no-repeat top left;

	width:38px;
	height:11px;

	position:absolute;
	top:10px;
	right:5px;
	
	cursor: pointer;		
}
.eventsPostContent {}
.eventsPostFooter {}

#news {
	float:left;
	width:49%;
}
.newsPostHeader {
	background: transparent url("./images/bullet.png") no-repeat top left;
	height: 24px;
	padding-left: 35px;
	padding-top: 6px;
	color: #F76661;
	border-bottom: #F8A68D 1px solid;
	font-weight:bold;

	position:relative;	
}
.newsPostContent {}
.newsPostFooter {}


#achievements {
	border: #F8A68D 2px solid;
	margin-top: 10px;
	margin-right: 15px;
	float:left;
	width:48%;	
}
.achievementsPostHeader {
	background: transparent url("./images/bullet.png") no-repeat top left;
	height: 24px;
	padding-left: 35px;
	padding-top: 6px;
	color: #F76661;
	border-bottom: #F8A68D 1px solid;
	font-weight:bold;

	position:relative;
}

.achievementsPostContent {
	padding-bottom:5px;
}

.achievementsPostContent_block {
	height:110px;
	margin-top:5px;
}

.achievementsPostContent_photo{
	float:left;
	width:108px;
	height:110px;

}
.achievementsPostContent_dot {
	float:left;
	width:15px;
	height:110px;
	text-align:center;
}
.achievementsPostContent_text {
	float:left;
	width:145px;
	height:110px;

}
.achievementsPostFooter {}


#womanBlogs {
	border: #F8A68D 2px solid;
	margin-top: 10px;
	float:left;
	width:48%;	
}
.womanBlogsPostHeader {
	background: transparent url("./images/bullet.png") no-repeat top left;
	height: 24px;
	padding-left: 35px;
	padding-top: 6px;
	color: #F76661;
	border-bottom: #F8A68D 1px solid;
	font-weight:bold;

	position:relative;
}
.womanBlogsPostContent {
	padding-bottom:5px;
}
.womanBlogsPostContent_block {
	height:110px;
	margin-top:5px;
}
.womanBlogsPostContent_photo{
	float:left;
	width:108px;
	height:110px;
}
.womanBlogsPostContent_dot {
	float:left;
	width:15px;
	height:110px;
	text-align:center;
}
.womanBlogsPostContent_text {
	float:left;
	width:145px;
	height:110px;
}
.womanBlogsPostFooter {}


/*
 * Post related CSS
 */
.post {
	padding: 0;
	margin: 10px 0px 5px 10px;
	color: #414141;
}
.postHeader{}
.postTitle{
	font-family:Arial, Serif;
	font-size:14px;
	margin:0;
	padding: 0px 5px 0px 5px;
	color: #333;
	font-weight:bold;
}
.postTitle a      { color: #333; }
.postTitle a:hover{ color: #333; }
.postInfo {
	font-size:11px;
	font-family: Verdana, Arial, Sans-Serif;
	margin:0;
	padding: 5px 5px 0px 0px;
}
.postDate {
	float: none;
	border: 0px;
	font-size: 18px;
/*	font-weight: bold;*/
	font-family:Arial, serif;
	text-align: left;
	line-height:1.3em;
	margin:0px;
	padding:0px 0px 0px 5px;
/*	height: 28px;*/
	line-height: 28px;
	border-bottom:dotted 1px #ff6666;
/*	background:url(./images/pb.gif) center left no-repeat;*/
}
.postDate a      { color: #444; }
.postDate a:hover{ color: #444; }
.postText {
	padding:5px 0;
	margin:5px 0;
	font-family:Arial, serif;
	font-size:13px;
	line-height: 140%;
}
.postText img {
	border:0px;
}
.postFooter {
	font-size:12px;
	font-family: Arial, Sans-Serif;
	margin-bottom:70px;
	padding: 0px;
}
.postNavigator { text-align: right; }

/*
 * widget by Post related CSS
 */
.post2 {
	padding: 0;
	margin: 10px 0px 5px 6px;
	color: #000;
}
.postHeader2{}
.postTitle2{
	float: none;
	color: #000;
	border: 0px;
	font-size: 18px;
	font-weight: bold;
	font-family:Arial, serif;
	text-align: left;
	line-height:1.3em;
	margin:0px;
	padding:0px 0px 0px 5px;
	height: 28px;
	border-bottom:dotted 1px #000;
/*	background:url(./images/pb.gif) center left no-repeat;*/
}
.postTitle2 a      { color: #333; }
.postTitle2 a:hover{ color: #333; }
.postInfo2 {
	font-size:12px;
	font-family: Verdana, Arial, Sans-Serif;
	margin:0;
	padding: 0px;
	color:#000;
}
.postDate2 {}
.postDate2 a      { color: #333; }
.postDate2 a:hover{ color: #333; }
.postText2 {}
.postFooter2 {
    padding-top:10px;
    height: 10px;
    background: transparent url("./images/divider.gif") center no-repeat;
}
.postNavigator2 { text-align: right; }



/*
 * Comment related CSS
 */
.comment {
	padding-bottom: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	border: #000000 1px solid;
}

.commentFormTitle{
	padding: 10px 10px 0px 25px;
	font-size: 13px;
	font-weight: bold;
	color:#414141;

}

.commentForm {
	padding-bottom: 10px;
	margin-bottom: 10px;
}

.commentHeader{
	padding: 10px 10px 0px 10px;
	font-size: 13px;
	font-weight: bold;
}

.commentInfo{
	padding: 0px 10px 0px 25px;
}

.commentText{
	padding: 0px 10px 0px 25px;
}

.commentFooter {
	padding: 0px 10px 0px 25px;
}

.commentText textarea {
    width : 90%;
}

.commentText input {
    width : 60%;
}

.commentText .button {
	width: auto;
}

/*
 * Trackback related CSS
 */
.trackback {
	padding-bottom: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	border: 1px solid #eeeeee;
}

.trackbackHeader{
	padding: 10px 10px 0px 10px;
	font-size: 13px;
	font-weight: bold;
}

.trackbackInfo{
	padding: 0px 10px 0px 25px;
}

.trackbackText{
	padding: 0px 10px 0px 25px;
}

.trackbackFooter{
	padding: 0px 10px 0px 25px;
}

/*
 *
 */
#footerContainer{
	width:100%;
	border-top: #F8A68D 1px solid;
}

#footer {
	height: 70px;
	padding: 0px 0px;
	margin: 0px auto;
	text-align: center;
	background:#FFF;
}


#footer_contact {
	padding-top:10px;
	width: 185px;
	height: 70px;
	float: left;
}
#footer_contact img {
	float: left;
	width:35px;
}
#footer_contact_mail {
	float: left;
	width:145px;
}
#footer_address {
	padding-top:10px;
	padding-left:5px;

	width: 589px;
	height: 70px;
	float: left;
	border-left: #F8A68D 1px solid;
	text-align:left;
}

#footer_logo {
	padding-top:10px;
	width: 185px;
	height: 70px;
	float: left;
}

/*
 * Profile related CSS
 */
#AboutMyself {
	text-align:center;
}

/*
 * Calendar related CSS
 */
#calendar {
	margin-left:0px;
	padding-left:0px;
}
.calMonth {
	width:185px;
	color: #000;
	font-size: 12px;
	margin-left:0px;
	padding-left:0px;
}
.calMonthDay {
	color: #AAA;
}

.calMonthDay a {
	color: #000;
	font-weight: bold;
	text-decoration: underline;
}

.calMonthToday {
	color: #000;
	border: 1px #000 dotted;
}

/*
 * Album related css
 */
a.photoLink {
	text-decoration: none;
}

#album {
	margin-top: 20px;
	text-align: center;
}

#albumNav {
	margin-top: 20px;
	text-align: center;
}

/*
 * Recent resource and Recent Friends Resource related CSS
 */
#recentResources li, #recentFriendsResources li {
	width: 100px;
	height: 80px;
	float: left;
	display: inline-block;
}

#canvas0_0, #canvas0_1 {
	background-color: #ffffff;
}

#canvas1_0, #canvas1_1 {
	background-color: #ffffff;
}

/*
 * Others
 */
.upgrade {
	display: none;
	font-weight: bold;
}

.noDisplay {
	display: none;
}

/*
 * Locations
 */
#locationSidebar {
	width: 222px;
	margin-left: 10px !important;
	margin-left: 5px;
	float: left;
	background-color: transparent;
	overflow: hidden;
}

#locationMainColumn {
	width: 530px;
	margin-right: 10px;
	float: right;
	display: inline;
	overflow: hidden;
}

/*
 * Page
 * color get .a color
 */ 
.pager {
    font-size: 12px;
    padding: 3px;
    margin: 3px;
    text-align:center;
}

.pagerLink,
.pagerLinkPrevPage,
.pagerLinkNextPage {
    padding: 2px 5px 2px 5px;
    margin: 2px;
    border: 1px solid #000000;
    text-decoration: none;
    color: #000000;
}

.pagerLink:hover,
.pagerLink:active,
.pagerLink:visited,
.pagerLinkPrevPage:hover,
.pagerLinkPrevPage:active,
.pagerLinkPrevPage:visited,
.pagerLinkNextPage:hover,
.pagerLinkNextPage:active,
.pagerLinkNextPage:visited {
    border: 1px solid #000000;
    color: #000000;
    text-decoration: none;
}

.pagerCurrent {
    padding: 2px 5px 2px 5px;
    margin: 2px;
    border: 1px solid #000000;
    font-weight: bold;
    background-color: transparent;
    color: #000000;
}


/**
 * categories directory tree
 * color get .a color
 */
#categoriesTreeDiv a:active, 
#categoriesTreeDiv a:link {
    color: #000000;
}
#categoriesTreeDiv a:hover {
    color: #000000;
}
#categoriesTreeDiv a:focus, 
#categoriesTreeDiv a:visited {
    color: #000000;
}

/* posttopic table mode style */
.posttopic_list          { width:100%; padding:5px; margin:5px; }
.posttopic_list th       { text-align:center; }
.posttopic_list_hit      { width:8%; }
.posttopic_list_reply    { width:8%; }
.posttopic_list_datetime { text-align:center; width:25%;}
.posttopic_list_hit      { text-align:center; }
.posttopic_list_reply    { text-align:center; }
.posttopic_list_view     { text-align:right; padding-top:5px; padding-bottom:5px; }
.posttopic_list td       { border-bottom:1px dashed gray; }

/* plugin gtranslator */
#plguin_gtranslator_panel {
    margin: 5px 0;
}