﻿/* > Global Elements
-------------------------------------------------------------- */

h1, h2, h3, h4, h5, h6 {
	margin: 5px 0 15px 0;
}


h3 { font-size: 18px;    margin: 0 0 10px !important; }
/*
h1 { font-size: 28px; margin-bottom: 25px; }
h2 { font-size: 24px; margin-bottom: 20px; }
h3 { font-size: 16px; }
h4 { font-size: 16px; margin-bottom: 15px; }
h5 { font-size: 14px; margin-bottom: 0; }
h6 { font-size: 12px; margin-bottom: 0; }
*/
a:hover, a:active { color: #888; }
a:focus { outline: 1px dotted #ccc; }

.padder { padding: 19px; }
.clear { clear:both; display: block; overflow:hidden; zoom: 1;}

p {	margin-bottom: 15px; }

hr {
	background-color:#BBEAFA;
	border:0 none;
	clear:both;
	height:1px;
	margin: 10px 0;
}

img.avatar {
	float: left;
	border: 2px solid #eee;
	
}
img.avatar:hover{
	border-color:#429BDA;
}

.breadcrumb{
	background-color: #EDFAE0 !important;
	
}

.breadcrumb > li {
	font-size: 13px;
    margin: 0;

}
/* > Navigation
-------------------------------------------------------------- */

ul#nav {
	margin: 0;
	padding: 0;
	position: absolute;
	right: 15px;
	list-style: none;
	bottom: 0;
	max-width: 65%;
}
	ul#nav li {
		float: left;
		margin: 0 5px 0 0;
	}
		ul#nav li a {
			display: block;
			color: #fff;
			text-decoration: none;
			padding: 5px 15px;
			background: url( ../images/60pc_black.png );
			-moz-border-radius-topleft: 3px;
			-webkit-border-top-left-radius: 3px;
			-moz-border-radius-topright: 3px;
			-webkit-border-top-right-radius: 3px;
		}
			ul#nav li.selected a, ul#nav li.current_page_item a {
				background: #f5f5f5;
				color: #555;
			}
			ul#nav a:focus { outline: none; }

/* > Container
-------------------------------------------------------------- */

div#container {
	position: relative;
	width: 100%;
	/*-moz-border-radius: 6px; 
	-webkit-border-radius: 6px; 
	border-radius: 6px; 
	border-right: 1px solid #e0e0e0;
	border-bottom: 1px solid #e0e0e0;*/
	background: #fff;
	overflow: hidden;
}
	body.activity-permalink div#container {
		background: none;
		border: none;
	}

/* > Sidebar
-------------------------------------------------------------- */

div#sidebar {
	float: left;
	width: 224px;
	margin-left: -226px;
	margin-top: 1px;
	border-left: 1px solid #ddd;
	-moz-border-radius-topright: 3px;
	-webkit-border-top-right-radius: 3px;
	background: url( ../images/sidebar_back.gif ) top left repeat-x;
}
	div#sidebar div#sidebar-me img.avatar {
		float: left;
		margin: 0 10px 15px 0;
	}

	div#sidebar div#sidebar-me h4 {
		font-size: 16px;
		margin: 0 0 8px 0;
		font-weight: normal;
	}


	div#sidebar ul#bp-nav {
		clear: left;
		margin: 15px -16px;
	}
		div#sidebar ul#bp-nav li {
			padding: 10px 15px;
		}

	div#sidebar h3.widgettitle {
		margin: 10px 0;
		background: #eaeaea;
		padding: 5px 15px;
		font-size: 12px;
		clear: left;
	}

	div#sidebar .widget_search {
		margin-top: 20px;
	}
		div#sidebar .widget_search input[type=text] {
			width: 110px;
			padding: 2px;
		}

	div#sidebar ul#recentcomments li, div#sidebar .widget_recent_entries ul li {
		margin-bottom: 15px;
	}

	div#sidebar ul.item-list img.avatar {
		width: 25px;
		height: 25px;
		margin-right: 10px;
	}
		div#sidebar div.item-avatar img {
			width: 40px;
			height: 40px;
			margin: 1px;
		}

		div#sidebar .avatar-block { overflow: hidden; }

	div#sidebar ul.item-list div.item-title {
		font-size: 12px;
	}

	div#sidebar div.item-options {
		margin: 10px 0;
		background: #f8f8f8;
		padding: 5px 15px;
		font-size: 11px;
	}

	div#sidebar div.item-meta, div#sidebar div.item-content {
		margin-left: 38px;
		font-size: 11px;
	}

	div#sidebar div.tags div#tag-text {
		font-size: 1.4em;
		line-height: 140%;
		padding-top: 10px;
	}

/* > Content
-------------------------------------------------------------- */

div#content {
	float: left;
	width: 680px;
	-moz-border-radius-topleft: 6px;
	-webkit-border-top-left-radius: 6px;
	-moz-border-radius-bottomleft: 6px;
	-webkit-border-bottom-left-radius: 6px;
}

div#content .padder {
	margin-right: 225px;
	border-right: 1px solid #ddd;
	-moz-border-radius-topleft: 6px;
	-webkit-border-top-left-radius: 6px;
	-moz-border-radius-bottomleft: 6px;
	-webkit-border-bottom-left-radius: 6px;
}
	div#content .left-menu {
		float: left;
		width: 170px;
	}

	div#content .main-column {
		margin-left: 190px;
	}

/* > Item Headers (Profiles, Groups)
-------------------------------------------------------------- */

div#item-header {
	overflow: hidden;
	padding: 8px;
}

	div#item-header h2 {
		font-size: 21x;
		margin: 0 0 15px 0;
		line-height: 120%;
	}
		div#item-header h2 a {
color:#336699;
font:bold 16pt Helvetica,sans-serif;
text-decoration:  none;
		}

	div#item-header img.avatar {
		float: left;
		margin: 0 15px 25px 0;
	}

	div#item-header h2 { margin-bottom: 5px; }

	div#item-header span.activity, div#item-header h2 span.highlight {
		vertical-align: middle;
		font-size: 11px;
		font-weight: normal;
		line-height: 170%;
		margin-bottom: 7px;
	}

	div#item-header h2 span.highlight { font-size: 16px; }
	div#item-header h2 span.highlight span {
		position: relative;
		top: -2px;
		right: -2px;
		font-weight: bold;
		font-size: 11px;
		background: #a1dcfa;
		color: #fff;
		padding: 1px 4px;
		margin-bottom: 2px;
	-moz-border-radius: 3px; /* FF1+ */
	-webkit-border-radius: 3px; /* Saf3-4 */
	border-radius: 3px; /* Opera 10.5, IE9, Saf5, Chrome */
		vertical-align: middle;
		cursor: pointer;
		display: none;
	}

	div#item-header div#item-meta {
		font-size: 14px;
		color: #aaa;

	}

	div#item-header div#item-actions {
		float: right;
		width: 20%;
		margin: 0 0 15px 15px;
		text-align: right;
	}
		div#item-header div#item-actions h3 {
			font-size: 12px;
			margin: 0 0 5px 0;
		}

		div#item-header ul {
			overflow: hidden;
			margin-bottom: 15px;
		}

		div#item-header ul h5, div#item-header ul span, div#item-header ul hr {
			display: none;
		}

		div#item-header ul li {
			float: right;
		}

		div#item-header ul img.avatar, div#item-header ul.avatars img.avatar {
			width: 30px;
			height: 30px;
			margin: 2px;
		}

	div#item-header div.generic-button, div#item-header a.button {
		float: left;
		margin: 10px 10px 0 0;
	}
	#profile-left div#item-header div.generic-button, #profile-left div#item-header a.button {
		float: none;
		clear: both;
		overflow: hidden;
		zoom: 1;
	}

	div#item-header div#message.info {
		line-height: 80%;
	}


