/*
Theme Name: MGBusiness
Theme URI: http://themes.mihaelgiba.com/mgbusiness/
Description: A sbuisness website for WordPress.
Author: Mihael Giba
Author URI: http://themes.mihaelgiba.com/
Version: 1.0
Tags: business, corporate, company
.
Copyright Mihael Giba 2011
 
.
*/
/*------------------------general-----------------*/
body {
	background-color:transparent;

	
}

#wrapper {
 background-color: #ffffff;
 background-image:url(images/wrapper_1160.jpg);
 background-repeat:repeat-y;
	/*padding-top: 15px;*/
	PADDING-BOTTOM: 10px; 
	MARGIN: 0 auto; 
	WIDTH: 1148px; 

	}
	
#mainhome{
		padding-left:71px;
	padding-right:71px;
	width:1006px;
}
	
a {
	font: 11px Arial;
	color: #252525; 
	text-decoration:none;

}

a img { 
border:0;
 }
a:hover {
font: 11px Arial;
	color: #000000; 
	text-decoration:none;

}


h1{
	font-weight:normal;
	font-family:Arial;
font-size:24px;
	color: #252525; 
	text-decoration:none;
	float:left;
}

	
h1 a{
	font-family:Arial;	
font-size:24px;
	color: #252525; 
	text-decoration:none;
	float:left;
}

h1 a:hover{
	
	font-family:Arial;
font-size:24px;
	color: #252525; 
	text-decoration:underline;
	float:left;
}

h2, h2 a{
	
	font:bold 14px Arial;
	color: #666666; 
	text-decoration:none;
	float:left;
}

h3 a:hover{
	
	font:bold 11px Arial;
	color: #252525; 
	text-decoration:none;
	float:left;
}

h3, h3 a{
	
	font:bold 11px Arial;
	color: #666666; 
	text-decoration:none;
	float:left;
}

h2 a:hover{
	
	font:bold 14px Arial;
	color: #252525; 
	text-decoration:none;
	float:left;
}


h4, h4 a{
	
	font: 11px Arial;
	color: #252525; 
	text-decoration:none;
	float:left;
}

h4 a:hover{
	
	font: 11px Arial;
	color: #666666; 
	text-decoration:none;
	float:left;
}
p, p a {
	font: 11px Arial;
	color: #666666; 
	text-decoration:none;
	
	
}

p a:hover {
	font: 11px Arial;
	color: #252525; 
	text-decoration:none;

}
	
	/*------------------------------ header------------------------------*/
#blog-title{
	width:1006px;
	border-bottom:#cdcdcd 1px solid;
	height: 107px;
	
}

#blog-title h1{
	
font: Arial, Helvetica, sans-serif;
font-size:24px;
	color: #252525; 
	text-decoration:none;
	float:left;
}

#blog-title h1 a{
	
font: Arial, Helvetica, sans-serif;
font-size:24px;
	color: #252525; 
	text-decoration:none;
	float:left;
}
#blog-title h1 a:hover{
	
font:regular 24px Arial;
	color: #252525; 
	text-decoration:none;
	float:left;
}

#blog-title h2{

	font: 11px Arial;
	color: #666; 
	text-decoration:none;
	width:400px;
	float:left;
}

/*-----------------------navigation---------------------------*/

#navigation{
width:850px;

}


#nav2{
		font-family:Arial;
        background-color: #FFFFFF;
        display: block;
        font-size:14px;
        height:30px;
        width:810px;
		text-transform:capitalize;
		
}



#nav2 a ,#nav2 a:hover{
	border:none;
	display: block;
	text-decoration: none;
	text-transform:capitalize;
}

#nav2 li {
	float: left;
	list-style:none;
}

#nav2 a,#nav2 a:visited {
	color:#666666;
	display:block;
	padding:6px 12px;
}

#nav2 a:hover, #nav2 a:active {
	color:#252525;
	text-decoration:none;
}	



#nav2 li li {
	width: auto;
}

#nav2 li li a,#nav2 li li a:visited {
	
    color:#666666;
	font-weight:normal;
	font-size:12px;
}

#nav2 li li a:hover,#nav2 li li a:active {
	color: #252525;
}	


/*---------------------------slideshow----------------*/

#s3slider {
   width: 850x; /* important to be same as image width */
   height: 300px; /* important to be same as image height */
   position: relative; /* important */
   overflow: hidden; /* important */
padding:0px;
background-color:#FFFFFF;
}

#s3sliderContent {
   width: 850px; /* important to be same as image width or wider */
   position: absolute; /* important */
   top: 0; /* important */
   margin-left: 0; /* important */
	list-style: none;
	left: -40px;
}

.s3sliderImage {
   float: left; /* important */
   position: absolute; /* important */
   display: none; /* important */
   list-style: none;
   margin-left: 0; /* important */


}

