/*
Theme Name: MinimaRisk
Version: 1.0
*/

/* ----------------------------------------------
	Template Name : MinimaRisk
	Template Code : S-0024
	Version : 1.0   
 ------------------------------------------------ */
 
/* ----------------------------------------------
   HTML ELEMENTS
------------------------------------------------- */ 

/* Top Elements */

/* @import url("reset.css"); */


* { margin: 0; padding: 0; outline: 0 }

body {
	background: #EDE9EA url(images/body_bg.jpg) repeat-x;
	font: 12px/170% "georgia", Times, serif;
	color: #666666; 
	text-align: center;	
}

/* links */

/* headers */
h1, h2, h3 {
	font-family: Georgia;
	font-weight: normal; 	
	padding: 10px;		
	color: #666;	
}
h1 {
	font-size: 2.2em;		
}
h2 {
	font-size: 2em;
	color: #666;
}
h3 {
	font-size: 1.4em;
	font-weight: normal;	
	padding: 16px 10px 4px 10px;
}

/* Paragraph */
p { padding: 12px 10px;	}



/* images */

img.float-right {
  	margin: 5px 0px 10px 10px;  
}
img.float-left {
  	margin: 5px 10px 10px 0px;
}

code {
  	margin: 5px 0;
  	padding: 15px;
  	text-align: left;
  	display: block;
  	overflow: auto;  
  	font: 500 1em/1.5em 'Lucida Console', 'Courier New', monospace ;
  	/* white-space: pre; */
  	border: 1px solid #deedae; 
	background: #F0FFD2; 
}
acronym {
  cursor: help;
  border-bottom: 1px dotted #895F30;
}
blockquote {
	margin: 15px 10px;
 	padding: 5px 7px 5px 40px;  	
   font-weight: normal;
	font-size: 17px;
	line-height: 1.6em;
	font-style: italic;
	font-family: Georgia, 'Times New Roman', Times, serif;		
	color: #80614D;	
	border: 1px solid #DFF4B5; 
	background: #F0FFD2 url(images/quote.gif) no-repeat 7px 10px;
}



/* form elements */
form {
	margin: 15px 10px; 
	padding: 5px 10px 20px 10px;
	border: 1px solid #ccc; 
}
label {
	display: block;
	font-weight: bold;
	margin: 8px 0 5px 0;
	color: #895F30;
}
input, textarea, select {
	padding: 4px;
	color: #535353;		
	background: #fff;
	
  	border-width: 1px;
  	border-style: solid;
  	border-color: #d4d4d4 #ebebeb #ebebeb #d4d4d4; 
	
	font: normal 11px Verdana, sans-serif;
	font-family:Arial, Helvetica, sans-serif;
}
textarea {
	width: 400px;	
	height: 100px;
	display: block;	
}


/********************************************
   LAYOUT
********************************************/ 
#wrap {
	position: relative;
	width: 996px;
	margin:auto;
	text-align: left;	
}
#content-wrap {
	position: relative;
	clear: both;
	float: left;	
	width: 996px;	
	padding: 0 	
	z-index:1000;
	background:#fff;	
}
#header {
	position: relative;
	width: 996px;
	height: 105px;
	background: #fff;	
	color: #fff;	
	padding: 0;	
	margin: 0;
}
ul li { list-style-position:inside; list-style-image:url(images/list_bullet.gif); line-height:1.7em; padding-left:20px;}




/* Navigation */
#nav {
	clear: both;	
	padding: 0;	margin: 0;
	width: 996px;
	height: 40px;
	position:relative;
	z-index:1001;
	background: #666;
			
}
#nav ul {
	float: left;
	list-style: none;	
	margin: 0;
	padding: 0;			
	height: 40px;	
	background: #666;
}
#nav ul li {
	display: inline;
	margin: 0; padding: 0;
}
#nav ul li a {
	display: block;
	float: left;
	width: auto;
	margin: 0;
	padding: 10px 15px 20px 15px;
	color: #fff;
	font: 16px "Georgia";
	text-decoration: none;	
	font-weight:normal;
}
#nav ul li a:hover, 
#nav ul li a:active {background: url(images/pointer.gif) no-repeat center bottom;}
#nav ul li.current_page_item a {	
	background: url(images/pointer.gif) no-repeat center bottom;	
	color: #fff;
}

