/*
Theme Name:Training 3D
Theme URI:
Description:This theme supports widget, threaded-comments, theme-options,and translation is ready. Also including page-navigation and multi level dropdown menu.You can see live demo including more information here http://www.mono-lab.net/demo3/
Author:Kiubmen
Author URI:http://kiubmen.com
Version:1.1
Tags: black, two-columns, fixed-width, theme-options, threaded-comments, translation-ready
*/

/*  ------ basic ------------------- */

body {
	margin: 0;
	padding: 0;
	background: url(img/bg-main2.png) fixed; /*url(backgrounds/oxid.001.jpg) fixed;*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #b8babb;
	text-align: center;
}
a img {
	border:none;
}
a, a:visited {
	color:#ffffff;
	text-decoration: none;
	outline:none;
}
a:hover {
	color:#81c8d5;
}
p {
	margin:0 0 1em 0;
	padding: 0;
	line-height: 160%;
}
ul {
	list-style-type: none;
	margin: 0 0 1em 0;
	padding: 0;
	line-height: 0% ;
}
ul li {
	margin: 0;
	padding: 0;
	line-height: normal;
}
ol {
	margin: 0 0 1em 19px;
	padding: 0;
}
* html ol {
	margin: 0 0 1em 23px;
	padding: 0;
}
ol li {
	padding: 0 0 5px 0;
}
form,
table,
input,
textarea,
dl,
dt,
dd {
	margin: 0;
	padding: 0;
}
table {
	border-collapse: collapse;
	border: 0;
	width: 100%;
}
blockquote {
	margin: 0 0 1em 0;
	padding: 15px 20px 0 20px;
	border: 1px solid #333333;
	background: #222;
}
blockquote a,
blockquote a:visited {
	text-decoration: underline;
}
pre {
	border: 1px solid #333;
	background: #222222;
	padding: 10px 20px;
	margin: 0 0 1em 0;
	overflow: auto;
}
object {
	display: block;
	margin: 0 auto;
}
.wp-caption p {
	margin:0;
	color:#6B6B6B;
}
.wp-caption {
	background:#000;
	margin:0 0 20px 0;
}
.wp-caption-text {
	text-align: right;
	margin:-5px 0 0 0;
	color:#6B6B6B;
	padding: 0 5px 0 0;
}
.alignright {
	float: right;
}
.alignleft {
	float: left;
}
.aligncenter {
	margin-left: auto;
	margin-right: auto;
}
.centered {
	margin-left: auto;
	margin-right: auto;
}
.clear {
	clear: both;
}

/*  ------ layout ------------------------ */

#wrapper {
	background: url(img/back2.png) no-repeat center top;
}
#contents {
	width: 960px;
	margin: 0 auto;
	text-align: left;
}
#header {
	background: url(img/side-noside.png) repeat-y;
	height: 425px;
	margin:0px 0px 0px 0px;
	/*border-bottom: 1px solid #3d3d3d;
	border-top: 1px solid #3d3d3d;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;*/
}
#middle-contents {
	background: url(img/side.png) repeat-y;
	padding-bottom: 30px;
	margin-top:10px;
}
#left-col {
	float: left;
	display: inline;
	width: 610px;
	margin: 0 0 0 5px;
}
#right-col {
	float: right;
	display: inline;
	width: 330px;
	margin: 15px 5px 0 0;
}
#footer {
	background: url(img/bottom.png) no-repeat top; /*bottom.png*/
	height: 40px;
	margin: 0 auto 10px auto;
}

/*  ------ header ---------------------- */

/* Change the number of margin if you are using original logo image */
#logo_image {
	margin: 3px 0 0 10px;
	float: left;
	display: inline;
}
#logo_image li {
	float: left;
	margin: 0 10px 0 0;
	padding: 0 5px 0 0;
	display: inline;
	cursor: pointer;
}
#logo_image li a img {
	text-decoration:none;
	border: 1px solid #fff;
}
#logo_image li.atc {
	background: url(img/logos/autodesk.png) no-repeat left 5px;

}
#logo_image li.area {
	background: url(img/logos/area_logo.png) no-repeat left 6px;
	color:#000000;
}
#logo_image a {
	text-decoration:none;
	margin: 45px 0 0 0;
	color:#ffffff;
}
#logo_image li.atc a {color:#ffffff;}
#logo_image li.area a {color:#000000;}