/* > Item Lists (Activity, Friend, Group lists)
-------------------------------------------------------------- */
ul#friend-list li{
	position: relative;
}
ul.item-list {
		clear: both;
		display: block;
		overflow: hidden;
}
	ul.item-list li {
    border-bottom: 1px solid #EAEAEA;
    display: block;
    overflow: hidden;
    padding: 10px 0;
	}
body.directory ul.item-list li{
	padding: 15px;
}
	
		ul.single-line li { border: none; }
		body.activity-permalink ul.item-list li { padding-top: 0; }

		ul.item-list li img.avatar {
			float: left;
			margin: 0 10px 10px 0;
		}

		ul.item-list li div.item-title, ul.item-list li h4 {
			font-weight: normal;
			font-size: 14px;
			margin: 0;
		}
			ul.item-list li div.item-title span {
				font-size: 11px;
				color: #999;
			}

		ul.item-list li div.item-desc {
			margin: 10px 0 0 64px;
			font-size: 11px;
			color: #888;
			width: 50%;
		}

		ul.item-list li div.action {
			position: absolute;
			top: 15px;
			right: 0;
			text-align: right;
		}

		ul.item-list li div.meta {
			margin-top: 10px;
			color: #888;
			font-size: 11px;
		}

		ul.item-list li h5 span.small {
			font-weight: normal;
			font-size: 11px;
		}

/* > Item Tabs
-------------------------------------------------------------- */

div.item-list-tabs {

  background-color: #F5F5F5;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#F5F5F5), to(#E0E0E0)); /* Saf4+, Chrome */
  background-image: -webkit-linear-gradient(top, #F5F5F5, #E0E0E0); /* Chrome 10+, Saf5.1+ */
  background-image:    -moz-linear-gradient(top, #F5F5F5, #E0E0E0); /* FF3.6 */
  background-image:     -ms-linear-gradient(top, #F5F5F5, #E0E0E0); /* IE10 */
  background-image:      -o-linear-gradient(top, #F5F5F5, #E0E0E0); /* Opera 11.10+ */
  background-image:         linear-gradient(top, #F5F5F5, #E0E0E0);
            filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#F5F5F5', EndColorStr='#E0E0E0'); /* IE6�IE9 */

    border-bottom: 1px solid #CCCCCC;
    clear: both;
    display: block;
    float: left;
    font-family: Tahoma;
    margin: 0;
    padding: 10px 10px 0 10px;
    width: 100%;
	 margin: 0 0 10px 0;
	-moz-border-radius: 5px 5px 0 0;-webkit-border-radius:  5px 5px 0 0;border-radius: 5px 5px 0 0;
}
	div.item-list-tabs ul li a {
		text-decoration: none;
	}

	div.item-list-tabs ul {
    width: 100%;
	}
		div.item-list-tabs ul li {
	    float: left;
	    margin: 0 5px -1px 0;
		}
			div.item-list-tabs#subnav ul li {
				margin-top: 0;
			}

			div.item-list-tabs ul li.last {
				float: right;
				 margin: 0 15px 0 0;
			
			}
				div.item-list-tabs#subnav ul li.last {
					margin:0 10px 0 0;
				}

				div.item-list-tabs ul li.last select {
					max-width: 175px;
				}

		div.item-list-tabs ul li a,
		div.item-list-tabs ul li span {
			display: block;
			padding:5px;
			text-decoration: none;
			border: 1px solid #CCC;
  background-color: #F5F5F5;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#F5F5F5), to(#E0E0E0)); /* Saf4+, Chrome */
  background-image: -webkit-linear-gradient(top, #F5F5F5, #E0E0E0); /* Chrome 10+, Saf5.1+ */
  background-image:    -moz-linear-gradient(top, #F5F5F5, #E0E0E0); /* FF3.6 */
  background-image:     -ms-linear-gradient(top, #F5F5F5, #E0E0E0); /* IE10 */
  background-image:      -o-linear-gradient(top, #F5F5F5, #E0E0E0); /* Opera 11.10+ */
  background-image:         linear-gradient(top, #F5F5F5, #E0E0E0);
            filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#F5F5F5', EndColorStr='#E0E0E0'); /* IE6�IE9 */
-webkit-border-radius: 3px 3px 0 0;
-moz-border-radius: 3px 3px 0 0;
border-radius:  3px 3px 0 0;
			
		}
			div.item-list-tabs ul li span {
				color: #aaa;
			}

			div.item-list-tabs ul li a span {
				display: inline;
				padding: 0;
				color: inherit;
				border: none;
				background: none;
				filter: none;
			}

div.item-list-tabs ul li.ui-tabs-selected a,
div.item-list-tabs ul li.selected a,
div.item-list-tabs ul li.current a {


  background-color: #FFFFFF;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#f5f5f5)); /* Saf4+, Chrome */
  background-image: -webkit-linear-gradient(top, #FFFFFF, #f5f5f5); /* Chrome 10+, Saf5.1+ */
  background-image:    -moz-linear-gradient(top, #FFFFFF, #f5f5f5); /* FF3.6 */
  background-image:     -ms-linear-gradient(top, #FFFFFF, #f5f5f5); /* IE10 */
  background-image:      -o-linear-gradient(top, #FFFFFF, #f5f5f5); /* Opera 11.10+ */
  background-image:         linear-gradient(top, #FFFFFF, #f5f5f5);
            filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#FFFFFF', EndColorStr='#f5f5f5'); /* IE6�IE9 */

border-left:1px solid #CCCCCC;
border-right:1px solid #CCCCCC;
border-top:1px solid #CCCCCC;
color:#555555;
font-weight:bold;
border-bottom: 1px solid #f5f5f5;
}
			ul li.loading a {
				background-image: url( ../images/ajax-loader.gif ) !important;
				background-position: 92% !important;
				background-repeat: no-repeat!important;
				padding-right: 30px !important;
			}
				div#item-nav ul li.loading a {
					background-position: 88% 50%;
				}

	div.item-list-tabs#object-nav {
		margin-top: 0;
	}

div.item-list-tabs#subnav {
    background: none repeat scroll 0 0 #F5F5F5 !important;
    height: 28px;
    margin: -12px 0 0 -10px !important;
    padding: 15px 0 0;
    width: 618px;
    border-bottom: 1px solid #ccc !important;
min-height: 31px !important;
    overflow: visible !important;
    
}
body.directory div.item-list-tabs#subnav{
    margin: -10px 0 0;
    padding: 5px 10px 0;
	 width:792px;
}

	div.item-list-tabs ul li.feed a {
		background: url( ../images/rss.png ) center left no-repeat;
		padding-left: 20px;
	}

/* > Item Body
-------------------------------------------------------------- */

.item-body {
	margin: 20px 0;
}

span.activity, div#message p {
	display: inline-block;
	font-size: 11px;
	font-weight: normal;
	background: #FFF9DB;
	border-bottom: 1px solid #FFE8C4;
	border-right: 1px solid #FFE8C4;
	color: #ffa200;
	padding: 1px 8px;
	margin-top: 6px;
	text-decoration: none;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

/* > Directories (Members, Groups, Blogs, Forums)
-------------------------------------------------------------- */
.dir-form{
	
}
.dir-form h3{
	float: left;
}
.dir-form .dir-search{
float: right;
width: 223px;
}

.dir-form .dir-search label {
	    color: #333333;
    display: block;
    float: left;
    margin: 0 10px 0 0;
}
	
	div.dir-search input[type=text] {
		padding: 4px;
		font-size: 12px;
	}

/* > Pagination
-------------------------------------------------------------- */

div.pagination {
border-bottom:1px solid #EAEAEA;
clear:both;
color:#888888;
font-size:11px;
height:16px;
margin:10px 0;
overflow:hidden;
padding:10px;
}
	div.pagination#user-pag, .friends div.pagination,
	.mygroups div.pagination, .myblogs div.pagination, noscript div.pagination {
		background: #f8f8f8;
		border: none;
		padding: 8px 15px;
	}

	div.pagination .pag-count {
		float: left;
	}

	div.pagination .pagination-links {
		float: right;
	}
		div.pagination .pagination-links span,
		div.pagination .pagination-links a {
			font-size: 12px;
			padding: 0 5px;
		}

/* > Error / Success Messages
-------------------------------------------------------------- */

div#message {
	margin: 15px 0;
	clear: both;
	display: block;
	overflow: hidden;
	zoom: 1;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	
}
	div#message.updated { clear: both; }

div#message p {
	padding: 10px 15px;
	font-size: 12px;
	display:block;
		-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
	div#message.error p {
		background: #e41717;
		color: #fff;
		border-color: #a71a1a;
		clear: left;
	}

	div#message.updated p {
		background: #dffcd9;
		color: #1a9b00;
		border-color: #c4e9bd;
	}
	div#message.ok p{
    background: url("../images/function_icon_set_small.png") no-repeat scroll 10px -627px #F1FFEA;
    border-bottom: 1px solid #339900;
    border-right: 1px solid #339900;
    color: #339900;
    font-weight: normal;
    margin-top: 6px;
    padding: 13px 13px 13px 50px;
    text-decoration: none;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	}
	

form.standard-form#signup_form div div.error {
	color: #fff;
	background: #e41717;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	padding: 6px;
	width: 90%;
	margin: 0 0 10px 0;
}

/* > Buttons
-------------------------------------------------------------- */

a.button, 
input[type=submit], 
input[type=button], 
input[type=reset],
ul.button-nav li a, 
div.generic-button a,
button {
	background: url( ../images/white-grad.png ) top left repeat-x;
	border: 1px solid #ddd;
	padding: 3px 10px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	text-decoration: none;
	color: #888;
	font-size: 11px;
	font-weight: normal;
	vertical-align: bottom;
	cursor: pointer;
     -moz-box-shadow: 0 0 1px 1px #F6F6F6 inset; /* FF3.5+ */
  -webkit-box-shadow: 0 0 1px 1px #F6F6F6 inset; /* Saf3.0+, Chrome */
          box-shadow: 0 0 1px 1px #F6F6F6 inset; /* Opera 10.5, IE9, Chrome 10+ */
}
a.button:hover, 
a.button:focus, 
input[type=submit]:hover, 
input[type=button]:hover, 
input[type=reset]:hover,
ul.button-nav li a:hover, 
ul.button-nav li.current a,
div.generic-button a:hover,
button:hover {
	border-color: #aaa;
	color: #555;
	outline: none;
}

	/* Buttons that are disabled */
	div.pending a, a.disabled {
		border-color: #eee;
		color: #bbb;
		cursor: default;
	}
	div.pending a:hover, a.disabled:hover { border-color: #eee; color: #bbb; }

	div.accept, div.reject {
		float: left;
		margin-left: 10px;
	}

ul.button-nav li {
	float: left;
	margin: 0 10px 10px 0;
}
	ul.button-nav li.current a {
		font-weight: bold;
	}

/* > AJAX Loaders
-------------------------------------------------------------- */

.ajax-loader {
	background: url( ../images/ajax-loader.gif ) center left no-repeat !important;
	padding: 8px;
	display: none;
}

a.loading {
	background-image: url( ../images/ajax-loader.gif ) !important;
	background-position: 95% 50% !important;
	background-repeat: no-repeat !important;
	padding-right: 25px !important;
}

/* > Input Forms
-------------------------------------------------------------- */

form.standard-form {

}
textarea, input[type=text],
select, input[type=password],
.dir-search input[type=text] {
	border: 1px inset #AECEEC;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	padding: 3px;
	font: inherit;
	color: #888;
	/*background: url(../images/input_bg.gif) no-repeat 0 0;*/
}
textarea.error, input[type=text].error,
select.error, input[type=password].error,
input.mierror{
	border: 1px inset red;
}
		select {
			padding: 3px;
		}

		input[type=password] {
			margin-bottom: 5px;
		}
		 div.checkbox{
		 	clear: both;
			overflow: hidden;
			margin: 10px 0;
		 }
	 div.checkbox span.label{
		display:block;
		overflow: hidden;
		margin: 10px 0;
		float: none;
		clear: both;
		font-weight: bold;
	color: #216294;
	}
	label, span.label {
		display: block;
		margin: 15px 0 5px 0;
		color:#333333;
		cursor: pointer;
	}
		div.checkbox label,
		div.radio label {
			color:#666;
			float:left;
			font-weight:normal;
			margin:0 20px 0 0;
		}

		form.standard-form#sidebar-login-form label {
			margin-top: 5px;
		}

	form.standard-form input[type=text] {
		width: 75%;
	}
	form#commentform  input[type=text] {
		width: 95%;
	} 
		form.standard-form#sidebar-login-form input[type=text],
		form.standard-form#sidebar-login-form input[type=password] {
			padding: 4px;
			width: 95%;
		}

		form.standard-form #basic-details-section input[type=password],
		form.standard-form #blog-details-section input#signup_blog_url {
			width: 35%;
		}

		form.standard-form#signup_form input[type=text],
		form.standard-form#signup_form textarea {
			width: 65%;
			height: auto;
		}
