/*
Theme Name: DRS Consulting.
Theme URI: http://www.spokoy.com/
Description: Tema dise&ntilde;ado y desarrollado para drsconsulting.com.co
Author: Spokoy.com
Author URI: http://www.spokoy.com/
Version: 2.1
Tags: blue
Template: spokoy
*/

@import url("../spokoy/style.css");

body {
    color: #444;
    font-family: 'Tinos', 'Helvetica', 'Tahoma', serif;    
    font-size: 16px;
    line-height: 1.5;
    background-color: #ffffff;
}

/* typography */
h1, h1 a,
h2, h2 a,
h3, h3 a,
.sidebar h3,
.sidebar h3 a,
#nav ul.menu > li > a,
#footer-menu h4,
#footer,
#title h1,
#title .excerpt,
.sidebar-box a,
.sidebar-box h4,
.tabs .tab-menu a,
#breadcrumbs,
#breadcrumbs a {
    font-family: 'Tinos', 'Helvetica', 'Tahoma', serif;    
}

/* h1,h2,h3... */
h2, h2 a,
h3, h3 a {
    color: #c83d51;
}

h1,
h1 a {
    font-size: 28px;
    position: relative;
    font-weight: normal;
}

h2,
h2 a {
    font-size: 28px;
    text-align: center;
    font-weight: normal;
}

h3,
h3 a {
    font-size: 22px;
    font-weight: normal;
}

.tabs .tab-menu a {
    font-size: 14px;
    color: #888;
    text-shadow: 1px 1px 0 #bbb;
}

.tabs .tab-menu a.active {
    color: #666666;
}

.sidebar h3 {
    font-size: 20px;
    font-weight: normal;
    border-bottom: #ccc dotted 1px;
    margin-top: 15px;
    margin-left: 10px;
    text-align: right;
}

/* lines */
hr {
    border: none;
    border-top: dotted 1px #888;
    width: 100%;
    margin-top: 0;
}

/* header */
#header,
#header .container,
#header .wrap {
    height: 108px;
}

#header > .container {
    width: 100%;
}

#header {
    background: transparent url(images/header-bg.jpg) top left repeat-x;
}

#header .container {
    background: transparent;
    text-align: center;
}

#header .wrap #logo {
    text-align: center;
}

#header .wrap #logo img.logo {
        padding-top: 20px;
	width: 220px;
	height: 85px;
}

#sn-header-links{
    display:none;
}

/* extranet */
div#extranet {
    z-index: 10;
    position: absolute;
    left: 780px;
    top: 2px;
    left: 780px;
    width: 170px;
    height: 26px;
    color:#ddd;
	font-size: 12px;
}

/* nav */
#navigation,
#navigation .container,
#navigation .wrap,
#nav,
#nav ul.menu > li.back {
    
}

#navigation {
    background: transparent url(images/nav-bg.jpg) top left repeat-x;    
}

#navigation .container{
    margin: 0 auto;
    width: 760px;
}

#navigation .wrap {
    text-align: left;
    height: 65px;
    width: 960px;
}

#nav ul.menu > li {
    padding-top: 5px;
    width: 165px;
}

#nav ul.menu > li > a {
    font-family: 'Tinos', 'Helvetica', 'Tahoma', serif;    
    height: 20px;
    color: #ffffff;
    text-align: center;
    padding: 14px 2px 2px 2px;
}

#nav ul.menu > li > a > .menu-link-title {
    font-size: 22px;
    line-height: 16px;
}

#nav ul.menu > li > a > .menu-item-description {
    font-size: 12px;
    line-height: 12px;
    color: #fafafa;
}

#nav ul.menu > li.back {
    width: 165px;
    height: 54px;
    background-color: #1b1b1b;
    position: absolute;   
    margin-top: 3px;
}

#nav li ul.sub-menu.sub-menu-1 {
    border-bottom: 2px solid #e5c2a2;
    border-right: 2px solid #e5c2a2;
    border-left: 2px solid #e5c2a2;
    background-color: #a62424;
    margin-top: 9px;
}

#nav ul li ul.sub-menu li a {
    text-align: left;
    width: 140px;
    border: 5px solid transparent;
}

#nav ul li ul.sub-menu li a .menu-link-title {
    font-size: 12px;
    font-weight: bold;
    color: #dedede;
    padding-top: 5px;
}

#nav ul li ul.sub-menu li a .menu-item-description {
    font-size: 10px;
    font-weight: normal;
    color: #bbb;
}

#nav ul li ul.sub-menu ul.sub-menu li a .menu-link-title {
    font-size: 11px;
    font-weight: normal;
    color: #ccc;
}

#nav ul li ul.sub-menu ul.sub-menu li a .menu-item-description {
    font-size: 8px;
    font-weight: normal;
    color: #999;
}

#nav ul li ul.sub-menu > li:hover > a,
#nav ul li ul.sub-menu > li > a:hover {
    background-color: #e5c2a2;
    border: 5px solid #d89c66;
}