/* blog title */
#logo {
	float: left;
	display: inline;
	margin: 64px 0 0 40px;
}
#logo a,
#logo a:visited {
	color: #ccc;
	font-size: 22px;
}
#logo a:hover {
	text-decoration: none;
	color: #83bac4;
}
#logo h1 {
	font-weight: normal;
	line-height: 100%;
	margin: 0;
	padding: 6px 0;
	color: #666;
	font-size: 11px;
}

#rss-feed {
	font-size: 11px;
	float: right;
	margin: 62px 10px 0 0;
	display: inline;
	color: #777;
	background: url(img/rss.gif) no-repeat left top;
	height: 25px;
	width: 80px;
	padding: 18px 0 0 60px;
}
#rss-feed:hover {
	background: url(img/rss.gif) no-repeat left bottom;
	color: #83bac4;
	text-decoration: none;
}

#search-area {
	float: left;
	display: inline;
	width: 290px;
	height: 29px;
	margin: 0px 0px 0 0;
	background: url(img/search-area.gif) no-repeat;
	margin-left:0px;

}
#search-area .inputbox {
	width:250px;
}
#search-input {
	margin: 8px 0 0 24px;
	border: 0px;
	height: 17px;
	display: inline;
	width: 230px;
	font-size: 12px;
	color: #7e7e7e;
	background: transparent;
}
#search-button {
	float: right;
}

/*  ------ left-col ------------- */

.post {
	margin: 20px 35px 5px 35px;
}

.post h2 {
	margin: 10px 0 0px 0;
	padding: 0;
	line-height: 100%;
}
.post h2 a,
.post h2 a:visited,
#single h2 {
	color: #83bac4;
	font-size: 170%;
	line-height: 160%;
	font-weight: normal;
	/*font-family: serif;*/
	background: url(img/post-black.png) no-repeat left top;
	padding: 2px 7px 2px 45px;
	/*border: 1px solid #5F5F5F;*/
}
.post h2 a:hover,
.post h3 a:hover,
.post h4 a:hover {
	text-decoration: none;
	color: #83bac4;
}
.post h3 a, .post h4 a,
.post h3 a:visited, .post h4 a:visited,
#single h3, #single h4 {
	color: #83bac4;
	font-weight: normal;
	padding: 2px 7px 0px 0px;
}
h3 {
	font-size: 130%;
}
h4 {
	font-size: 115%;
}
.post-info {
	margin: 0;
}
.post-info li {
	display: inline;
	font-size: 11px;
	color: #797f80;
	margin: 0 10px 0 0;
}
.write-comment {
	background: url(img/arrow1.gif) no-repeat left center;
	padding: 0 0 0 11px;
}
.post-info a,
.post-info a:visited {
	color: #777;
}
.post-info a:hover {
	color: #83bac4;
}

.post-content {
	clear: both;
	padding: 15px 0 0px 0;
	line-height: 160%;
}
.post-content p {
	margin: 0 0 0 0;
	line-height: 160%;
}
.post-content a,
.post-content a:visited {
	text-decoration: none;
}
.post-content a.more-link,
.post-content a.more-link:visited {
	display: block;
	clear: both;
	margin: 15px 0 5px 0;
	height: 23px;
	padding: 6px 0 0 35px;
	background: url(img/arrow3.gif) no-repeat left top;
	text-decoration: none;
}.post-content a.more-link:hover {
	background: url(img/arrow3.gif) no-repeat left bottom;
	text-decoration: none;
}