form.standard-form#signup_form div.submit { 
clear:both;
display:block;
float:right;
overflow:hidden;
}
div#signup-avatar img { margin: 0 15px 10px 0; }

form.standard-form textarea {
	width: 75%;
	height: 120px;
}
form#commentform textarea {
	width: 95%;
	height: 120px;
}

		form.standard-form textarea#message_content {
			height: 200px;
		}

		form.standard-form#send-reply textarea {
			width: 97.5%;
		}

	form.standard-form p.description {
		font-size: 11px;
		font-family: Arial, Helvetica, sans-serif;
		color: #888;
		margin: 0 0 5px 0;
		line-height: 120%;
	}
form.standard-form p.description a{
	color: #216294;
	text-decoration: underline;
}

	form.standard-form div.submit {
		padding: 15px 0;
		clear: both;
	}
		form.standard-form div.submit input {
			margin-right: 15px;
		}

	form.standard-form div.radio ul {
		margin: 10px 0 15px 38px;
		list-style: disc;
	}
		form.standard-form div.radio ul li {
			margin-bottom: 5px;
		}

	form.standard-form a.clear-value {
		display: block;
		margin-top: 5px;
		outline: none;
	}
input[type="text"]:focus, textarea:focus, select:focus,input[type="password"]:focus {
	background: #fafafa;
	color: #555;
	-webkit-box-shadow: #477DAF 0px 0px 8px;
	-moz-box-shadow: #477DAF 0px 0px 8px;
	box-shadow: #477DAF 0px 0px 8px;
	border: 1px solid #477DAF;
}
input[type="submit"]:focus,
input[type="submit"]:active{
	color: #555;
	-webkit-box-shadow: #477DAF 0px 0px 8px;
	-moz-box-shadow: #477DAF 0px 0px 8px;
	box-shadow: #477DAF 0px 0px 8px;
	border: 1px solid #477DAF;
	outline: none;
}

form#send-invite-form {
	margin-top: 20px;
}
	div#invite-list {
		height: 400px;
		overflow: scroll;
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
		border-radius: 3px;
		padding: 5px;
		background: #f5f5f5;
		width: 160px;
		border: 1px solid #e4e4e4;
		margin: 10px 0;
	}


/* > Data Tables
-------------------------------------------------------------- */

table {
	width: 100%;
}
	table thead tr {
		background: #eaeaea;
	}

	table#message-threads {
		margin: 10px 0;
		width: auto;
	}

	table.profile-fields { margin-bottom: 20px; }

	div#sidebar table {
		margin: 0 -16px;
		width: 117%;
	}

	table tr td, table tr th {
		padding: 8px;
		vertical-align: middle;
	}
		table tr td.label {
			border-right: 1px solid #eaeaea;
			font-weight: bold;
			width: 25%;
		}

		table tr td.thread-info p { margin: 0; }

			table tr td.thread-info p.thread-excerpt {
				color: #888;
				font-size: 11px;
				margin-top: 3px;
			}

		div#sidebar table td, table.forum td { text-align: center; }

	table tr.alt {
		background: #f4f4f4;
	}