#nav ul li ul.sub-menu ul.sub-menu > li:hover > a,
#nav ul li ul.sub-menu ul.sub-menu > li > a:hover {
    background-color: #e5c2a2;
    border: 5px solid transparent;
}

/* breadcrumbs */
#breadcrumbs {
    background: #393d51;
    border-bottom: solid 1px #222;
}

#breadcrumbs,
#breadcrumbs a,
#breadcrumbs a:hover {
    color: #eee;
}

/* title */
#title,
#title .wrap {
    height: 91px;
}

#title {
    color: #fafafa;
    background: transparent url(images/title-bg.png) left bottom repeat-x;
}

#title .overlay {
   
}

#title h1 {
    padding-left: 12px;
    line-height: 91px;
    font-size: 35px;    
    text-shadow: 1px 1px 2px #222;
    color: #fff;
}

#title .excerpt {
    font-size: 14px;
    color: #0047B9;
}

#title .excerpt p {
    padding-left: 22px;
    text-align: left;
}

#title hr {
    margin-left: 10px;
    width: 937px;
    margin-bottom: 0;
}

/* slider */
#slider,
#slider .wrap,
div#slider-img,
ul#slider-img {
    height: 418px;    
}

#slider {
    margin-bottom: 0px;
}

#slider .overlay {
}

#slider .wrap {
    background-color: #c27373;
    width: 940px;
    
}

div#slider-img {
    width: 920px;
    top: 5px;
    left: 10px;
}

ul#slider-img {
    width: 960px;
}

.nivo-caption p {
    font-size: 30px;
    font-family: 'Tinos', 'Helvetica', 'Tahoma', serif;    
    padding: 5px 10px 10px 10px !important;
    color: #ebeef0;
}

.nivo-caption p div {
    border-bottom: dotted 1px #ddd;
}

.nivo-caption p span {
    font-size: 18px;
    float: right;
    color: #8e9192;
}

.nivo-caption {
    background-color: #000;
    top: 340px !important;
    left: 300px !important;
    width: 0 !important;
    height: 0 !important;
}

.nivo-controlNav {
    top: 372px;
    width: 100px;
    height: 28px;
    left: 430px;
    display: none;
}

.nivo-controlNav .nivo-control {
    background: transparent url(images/nav.png) no-repeat;
}

.nivo-controlNav .active {
    background: transparent url(images/nav-a.png) no-repeat;
}

ul#slider-img {
    list-style: none;
    position: relative;
    margin: 0;
    padding: 0;
}

ul#slider-img li .description {
    font-size: 30px;
    font-family: 'Tinos', 'Helvetica', 'Tahoma', serif;    
    color: #ebeef0;
}

/* buttons */
.mm-button-big {
    background:url('images/button-sprite-big.png') right -58px no-repeat;
}

.mm-button-big span {
    background: url('images/button-sprite-big.png') left top no-repeat;
}

.mm-button {
    background:url('images/button-sprite.png') right -10px no-repeat;
}

/* quote */
#quote {
    height: 100px;
    background: transparent;
}

#quote .container {
	background-color: #fff;
}

#quote .wrap {
    text-align: left;
    height: 100px;
}

#quote .wrap blockquote {
    font-family: "Tinos", "Times", serif;
    font-style: italic;
    font-size: 28px;
    text-align: center;
    width: 960px;
    color: #c83d51;
    margin-top: 10px;
    float: left;
}

#quote-source {
    position: absolute;
    top: 25px;
    left: 730px;
    width: 200px;
    height: 120px;
    font-family: "Tinos", "Helvetica Neue", sans-serif;
    font-size: 14px;
    color: #c83d51;
    text-align: center;
}

#quote .wrap .mm-button-big {
    position: absolute;
    left: 749px;
    top: 27px;
    margin: 0;
}

/*contents*/
#content.full {
	width: 940px;
}

#content.sidebar-left,
#content.sidebar-right {
    width: 610px;
}

#sidebar.sidebar-left,
#sidebar.sidebar-right {
    width: 300px;
}

#main.full > .container {
	background-color: #fff;
}

#main.sidebar-left > .container {
    background: url(images/content-sidebar-left-bg.jpg) repeat-y top left;
}

#main.sidebar-right > .container {
    background: url(images/content-sidebar-right-bg.jpg) repeat-y top right;
}

#main.sidebar-right > .container.container-top,
#main.sidebar-left > .container.container-top{
    height: 10px;
}

#main.full > .container.container-top {
    background: #fff url(images/top-container.png) no-repeat top left;
    width: 960px;
    height: 0px;
}

/* sidebar */
.sidebar-box a
{
    color: #666666;
    font-size: 14px;
    line-height: 14px;
}

.sidebar-box h4
{
    color: #666666;
    font-size: 24px;
    padding-left: 5px;
}

