/* Start of CMSMS style sheet '3bee-styles' */
body {
    background: black none;
    font-family: "Trebuchet MS", Verdana, Helvetica, Tahoma, sans-serif;
    font-size: 12px;
    color: white;
}

a {
	/* font-weight: bold; */
	color: #fd9000;
        text-decoration:none;
}

.clear {
	clear: both;
}

.bold {
	font-weight: bold;
}

.yellow {
	color: #f9e600;
}


p {
	line-height: 14px;
}

p, ul, ol {
	margin-bottom: 14px;
}


input, textarea {
	border: 1px #b6b8bb solid;
	background-color: #fff;
	color: #000;
	font-size: 0.9em;
	padding: 5px 8px;
	letter-spacing: 0.05em;
}


.wrapper {
    width: 100%;
    text-align: center;
}

.header,
.content-wrapper,
.footer {
    width: 750px;
    margin: 0 auto;
    text-align: left;
}

.header {
    position: relative;
    background-color: white;
    height: 80px;
}

.header .beelogo {
    position: absolute;
    top: 0;
    left: 20px;
}

.language-select {
    position: absolute;
    top: 6px;
    right: 12px;
    line-height: 14px;
}

.language-select a {
    color: #b0b0b0;
    font-size: 0.9em;
	font-weight: normal;
}

.footer {
	color: #a4a7aa;
	text-align: center;
	padding: 10px;
}
.footer a {
	color: #a4a7aa;
	font-weight: normal;
}

.menu-wrapper {
    position: relative;
    background: #383838 url('images/menu_bg.gif') repeat-x;
    height: 42px;
}

.menu {
	text-align: right;
}

.menu div.menu-item {
	display: inline;
}

.main-banner {
    position: relative;
    height: 151px;
    border: 1px #424242 solid;
    border-top: 0;
}

.content {
	width: 748px;
	background-color: #2c2c2c;
        border-bottom: 1px #424242 solid;
        border-right: 1px #424242 solid;
	border-left: 1px #424242 solid;
}

.column-left {
	width: 485px;
       	
	float: left;
	padding: 4px;
	background-color: #2c2c2c;
}

.column-right {
	width: 236px;
	
	float: left;
	padding: 4px;
	background-color: #2c2c2c;
}

.column-left .inner,
.column-right .inner {
	padding: 8px 3px;
}
.column-left .inner h1 {
 font-size: 20px;
 color: yellow;
}
.column-left .inner h2 {
 font-size: 16px;
 color: #f9e600;
}

.two-panels {
	padding: 8px 0;
}

.two-panels .panel-left {
	width: 243px;
	border-right: 1px #424242 solid;
	float: left;
	padding-right: 8px;
}

.two-panels .panel-right {
	width: 216px;
	float: left;
	padding: 0 8px;
}

.newsletter {
	position: relative;
	height: 34px;
	border: 1px #424242 solid;
	background-color: #fff;
        color:black;
        font-weight:bold;
        text-align:center;
}

.newsletter div {
	position: absolute;
}

.actions {
	padding-left: 2px;
}

.action {
	padding-bottom: 5px;
}

.action h1 {
	font-family: Verdana, Helvetica, sans-serif;
	color: #fd8e00;
	font-weight: bold;
	padding: 10px 0 8px 0;
	font-size: 0.9em;
}

.action img {
	border: 1px #fff solid;
}

.content ul {
	/* list-style-type: none; */
	margin-left: 10px;
	list-style-image: url('images/bullet.gif');
}

.content ul li {
}

.entry .info {
	color: #fff;
	font-weight: bold;
	line-height: 1.2em;
}

.entry .info .date {
	font-weight: bold;
}

.entry .info .title {
	color: #f9e600;
}
.entry .info .entry_title h1 {
  font-size: 16px;
}

.entry .info .for a {
	font-weight: bold;
}

.entry .image {
	text-align: center;
	padding: 10px 0;
}

.image img {
	border: 1px #f9e600 solid;
}

.entry .more {
	text-align: right;
}

.entry a {
	font-weight: normal;
}

.tag-cloud .size-1 {
	line-height: normal;
}

.tag-cloud .size-2 {
	font-size: 1.2em;
}

.tag-cloud .size-3 {
	font-size: 1.2em;
}

.tag-cloud .size-4 {
	font-size: 1.6em;
}

.tag-cloud .size-5 {
	font-size: 1.9em;
}

.tag-cloud .size-6 {
	font-size: 2.2em;
}

.links div {
	padding-bottom: 14px;
	line-height: 14px;
}

.portfolio_back {

background:none; 
padding-top:2px; 
text-align:left;
color:#FD9000;
text-decoration:none; 
border:0px; 
cursor:pointer;

}

.portfolio_back:hover{ cursor:pointer;}

.text img {border: 1px #f9e600 solid; }

strong {font-weight:bolder;}
/* End of '3bee-styles' */