table.notification-settings {
	margin-bottom: 20px;
	text-align: left;
}
	table.notification-settings th.icon, table.notification-settings td:first-child { display: none; }
	table.notification-settings th.title { width: 80%; }
	table.notification-settings .yes, table.notification-settings .no { width: 40px; text-align: center; }

table.forum {
	margin: 10px 0;
	width: auto;
}
	table.forum tr.sticky td {
		background: #FFF9DB;
		border-top: 1px solid #FFE8C4;
		border-bottom: 1px solid #FFE8C4;
	}

	table.forum tr.closed td.td-title {
		padding-left: 35px;
		background-image: url( ../images/closed.png );
		background-position: 15px 50%;
		background-repeat: no-repeat;
	}

	table.forum td p.topic-text {
		color: #888;
		font-size: 11px;
	}

	table.forum tr > td:first-child, table.forum tr > th:first-child {
		padding-left: 15px;
	}

	table.forum tr > td:last-child, table.forum tr > th:last-child {
		padding-right: 15px;
	}

	table.forum tr th#th-title, table.forum tr th#th-poster,
	table.forum tr th#th-group, table.forum td.td-poster,
	table.forum td.td-group, table.forum td.td-title { text-align: left; }

	table.forum td.td-freshness {
		font-size: 11px;
		color: #888;
	}

	table.forum td img.avatar {
		margin-right: 5px;
	}

	table.forum td.td-poster, table.forum td.td-group  {
		min-width: 130px;
	}

	table.forum th#th-title {
		width: 40%;
	}

	table.forum th#th-postcount {
		width: 1%;
	}

/* > Activity Stream Posting
-------------------------------------------------------------- */

form#whats-new-form {
    clear: both;
    display: block;
    float: left;
    margin: 20px 0;
    overflow: hidden;
    padding-bottom: 20px;
    width: 100%;
}
	#item-body form#whats-new-form {
		margin-top: 20px;
		border: none;
	}

	.home-page form#whats-new-form {
		border-bottom: none;
		padding-bottom: 0;
	}

	form#whats-new-form h5 {
		margin: 0;
		font-weight: normal;
		font-size: 12px;
		color: #888;
		margin-left: 76px;
		padding: 0 0 3px 0;
	}

	form#whats-new-form #whats-new-avatar {
		float: left;
	}

	form#whats-new-form #whats-new-content {
		margin-left: 54px;
		padding-left: 22px;
	}

	form#whats-new-form #whats-new-textarea {
		margin: 5px 0 10px 0;
	}
	form#whats-new-form textarea {
		width: 98%;
		height: 60px;
		font-size: 14px;
		font-family: inherit;
		color: #555;
		margin: 0;
	}

	form#whats-new-form #whats-new-options select {
		max-width: 200px;
	}

	form#whats-new-form #whats-new-submit {
		float: right;
		margin: 0;
	}

/* > Activity Stream Listing
-------------------------------------------------------------- */

ul.activity-list li {
	overflow: hidden;
}


	ul.activity-list li.has-comments {
		padding-bottom: 20px;
	}

.activity-list li.mini {
/*
	position: relative;
	z-index: 1;
*/
	font-size: 11px;
	min-height: 35px;
	padding: 12px 0 0 0;
}
	.activity-list li.mini div.activity-meta {
		margin: 0;
	}

	.activity-list li.mini div.activity-meta a {
		padding: 3px 8px;
	}

	.activity-list li.mini .activity-avatar img.avatar,
	.activity-list li.mini .activity-avatar img.FB_profile_pic {
		width: 20px;
		height: 20px;
		margin-left: 36px;
	}
		.activity-list li.activity_comment .activity-avatar img.avatar,
		.activity-list li.activity_comment .activity-avatar img.FB_profile_pic {
			width: 40px;
			height: 40px;
			margin-left: 20px;
		}

		body.activity-permalink .activity-list li .activity-avatar img.avatar,
		body.activity-permalink .activity-list li .activity-avatar img.FB_profile_pic {
			width: 100px;
			height: 100px;
			margin-left: 0;
		}

	.activity-list li.mini .activity-content {
		margin-right: 175px;
	}

	.activity-list li.mini .activity-content p {
		margin: 0;
		float: left;
	}

	.activity-list li.mini .activity-meta {

	}
		body.activity-permalink .activity-list li.mini .activity-meta {
			position: absolute;
			right: 15px;
		}

	.activity-list li.mini .activity-comments {
		clear: left;
		font-size: 12px;
		margin-top: 30px;
	}

.activity-list li .activity-inreplyto {
	font-size: 11px;
	color: #888;
	margin-left: 70px;
	margin-bottom: 15px;
	padding-left: 25px;
	background: url( ../images/replyto_arrow.gif ) 7px 0 no-repeat;
}
	.activity-list li .activity-inreplyto > p {
		margin: 0;
		display: inline;
	}

	.activity-list li .activity-inreplyto blockquote,
	.activity-list li .activity-inreplyto div.activity-inner {
		background: none;
		border: none;
		display: inline;
		padding: 0;
		margin: 0;
		overflow: hidden;
	}

.activity-list .activity-avatar img {
	width: 60px;
	height: 60px;
}
		body.activity-permalink .activity-list .activity-avatar img {
			width: 100px;
			height: 100px;
		}

.activity-list .activity-content {
	margin-left: 70px;
}
	body.activity-permalink .activity-list li .activity-content {
		-moz-border-radius: 4px;
		-webkit-border-radius: 4px;
		border-radius: 4px;
		background: #fff;
		padding: 15px;
		border-bottom: 1px solid #ddd;
		border-right: 1px solid #ddd;
		margin-left: 135px;
		font-size: 16px;
		line-height: 150%;
		min-height: 35px;
		margin-right: 0;
	}
		body.activity-permalink .activity-list li .activity-header > p {
			background: url( ../images/activity_arrow.gif ) top left no-repeat;
			margin-left: -35px;
			padding: 5px 0 0 38px;
			height: 35px;
			margin-bottom: 0;
		}

	.activity-list .activity-content .activity-header,
	.activity-list .activity-content .comment-header {
	    color: #999999;
	    font-size: 10px;
	    line-height: 170%;
	}

	span.highlight {
		background: #EBF7FF;
		border-bottom: 1px solid #a1dcfa;
		border-right: 1px solid #a1dcfa;
		color: #059AE7;
		padding: 3px 8px;
		text-decoration: none;
		-moz-border-radius: 4px;
		-webkit-border-radius: 4px;
		border-radius: 4px;
		margin-right: 3px;
	}

		span.time-since {
			color: #CCC;
			font-size: 11px;
		}

	.activity-list .activity-content span.activity-header-meta a {
		background: none;
		padding: 0;
		font-size: 11px;
		margin: 0;
		border: none;
		color: #aaa;
		text-decoration: underline;
	}
		.activity-list .activity-content span.activity-header-meta a:hover {
			color: inherit;
			text-decoration: none;
		}

	.activity-list .activity-inner, 	.activity-list blockquote {
		margin: 15px 0 15px 5px;
		overflow: hidden;
		font-size: 12px;
		color: #333;
	}
	.activity-list .activity-inner p{
		font-size: 12px;
		color: #333;
	}
		body.activity-permalink .activity-content .activity-inner,
		body.activity-permalink .activity-content blockquote {
			margin-top: 5px;
		}

		/* Backwards compatibility. */
		.activity-inner > .activity-inner { margin: 0 !important; }
		.activity-inner > blockquote { margin: 0 !important; }

	.activity-list .activity-content img.thumbnail {
		float: left;
		margin: 0 10px 5px 0;
		border: 2px solid #eee;
	}