.sidebar-box
{
    margin-bottom: 10px;
    color: #666666;    
}

.sidebar-box li
{
    list-style-image: url(images/nav-sidebox.png);
    margin-left: 40px;
    padding: 6px 5px;
}

.sidebar-box li a
{
    color: #666666;
    font-size: 16px;
    line-height: 16px;
}

.sidebar-box li a:hover
{
	color: #444;
    text-decoration: none;
}

.sidebar-box li:hover a
{
	color: #444;
    text-decoration: none;
}

.sidebar-box li:hover {
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background-color: #fcc2ca;
}

.mm-recent-posts .tiny-entry:hover, .mm-popular-posts .tiny-entry:hover, .mm-recent-news .tiny-entry:hover {
	background-color: #fcc2ca;
}

.mm-recent-posts .title a, .mm-popular-posts .title a, .mm-recent-news .title a {
	font-weight: normal;
}

.sidebar-box a:hover {
	text-decoration: none;
}


.sidebar-box #twitter_update_list li:hover {
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background-color: #fbdbb8;
}

.sidebar-box li.current-menu-item, .sidebar-box li.current_page_item{
    text-decoration:none;
}

/* footer */
#footer-menu,
#footer-menu .wrap {
    height: 165px;
}

#footer-menu {
    color: #fafafa;
    font-size: 12px;
    display: none;
}

#footer-menu .wrap {
    background: transparent;
}

#footer-menu h4 {
    color: #FFF;
    line-height: 30px;
    font-family: 'Tinos', 'Helvetica', 'Tahoma', serif;    
    font-size: 22px;
}


#footer-menu ul,
#footer-menu a {
    font-size: 14px;
    color: #CCC;
}

#footer-menu ul {
    margin-top: 10px;
    margin-left: 10px;
}

#footer-menu ul li {
    padding-top: 0;
    margin-left: 20px;
}

#footer {
    height: 52px;
    font-size: 14px;
    line-height: 52px;
    background: transparent url(images/footer-bg.jpg) repeat-x top left;
    color: #ddd;
}

#footer a {
    color: #ddd;
    
}

#footer .cr {
    float: left;   
    margin-left: 10px;
}

#footer .spokoy {
    float: right;
    margin-right: 10px;
}

.frame {
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
}

.frame img {
	margin: 0 auto;
}

/* search */
div#searchform {
    display: none;
    position: absolute;
    left: 776px;
    top: 35px;
    width: 180px;
    height: 26px;
}
div#searchform input
{
    border: 1px solid #888;
    background: #e9e9e9 url(images/search-bg.jpg) 2px 1px no-repeat;
    padding-left: 24px;
    color: #666;
    height: 23px;
    width: 150px;
    font-size: 12px;
    -moz-border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

div#searchform input:focus
{
    color: #555;
    background-color: #e9e9e9;
    width: 200px
}

div#searchform #searchsubmit
{
    display: none;
}

/* social networks links sn links */
#sn-links {
    position: absolute;
    left: 865px;
    top: 9px;
    width: 93px;
    height: 33px;    
}

#sn-links img {
    position: relative;
    top: 0;
    left: 0;
    float: right;
    margin-left: 5px !important;
}

#sn-links img:hover {
    opacity: 0.6;
}

/* blogs */

.blog-1 .entry .comment,
.blog-2 .entry .comment {
    font-weight: bold;
    line-height: 25px;
    text-shadow: 1px 1px 0 #fafafa;
}

.blog-1 .entry .comment a,
.blog-2 .entry .comment a {
    color: #666666;
}

.blog-1 .entry .meta,
.blog-2 .entry .meta {
    font-size: 11px;
    font-style: italic;
    color: #aaa;
}

.blog-1 .single-meta,
.blog-2 .single-meta {
    font-size: 11px;
    font-style: italic;
}

/* form inputs */
ol.forms input,
ol.forms textarea
{
    border-bottom: 1px solid #303030;
    border-right: 1px solid #303030;
    border-top: 1px solid #303030;
    border-left: 1px solid #303030;
    color:#444;
}

ol.forms button
{
    background: #444;
    color: #fafafa;
}
ol.forms button:hover { color: #fff; background: #999; }
ol.forms button:active { color: #fff; background: #999; }

.mm-simple-contact .address, .mm-simple-contact .email, .mm-simple-contact .phone, .mm-simple-contact .form, .mm-simple-contact .skype, .mm-simple-contact .rss, .mm-simple-contact .twitter, .mm-simple-contact .facebook, .mm-simple-contact .myspace, .mm-simple-contact .flickr, .mm-simple-contact .linkedin, .mm-simple-contact .country-ve, .mm-simple-contact .country-co {
    margin-bottom: 4px;
    margin-top: 4px;
    min-height: 18px !important;
    padding-left: 18px !important;
    padding-top: 0 !important;
    font-family: 'Tinos', 'Helvetica', 'Tahoma', serif;    
}