.post img,
.post a img {
	border: 1px solid#222;
	padding: 5px;
	margin: 0;
	background: #555;
}
.post a:hover img {
	border: 1px solid#849ca0;
	background: #59847d;
}
.post img.centered,
div.centered {
	display: block;
	margin: 0 auto;
}
.post img.aligncenter,
div.aligncenter {
	display: block;
	margin: 0 auto;
}
.post img.alignright,
div.alignright {
	margin: 4px 0 10px 10px;
	display: inline;
}
.post img.alignleft,
div.alignleft {
	margin: 4px 10px 10px 0;
	display: inline;
}
.post img.wp-smiley {
	border: 0px;
	padding: 0px;
	margin: 0px;
	background: none;
}

.post table {
	margin: 0 0 1em 0;
}
.post td,
.post th {
	background:#1B1B1B;
	border: 1px solid #656565;
	padding: 2px;
}
.post th {
	font-weight: normal;
}
.post-content ul li {
	margin: 0 0 0 0;
	line-height: 160%;
	background: url(img/bullet1.gif) no-repeat left 9px;
	padding: 0 0 0 12px;
}
.post-content ul.space li {
	margin: 10px 0 0 0;
	line-height: 160%;
	background: url(img/bullet1.gif) no-repeat left 9px;
	padding: 0px 0 0 12px;
}
.post-content ul.space ul li {
	margin: 5px 0 0 0;
	padding: 0px 0 0 12px;
}
.post-content ul.space li strong, .post-content .blue {
	color:#2D88AF;
}
.post-content input {
	margin: 5px 0;
}

.post-meta {
	/*background: url(img/meta-top.gif) no-repeat right top;*/
	padding: 5px 0 0 0px;
	margin: 0 35px 5px 35px;
	width: 550px;
	/*border-bottom: 1px dotted #597E85;*/
}
.post-meta ul {
	/*background: url(img/meta-bottom.gif) no-repeat right bottom;*/
	padding: 0 10px 0px 0px;
	line-height: 0%;
}
.post-meta li {
	display: inline;
	font-size: 11px;
	line-height: 100%;
}
.cat-post {
	font-weight: bold;
	font-style: normal;
}
.post-category {
	float: left;
	font-style: italic;
	width: 345px;
	background: url(img/category-icon.gif) no-repeat 2px 2px;
	padding: 0 0 1px 20px;
}
.post-tag {
	float: left;
	width: 345px;
	background: url(img/tag-icon.gif) no-repeat 2px 2px;
	padding: 0 0 1px 29px;
}
.post-comment {
	float: right;
	width: 100px;
	background: url(img/write-comment.gif) no-repeat left top;
	padding: 0 10px 2px 22px;
}

#back-top {
	padding: 5px 5px 0 15px;
	font-size: 11px;
	background: url(img/arrow5.gif) no-repeat left 16px;
	float: right;
	color: #777;
}
#back-top:hover {
	text-decoration: none;
	color: #83bac4;
}

/*  ------ right-col ------------- */
#information-title {
	background:#000000 /*url(img/info-box-top.gif) no-repeat left top*/;
	padding: 5px;
	/*width: 232px;*/
	margin: 15px 15px 0 15px;
}
.information-contents {
	line-height: 160%;
	font-size: 11px;
	color: #868a8d;
	background: url(img/info-box-bottom.gif) no-repeat left bottom;
	padding: 12px 20px 20px 20px;
	margin: 0 0 50px 30px;
	width: 232px;
}

.side-box {
	color: #aaa;
	margin: 0 15px 15px 15px;
	font-size: 11px;
	background: transparent url(img/bg-transp2.png) repeat top left;
	-webkit-box-shadow: #000 1px 1px 5px;
	/*width: 270px;*/
}
.side-box p.video_widget_after_video {
	color: #aaaaaa;
	margin: 2px 0 0 15px;
	font-size: 11px;
	/*width: 270px;*/
}
.side-inbox {
	margin:0;
	padding: 5px;
}


#right-col ul {
}

#right-col li {
	margin: 0 0 5px 15px;
	line-height: 130%;
}
#right-col li li {
	padding: 0 0 0 10px;
	margin: 3px 0;
	background: url(img/bullet1.gif) no-repeat 1px 7px;
}
#side-left,
#side-right {
	width: 130px;
	padding:7px;
	/*border-bottom: 1px solid #4EA9E5;*/
}