.activity-list li.load-more {
	margin: 15px  0 !important;
	padding: 10px 15px !important;
	background: #f0f0f0 !important;
	text-align: center;
	font-size: 1.2em;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}
	.activity-list li.load-more a {
		color: #555;
	}

/* > Activity Stream Comments
-------------------------------------------------------------- */

div.activity-meta {
	margin: 0;
	clear: left;
	font-size: 11px;
}

.activity-list div.activity-meta a {
	padding: 0 5px 0 0;

}
	.activity-list div.activity-meta a.acomment-reply {

	}

	div.activity-meta a:focus { outline: none; }
	div.activity-meta a:hover {

	}
		div.activity-meta a.acomment-reply:hover {

		}

div.activity-comments {
	position: relative;
	margin: 10px 0 0 70px;
	width: auto;
	overflow: hidden; /* IE fix */
}

	body.activity-permalink div.activity-comments {
		width: auto;
		margin-left: 135px;
		background: none;
	}

div.activity-comments > ul {
	background: #EDF8F8;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}
div.activity-comments ul, div.activity-comments ul li {
	border: none;
	list-style: none;
}

	div.activity-comments ul {
		clear: left;
	}

	div.activity-comments ul li {
		border-top: 2px solid #fff;
		padding: 10px 15px 10px 0;
		margin-left: 15px;
	}
		body.activity-permalink div.activity-comments ul li {
			border-width: 1px;
			padding: 15px 0 15px 0;
		}

		div.activity-comments ul li p:last-child {
			margin-bottom: 0;
		}

		div.activity-comments > ul > li:first-child {
			border-top: none;
		}

		div.activity-comments ul li:last-child {
			margin-bottom: 0;
		}

	div.activity-comments ul li > ul {
		margin-top: 5px;
		margin-left: 25px;
	}
		body.activity-permalink div.activity-comments ul li > ul {
			margin-top: 15px;
		}

	div.activity-comments div.acomment-avatar img {
		border-width: 2px !important;
		float: left;
		margin-right: 10px;
	}

	div.activity-comments div.acomment-content {
		font-size: 11px;
		margin-left: 39px;
		margin-top: 5px;
	}
		div.acomment-content .time-since { display: none; }
		div.acomment-content .activity-delete-link { display: none; }
		div.acomment-content .comment-header { display: none; }

		body.activity-permalink div.activity-comments div.acomment-content {
			font-size: 14px;
		}

	div.activity-comments div.acomment-meta {
		font-size: 11px;
		color: #888;
	}

	div.activity-comments form.ac-form {
		display: none;
		margin: 10px 0 10px 33px;
		background: #eee;
		border-bottom: 1px solid #ddd;
		border-right: 1px solid #ddd;
		-moz-border-radius: 4px;
		-webkit-border-radius: 4px;
		border-radius: 4px;
		padding: 8px;
	}
		div.activity-comments li form.ac-form {
			margin-right: 15px;
		}

		div.activity-comments form.root {
			margin-left: 0;
		}

		div.activity-comments div#message {
			margin-top: 15px;
			margin-bottom: 0;
		}

		div.activity-comments form.loading {
			background-image: url( ../images/ajax-loader.gif );
			background-position: 2% 95%;
			background-repeat: no-repeat;
		}

		div.activity-comments form .ac-textarea {

		}
			div.activity-comments form textarea {
				width: 100%;
				font-family: inherit;
				font-size: 11px;
				color: #555;
				height: 60px;
				border: none;
				padding: 0;
			}
				div.activity-comments form input {
					margin-top: 5px;
				}

		div.activity-comments form div.ac-reply-avatar {
			float: left;
		}
			div.ac-reply-avatar img {
				border: 2px solid #fff !important;
			}

		div.activity-comments form div.ac-reply-content {
			margin-left: 25px;
			padding-left: 15px;
			color: #888;
			font-size: 11px;
		}

/* > Private Message Threads
-------------------------------------------------------------- */

table#message-threads tr.unread td {
	background: #FFF9DB;
	border-top: 1px solid #FFE8C4;
	border-bottom: 1px solid #FFE8C4;
	font-weight: bold;
}
	table#message-threads tr.unread td span.activity {
		background: #fff;
	}

	li span.unread-count, tr.unread span.unread-count {
		background: #dd0000;
		padding: 2px 8px;
		color: #fff;
		font-weight: bold;
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
		border-radius: 3px;
	}
		div.item-list-tabs ul li a span.unread-count {
			padding: 1px 6px;
			color: #fff;
		}

	div.messages-options-nav {
		font-size: 11px;
		background: #eee;
		text-align: right;
		margin:10px 0;
		padding: 5px 15px;
	}

div#message-thread div.message-box {
	margin: 10px 0;
	padding: 15px;
}
	div#message-thread div.alt {
		background: #f4f4f4;
	}

	div#message-thread p#message-recipients {
		margin: 10px 0 20px 0;
	}

	div#message-thread img.avatar {
		float: left;
		margin: 0 10px 0 0;
		vertical-align: middle;
	}

	div#message-thread strong {
		margin: 0;
		font-size: 16px;
	}
		div#message-thread strong a {
			text-decoration: none;
		}

		div#message-thread strong span.activity {
			margin: 4px 0 0 10px;
		}

	div#message-thread div.message-metadata {
		overflow: hidden;
	}

	div#message-thread div.message-content {
		margin-left: 45px;
	}

	div#message-thread div.message-options {
		text-align: right;
	}

/* > Group Forum Topics
-------------------------------------------------------------- */

ul#topic-post-list {
	margin: 10px 0;
	width: auto;
}
	ul#topic-post-list li {
		padding: 15px;
		position: relative;
	}

	ul#topic-post-list li.alt {
		background: #f4f4f4;
	}

	ul#topic-post-list li div.poster-meta {
		margin-bottom: 10px;
		color: #888;
	}

	ul#topic-post-list li div.post-content {
		margin-left: 54px;
	}

div.admin-links {
	position: absolute;
	top: 15px;
	right: 25px;
	color: #888;
	font-size: 11px;
}
	div#topic-meta div.admin-links {
		bottom: 0;
		right: 0;
		top: auto;
	}

div#topic-meta {
	position: relative;
	padding: 5px 0;
}
	div#topic-meta h3 {
		font-size: 20px;
	}

div#new-topic-post {
	margin: 0;
	padding: 1px 0 0 0;
}

/* > WordPress Blog Styles
-------------------------------------------------------------- */

div.post {
	margin: 0 0 40px 0;
	overflow: hidden;
}
.page-id-299 div.post{
	margin: 0 0 10px 0 !important;
}
	div.post h2.pagetitle, div.post h2.posttitle {
		margin: 0;
		line-height: 120%;
	}
		div.post h2.pagetitle a, div.post h2.posttitle a {
			color: #666;
			text-decoration: none;
		}

	.navigation, .paged-navigation, .comment-navigation {
		overflow: hidden;
		font-family: georgia, times, serif;
		font-style: italic;
		font-size: 14px;
		padding: 5px 0;
		margin: 5px 0 25px 0;
	}
		.alignright {
			float: right;
			margin-left: 15px;
		}

		.alignleft {
			float: left;
			margin-right: 15px;
		}

	div.post p { margin: 0 0 20px 0; }
	div.post ul, div.post ol, div.post dl { margin: 0 0 18px 1.5em; }
	div.post ul { list-style: square; }
	div.post ol { list-style: decimal; }
	div.post ol ol { list-style: upper-alpha; }
	div.post dl { margin-left: 0; }
	div.post dt { font-size: 14px; font-weight: bold; }
	div.post dd { margin: 0 0 15px 0;}

	div.post pre, div.post code p {
		padding: 15px;
		background: #f4f4f4;
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
		border-radius: 3px;
	}

	div.post code { font-family: "Monaco", courier, sans-serif; }

