/*
Theme Name: CEA TechHome Mediterraneo
Theme URI: http: //www.cea-thm.com/
Description: The default WordPress theme for CEA TechHome Mediterraneo.
Version: 2.0
Author: Todor Iliev
Author URI: http: //www.todoriliev.com/
Tags: cea, mediterranean, light, simple, custom
*/

/* CSS RESET ------------------------ */

html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{background:transparent;border:0;font-size:100%;margin:0;outline:0;padding:0;vertical-align:baseline;}f
ol,ul{list-style:none}
blockquote,q{quotes:none}
blockquote:before,blockquote:after,q:before,q:after{content:none}
:focus{outline:0}
ins{text-decoration:none}
del{text-decoration:line-through}
table{border-collapse:collapse;border-spacing:0}

/* CLEARFIX CLASS ------------------------ */

.clearfix:after{content: ".";display: block;height: 0;clear: both;visibility: hidden}
.clearfix{display: inline-block;}
* html .clearfix{height: 1%}
.clearfix{display: block}

/* GENERAL ------------------------ */

body {
	font: 13px Arial, Helvetica, sans-serif normal;
	color: #333;
	text-align: center;
	}

h1,h2,h3 {
	font-weight: 400;
	}
	
a:link, a:visited {
	color: #b05c13;
	text-decoration: none;
	}

a:hover {
	color: #c3864f;
	}

strong {
	font-weight: 600;
	}

em {
	font-style: italic;
	}
	
/* WEBSITE ADS ------------------------ */

.ad {
	text-align: center;
	background: #eee;
	padding: 5px;
	}
	
.leaderboard {
	}

.mediumrectangle {
	float: right;
	width: 300px;
	height: 250px;
	margin: 0 0 20px 0;
	}
	
.skyscraper {
	float: right;
	width: 160px;
	height: 600px;
	}
	
/* MAIN WRAPPER ------------------------ */

#wrapper {
	width: 960px;
	text-align: left;
	margin: 0 auto;
	}

/* HEADER ------------------------ */

#header {
	margin: 20px 0;
	}

#header h1 a {
	float: left;
	width: 291px;
	height: 70px;
	text-indent: -9999px;
	margin: 0 0 20px;
	background: url(images/logo.gif) no-repeat 0 0;
	}

/* LANGUAGE SELECTOR ------------------------ */

.language-selector {
	float: right;
	width: 60%;
	}
	
.language-selector #lang_sel {
	float: right;
	}
	
.language-selector .header-menu-list {
	float: right;
	margin: 0 20px 0 0;
	}
	
.language-selector .header-menu-list li {
	float: left;
	list-style: none;
	line-height: 25px;
	padding: 0 10px;
	}
	
/* SEARCH ------------------------ */

.search {
	float: right;
	width: 300px;
	}

.search form {
	clear: both;
	margin: 10px 0 0 0;
	}

.search .field {
	width: 260px;
	}

.search .button {
	width: 26px;
	height: 26px;
	background: url(images/search-btn.gif) no-repeat;
	border: none;
	}
	
/* MAIN HORIZONTAL MENU ------------------------ */

ul.menu-list {
	clear: both;
	height: 45px;
	overflow: hidden;
	background: url(images/menu-bg.gif) repeat-x 0 0;
	}

ul.menu-list li {
	float: left;
	list-style: none;
	}

ul.menu-list li a:link,
ul.menu-list li a:visited {
	color: #fff;
	font-size: 110%;
	text-decoration: none;
	display: block;
	white-space: nowrap;
	padding: 0 41px;
	line-height: 45px;
	border-left: 1px solid #3a739c;
	}

ul.menu-list li a:hover {
	color: #81a3bc;
	}

ul.menu-list li ul {
	z-index: 1000;
	width: 200px;
	position: absolute;
	visibility: hidden;
	}

ul.menu-list li ul li {
	float: none;
	display: inline;
	}

ul.menu-list li ul li a:link,
ul.menu-list li ul li a:visited {
	display: block;
	font-size: 90%;
	padding: 10px 0 10px 30px;
	line-height: normal;
	border-left: none;
	border-top: 1px solid #fff;
	background: #adadad;
	}

ul.menu-list li ul li a:hover {
	color: #fff;
	background: #9e9e9e;
	}
	
.social-networks {
	width: 620px;
	height: 33px;
	float: left;
	display: block;
	margin: 0 0 25px 0;
	}
	
#content ul.network-logos li {
	float: left;
	line-height: 32px;
	list-style: none !important;
	}
	
#content ul.network-logos li a {
	padding: 7px 0 10px 40px;
	}
	