#side-left {
	float: left;
	margin: 0 0 0 15px;
}
#side-right {
	float: right;
	margin: 0 15px 0 6px;
}
.side-box-short {
	margin: 0 0 20px 0;
	width: 130px;
	font-size: 11px;
	color: #aaa;
}
.side-title {
	margin: 0 0 2px 0;
	font-size: 14px;
	text-transform: uppercase;
	color: #999;
	font-weight: bold;
	line-height: 100%;
	/*background:url(img/sidemodule-black.png) no-repeat top left;*/
	padding:5px 3px 0 10px;
	height:20px
}
.textwidget {
	padding-left:3px;
}
.side-bottom {
	clear: both;
}

/* this is just for default mode */
.side-left-ex {
	float: left;
	width: 128px;
	padding: 0 0 0 32px;
}.side-right-ex {
	float: right;
	width: 120px;
	padding: 0 30px 0 10px;
}.side-bottom-ex {
	clear: both;
}

/* calendar */
#wp-calendar {
	margin: 0 auto;
	width: 100%;
	color: #777;
}
#wp-calendar th,
#wp-calendar td {
	border: 1px solid #333333;
	padding: 0;
	width: 14%;
	line-height: 220%;
	text-align: center;
}
#wp-calendar th {
	line-height: 100%;
	padding: 4px 0 2px 0;
	font-weight: normal;
	background: #000;
}
#wp-calendar td a,
#wp-calendar td a:visited {
	display: block;
	text-decoration: underline;
}
#wp-calendar td a:hover {}
#wp-calendar caption {
	padding: 8px 0;
}
#wp-calendar tfoot td {
	border: none;
	padding: 5px 0;
}
#wp-calendar#prev a,
#wp-calendar#prev a:visited,
#wp-calendar#next a,
#wp-calendar#next a:visited {
	text-decoration: none;
	background: none;
}
#wp-calendar#prev a:hover,
#wp-calendar#next a:hover {
	text-decoration: underline;
}
#wp-calendar td#today {
	background: #111;
	text-decoration: underline;
	color: #81c8d5;
}

#copyrights {
	color: #ffffff;
	padding: 1px 0 15px 8px;
	clear: both;
}
#copyrights li {
	margin: 0;
	padding: 0;
	line-height: 160%;
}
#copyrights a,
#copyrights a:visited {
	color: #CCCCCC;
}
#copyrights a:hover {
	color: #849ca0;
}
#copyrights#wp a {
	text-decoration: underline;
}

#return_top a {
	position: absolute;
	position: fixed;
	right: 0;
	bottom: 15px;
	display: block;
	height: 138px;
	width: 38px;
	background: url(img/return-top.png) no-repeat left top;
}
#return_top a:hover {
	background: url(img/return-top.png) no-repeat right top;
	text-decoration: none;
}

/*  ------ archive ------------- */
.archive,
.search-page {
	margin: 25px 0 25px 30px;
	border-left: 3px solid#555;
	padding-left: 10px;
}
.archive h2,
.search-page h2 {
	font-size: 14px;
	color: #fff;
	margin: 0 0 3px 0;
	display: block;
	line-height: 120%;
	font-weight: normal;
	padding: 0;
}
.archive p,
.search-page p {
	font-size: 12px;
}
.read-more {
	padding: 0 0 0 0;
}

/* ------ page navi -------------- */
.page-navi,
.next-previous-navi {
	margin: 10px 0 5px 30px;
}
#comment-pager {
	margin: 20px 0 0 0;
}
.page-navi li {
	line-height: 0%;
	display: block;
	float: left;
}.page-navi a,
.page-navi a:visited,
.page-navi a:hover,
.page-navi span.pages,
.page-navi span.extend,
.page-navi span.current,
.page-navi span.dots {
	font-size: 11px;
	line-height: 100%;
	margin: 0 1px 5px 0;
	padding: 2px 14px;
	display: block;
	float: left;
	/*border-right: 1px solid#555;*/
	/*border-left: 1px solid#555;*/
}