.s3sliderImage span {
   position: absolute; /* important */
   left: 0;
   font: 10px/15px Arial, Helvetica, sans-serif;
   padding: 10px 13px;
   width: 374px;
   background-color: #FFFFFF;
   filter: alpha(opacity=80); /* here you can set the opacity of box with text */
   -moz-opacity: 0.8; /* here you can set the opacity of box with text */
   -khtml-opacity: 0.8; /* here you can set the opacity of box with text */
   opacity: 0.8; /* here you can set the opacity of box with text */
   color: #000000;
   display: none; /* important */
   top: 0;




   /*
       if you put
       top: 0; -> the box with text will be shown at the top of the image
       if you put
       bottom: 0; -> the box with text will be shown at the bottom of the image
   */
}

.image-clear{
	
	width:450px; 
	float:left;
}
.left {
	top: 0;
    left: 0;
	width: 400px !important;
	height: 280px;
}


.clear {
   clear: both;
} 

/*-----------------------------------content------------------------------------*/
#content{
width:1006px;
height:auto	;
background-color: transparent;
}

#content_home {
height:220px;
background-color:#FFFFFF;
padding-top:20px;
padding-bottom:20px;
border-bottom:#cdcdcd 1px solid;
border-top:#cdcdcd 1px solid;
}

.post {
  clear: both;
  display: block;
}


/*------------------------------------------archive-----------------------------------*/


div.span-8 {
width:300px;
padding-right:12px;
height:265px;
float:left;
	
}
h6.archive-header{
  border-bottom: 1px solid #000000;
  display: block;
  margin: 0 0 0.5em;
  font:bold 14px Arial;
	color: #252525; 
	text-decoration:none;
	float:left;
}

h6.archive-header a {
   display: block;
  margin: 0 0 0.5em;
  font:bold 14px Arial;
	color: #252525; 
	text-decoration:none;
	float:left;
}
img.archive-header {
	width:300px;
	height:110px;
	clear:left;
}

/* ************************* FOOTER *********************** */
#footer {
	margin:1em 0 0;
	padding:1em;

}

#footer p {
	font: 11px Arial;
	color: #666666; 
	text-decoration:none;
	text-align:center;

}

#footer a {
	font: 11px Arial;
	color: #252525; 
	text-decoration:none;

}

#footer p a:hover {
font: 11px Arial;
	color: #000000; 
	text-decoration:none;

}

/*-------------------news_ticker-------------------------*/

#ticker { width:300px; height:200px; border-right:1px solid #cdcdcd; overflow:auto; background-color:#ffffff; float:left; padding-right:10px;}
#ticker dt { font:normal 11px Arial; text-transform:uppercase; padding:0 10px 5px 10px; background-color:#ffffff; padding-top:3px; border:1px solid #ffffff; border-bottom:none; border-right:none; position:relative; }
#ticker dd { margin-left:0; font:normal 11px Arial; padding:0 10px 3px 10px; border-bottom:1px solid #cdcdcd; background-color:#ffffff; border-left:1px solid #ffffff; position:relative; }
#ticker dd.last { border-bottom:1px solid #ffffff; }
#ticker div { margin-top:0; }


/*---------------------------------home page welcome----------------------------*/

#welcome {
	
	width:650px;
	height:200px;
	padding: 0px 20px 0px 20px;
	float:left;
	background-color:#FFFFFF;
	text-align:justify;
	margin-bottom:16px;
	margin-top:16px;
	
	
}


/*------------------------------------------contact form-----------------------*/

form {
	font:13px Arial;
	background:#ffffff;
	margin:20px;
	padding:10px 20px;
	width:740px;
	
	}
	
	form ol {
		list-style:none;
		margin:0;
		padding:0;
		}
		
		form li {
			padding:6px;
			margin-bottom:1px;
			}
			
			form li#send {
				background:none;
				margin-top:6px;
				}
		
		form label {
			float:left;
			width:70px;
			text-align:right;	
			margin-right:7px;
			color:#252525;
			line-height:23px; /* This will make the labels vertically centered with the inputs */
			}
			
		form input,
		form textarea {
			padding:4px;
			font:13px Arial;
			border:1px solid #999999;
			width:200px;
			}
			
			form input:focus,
			form textarea:focus {
				border:1px solid #666;
				background:#e3f1f1;
				}
			
		form li#send button {
			background:#252525 url(images/css-form-send.gif) no-repeat 8px 50%;
			border:none;
			padding:4px 8px 4px 28px;
			border-radius:15%; /* Don't expect this to work on IE6 or 7 */
			-moz-border-radius:15%;
			-webkit-border-radius:15%;			
			color:#fff;
			margin-left:77px; /* Total width of the labels + their right margin */
			cursor:pointer;
			}
			
			form li#send button:hover { 
				background-color:#006633;
				}