#nav ul li ul.mc_depth_1 {
float: left; 
position:absolute; 
margin-top: 40px; 
display:none; 
min-width:150px; 
height:auto;
-moz-border-radius-bottomleft:5px; 
-moz-border-radius-bottomright:5px; 
-webkit-border-bottom-left-radius:5px;
-webkit-border-bottom-right-radius:5px;
padding-bottom:10px;
}
#nav ul li:hover ul.mc_depth_1 {display:block;}
#nav ul li ul.mc_depth_1 li {display:block; background:none; height:auto;}
#nav ul li ul.mc_depth_1 li a { padding:5px 10px 5px 20px; float:none; font-size:12px;}
#nav ul li ul.mc_depth_1 li a:hover { text-decoration:underline;}  
#nav ul li ul.mc_depth_1#mc_submenu_3 { margin-left:110px;}
#nav ul li ul.mc_depth_1#mc_submenu_5 { margin-left:202px;}
#nav ul li ul.mc_depth_1#mc_submenu_4 { margin-left:302px;}
/* Main Column */
#main {
	float: left;
	width: 750px;
	padding: 0; 
	margin: 0;
	display: inline;
	background: #fff url(images/main_bg.jpg) repeat-x;
}


#sidebar {
	float: right;
	width: 244px;
	padding: 0; 
	margin: 0 0 0 0;
	display: inline;
	background:#fff;
	font-size:11px;
	font-family:Arial;


}
#sidebar h3 {
	color: #115280; 
	font: normal 1.6em 'Trebuchet MS', 'Helvetica Neue', Arial, Sans-serif;
	text-transform: none;
	padding: 10px 0 2px 0; 
	margin: 10px 0 0 10px; 
}

/* sidebar menu */
#sidebar ul {
	text-decoration: none;		
}
#sidebar ul li {
	margin: 0;
	padding: 3px 10px;
}
* html body #sidebar ul li {
	height: 1%;
}
#sidebar ul li a {
	text-decoration: none;	
	color: #684F3E;	
}
#sidebar ul li a span {
	color: #A98D76;	
	font-size: .9em;
	font-family: Georgia, 'Times New Roman', Times, serif;
	font-style: italic;
	font-weight: normal;		
}
#sidebar ul li a:hover {	
	color: #000;	
}

/* search form */
#sidebar .searchform {
	background-color: transparent;
	border: none;	
	margin: 0 0 0 5px; 
	padding: 10px 0 10px 10px;	
	width: 260px;	
}
#sidebar .searchform p { margin: 0; padding: 0; }
#sidebar .searchform input.textbox { 
	width: 180px;
	height: 18px;
	padding: 2px;	
	vertical-align: top;
}
#sidebar .searchform input.button { 
	width: 60px;
	height: 24px;
	padding: 2px 4px;
	vertical-align: top;
}

/* footer */
#footer-wrap {
	clear: both;
	width: 100%;
	text-align: left;
	padding: 0;	margin: 0;
	background:#666;
	height:34px;
}



/* bottom */
#footer-bottom {
	clear: both;
	color: #fff;
	margin: auto; 
	width: 996px;
	/* padding: 15px 0 10px 0; */
	text-align: left;	
	font-size: 12px;
	font-family:Arial, Helvetica, sans-serif;
}
#footer-bottom a { color: #fff; }
#footer-bottom p { padding-top:8px;}
/* postmeta 
.post-footer {
	padding: 8px 5px; 
	margin: 5px 10px 10px 10px;	
	color: #A2745D;
	border: 1px solid #deedae; 
	background: #F0FFD2;
}
.post-footer .date{ margin: 0 10px 0 5px;	}
.post-footer a.comments { margin: 0 10px 0 5px;	}
.post-footer a.readmore { margin: 0 10px 0 5px;	}

.post-info { font-size: .95em; padding: 0 10px; margin-left: 2px; color: #A98D76; }
.post-info a, .post-info a:visited { color: #9C652E; }
*/

/* clearing */
.clearer { clear: both; }
.clear {	display:inline-block; }
.clear:after {
	display:block; 
	visibility:hidden; 
	clear:both; 
	height:0; 
	content: "."; 
}


/* ############################### -- ion -- ####################################### */

#nav .login { float:right; width:130px; height:30px; background:#cc0000; text-align:center; padding:10px 0 0 0; margin:0 0 0 21px}
#nav .login a { color:#fff; text-decoration:none; font-family:"Georgia"; font-size:16px;}
#nav .free_trial { float:right; width:130px; height:30px; background:#beadad; text-align:center; padding:10px 0 0 0;}
#nav .free_trial a { color:#fff; text-decoration:none; font-family:"Georgia"; font-size:16px; }

#logo { float:left; padding:21px 0 0 18px;}
#logo img { background:none; border:none}
#logo a { border:none}
.topnav { float:left}
#logo2 { clear:both; float:right; padding:5px 60px 0 0; }