.page-navi span.current {
	color: #81c8d5;
	background: url(img/arrow8.gif) no-repeat center bottom;
	padding-bottom: 10px;
	border: none;
}
.page-navi a.prev,
.page-navi a:hover.prev,
.page-navi a:visited.prev {
	/*border-left: none;*/
}
.page-navi a.next,
.page-navi a:hover.next,
.page-navi a:visited.next {
	/*border-right: none;*/
}

#previous-page a,
#previous-page a:visited {
	float: left;
	display: inline;
	margin: 5px 0 10px 5px;
	height: 22px;
	padding: 7px 0 0 40px;
	background: url(img/arrow2.gif) no-repeat left top;
}
#previous-page a:hover {
	background: url(img/arrow2.gif) no-repeat left bottom;
	text-decoration: none;
}#next-page a,
#next-page a:visited {
	float: right;
	display: inline;
	margin: 5px 0 10px 0;
	height: 22px;
	padding: 7px 40px 0 0;
	background: url(img/arrow3.gif) no-repeat right top;
}
#next-page a:hover {
	background: url(img/arrow3.gif) no-repeat right bottom;
	text-decoration: none;
}

/*  ------ header for category/archive/search/...etc  ------------- */

.common-navi-wrapper {
	background: url(img/archive-top.gif) no-repeat right top;
	padding: 13px 0 0 0;
	width: 585px;
	margin: 20px 0 0;
}
.common-navi-wrapper p {
	background: url(img/archive-bottom.gif) no-repeat right bottom;
	padding: 0 10px 10px 32px;
	margin: 0;
	line-height: 140%;
}

#archve-title {
	margin: 0 0 0 13px;
}
#search-hit {}

/*  ------ page widthout side ------------------------ */
#no-side {
	background: url(img/side-noside.png) repeat-y;
	padding: 10px 0;
	margin-top:10px;
}
#no-side.post {
	margin: 0px 40px 20px 40px;
}
#footer-noside {
	background: url(img/bottom.png) no-repeat left bottom;
	height: 40px;
	margin-bottom: 10px;
}

/*  ------ header-menu ------------------------ */

.header-menu-wrapper {
	height:55px;
	margin-bottom:10px;
}
#pngfix-right {
	background: url(img/menu_right.png) no-repeat right -14px;
	display: block;
	width: 10px;
	height: 41px;
	float: right;
}
#pngfix-left {
	background: url(img/menu_left.png) no-repeat left -14px;
	display: block;
	width: 10px;
	height: 41px;
	float: right;
}

ul.menu {
	float: right;
	margin: 0px auto 0px auto;
	background: url(img/menu_middle.png) repeat-x left top;
	font-size: 12px;
	height: 41px;
}
ul.menu,
ul.menu ul {
	line-height: 1;
	margin: 0;
	padding: 0;
}
ul.menu li {
	position: relative;
	float: left;
	border-left: 1px solid #222;
	height: 40px;
	padding: 0 10px;
	z-index: 100;
}
ul.menu ul li {
	height: auto;
	border-left: none;
	padding: 0;
	left: auto;
}
ul.menu#header-menu-home {
	border: none;
}
ul.menu a,
ul.menu a:visited {
	color: #D2D2D2;
	text-shadow: 1px 1px 0px #222;
	display: block;
	padding: 0 10px;
	line-height: 30px;
	position: relative;
	top: 4px;
}
ul.menu a:hover {
	color: #00B3FF;
	text-shadow: 0px 0px 1px #00B3FF;
	/*border-bottom: 1px dotted #00B3FF;*/
	text-decoration: none;
}