.network-logos li.twitter a {
	background: url(images/social/twitter_32.png) no-repeat 0 0;
	}
	
.network-logos li.facebook a {
	background: url(images/social/facebook_32.png) no-repeat 0 0;
	}
	
.network-logos li.linkedin a {
	background: url(images/social/linkedin_32.png) no-repeat 0 0;
	}
	
.network-logos li.rss a {
	background: url(images/social/rss_32.png) no-repeat 0 0;
	}
	
/* HOMEPAGE TABS ------------------------ */

.tabs-wrapper {
	float: left;
	width: 625px;
	height: 235px;
	margin: 0;
	}
	
.tabs-wrapper .rss {
	float: right;
	width: 44px;
	height: 16px;
	display: block;
	text-indent: -9990px;
	background: url(images/rss.gif) no-repeat 0 0;
	}
	
ul.tabs {
	float: left;
	width: 100%;
	height: 32px;
	list-style: none;
	margin: 0 !important;
	padding: 0 !important;
	border-bottom: 1px solid #999;
	border-left: 1px solid #999;
	}

ul.tabs li {
	float: left;
	margin: 0 !important;
	padding: 0 !important;
	height: 31px;
	line-height: 31px;
	border: 1px solid #999;
	border-left: none;
	margin-bottom: -1px;
	overflow: hidden;
	position: relative;
	background: #e0e0e0;
	}

ul.tabs li a {
	text-decoration: none;
	color: #000;
	display: block;
	padding: 0 20px;
	border: 1px solid #fff;
	outline: none;
	}
	
ul.tabs li a:hover {
	background: #ccc;
	}
	
html ul.tabs li.active, html ul.tabs li.active a:hover  {
	background: #fff;
	border-bottom: 1px solid #fff;
	}

.tab-container {
	float: left;
	width: 100%;
	clear: both;
	overflow: hidden;
	background: #fff;
	border: 1px solid #999;
	border-top: none;
	}

.tab-content {
	padding: 20px;
	}
	
.tab-content img {
	color: #ccc;
	float: left;
	}
	
.tab-content .text {
	float: right;
	width: 465px;
	}
	
.tab-content .text ul {
	margin: 0px !important;
	}
	
.tab-content .text ul li {
	margin-left: 25px !important;
	}
	
.tab-content .date {
	color: #ccc;
	}
	
/* SCROLL LIST ------------------------ */

.scroll-wrap {
	position: relative;
	height: 130px;
	overflow: auto;
	margin: 20px 0 0 0;
	}
.scroll-list {
	display: block;
	height: 130px;
	width: 3500px;
	padding: 0;
	margin: 0;
	list-style: none;
	}
.scroll-list li {
	display: block;
	float: left;
	width: 100px;
	padding: 0 !important;
	margin: 0 50px 0 0!important;
	}
.scroll-list a {
	display: block;
	text-decoration: none;
	}
.scroll-list img {
	width: 100px;
	height: 130px;
	}
.scroll-list a:hover img {
	filter: alpha(opacity=50);	
	opacity: 0.5;
	}
#tooltip{
	width: 150px;
	position: absolute;
	border: 2px solid #999;
	background: #f7f5d1;
	padding: 10px;
	color: #fff;
	display: none;
	background: #333;
	}
	
/* STRUCTURE FOR COLUMNS (used for homepage and footer) ------------------------ */

.column-wrapper {
	border-top: 1px solid #dedede;
	}

.column {
	width: 280px;
	float: left;
	padding-top: 25px;
	}

.two {
	margin: 0 25px;
	padding: 25px;
	/*border-right: 1px solid #dedede;*/
	border-left: 1px solid #dedede;
	}
	
/* CONTAINER / GENERAL LAYOUT ------------------------ */

#container {
	}

#container #content {
	float: left;
	width: 630px;
	}
	
#container #right-column {
	float: right;
	width: 310px;
	}
	
/* CONTENT ------------------------ */

#content h1 {
	color: #145484;
	font-size: 200%;
	margin: 0 0 20px;
	}
	
#content h1 a {
	color: #145484 !important;
	}


#content h2 {
	color: #c1aa76;
	font-size: 150%;
	margin: 0 0 10px;
	}
	
#content h2 a {
	color: #c1aa76 !important;
	}
	
#content h3 {
	color: #5e7e96;
	font-size: 120%;
	font-weight: bold;
	margin: 0 0 10px;
	}
	
#content h3 a {
	color: #5e7e96 !important;
	}

#content p {
	line-height: 17px;
	margin: 0 0 15px;
	}
	
