/*   
Theme Name: CBStudiotheme
Theme URI: http://
Description: Theme created for the Design Studio "Creative Bite"
Author: Jim Yang
Author URI: http://
Version: 1.1
.
This theme can be used for commercial or non-commercial use so long as it is not redistributed or resold in any way.
.
*/

/* 
	Background-Styles 
*/
.ngg-clear{
    visibility:hidden;
}
body,html {
	margin:0px; 
	padding:0px;
	overflow:auto;
	font-family:Arial, Helvetica, sans-serif;
	color:#fff;
	font-size:13px;
	line-height:19px;
	overflow:hidden;
	background-color:#000;
	
}

#wrapper {
	margin-left:auto;
        margin-right:auto;
	width: 1003px;

}

#main .container {
	/* background-image: url(images/background3.jpg); */
	width: 1003px;


/*height: 800px;	*/
/* shahbaz  height:650px;*/



}

/*
	General Styles
*/
h1{
	font-size:18px;
	font-weight: 100;
	font-family:Helvetica, sans-serif;
	color:#93af2a;
	text-align:right;
		
}

h2{
	font-size:18px;
	font-weight: 100;
	font-family:Helvetica, sans-serif;
	color:#93af2a;
	width:450px;
	text-align:right;
	
}

h3{
	font-size:18px;
	font-weight: 100;
	font-family:Helvetica, sans-serif;
	color:#ffffff;
	padding:0;
	margin:0;
}

h4{
	font-size:18px;
	font-weight: 100;
	font-family:Helvetica, sans-serif;
	color:#93af2a;
	width:210px;
	text-align:right;
	margin:-5px;
	padding:0;
}

h5{
	font-size:18px;
	font-weight: 100;
	font-family:Helvetica, sans-serif;
	color:#93af2a;
	margin:0;
	padding:0;
}

p{
	font-size:12px;
	color: white;
	font-family:Helvetica, sans-serif;
	font-weight: 100;

}

a {
	color:#fff;
	text-decoration:none;
}

a:hover {
	color:#93af2a;
}

/* 
	Header-Styles 
*/

#header {
	padding-top:200px;
	width:1003px;
	height:190px;

}

#header_page {
	padding-top:50px;
	width:1003px;
	height:150px;

}
#slogan {
	position:relative;
	background-image:url(images/slogan.png);
	width:415px;
	height:31px;
	margin:0 auto;
	display:none;
}

#logo {
	position:relative;
	background-image:url(images/logo_2012.png);
	width:415px;
	height:96px;
	margin:0 auto 25px auto;
	display:none;
}
/*logo upadted by Alex*/
#nav{
	margin:0 auto;
	margin-top:10px;
	position: relative;
	height:80px;
	/*width:590px;*/
        width:620px;
	display:none;
	
}
.button {
	color: #fff;
	float: left; 
	font-size: 18px;
}

.sub_menu {
	line-height: 13px;
	color: #a0a0a0;
	font-size: 12px;
	
	
}

.menuSeperator {
	float: left;
	padding:0;
	width:1px;
	margin-left: 10px;
	margin-right: 10px;
}

li {color: #a0a0a0; list-style-type: none;}


/* 
	Contents Style 
*/
#content {
	float:left;
	width:1003px;

clear:both;
min-height:310px;
margin-top:20px;


}

#box-left-home {
	margin-left:100px;
	float:left;
	width: 350px;
	padding:0px;
	text-align:right;
}

#box-left {
	margin-left:150px;
	float:left;
	width: 300px;
	padding:0px;
	text-align:right;	
}

#box-right {
	width:400px;
	float:left;
	margin:0 0 0 20px;
	
        overflow:hidden;
/*** shahbaz ******/

height:310px;
}

#box-right-intern {
	width:400px;
	float:left;
	margin:-35px 0 0 20px;
}
/*** anton *****/
#right-InterBox{
float:left;
margin-left:45px;
margin-top:5%;
width:360px;
}
#right-InternBoxA{
float:left;
margin-left:45px;
margin-top:-3%;
width:360px;
}
/*** anton ends *****/

/*** Stephen ******/

#right-intern-stephen{
float:left;
margin-left:318px;
margin-top:-70%;
width:330px;
height:230px;

}

#right-InternBoxA{
float:right;
margin-left:45px;
margin-top:-3%;
width:330px;
height:230px;
border:1px solid red;
}



.intern_title
{
	text-align:right;
        clear:left;
	width:450px;
}

.back_button 
{
	text-align:right;
	width:285px;
        margin-left:150px;
	margin-top:10px;

}

.back_button a {
        font-size:1.2em;
        color:#93AF2A;
}

#contact
{
	width:636px;
	margin:0 auto;
	background-image: url(images/contact.png);
	height:339px;
}

.contact_detail
{
	width:210px;
	text-align:right;
	padding-top:95px;
	font-size:12px;
}

.green
{
	color:#93af2a;
}

/*Styling on previous-team's archieve*/
#right-archieve {
	width:400px;
	height:320px;
	float:left;
	margin:0 0 0 20px;
}

#past-team{
	width:700px;
	height:320px;
	padding-top:15px;
	margin:0 auto;
}

.current_thumbnail
{
	float:left;
	height:80px;
	width: 80px;
	padding:0;
	margin:0;
	
}

.current_thumbnail img
{
	border: none;
	padding:0;
	margin:0;
}

/*
CSS for Pop up box when on hover
*/
.popup {
	position: relative;
	background-color:#000;
	display: none; /* keeps the popup hidden if no JS available */
        padding:5px;
		width:140px;
}

.role
{
	font-size:12px;
	font-family:Helvetica, sans-serif;
	color:#93af2a;
	line-height: 12px;
}


/*
	Position "previous team" text
*/
#previous
{
	float:right;
	text-align:right;
	padding-right:130px;
	font-size:12px;
}

/*
	Footer Style
*/

#footer
{
	/*position:relative;*/
	bottom:30px;
	width:1003px;
	/*background-image: url(images/footer_bk.png);*/
	margin: 5px auto ;
/**** shahbaz ******/





}

.footer_column {
	float:left;
	width:100%;
	text-align:center;
	font-size:11px;
	color:#7e7e7e;
	
}

#footer a{
	
	color:#7e7e7e;
	margin-right:5px;
}

#footer a:hover{
	
	color:#fff;
}

.piclenselink a {
        display:block;
        width:150px;
        height:30px;
        text-indent:-1000px;
        background:url('images/piclens-Button.png') center top no-repeat;
        margin-left:auto;
        margin-right:auto;
}

.piclenselink a:hover {
        background-position:bottom;
}

/* added by shahbaz */
.clear{
	clear:both;
}
/* added by alex */
#error_text{
	width:150px;
	margin-left:425px;
	text-align:center;
}