ul.menu ul {
	position: absolute;
	top: 38px;
	left: 0;
	display: none;
	opacity: 0;
	width: 220px;
	z-index:-1;
}
ul.menu ul a,
ul.menu ul a:visited {
	background: #000;
	line-height: 140%;
	padding: 9px 15px 8px;
	/*border-bottom: 1px dotted #00B3FF;*/
	border-top: 1px dotted #272727;
	width: 220px;
	margin: -1px 0 0 0;
}
ul.menu ul a:hover {
	background: #272727 /*url('img/post-black.png') right top no-repeat*/;
	border-top: 1px dotted #272727;
	/*border-bottom: 1px dotted #00B3FF;*/
	/*border-top: 1px dotted #00B3FF;*/
	box-shadow: 2px 2px 3px #00B3FF;
	-webkit-box-shadow: 0px 2px 3px #00B3FF;
	-moz-box-shadow: 0px 2px 3px #00B3FF;
}
ul.menu ul ul {
	margin: -34px 0 0 250px;
	top: 34px;
	z-index:998;
}
ul.menu ul ul li {
	z-index:999;
}

ul.menu.current_page_item a,
ul.menu.current_page_item a:visited {
	color: #869497;
	border-bottom: 2px solid #627376;
}
ul.menu.current_page_item a:hover {
	color: #83bac4;
	border-bottom: 2px solid#83bac4;
	text-decoration: none;
}
ul.menu.current_page_item ul a,
ul.menu.current_page_item ul a:visited,
ul.menu.current_page_item ul a:hover {
	border-bottom: 1px solid #373737;
}
div.submenu {
	margin: 20px 5px 0px 5px;
	padding: 0px 0px 0px 0px;
	background:transparent url(img/bg-transp2.png) repeat ;
	height: 52px;
}
div.submenu ul {
	margin: 0px auto 0px auto;
	padding: 7px 10px 0px 0px;
	font-size: 12px;
}
div.submenu ul ul {

}
div.submenu ul li {
	position: relative;
	display:inline;
	border-left: 1px solid#222;
	/*height: 30px;*/
	padding: 3px 10px 0px 10px;
	z-index: 100;
}
div.submenu ul li a {
	text-transform:uppercase;
}



/* ---------- clearfix hack ---------- */
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}
/* exlude MacIE5 \*/
* html.clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* end MacIE5 */

/* begin Featured Post Carousel */

#featured {
	/*background: url(img/bg-transp.png) repeat 50% top;*/
	margin: 10px 0px 0 0px;
	background: url(img/side-noside.png) repeat-y;
	clear:both;
	}

#carousel {
	list-style: none;
	margin: 0;
	padding: 0;
	margin: 0px auto 0px auto;
	width:950px;
	}

#carousel li {
	float: left;
	padding: 10px 7px 8px 7px;

	}
/* end Featured Post Carousel */

/*info form*/
#text-3 {
	background: url(img/email.png) no-repeat top right;
}
#text-2  {
	background: url(img/info.png) no-repeat top right;
}
#text-3 h3.side-title,
#text-2 h3.side-title {
background:none;
}
.formbox {
	margin:0 auto 0 auto;
	width:260px;
	padding:0 2px 0 0;
}
.infofield {
	color:#000000;
	border:1px solid #3D4A4C;
	background:#999999;
	width:260px;
}
.infoform {
	color:#83BAC4;
	border: none;
	width:260px;
}
.capform input, .capbox input, .lastcapbox input {
	color:#000000;
	border: 1px solid #3D4A4C;
	background:#999999;;
}
.infofield:hover, .capform input:hover, .capbox input:hover, .lastcapbox input:hover {
    border: 1px solid #C48494;
    background: #FFFAA6;
}
.capbox input.capinput, .capbox input.capsent {

}
.capbox input.capsent {
  border: 1px solid #fff;
  width: 40px;
}
.capbox{
	color:#597E85;
	margin:0 26px 0 0
}
.lastcapbox {
	margin:0;
	color:#597E85;
}

/* begin link de paginas relacionadas y galeria*/
#meta_info, .thumbminiwall {
  margin:5px 25px 0px 30px;
  background: #303030;
  /*border: 1px solid #5F5F5F;*/
  padding:0 0 2px 0;
  font-size: 11px;
}