#content p.tou {
	color: #999;
	font-size: 90%;
	font-style: italic;
	}

#content ul, #content ol {
	margin: 0 0 15px;
	}

#content ul li {
	list-style-type: disc !important;
	margin: 0 0 5px 40px;
	}
	
#content ol li {
	margin: 0 0 5px 40px;
	}
	
#content table {
	border-left: 1px solid #ddd;
	border-top: 1px solid #ddd;
	margin: 0 0 20px 0;
	}
	
#content table td,
#content table th {
	padding: 5px;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	line-height: 17px;
	}
	
#content table th {
	color: #fff;
	background: #eee;
	}

	
#content .addthis_toolbox {
	float: right;
	}
	
/* SECTION: HOME ------------------------ */

.home-wrapper {
	clear: both;
	}
	
.home-wrapper .column-wrapper {
	border: none !important;
	margin: 0 0 15px 0;
	padding: 0 0 15px 0;
	}
	
.home-wrapper .column-wrapper .column {
	width: 300px;
	border: none !important;
	margin: 0;
	padding: 0;
	}
	
.home-wrapper .column-wrapper .one {
	margin: 0 30px 0 0;
	}
	
.home-wrapper .column-wrapper .column {
	}
	
.home-wrapper .column-wrapper .column img {
	float: left;
	width: 80px;
	margin: 0 10px 0 0;
	border: 1px solid #ccc;
	}
	
.home-wrapper .column-wrapper .column p {
	}

/* SECTION: TOP STORIES ------------------------ */

.top-stories-wrapper {
	}
	
#content .top-stories-wrapper h1 {
	margin: 0 0 10px 0;
	}

.top-stories-wrapper .meta {
	color: #999;
	}
	
.latest-top-story .photo {
	width: 250px;
	float: left;
	margin: 15px 20px 10px 0;
	}
	
.latest-top-story .photo img {
	width: 250px;
	height: 325px;
	}
	
.latest-top-story .photo .photo-description {
	color: #999;
	font-style: italic;
	display: block;
	margin: 5px 0 0 0;
	}
	
.latest-top-story .excerpt,
.latest-top-story .full-text {
	margin: 15px 0 0 0;
	}
	
.latest-top-story a.read-more:link,
.latest-top-story a.read-more:visited {
	color: #fff;
	font-size: 140%;
	padding: 5px 15px;
	background: #b05c13;
	text-decoration: none;
	border: 1px solid #d58540;
	}

.latest-top-story a.read-more:hover {
	color: #fff;
	background: #c3864f;
	}
	
.other-top-stories {
	clear: both;
	margin: 20px 0 0 0;
	}
	
#content .other-top-stories h2 {
	color: #fff;
	background: #444;
	padding: 5px 10px;
	margin: 0;
	border-bottom: 4px solid #dedede;
	}
	
#content .top-stories-list li {
	float: left;
	margin: 0;
	padding: 20px 0;
	list-style: none !important;
	border-top: 1px solid #dedede;
	}
	
#content .top-stories-list li:first {
	border-top: none;
	}
	
.top-stories-list .photo {
	float: left;
	width: 100px;
	margin: 0 20px 0 0;
	}

.top-stories-list .photo img {
	width: 100px;
	height: 130px;
	}
	
.other-top-stories h3 {
	}
	
.other-top-stories .meta {
	margin: 0 0 10px 0;
	}
	
.top-stories-list .text {
	float: right;
	width: 500px;
	}
	
/* SECTION: CATEGORIES ------------------------ */

.category-wrapper {
	}
	
#content .category-list li {
	float: left;
	margin: 0;
	padding: 20px 0;
	list-style: none !important;
	}
	
.category-list li.latest {
	border: 1px solid #ccc !important;
	background: #f4f4f4;
	}
	
.category-list li img {
	width: 100px;
	height: 130px;
	float: left;
	margin: 0 20px 0 0;
	}
	
.category-list li .text {
	margin: 0 0 0 120px;
	}

/* SECTION: BEST PRACTICES, RESEARCH, WHITE PAPERS ------------------------ */

.reports-wrapper {
	}
	
#content .reports-list li {
	float: left;
	margin: 0;
	padding: 20px;
	list-style: none !important;
	border-top: 1px solid #ccc;
	}
	
.reports-list li.latest {
	border: 1px solid #ccc !important;
	background: #f4f4f4;
	}
	
.reports-list li img {
	width: 100px;
	height: 130px;
	float: left;
	margin: 0 20px 0 0;
	}
	
.reports-list li .text {
	margin: 0 0 0 120px;
	}

.single-report-wrapper {
	margin: 0 0 20px 0;
	}
	