div.post blockquote {
    border-left: 5px solid #3F99D8;
    float: left;
    font-family: georgia,times,serif;
    font-size: 16px;
    font-style: italic;
    line-height: 150%;
    padding: 0 0 0 25px;
    quotes: none;
    width: 200px;

	}

	div.post table {
		border-collapse:collapse;
		border-spacing:0;
		border: 1px solid #eee;
	}
		div.post table th { border-top: 1px solid #eee; text-align: left; }
		div.post table td { border-top: 1px solid #eee; }

div.post div.author-box, div.comment-avatar-box {
background:url("../images/piquito_small.png") no-repeat scroll 100% 6px transparent;
float:left;
font-family:georgia,times,serif;
font-style:italic;
margin:0;
padding:0 10px 0 1px;
width:45px;
}
div.author-box p, div.comment-avatar-box p { margin: 5px 0 0; }
div.author-box a, div.comment-avatar-box a { text-decoration: none; }

div.post div.author-box img, div.comment-avatar-box img {
float: none;
border: 2px solid #fff;
margin: 0;
}

/*div.post div.post-content,*/ div.comment-content {
background:url("../images/profile_menu_button_sin_borde.png") repeat-x scroll 0 0 #FFFFFF;
border:1px solid #CCCCCC;
display:block;
font-size:14px;
margin:10px 0 10px 55px;
min-height:10px;
padding:5px 15px;
}

	div.post p.date, div.post p.postmetadata, div.comment-meta, div.comment-options {
		color: #888;
		font-size: 12px;
		font-family: Georgia, times, serif;
		padding: 3px 0;
		margin: 10px 0;
		border-bottom: 1px solid #e4e4e4;
		border-top: 1px solid #e4e4e4;
	}

	div.post p.postmetadata {
		margin-top: 15px;
		clear: left;
		overflow: hidden;
	}

	div.post img { 
		margin: 10px; 
		max-width: 570px;
		padding:3px;
		border: 1px solid #ddd;
     -moz-border-radius: 3px; /* FF1+ */
  -webkit-border-radius: 3px; /* Saf3-4 */
          border-radius: 3px; /* Opera 10.5, IE9, Saf5, Chrome */

		}
	div.post img.wp-smiley { padding: 0 !important; margin: 0 !important; border: none !important; float: none !important; clear: none !important; }

	div.post img.centered, img.aligncenter {
		display: block;
		margin-left: auto;
		margin-right: auto;
	}

	div.post img.alignright {
		padding: 3px;
		margin: 5px 0px 10px 10px;
		display: inline;
	}

	div.post img.alignleft {
		padding: 3px;
		margin: 5px 10px 10px 0;
		display: inline;
	}

	div.post .aligncenter, div.post div.aligncenter {
		display: block;
		margin-left: auto;
		margin-right: auto;
	}

	div.post .wp-caption {
		border: 1px solid #ddd;
		text-align: center;
		background-color: #f3f3f3;
		padding-top: 4px;
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
		border-radius: 3px;
	}

	div.post .wp-caption img {
		margin: 0;
		padding: 0;
		border: 0 none;
	}

	div.post dd.wp-caption p.wp-caption-text, div.post .wp-caption p.wp-caption-text {
		font-size: 0.9em;
		line-height: 17px;
		padding: 5px 7px;
		margin: 0;
	}

/* > WordPress Blog Comment Styles
-------------------------------------------------------------- */

#trackbacks {
	margin-top: 30px;
}

#comments span.title, #trackbacks span.title {
	color: #aaa;
}

ol.commentlist li {
	margin: 0 0 30px 0;
}

	div.comment-meta {
		border-top: none;
		padding-top: 0;
	}

	div.comment-meta h5 {
		font-weight: normal;
	}

	div.comment-meta em {
		float: right;
	}

	div.comment-options {
		border-bottom: none;
	}

#profile-left{
background:url("../images/profile_left_bg.jpg") repeat-x scroll 0 0 transparent;
float:left;
padding:0;
width:175px;
}
#profile-right{
    float: left;
    padding: 0;
    width: 617px;
}
#profile-left div.item-list-tabs ul li {
	float: none;
	clear: both;
	background: url(../images/profile_menu_button_sin_borde.png) repeat-x 0 0;
	margin: 0;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
}
#profile-left div.item-list-tabs ul li:hover{
	background: url(../images/profile_menu_button_hover.png) repeat-x 100% 100%;
}
#profile-left div.item-list-tabs ul li.current{
	background: #FFF;
	border-top: 1px solid #CCC;

}
#profile-left div.item-list-tabs ul{
	padding: 0;
	
}
#profile-left div.item-list-tabs ul li{
	
}
#profile-left div.item-list-tabs ul li#blogs-personal-li{
	display: none;

}
a.nueva-pregunta {
	background:url("../images/profile-icons.png") no-repeat scroll 0 -214px transparent;
padding:5px 5px 5px 30px;
font-weight: normal;
text-decoration: none;
}
a.nueva-entrada {
	background:url("../images/profile-icons.png") no-repeat scroll 0 -283px transparent;
padding:5px 5px 5px 30px;
font-weight: normal;
text-decoration: none;
}
#profile-left div.item-list-tabs{
	background:#FFF;
	width:175px;
	border-bottom: 1px solid #CCC;
	padding: 0;
}
#item-header-avatar, #item-header-content{
	clear: both;
	display: block;
}
#web #contenido.profile{
	background:#fff url(../images/profile_left_bg.jpg) repeat-y 0 0;
}
#member-sidebar{
float:right;
min-height:519px;
padding:10px 0 0 0;
width:205px;
}
#profile-left div.item-list-tabs ul li.selected a,
#profile-left div.item-list-tabs ul li.current a {
background-color :#FFFFFF;
border:medium none;
margin:0 -3px 0 0;
color:#333;
}
#profile-left div#item-header img.avatar {
	padding: 1px;
	border: 1px solid #e0e0e0;
}
div.item-list-tabs ul li a:hover{
	color: #333;
}
#profile-left  div.item-list-tabs ul li a{
background:url("../images/profile-icons.png") no-repeat scroll 0 0 transparent;
padding:5px 5px 5px 30px;
border: none;
height: auto;
}
#profile-left  div.item-list-tabs ul li#notifications-personal-li a{
	background-position: 5px 7px;
}
#profile-left  div.item-list-tabs ul li#profile-personal-li a{
	background-position: 5px -17px;
}

#profile-left  div.item-list-tabs ul li#messages-personal-li a{
	background-position: 5px -41px;
}

#profile-left  div.item-list-tabs ul li#friends-personal-li a{
	background-position: 5px -64px;
}

#profile-left  div.item-list-tabs ul li#settings-personal-li a{
	background-position: 5px -86px;
}

#profile-left  div.item-list-tabs ul li#xprofile-personal-li a{
	background-position: 5px -17px;
}


#profile-left  div.item-list-tabs ul li#forums-personal-li a{
	background-position: 5px -181px;
}

#profile-left  div.item-list-tabs ul li#album-personal-li a{
	background-position: 5px -110px;
}
#profile-left  div.item-list-tabs ul li#firma-personal-li a{
	background-position: 5px -237px;
}
#profile-left  div.item-list-tabs ul li#diario-personal-li a{
	background-position: 5px -283px;
}
#profile-left  div.item-list-tabs ul li#anuncios-personal-li a{
	background-position: 5px -306px;
}
#profile-left  div.item-list-tabs ul li#progreso-personal-li a{
	background-position: 5px -395px;
}
#profile-left span.activity, #profile-left div#message p{
	margin: 6px;
}
#profile-left div#item-header img.avatar{
	margin: 0 0 5px 0;
}
.bp-widget{
    clear: both;
    display: block;
    overflow: hidden;
    padding: 10px;
}
.bp-widget h4, 
#contenido-semana .entry h3,
#contenido-semana .entry h4{
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background:none repeat scroll 0 0 #429BDA;
	color:#FFFFFF;
	font-weight:bold;
	margin:10px 0;
	padding:5px;
	text-shadow:1px 0 0 #333333;
	display: block;
	clear: both;
	overflow: hidden;
}
#profile-left div.generic-button a{
	font-family:arial;
	font-size:11px;
	padding:3px 5px 3px 30px;
	float: left;
}
#profile-left div.generic-button.friendship-button a{
	background: url(../images/profile-icons.png) no-repeat 5px -137px;
}
#profile-left div.generic-button a.new-message{
	background: url(../images/profile-icons.png) no-repeat 5px -162px;
}