#meta_info {
	clear:both;
}
#meta_info h3 {
  margin:0px;
  padding:3px;
  background: #1b1b1b;
  border-bottom: 1px solid #333333;
  font-weight:normal;
  font-size: 12px;
}

ul.custom_field_box {
padding: 5px 20px 0px 15px;
max-width: 350px;
}
ul.custom_field_box ul {
	margin: 0;
	padding: 0 0 0px 25px;
}

ul.custom_field_box li {
	position: relative;
	font-weight:bold;
	padding: 0px;
	margin: 0;
	/*max-width:350px;*/
}
ul.custom_field_box ul li {
	height: auto;
	border-left: none;
	padding: 2px 0 0 0;
	left: auto;
	font-weight:normal;
}
ul.custom_field_box li a,
ul.custom_field_box ul li a,
ul.custom_field_box ul li a:visited {
	/*padding: 0 0 0 0px;
	background-image: url(img/arrow1.gif);
	background-repeat: no-repeat;
	background-position: 0px 6px;*/
	border-bottom: 1px solid #3B3B3B;
}
ul.custom_field_box li.post-field a {
border:none;
}
ul.custom_field_box ul li a:hover {
	/*background-image: url(img/arrow7.gif);
	background-repeat: no-repeat;
	background-position: 0px 6px;
	border-bottom: 1px solid #83bac4;*/
}
ul.custom_field_box a,
ul.custom_field_box a:visited {
	color: #888;
	/*display: block;*/
	padding: 0 10px;
	position: relative;
}
ul.custom_field_box a:hover {
	color: #83bac4;
	text-decoration: none;
}
li .post-meta-key {
  font-weight: bold;
}
/* end link de paginas relacionadas */

/* begin custom archives style */
.breaking, .recent {
border: 1px solid #3d3d3d;
margin-bottom: 15px;
}
.postimg {
float: right;
width: 140px;
height: 140px;
padding: 3px;
margin: 10px 10px 10px 0;
border: 1px solid #3d3d3d;
z-index: 100;
}
.postimg-s, .attachment-50x50 {
float: right;
width: 50px;
height: 50px;
padding: 3px;
margin: 5px 5px 5px 0;
border: 1px solid #3d3d3d;
z-index: 100;
}
.postimg-s:hover, .attachment-50x50:hover {
border: 1px solid #18A6E0;
}
#meta_info a {
margin: 0; padding:0;
}
#meta_info p {
  font-size: 85%;
  margin:0;
  padding: 0px 5px 0 20px;
  line-height: 100%;
}
#meta_info .small {
  min-height: 68px;
  margin:0;
  padding: 0px;
  line-height: 100%;
}
#meta_info p.meta-s-info {
  padding: 5px 0 10px 20px;
  line-height: 100%;
}
/* end custom archives page */

/* begin gmap container */
.map-box {
	background: #2D2D2D;
	padding: 15px 15px 4px 20px;
	clear:both;
}
.map-box small a {
	color: #fff;
	text-decoration: none;
}
/* end gmap container */

/* begin linkeding container */
.cvPart {
	background: #2D2D2D;
	border: 1px solid #555555;
	padding:5px;
	margin-top:10px;
	-webkit-box-shadow: #000 1px 1px 5px;
}
.cvInfo {
	border: 1px solid #555555;
	background: #212121;
}
.cvHeaderInfos {
	width:400px;
	min-height:90px;
	padding:5px;
}
.cvPart h2,
.cvPart h3,
.cvPart h4,
.cvHeaderInfos h2,
.cvHeaderInfos h3,
.cvHeaderInfos h4,
.cvHeaderInfos h4 a,
.cvPart p {
	margin:0;
	padding:0;
}
.cvImage {
	float: right;
	padding:5px;
}
.cvPart h3 {
	margin:3px 0 0 0;
	color:#83bac4;
}
.cvPartBlock h4 {
	color:#83BAC4;
	padding-top:7px;
}
.cvPart p {
	font-weight: normal;
	font-size:90%;
}
/* end linkeding container */