.single-report-wrapper h1 {
	margin: 0 0 10px 0 !important;
	}
	
.single-report-wrapper h3 {
	color: #333 !important;
	font-style: italic;
	}
	
.single-report-wrapper .meta {
	color: #999;
	margin: 0 0 15px 0;
	}
	
.single-report-wrapper .photo {
	width: 250px;
	margin: 0 20px 0 0;
	float: left;
	}
	
.single-report-wrapper .photo img {
	width: 250px;
	height: 325px;
	border: 1px solid #ccc;
	}
	
.single-report-wrapper .photo .photo-description {
	color: #999;
	font-style: italic;
	display: block;
	margin: 5px 0 0 0;
	}
	
.single-report-wrapper .summary {
	}
	
.single-report-wrapper .full-text {
	}
	
a.download:link,
a.download:visited {
	color: #fff;
	font-size: 140%;
	padding: 5px 15px;
	background: #b05c13;
	text-decoration: none;
	}

a.download:hover {
	color: #fff;
	background: #c3864f;
	}

	
/* SECTION: WEBINARS ------------------------ */

.webinars-wrapper {
	}
	
.webinars-wrapper .reports-list li img {
	width: 165px;
	height: 130px;
	float: left;
	margin: 0 20px 0 0;
	}
	
.webinars-wrapper .reports-list li .text {
	margin: 0 0 0 185px;
	}
	
.webinars-wrapper .reports-list li .meta {
	color: #ccc;
	margin: 0 0 15px 0;
	}
	
.webinars-wrapper .player {
	width: 630px;
	margin: 0 0 20px 0;
	text-align: center;
	background: #000;
	}

/* SIDEBAR WIDGETS ------------------------ */

.widget {
	clear: both;
	margin: 15px 0;
	background: #efefef;
	}
	
.widget .widget-body {
	padding: 10px;
	}
	
.widget h3 {
	color: #fff;
	font-size: 110%;
	line-height: 24px;
	padding: 0 10px;
	background: url(images/menu-bg.gif) repeat-x 0 0;
	}

.widget #mc_signup_form {

	}

.widget .mc_merge_var {
	float: left;
	width: 180px;
	}
	
.widget .mc_merge_var input {
	width: 180px;
	}
	
.widget .mc_signup_submit {
	float: right;
	width: 100px;
	margin: 15px 0 0 0;
	}
	
/* SIDEBAR WIDGETS: S2MEMBER ------------------------ */

.widget .ws-plugin--s2member-pro-login-widget-profile-summary,
.widget .ws-plugin--s2member-pro-login-widget {
	padding: 10px;
	}

.widget img {
	float: right;
	}
	
/* SIDEBAR WIDGETS: TEXT WIDGET/RESEARCH CORNER ------------------------ */

.widget .textwidget, .widget .execphpwidget {
	padding: 10px;
	}

/* FOOTER ------------------------ */

#footer .column-wrapper {
	border-bottom: 1px solid #dedede;
	margin: 30px 0 0;
	}

#footer .column-wrapper span {
	float: left;
	color: #ccc;
	margin: 27px 0 0;
	}

#footer .column-wrapper img {
	float: right;
	}

#footer .column-wrapper .one span {
	width: 75px;
	display: block;
	margin: 20px 0 0;
	}

#footer .column-wrapper .two {
	border-left: none;
	}

#footer .copyright {
	float: left;
	width: 35%;
	font-size: 90%;
	color: #ccc;
	padding: 20px 0;
	}
	
#footer .footer-menu-list {
	float: right;
	font-size: 90%;
	color: #ccc;
	margin: 20px 0 0 0;
	}
	
#footer .footer-menu-list li {
	float: left;
	list-style: none;
	padding: 0 5px;
	}
	
#footer .footer-menu-list a {
	margin: 0 5px;
	}
	

/* LOGIN ------------------------ */


#header ul.menu-list li a.signin,
#header ul.menu-list li a.signin {
	color: #fff;
	background: #c6564a;
	}
	
#header ul.menu-list li a.signin:hover,
#header ul.menu-list li a.login-open {
	background: #c73a2a !important;
	}
	
#header ul.menu-list li.welcome {
	border-right: none;
	background: #ccc;
	}
	
#header ul.menu-list li.welcome a:link,
#header ul.menu-list li.welcome a:visited {
	text-transform: none !important;
	}
	
#header ul.menu-list li.signout a:link,
#header ul.menu-list li.signout a:visited {
	color: #fff !important;
	}
	
#header ul.menu-list li.signout {
	border-right: none;
	background: #c6564a;
	}