#member-sidebar .caja{
	border: 1px solid #CCC;
}
#member-sidebar .semana-embarazo{
background:url("../images/semana.jpg") no-repeat scroll 1px 1px #FFFFFF;
border:1px solid #CCCCCC;
clear:both;
color:#666666;
cursor:pointer;
display:block;
font-family:georgia;
font-size:18px;
font-weight:bold;
height:68px;
line-height:100%;
padding:8px 5px 1px 1px;
text-align:right;
text-decoration:none;
width: auto;
}
#member-sidebar .semana-embarazo .semana {
	color: #429BDA;
}
#member-sidebar .semana-embarazo small {
	font-size: 12px;
	font-family: Arial;
}
#member-sidebar .semana-embarazo:hover{
	border-color: #429BDA;
	color: #429BDA;
	text-decoration: none; 
}
#member-sidebar .semana-embarazo span.numero {
	color: #429BDA;
}
#member-sidebar h3{
	margin:0 0 7px 0;
}
#mensajes{
background:#F5F5F5;
clear:both;
display:block;
overflow:hidden;
padding:0 10px;
text-align:center;
}
small{
	font-size: 10px;
}
.hidden{
	display: none;
}
.mamas{
	margin: 10px 0;
}
.mamas .contenido{
background:none repeat scroll 0 0 #FFFFFF;
border:1px solid #CCCCCC;
padding:5px;
display: block;
overflow: hidden;
}
.mamas .item-avatar{
	float: left;
	margin: 2px;

}
.picture-gallery, .picture-adjacent-links {

padding:20px 0;
}
.picture-description{
-moz-border-radius:4px 4px 4px 4px;
background:none repeat scroll 0 0 #F5F5F5;
	padding: 20px;
	font-family: Georgia;
	margin: 20px 0;
	
}
.picture-description p{
	font-size: 14px;
		
	font-style: italic;
}
.picture-meta {
	margin: 10px 0 !important;
	width: auto !important;
}

.picture-single .activity-list .activity-content {
	margin: 0;
}
.picture-single h3{
	text-align: left !important;
}
#item-body{
	padding: 10px;
}
.activity-inner .bloque{
	background: none !important;
	margin: !important;
	padding: 0 !important;
	border: none !important;
}
.bloque{
	background:url("../images/profile_menu_button_sin_borde.png") repeat-x scroll 0 0 #FFF;
	margin: 0 0 10px 0;
	padding: 10px;

	     -moz-box-shadow: 0px 3px 8px #DDD; /* FF3.5+ */
  -webkit-box-shadow: 0px 3px 8px #DDD; /* Saf3.0+, Chrome */
          box-shadow: 0px 3px 8px #DDD; /* Opera 10.5, IE9 */
	-moz-border-radius: 5px; /* FF1+ */
	-webkit-border-radius: 5px; /* Saf3-4 */
	border-radius: 5px; /* Opera 10.5, IE9, Saf5, Chrome */
	border: 1px solid #DDD;
}
#sidebar-me .avatar-sidebar{
	float: left;
	margin: 0 10px 0 0;
}
#sidebar-me h4{
	margin: 0;
}
#sidebar-me .logout{
	float: left;
	font-size: 11px;
	color: #aaa;
}
ul.botones {
	list-style: none;
	margin: 0;
	padding: 10px;
}
ul.botones li{
	list-style: none;
	margin: 0 0 5px 0;
}
ul.botones li a, input.big-button{
    display: block;
    float: left;
    font-family: arial;
    font-size: 13px;
    height: 34px;
    line-height: 34px;
    margin: 0 0 3px;
    text-decoration: none;
    text-indent: 10px;
    width: 178px;
	float: left;
	height: 34px;
	line-height: 34px;
     -moz-box-shadow:  0 0 1px 1px #F6F6F6 inset;
  -webkit-box-shadow:  0 0 1px 1px #F6F6F6 inset;
          box-shadow:  0 0 1px 1px #F6F6F6 inset;
 	-moz-border-radius: 2px 2px 2px 2px;
 	-webkit-border-radius: 2px 2px 2px 2px;
 	border-radius: 2px 2px 2px 2px;
	border: 1px solid #BFE9F9;
  	background-color: #BFE9F9;
  	background-image: -moz-linear-gradient(top, #EDF8F8, #D1E9FB); /* FF3.6 */
  	background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #EDF8F8),color-stop(1, #D1E9FB)); /* Saf4+, Chrome */
  	background-image: -webkit-linear-gradient(#EDF8F8, #D1E9FB); /* Chrome 10+, Saf6 */
  	background-image: linear-gradient(top, #EDF8F8, #D1E9FB);
            filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#EDF8F8', EndColorStr='#D1E9FB'); /* IE6�IE9 */
}
ul.botones li a:hover, input.big-button:hover, ul.botones li a.active{
	text-decoration: none;
	background: #FFF;
	color: #508CC9;
}
ul.botones li a:active, input.big-button:active{

  background-color: #D1E9FB;
  background-image: -moz-linear-gradient(top, #D1E9FB, #EDF8F8); /* FF3.6 */
  background-image: -o-linear-gradient(top, #D1E9FB, #EDF8F8); /* Opera 11.10+ */
  background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #D1E9FB),color-stop(1, #EDF8F8)); /* Saf4+, Chrome */
  background-image: -webkit-linear-gradient(#D1E9FB, #EDF8F8); /* Chrome 10+, Saf5.1+ */
  background-image: linear-gradient(top, #D1E9FB, #EDF8F8);
            filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#D1E9FB', EndColorStr='#EDF8F8'); /* IE6�IE9 */


}
input.big-button{
	text-indent: 0;
	text-align: center;
}

ul#members-list{
	
}
ul#members-list li{
border:1px solid #AECEEC;
margin:0 0 10px;
padding:5px;
width:47%;
position: relative;
text-align: left;
background: url(../images/member_bg.png) no-repeat bottom left;
     -moz-border-radius: 3px; /* FF1+ */
  -webkit-border-radius: 3px; /* Saf3-4 */
          border-radius: 3px; /* Opera 10.5, IE 9, Saf5, Chrome */
     -moz-box-shadow: 0px 1px 3px #CCC; /* FF3.5+ */
  -webkit-box-shadow: 0px 1px 3px #CCC; /* Saf3.0+, Chrome */
          box-shadow: 0px 1px 3px #CCC; /* Opera 10.5, IE 9 */
}
ul#members-list li:hover{
     -moz-box-shadow: 0px 1px 6px #BBB; /* FF3.5+ */
  -webkit-box-shadow: 0px 1px 6px #BBB; /* Saf3.0+, Chrome */
          box-shadow: 0px 1px 6px #BBB; /* Opera 10.5, IE 9 */
	border:1px solid #73A6DD;
}
body.directory ul#members-list li{
    height: 65px;
    width: 325px;
}
ul#members-list li.impar{
	float: left;
	
}
ul#members-list .par{
	float: right;
}
body.directory #contenido #principal,
body.activity #contenido #principal{
	margin-top: 10px;
}
ul#members-list li .semana{
	position: absolute;
	right: 5px;
	bottom:5px;
	text-align: center;
	width: 50px;
}
ul#members-list li .semana span{
background:url("../images/semana_bg.png") repeat scroll 0 0 transparent;
display:block;
height:27px;
line-height:27px;
margin:0 auto;
text-align:center;
width:27px;
}
ul#members-list li .item-meta{
	width: 50%;
	float: left;
}
ul#members-list li img.avatar{
	margin: 0 5px 5px 0;
}
body.profile #latest-update{
    background: url("../images/piquito.gif") no-repeat scroll 0 center #F5F5F5;
    clear: both;
    display: block;
    margin: 0;
    padding: 10px 10px 10px 0;
    position: relative;
	 margin: 0 -1px 0 0;
}
body.profile #latest-update span{
	background:url("../images/profile_menu_button_sin_borde.png") repeat-x scroll 0 0 #FFFFFF;
	border:1px solid #CCCCCC;
	clear:both;
	display:block;
	font-family:georgia;
	font-size:14px;
	margin:0;
	min-height:10px;
	padding:20px;
}
body.profile #latest-update #piquito{
left:-22px;
position:absolute;
top:30px;
}
body.activity-permalink .activity {
	background: #F5F5F5;
	padding: 10px;
}
#members-list a.semana-embarazo{
	background:url("http://elembarazo.net/foro/bb-templates/elembarazo/images/semana.png") no-repeat scroll 0 0 transparent;