/*indice del contenidos style*/
.post-content ul.index {
	list-style-type:none;
	background:none;
	padding: 0 5px 0 10px;
	margin-top:10px;
}

ul.index li h2 {
	font-size:150%;
}
ul.index li li {
	font-weight:normal;
	color:#83BAC4;

}
ul.index li li li {
	font-weight:normal;
	color:#b8babb;
}
/*tablas del calendario*/
.rowheader td {
	background:none;
	border-style: solid;
	border-color: #616161;
	border-width: 0px 0px 0 0px;
	color:#2D88AF;
}
.rowtitles td {
background:none;
border-style: solid;
border-color: #616161;
border-width: 1px 1px 1px 1px;
font-weight: bold;
color:#2D88AF;
}
.roweven td {
background:#616161;
border-style: solid;
border-color: #757575;
border-width: 0 1px 0 1px;
color:#ffffff;
}
.rowuneven td {
background:#757575;
border-style: solid;
border-color: #616161;
border-width: 0 1px 0 1px;
color:#ffffff;
}
/*adds*/
#wp125 {
	height:140px;
}
#wp125 #wp125adwrap_2c {
	height:140px;
}
#wp125 .odd, #wp125 .even {
	height:140px;
}
select {
	width: 270px;
	margin: 0 0 0 12px;
	color: #fff;
	background-color: #313131;
	border: 1px solid #000;
	font-size: 14px;
}
/* thumbwall */
.thumbwall {
	background: url(img/side-noside.png) repeat-y;
	margin:0px 0px 0px 0px;
	height:270px;
	padding:7px 0 5px 5px;
	position:relative;
}
.thumbwall .thumbGal {
	position:relative;
	margin: 0 0 3px 3px;
	float: left;
	width: 132px;
	height: 132px;
}
.thumbGal {
	background: #272727;
}
.newestGal {
	position:relative;
	background: none; /*url("img/ico-new-trans.png") no-repeat top right*/;
	z-index: 50;
	display: block;
	box-shadow: 0px 0px 3px #00B3FF;
	-webkit-box-shadow: 0px 0px 3px #00B3FF;
	-moz-box-shadow: 0px 0px 3px #00B3FF;
}
.newestGal:hover {
	box-shadow: 0px 0px 6px #00B3FF;
	-webkit-box-shadow: 0px 0px 6px #00B3FF;
	-moz-box-shadow: 0px 0px 6px #00B3FF;
}

.thumbwall .thumbGal .entry-content {
  width: 125px;
  position:absolute;
  padding:3px;
  z-index: 1;
}

.thumbwall .thumbGal .entry-content a{
  /*border: 3px solid #191919;*/
  display: block;
  height: 125px;
  width: 125px;
  overflow: hidden;
  position: relative;
  background-color: #191919;
  z-index: 2;
}
.thumbwall .thumbGal .entry-content a span.slide-title{
  position: absolute;
  top: 105px;
  left: 3px;
  width: 125px;
  line-height: 1em;
  color: #00B3FF !important;
  font-size: .7em;
  text-transform: uppercase;
  z-index: 3;
  text-align: center;
}
.thumbwall .thumbGal .entry-content a img {
	position: relative;
	z-index: 4;
}
.cover-up {
	position: relative;
	z-index: 5;
}
/* thumbminiwall */
.thumbminiwall {
	height: 74px;
	font-size: 11px;
	padding-left:2px;
	background: #1B1B1B;
}
.thumbminiwall .thumb-content {
	position:relative;
	margin: 4px 0 4px 4px;
	float: left;
	width: 50px;
	height: 50px;
}
.thumbminiwall .miniWall {
	margin:0;
	font-weight:bold;
	padding: 0 0 0 13px;
}
.attachment-52x52 {
	width:50px;
	height:50px;
}
.attachment-125x125 {
	width:125px;
	height:125px;
}
/*navigation*/
ul.page-numbers li a.page-numbers {
	border: 1px solid #777;
	background:#000;
}
