/**
Theme Name: CorporateMag
Author URI: http://wpjunction.com
Theme URI: http://wpjunction.com
Author: hpa
Version: 1.0
Description: CorporateMag Theme Premium WP
*/

@import url('css/reset.css');
@import url('css/default.css');
@import url('css/lavalamp.css');
@import url('css/glide.css');
@import url('css/tabs.css');
@import url('css/slide.css');
@import url('css/widgets.css');
@import url('css/comments.css');

body {
	background:#FFFFFF url('./images/background.gif') repeat-x 0 0;
	font:normal 14px Arial, Verdana, Tahoma ;
	margin:0;
	color:#222222;
}

ul li { list-style:none; }

a { color:#8b922e;
    //font-weight: bold;}

a:hover { color:#b4bd3c; }

#body-in { background:transparent url('./images/body-in-bg.gif') repeat-x }

#wrapper {
	width:956px;
	margin:0 auto;
}

/* header */
#header {
	padding-top:30px;
}

#header-content {
      
        background-repeat: no-repeat;
 }    

#branding {
	text-transform:uppercase; 
	height:104px;
	float:left;
	width:635px;
}

#blog-title {
	background:transparent url('./images/title-separator.gif') no-repeat 100% 0;
	display:block;
	padding-right:15px;
	margin-right:10px;
	float:left;
	font:bold 22px Arial;
	line-height:58px;
}

#blog-title a { color:#b4bd3c;}

#blog-title a:hover { color:#cccfa5;}

#blog-description {
	font-size:12px;
	float:left;
	line-height:58px;
	color:#8b922e;
}

#top-search {
	float:right;
	margin-top:13px;
	background:transparent url('./images/top-search-bg.gif') no-repeat 0 0;
	width:309px;
	height:30px;
	position:relative;
}

#top-search input {
	border:medium none;
	background:transparent;
	position:absolute;
	color:#BEBEBE;
}

#top-search .input-text {
	left:39px;
	top:7px;
	width:190px;
}

#top-search .input-submit {
	width:63px;
	height:30px;
	padding:0;
	right:0;
	top:0;
	cursor:pointer;
}

/* container */

#top-container { height:247px; }

#featured-posts-wrapper {
	float:left;
	width:644px;
	height:247px;
}

#featured-posts .title {
	font-size:16px;
	border-bottom:3px solid #8b922e;
	padding-bottom:3px;
	margin-bottom:3px;
}

#featured-posts .title a { color:#8b922e; }

#featured-posts .entry {
        color:#555555;
        font-size:18px;
        line-height:22px;
}

.post, .navigation, .commentlist, .respond {
	padding-right:10px;
}

.pagetitle {
	font-size:18px;
	color:#566B83;
	margin-bottom:10px;
}

.post .title {
	color:#b4bd3c;
	font-size:19px;
	margin-bottom:5px;
        font-weight:bold;
}

.post .meta, .entry-meta { margin-bottom:10px; }

.more-link span {
	display:block;
	color:#FFFFFF;
	text-align:center;
	width:95px;
	height:25px;
	line-height:25px;
	padding:0 10px;
	background-color:#b4bd3c;
	border:1px solid #8b922e;
}

.entry { line-height:19px; }
.entry ul {
        padding-bottom:15px;
        padding-left:20px;
        padding-top:15px;
}

/* content */
#content {
	float:left;
	width:726px;
}

.mini-post {
	float:left;
	width:276px;
	//height:312px;
	background:#FFFFFF url('./images/mini-post-bg.gif') repeat-x 0 0;
	padding:9px 7px;
	overflow:hidden;
}

.odd { margin-right:8px; }


.mini-post .title {
	float:left;
	width:180px;
	font-size:14px;
	height:17px;
	margin-bottom:17px;
	overflow:hidden;
        font-weight:bold;
}

.mini-post .title a { color:#7d8320; }

.mini-post .title a:hover { color:#b4bd3c; }

.mini-post .datepost {
	float:right;
	width:96px;
	text-align:right;
}

.mini-post .thumbnail {
	clear:both;
	padding:5px;
	background-color:#FFFFFF;
	margin-bottom:15px;
}

.mini-post .entry { clear:both; }

.mini-post .more-link span {
	margin-top:15px;
}

.no-image { background:#FFFFFF url('./images/mini-post-no-image-bg.gif') repeat-x 0 0 !important; }

/* post navigation */
#post-nav { 
	text-transform:uppercase;
	font-size:11px;
	margin-bottom:10px;
	padding-right:10px;
}

#post-nav a {
	display:block;
	background-color:#719FD2;
	border:1px solid #4D729D;
	color:#FFFFFF;
	padding:8px 13px;
}

#nav-prev-post, #nav-next-post {
	float:right;
	margin-left:10px;
}

/* sidebar */
#sidebar {
	float:left;
	width:230px;
}

.widget {
        margin-bottom:10px;
        list-style-type: none;
}

.widget-title {
	background:#FFFFFF url('./images/widget-title-bg.gif') repeat-y 0 0;
	height:30px;
	font-size:14px;
	line-height:30px;
	color:#8b922e;
	border-top:1px solid #B4BD3C;
	border-bottom:1px solid #B4BD3C;
	padding:0 5px;
        font-weight:bold;
}

.widget-content {
	background:#FFFFFF url('./images/widget-content-bg.gif') repeat-x 0 0;
	padding:0 5px;
}

.widget-content a { color:#5C601E; }

.widget-content li {
	padding:10px 0;
	border-bottom:1px solid #D8E4F0;
}

.widget-content li li {
	border:none;
	padding:10px 0 0 10px;
}

#secondary .widget-title { background-image:url('./images/widget-small-title-bg.gif'); }

#calendar_wrap { padding-top:5px; }

/* footer */
#footer {
	text-transform:uppercase;
	height:31px;
	padding-top:0px;
	line-height:5px;
	color:#8b922e;
        background: url(./images/background-footer.gif) repeat ;
}

#footer a { color:#8b922e; }

#footer a:hover { color:#719FD2; }

#textopie {
        float:left;
        margin-right:9px;
        padding-top:9px;
        background: url(./images/background-footer.gif) repeat;
        height: 22px;
}

#blog-name {
	background:#b4bd3c url('./images/blog-name-left-bg.gif') no-repeat 100% 0;
	float:left;
	display:block;
	height:24px;
	font-size:12px;
	color:#FFFFFF;
	line-height:24px;
	padding:0 10px 0 5px;
	margin-right:10px;
}

#contenido {
clear:both;
margin:20px auto;
padding:0;
width:726px;
float: left;
}
#content .section .box, #contenido .section .linebox, #contenido .section .fitbox {
border:1px solid #DFDFDF;
overflow:hidden;
}

.mhfoto {
//min-height:360px;
}

.w210 {
width:215px !important;
}

.w650 {
width:650px !important;
}

#contenido .section .rightmargin12 {
margin-right:12px;
}

#contenido .section .linebox {
clear:none;
float:left;
margin:0 5px 14px;
padding:3px 5px 0;
width:650px;
}

img.team {
margin:0 14px 0px;
}

#contenido div.team {
margin:0 14px;
width:206px;
}

#contenido div.team2 {
margin:0 14px;
width:650px;
}

#contenido .definition {
clear:both;
float:left;
//line-height: 16px;
}

.maincolor2 {
color:#b4bd3c;
font-size: 17px;
}

#container
{
	padding-top:1px;
}
#aktt_tweets{
        height: 30px;
}