clear:both;
color:#333333;
display:block;
font-family:Arial,Helvetica,sans-serif;
font-size:11px;
height:35px;
line-height:100%;
margin:5px 5px 5px -5px;
padding:6px 6px 5px 3px;
text-align:right;
width:82px;
text-decoration: none;
position: absolute;
right: 0;
bottom: 0;
}
#members-list a.semana-embarazo:hover{
	background-position: 0 -50px;
}
#members-list a.semana-embarazo .numero {
color:#40ABC1;
font-weight:bold;
}
input.subir-foto{
	
}

.listado-foro .numero {
background:url("../images/semana_bg.png") no-repeat scroll 0 0 transparent;
color:#333333;
display:block;
float:left;
font-weight:bold;
height:27px;
line-height:27px;
margin:-3px 10px 0 0;
text-align:center;
width:27px;
}
.bp-widget.newsletter-gratuitos{
	display: none !important;
}
#contenido.my_profile .bp-widget.newsletter-gratuitos{
	display: block !important;
}

/* Galer�a */
.picture-thumb-box {
	height:170px;
	overflow: hidden;
}
.mini-picture-gallery{
    background: none repeat scroll 0 0 #F5F5F5;
    clear: both;
    display: block;
    font-size: 14px;
    margin: 0 -1px 0 0;
    overflow: hidden;
}
.my_profile .mini-picture-gallery{
	margin-bottom: 2px;
}
.mini-picture-gallery .picture-thumb-box {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #CCCCCC;
    height: 97px;
    margin: 0 2px 0 0;
    padding: 1px;
    width: 97px;
     -moz-border-radius: 0px; /* FF1+ */
  -webkit-border-radius: 0px; /* Saf3-4, iOS 1+, Android 1.5+ */
          border-radius: 0px; /* Opera 10.5, IE9, Saf5, Chrome */	
}
.mini-picture-gallery .picture-thumb-box.last{
	float: right;
	margin: 0;
}
.mini-picture-gallery .picture-thumb-box a img{
    border: medium none;
    height: 97px;
    width: 97px;
}
.picture-meta {
	clear: both !important;
	overflow: hidden !important;
	display: block !important;
}
.picture-thumb-box .picture-title{
    position: relative;
    text-transform: none !important;
    top: 3px;
}

.maxi-picture-gallery{
	clear: both;
	margin: 10px 0;
}
.maxi-picture-gallery .picture-thumb-box{
    -moz-border-radius: 0 0 0 0;
    background: none repeat scroll 0 0 transparent;
    border: medium none;
    float: left;
    margin: 0 8px 0 0;
    overflow: hidden;
    padding: 0;
    width: 155px;
	 height: 220px;
     -moz-border-radius: 1px; /* FF1+ */
  -webkit-border-radius: 1px; /* Saf3-4, iOS 1+, Android 1.5+ */
          border-radius: 1px; /* Opera 10.5, IE9, Saf5, Chrome */	
}
.maxi-picture-gallery .picture-thumb-box.last{
	float: right;
	margin: 0;
}
.maxi-picture-gallery .picture-thumb-box a img{
    background: none repeat scroll 0 0 #FFFFFF;
	 padding: 1px;
    border: 1px solid #DDD;
	 width: 150px;
	 height: 150px;
	 
}
.picture-thumb-box a:hover img {
	border-color: #508CC9;
}
.picture-gallery .picture-thumb-box .picture-thumb img {
    border: 1px solid #AAAAAA !important;
    display: block !important;
    height: 120px !important;
    width: 120px !important;
}
.picture-thumb-box {
    margin: 0 10px 10px 0;
    padding: 10px;
    width: 122px;
}
.picture-thumb-box.last{
	float: right;
	margin: 0;
}
.my_friends .picture-thumb-box{
	height: 190px;
	overflow: hidden;
} 
.picture-pagination a.next{
    background: none;
    display:  inline;
    float:  none;
    height:  auto;
    margin: 0;
    width: auto;
	
}

.titulo-columna {
	-moz-border-radius: 4px 4px 0 0; /* FF1+ */
	-webkit-border-radius: 4px 4px 0 0; /* Saf3-4, iOS 1+, Android 1.5+ */
	border-radius: 4px 4px 0 0; /* Opera 10.5, IE9, Saf5, Chrome, FF4 */
	background: url("../images/alert-overlay.png") repeat-x scroll 0 0 #508CC9;
	border: 1px solid #508CC9;
	clear: both;
	color: #FFFFFF;
	display: block;
	font-weight: bold;
	overflow: hidden;
	margin: 0 0 10px 0;
	padding: 5px 10px;
	position: relative;
	text-decoration: none;
	text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.25);
}
.titulo-columna a{
	color: #FFF;
	text-decoration: none;
}

form fieldset {
	background-color: #FFFFFF;
	background-image: -moz-linear-gradient(top, #FFFFFF, #EEF7F9); /* FF3.6 */
	background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #FFFFFF),color-stop(1, #EEF7F9)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient(#FFFFFF, #EEF7F9); /* Chrome 10+, Saf6 */
	background-image: linear-gradient(top, #FFFFFF, #EEF7F9);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#FFFFFF', EndColorStr='#EEF7F9'); /* IE6�IE9 */
    clear: both;
    display: block;
	 zoom: 1;
    margin: 10px 0 0 0;
    padding: 30px 20px 20px;
    position: relative;
	 border: 1px solid #B0D2EE;
     -moz-border-radius: 3px; /* FF1+ */
  -webkit-border-radius: 3px; /* Saf3-4, iOS 1+, Android 1.5+ */
          border-radius: 3px; /* Opera 10.5, IE9, Saf5, Chrome */

	}
form fieldset legend {
    color: #216294;
    font-size: 17px;
    position: absolute;
    top: -15px;
}
form fieldset:hover{
     -moz-box-shadow: 0px 0px 6px #B0D2EE; /* FF3.5+ */
  -webkit-box-shadow: 0px 0px 6px #B0D2EE; /* Saf3.0+, Chrome */
          box-shadow: 0px 0px 6px #B0D2EE; /* Opera 10.5, IE9 */
}
#respond .avatar {
	position: relative;
}
#respond  .avatar .fb-logo{
    background: url("../images/mini-facebook.png") no-repeat scroll 0 0 transparent;
    bottom: -2px;
    height: 15px;
    position: absolute;
    right: -2px;
    width: 15px;
}
form.standard-form .checkbox {
	clear: both;
	display: block;
	overflow: hidden;
}
form.standard-form .checkbox input[type="checkbox"]{
	float: left;
	margin: 3px 10px 0 0;
}
form.standard-form .checkbox label{
	float: left;
	width: 90%;
	margin: 0;
}
form#bp-album-upload-form{
	font-size: 14px;
}