#login-wrapper {
	float: right;
	height: auto;
	width: 244px;
	margin: 0 20px 0 200px;
	}

#login-form {
	display: none;
	position: absolute;
	z-index: 10000000;
	width: 210px;
	padding: 12px;
	color: #fff;
	text-align: left;
	background: #c6564a;
	border: 5px solid #c73a2a;
	}
	
#login-form .login-messg {
	display: block;
	line-height: 13px;
	padding: 0 0 5px 30px;
	margin: 0 0 5px 0;
	border-bottom: 1px dotted #fff;
	background: url(/_design/images/failed-login.gif) no-repeat left center;
	}

#login-form input[type=text], #login-form input[type=password] {
	display: block;
	border: 1px solid #c73a2a;
	font-size: 13px;
	margin: 0 0 5px;
	padding: 5px;
	width: 195px;
	}

#login-form p {
	margin: 0;
	}
	
#login-form label {
	font-weight: normal;
	}

#login-form p.remember {
	padding: 5px 0;
	}
	
#login-form p.forgot {
	clear: both;
	margin: 5px 0 0 0;
	}

#login-form p.forgot a {
	color: #fff;
	}

#login-form .submit-button {
	}

#login-form .submit-button:hover,
#login-form .submit-button:focus {
	cursor: pointer;
}






.wpmem_login table {
	width: 300px;
	border: 2px solid #ccc;
	background: #f4f4f4;
	}
	
.wpmem_login table td {
	padding: 3px;
	}
	
.wpmem_login table td h2 {
	font-size: 100% !important;
	}
	
	



	
	
.login-form {
	padding: 10px;
	border: 2px solid #ccc;
	background: #f4f4f4;
	}
	
.login-form p {
	margin: 0 0 2px 0 !important;
	}
	
.login-form p.username,
.login-form p.password {
	float: left;
	width: 140px;
	border: 1px solid red;
	}
	
.login-form p.username {
	margin-right: 20px;
	}
	
.login-form label {
	font-weight: normal;
	}

.login-form p.remember {
	padding: 5px 0;
	}
	
.login-form input[type=text], .login-form input[type=password] {
	display: block;
	border: 1px solid #eee;
	font-size: 13px;
	margin: 0 0 5px;
	padding: 5px;
	width: 120px;
	}
	
.login-form input.login-button {
	}
	
	
.join-button {
	display: block;
	width: 200px;
	color: #fff;
	font-size: 140%;
	padding: 5px 15px;
	background: #b05c13;
	text-decoration: none;
	border: 1px solid #d58540;
	margin: 20px auto;
	cursor: pointer;
	text-align: center;
	}

.join-button:hover {
	color: #fff;
	background: #c3864f;
	}
	
#registerform {
	}
	
#registerform p {
	clear: both;
	padding: 5px 0;
	border: 1px solid re;
	}
	
#registerform label {
	float: left;
	display: block;
	width: 240px;
	text-align: right;
	margin: 0 20px 0 0;
	}
	
#registerform input,#registerform select {
	width: 300px;
	float: left;
	}
	
#registerform .signup-radio input {
	float: none;
	width: auto !important;
	}
	
#registerform .button-primary {
	width: auto !important;
	}

	
	
	
	/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

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

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

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */

/* COMMENTS STYLING */
.comment_list{
	padding-top: 10px;
}

.comment_list ul{
	margin-top: 10px;
}

.comment_list ul li{
	display: block;
	background: #fff;
	padding: 16px 0;
    border-bottom: 1px dotted #c2c2c2;
}

.comment_list p{
	margin-top: 0px;
}

.comment_list input, 
.comment_list textarea{
	border: 1px solid #c2c2c2;
	padding: 6px;
	margin: 6px 0;
}

.comment_list input:hover{
	background: #222;
color: white;
}


.comment_list .comments_meta{
	padding: 4px 6px 6px; background: #eee;
        border-borrom: dotted 1px #ccc; 
}

.comment_list .avatar{
padding: 3px;
background:#EEEEEE none repeat scroll 0 0;
border:1px solid #DDDDDD;
}

.comment_list .avatar:hover{
background:#dddddd none repeat scroll 0 0;
}

.comment_list .avatar{
float: left;
margin: 5px 12px 2px 0;
display: inline;
}

.comments p,
{
	padding-top: 1px;
}

.comments{
	background: url(http://www.cea-thm.com/wp-content/uploads/themes/pacifica/library/img/blog/comments_bg.jpg) no-repeat;
	width: 111px;
	height: 30px;
	float: right;
	color: #FFF;
	text-align: center;
	margin-top: 5px;
}