/* header quick search */
.topnav_search { float:left; height:40px; background:#666; width:206px;}
.topnav_search form { background:none; padding:0; margin:0;	border:none; }
.topnav_search input { background:none;	padding:0; margin:0; border:none; width:100px; height:25px;	background:#fff; color:#535353;}
.topnav_search #qsearch { padding:3px; height:13px; font-family:Arial; font-size:10px;}
.topnav_search .go{	height:21px; width:25px; }
.topnav_search div { margin:0px; float:left; padding:10px 0 0 0; }
.topnav_search .search_inp { padding:9px 6px 0 23px}


/* Home Page */

.rsp { width:185px; min-height:270px; float:left; line-height:normal;background:#F0EEEF; margin-left:1px; padding:0 0 5px 0;}
.rsp_header { width:185px; height:33px; background:#FFFFFF url(images/tabs_bg.jpg) repeat-x ; color:#fff; font-size:11px;text-align:center}
.rsp_header p { padding:5px 0 20px 20px; color:#666; }
.rsp_content { font-family:Arial; font-size:11px; font-weight:normal; line-height:1em; }
.rsp_content p { padding:0px 18px; text-align:left}
.rsp_content h1 { font-family:Georgia, Times, serif; font-size:15px; padding:10px 0 10px 20px; text-align:left; }

.page_block { background: #fff url(images/main_bg.jpg) repeat-x; height:auto; width:100%; clear:both; margin-top:10px; min-height:200px;}
.homeblock { width:240px; height:auto; float:left; font-family:Arial; font-size:11px;  }
.homeblock h1 {font-family:Arial; font-size:18px; font-weight:bold; color:#535353; padding:20px 0 20px 20px;}
.homeblock p { text-align:justify; padding:0px 0 10px 20px; line-height:1.4em;}
.homeblock ul { padding-left:35px;}
.homeblock ul li { list-style-position:outside; list-style-image: url(images/list_bullet.gif); padding:0px;  line-height:1.4em}


/* Sidebar  */

/*
.customer_login { width:244px; height:68px;}
.how_can_we_help { width:244px; hieght:46px;}
*/
.sidebar_top { height:118px; width:100%; background:#FFFFFF url(images/main_bg.jpg) repeat-x; font-family:Arial; }
.sidebar_top a { color:#666; text-decoration:none; font-weight:normal; }
.request_info { width:244px; height:116px; background:url(images/andreea.jpg) no-repeat;}
.request_info p { font-weight:bold; font-family:Arial; padding:10px 25px}
.request_info input { cursor:pointer; border:none; background:#cc0000; color:#fff; margin-left:25px;}
.sidebar_news { width:244px; height:auto; background: #fff url(images/main_bg.jpg) repeat-x;}
.sidebar_news h1 {font-family:"Myriad Pro"; font-size:22px; font-weight:bold; color:#cc0000; padding:20px 0 20px 25px;}

.sidebar_news ul { margin-left:30px; line-height:normal}
.sidebar_news ul li { list-style-image:url(images/red_arrow.png); list-style-position:outside; }
.side_banner { width:244px; text-align:center; margin:auto; margin-bottom:70px;}
.more_opp { padding-left:5px; position:absolute; bottom:0;}
a img { border:none;}

/* Home Tabs */

.home_tabs { float:left; width:564px; background:#fff url(images/tabs_bg.jpg) repeat-x;}
.home_tabs ul.postTabs { height:33px; margin:0px; padding:0px;}
.home_tabs ul li { float:left;}
.postTabs_divs { font-size:14px; font-weight:normal; font-family:Arial, Helvetica, sans-serif;}

/* Header Navigation */
.header_nav { float:right; font-size:11px; background:#f5f4f4; line-height:normal; padding:5px; font-family:Arial;}
.header_nav ul li { float:left; padding:0 5px; border-right:solid 1px #666; list-style:none; }
.header_nav a { color:#535353; text-decoration:none;}
.header_nav #menu_item_12 {border-right:none}

.error { color:#ff0000;}

.post-footer { background:url(images/bg_dotted.gif) repeat-x bottom;}
#main a { color:#d70002}
#main h2 a { text-decoration:none; font-size:18px;}
#main img.alignleft { float:left; margin:5px 10px 0 0; }
.commentlist { list-style:none; margin:0px 0 0 10px;}
div.alignleft { float:left}

/* Footer Navigation */
.footer_nav { float:left; font-size:12px; line-height:normal; padding:10px 5px;}
.footer_nav ul li { float:left; padding:0 5px; border-right:solid 1px #fff; list-style:none; line-height:1.3em; }
.footer_nav a { color:#535353; text-decoration:none;}
.footer_nav a:hover { text-decoration:underline;}
.footer_nav #menu_item_12 {border-right:none}

p.wp-caption-text { text-align:center}
div.wp-caption { padding:10px;}
div.wp-caption img { border:solid 1px #D60003; padding:2px}

.newsletter_text { width:234px; height:27px; padding:6px 0 0 10px; background:#666; color:#fff; font-size:15px; font-family:Georgia; font-weight:normal}
.newsletter form { padding:0px; margin:0px; border:none;}
.newsletter p { padding:3px;}
.newsletter { padding:5px; color:#666}
.newsletter #stnl_submit { background:#666; color:#fff; font-weight:bold; cursor:pointer; border:none}

.find_contacts { background:url(images/find_contacts.jpg) no-repeat; width:189px; height: 102px; }
.left_sdbr { float:left; padding:52px 15px 15px 25px;}
.fc_input { width:100px; height:17px; border:solid 1px #999; padding:0;}
.fc_go { width:30px; height:20px; background:#cc0001; border:none; font-family:arial; font-size:10px; color:#fff; cursor:pointer;}

.sp_content { float:left; width:487px; padding:40px 10px 10px 10px;  text-align:justify; font-family:arial; font-size:12px;}
.sp_content h1 {text-align:left;}
.favorites_box { background:#f7f6f6; width:121px; height:186px; float:right; color:#535353; margin:20px 0px 10px 10px; clear:right; padding:10px;}
.favorites_box h2 { font-family:helvetica; font-size:20px; font-weight:bold;}
#main .favorites_box a { font-size:11px; color:#535353; font-family:tahoma; text-decoration:none; padding-bottom:5px; }
.favorites_box a img { margin-top:5px; margin-right:10px;}

.main_box { padding:10px;}
.main_box p.post-info { padding:1px 10px; font-size:10px; font-family:arial;}
.main_box h2 { padding:10px 10px 0px 10px;}
.main_box #commentform { border:none; padding:0px; margin:0px;}
.main_box #submit { background:#666666; border:medium none; color:#FFFFFF; cursor:pointer; }

.comment_list { width:100%; background:url(images/slash.png); }
.comment_list .tr1 td { padding:5px;}
.comment_list .gravatar { width:5%}
.comment_list .details a { text-decoration:none;font-family:Arial; font-size:11px;} 
.comment_list .details a:hover { text-decoration:underline}
.comment_list .cite { width:95%}

#wp-email form { margin:0px; padding:0px;}
#wp-email p { text-align:left; padding:0 0 5px 10px;}
#wp-email #wp-email-submit {background:#666666; border:medium none; color:#FFFFFF; cursor:pointer;}
#wp-email #wp-email-button { text-align:center}

#main .hilite { background-color:#d70002; color:#fff; }
.sp_content address { display:none;}

#quick-tour p { padding:0;}

/* ------------ Sign Up Page ---------------*/
span.plan-name { font-size:20px; font-weight:bold;}
.plan-img { float:left; padding:5px;}
.plan-prices  td { padding:5px; text-align:left}
.plan-prices  td span { font-size:20px; font-weight:bold}

/* ------------Left Sidebar Icons ---------------*/
.left_sdbr .raq { width:189px; height:127px; overflow:hidden}
.left_sdbr .rmt { width:184px; height:123px; overflow:hidden; border:solid 2px #979393; margin:10px 0px;}
.left_sdbr .mqt { width:184px; height:123px; overflow:hidden; border:solid 2px #979393;}


/* ------------Contact Minima-Risk ---------------*/
.offices { width:100%; font-size:12px; font-family:Arial;}
.offices table {  width:100%;}
.offices table p { padding:0;}
.offices table td { border:solid 1px #cacaca; padding:4px;}
.offices table .title { width:50%; text-align:center}
.offices table .image { width:50%; text-align:center}
.wpcf7 form { margin:15px 0;}
.wpcf7 form input[type="submit"] {background:#666666; border:none; color:#FFFFFF; cursor:pointer;}

#sidebar ul.qtrans_language_chooser {
	display:inline;
	clear:both;
}

#sidebar ul.qtrans_language_chooser li {
	float:left;
	list-style:none;
	list-style-type:none;
	font-style:normal;
	font-weight:normal;
	font-size:11px;
	color:#666;
	font-family:arial;
}

#sidebar ul.qtrans_language_chooser li a span{
	font-style:normal;
	font-weight:normal;
	font-size:11px;
	color:#666;
	font-family:arial;
}

#sidebar ul.qtrans_language_chooser li.active a span{
	font-style:normal;
	font-weight:bold;
	font-size:11px;
	color:#666;
	font-family:arial;
}

a.qtrans_flag_fr {
	background:url(fr_ch.gif) no-repeat !important ;
}
a.qtrans_flag_de {
	background:url(de_ch.gif) no-repeat !important ;
}

/* ----------- Subscribe ----------- */
.sp_content .subscribe { padding: 0 0 20px 0;}
.sp_content .subscribe form { border:none}
.sp_content .subscribe form td { padding:0 5px;}
.sp_content .subscribe input { padding:5px; background:url(images/newsletter-input.png) no-repeat; width:185px; height:20px; border:solid 1px #333; margin-top:5px;}
.sp_content .subscribe input[type="submit"] { background:#666; color:#fff; width:125px; height:29px;cursor:pointer;}

