/* 
Title:     Main Stylesheet for Mukul Bisht's one page Portfolio
Author:    Mukul Bisht | http://www.mukulbisht.com
Created:   11 Dec 2009
Updated:   15 December 2009
*/

/* ---------- YUI CSS Reset ----------  */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}

/*  ---------- End Reset ----------  */

/*  ---------- Main Structure ----------  */

body {
	color: #FFF;
	font: 1em  Verdana, Helvetica, Arial, sans-serif;
	background: #5eb484 url(../images/bg.gif) repeat-y;
	text-align: center;
}

.totop {background:url(../images/totop.gif) no-repeat 0 0; width:27px; height:27px; display:block; _display:none; position:fixed; z-index:7500; text-indent:-7500px; overflow:hidden; outline:none; right:0px; bottom:100px;}

.container{

	width: 800px;
	margin: 0 auto;
	position: relative;	
	font-size: 1.2em;
}


/*  ---------- End Main Structure ----------  */


/*  ----------  HOME ----------  */

#topline1 {

	width:100%;	
}


.topline {

	width:100%;	
}

.topline ul {

	width: 800px;
	height: 10px;
	margin: 0 auto;
	list-style-type:none;
}

.topline ul li {
	
	float:left;
	display:inline;
	width: 100px;
	height: 10px;
}

.topline .topline_maroon {

	background-color: #8D352F;	
}

.topline .topline_blue {

	background-color: #08504D;	
}

.menu_main {
	
	height: 48px;
	background: #FFF url(../images/bg_navigation.png) repeat-x;
	border-top: 1px #5B9F84 solid;
	border-bottom: 1px #427F5E solid;
}

.menu {

	width: 800px;
	margin: auto;
	font: Verdana, Helvetica, Arial, sans-serif;
}

.small_logo {

	float:left;
	border-right: 1px #FFF solid;
	padding: 0 42px 0 44px;	
	margin: 9px 0;
}

.menu ul {
    
	width: 630px;
	margin-left: 148px;
    padding:0;
    list-style:none;
    }
	
.menu li {

    float:left;
    margin:9px 12px ;
    padding:0;
	height: 31px;
    }
	
.menu a {

	float:left;
    display:block;   
    padding:5px 15px;
	line-height: 21px;
	margin-left: -5px;
	font-size: 18px;
	color: #FFF;
	text-decoration: none;
    }	
	
/* Commented Backslash Hack
    hides rule from IE5-Mac \*/
.menu a {float:none;}
  /* End IE5-Mac hack */

.menu #current {
    background:url("../images/menu_right.png") no-repeat right top;
    }
	
.menu #current a {
    background:url("../images/menu_left.png") no-repeat left top;
    }

.menu li:hover {
    background:url("../images/menu_right.png") no-repeat right top;
	background-position: 100% -39px;
    }
	
.menu li:hover a {
    background:url("../images/menu_left.png") no-repeat left top;
	background-position: 0 -39px;
    }
	
#home {

	float:left;
	width: 800px;
	margin:auto;
	padding:0;
	
}	
	
.logo_big {

	float:left;
	margin: 30px 0px 0px 20px;
	
}

.name {

	margin: 130px 20px 76px 296px;
	font-family: Digital Sans EF, Arial, Helvetica, sans-serif;
	font-size: 72px;
	line-height:100px;
	color: #08504D;
}

.main_intro {
	
	width: 800px;
	margin: 40px 0 40px 0; 
	padding: 0px;	
	text-align:left;
	line-height: 50px;
	font-family:  Verdana, Arial, Helvetica, sans-serif;

}

.main_intro .green {
	
	font-size:32px;
	color: #08504D;
	font-weight:bold;
	
}

.main_intro .maroon {

	font-size:28px;
	color: #8D352F;
	
}

.main_intro .maroon .strong{

	font-size: 32px;
	font-weight:bold;
	
}

.main_intro .highlight {

	font-size:48px;	
	color: #fff;
	background: url(../images/bg_box.png) repeat;
	padding: 0 5px;
	margin: 0 10px;

}

.intro {

	width: 760px;
	margin: 40px 0 30px 0; 
	padding: 20px;
	background: url(../images/bg_box.png) repeat;
	font-family: Verdana, Helvetica, Arial, sans-serif;
}

.intro p{

	font-size: 16px;
	line-height:24px;
	color:#FFF;
	text-align:left;
	margin-bottom: 10px;
}

.intro p a{

	font-size: 16px;
	line-height:24px;
	color:#fff;
	text-align:left;
	text-decoration:underline;
	padding:3px;
}

.intro p a:hover{

	background-image:none;
	background-color: #8D352F;
	text-decoration:none;
	color:#fff;

}

.intro p span {

	font-size:20px;
	line-height: 28px;
	padding: 5px;
	background-color: #8D352F;
	
}

.intro .lastUpdated {
    text-align: right;
    font-size: 12px;
    
}

.intro #resumeDownload {
    text-align: right;
}

.intro #resumeDownload a {
    width: 16px;
    height: 16px;
    
}

.intro #resumeDownload a:hover {
    background-color: none;
    text-decoration: none
}

.intro #resumeDownload a img {
    max-width: 16px;
    max-height: 16px;
}


#pointer {

	float:left;
	width: 800px;
	height: 10px;
	
}

#theater {

	width: 800px;
	margin: 0 auto;
	position: relative;	
	font-size: 1.2em;
	clear:left;
		
}

.sub_heading {

	margin-top: 20px;
	
}

.sub_heading:first-child {

	margin-top: 30px;
} 

.sub_heading h2 {

	font-size: 18px;
	color:#fff;
	text-align:left;
}
	
.sub_heading span {

	display:block;
	margin-left:20px;
	font-size: 32px;
	font-style:italic;

}

.divider {

	margin-top:30px;
	border-bottom:1px #fff thick;
}

#theater p{

	margin-top: 10px;
	text-align:left;
	
}

#theater #showing {

	height: 600px;
	margin: 20px 0; 
	background: url(../images/bg_box.png) repeat;
	
}
	
#showing_project {

	width: 800px;
	height: 600px;
	margin: auto auto; 
	background: #000;;
	
}

#showing_prjoect img {

	width: 790px;
	height: 400px;
	margin: 0 0 0 10px;
}

#showing_project p {

	width: 780px;
	height: 180px;
	padding: 10px;
		
}

		
/*  ----------  End HOME ----------  */

/*  ----------  Portfolio ----------  */

#portfolio {

	width:100%;	
}

.project {

	float:left;
	position:relative;
	width: 800px;
	margin: 0 auto;
	height: auto;
	min-height:240px;
	background: url(../images/bg_box.png) repeat;	

}

.project img{

	float:right;
	padding:10px;
	
}

.project a:hover img{

	background-color: #08504D;
}

.project h3 {

	margin: 10px 10px 5px 10px;
	font-size: 18px;
	line-height: 20px;
	text-align:left;
	color: #1E3D15;
}

.project h3 a{

	padding: 5px;
	margin-left: -5px;
	text-decoration:underline;
	color: #1E3D15;
	
}

.project h3 a:hover{

	text-decoration: none;
	background-color: #8D352F;
	color: #fff;
	
}


.project p {

	margin: 15px 480px 0px 10px;
	padding-bottom:5px;
	font-size: 14px;
	line-height: 16px;
	text-align:left;
	color: #fff;
}

.duration {

	position:absolute;
	bottom: 0;
	left: 0;
	margin-bottom:3px;
}

.project p span{

	font-weight:bold;
	color: #fff;
}

.project .readmore {

	width: 800px;
	height: auto;
	min-height: 240px;

}

.project .readmore p {

	width: 760px;
	padding:5px 20px;
	margin:0;

}	

.project .readmore p.last {

	
	width: 760px;
	padding: 5px 0 10px 0;
	margin: 0 20px 10px 20px;
	border-bottom: 1px #fff solid;

}	

.project .readmore p:first-child {

	margin-top: 10px;

}

.project .readmore p.extras_last{

	margin: 0 0 10px 0; 
		
}	

.project .readmore a.main{

	position:absolute;
	right:0;
	bottom:0;
	padding: 3px 6px;
	margin: 0 20px 10px 0;
	color: #fff;
	background-color: #08504D;
	text-decoration:none;
}

.project .readmore a{

	padding:0;
	margin:0;
}

.project .readmore a.main:hover{

	text-decoration:underline;
	background-color: #8D352F;
}

.project .readmore .strong {

	font-weight:bold;

}

.project .readmore .strong a{

	padding:0;
	margin:0;
	margin-left: -5px;
	padding:5px;
	text-decoration:underline;
	color:#fff;

}

.project .readmore .strong a:hover{

	text-decoration:none;
	background-color: #8D352F;

}


.project .readmore p.lesstext {

	width: 380px;
	padding:10px;

}


.project .readmore ul {

	list-style-type:square;
	margin-left:50px;
	margin-top: 10px;

}

.project .readmore ul li{

	padding-bottom: 10px;
	text-align:left;
	font-size: 14px;

}

.clear {

	clear:both;
	margin-bottom: 30px;
}
	

/*  ----------  End Portfolio ----------  */

/*  ----------  Resume ----------  */

#resume {

	width:100%;
		
}

#resume .content {

	float:left;
	width:800px;
	height:100%;
	margin: 30px auto;
	background: url(../images/bg_box.png) repeat;
	font-family: Verdana, Helvetica, Arial, sans-serif;
}

#resume .content_main {
	
	float:left;
	width: 740px;
	margin: 10px 30px 20px 30px;
	padding-top:20px;
	padding-bottom: 20px;
	border-bottom:2px #ccc solid;
	
}

.break {
    padding: 5px 0px;
}

#resume .content_main_last {
	
	float:left;
	width: 740px;
	margin: 10px 30px 20px 30px;
	padding-top:20px;
	padding-bottom: 20px;
	
}

#resume .left {

	float:left;
	width:25%;
}

#resume .left h3 {

	font-size:16px;
	font-weight:bold;
	text-align:left;
	
	
}

#resume .right {

	float:right;
	width: 75%;

}

#resume .right h3 {

	font-size:16px;
	font-weight:bold;
	text-align:left;
	margin: 0px 0;

}

#resume .right h3.middle_heading {

	margin-top: 10px;

}


#resume .right h3 a{

	padding: 5px;
	margin: 0 0 0 -5px;
	line-height: 20px;
	text-decoration:underline;
	color: #fff;
}

#resume .right h3 a:hover{

	background-color: #8D352F;
	color:#fff;
	text-decoration:underline;

}


#resume .right h4 {

	font-size:14px;
	margin:5px 0 10px 0;
	font-weight:bold;
	text-align:left;
}

#resume .right h5{

	width:40%;
	position:absolute;
	right:0;
	top:0;
	font-size:14px;
	font-weight:;
	text-align:right;

}


#resume .right ul{

	list-style-type:square;
	margin: 10px 0 10px 20px;
}

#resume .right ul li{

	font-size:14px;
	font-weight:normal;
	text-align:left;
	padding: 4px 0;
}
#resume .right p{

	font-size:14px;
	text-align:left;

}

#resume .right .job {

	position:relative;
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom:1px #ccc solid;
}

#resume .right .job p{

	margin-left:0;
}

#resume .right .job p.note{

	margin-top: 15px;
	color:#fff;
}

#resume .right .job_last {

	position:relative;
	padding-bottom: 20px;
	margin-bottom: 20px;
}

#resume .right .job_last p{

	margin-left:0;
}

#resume .skills {

	width:100%;
	margin-bottom: 15px;
	
}

#resume .skills h2{

	font-size: 20px;
	text-align:left;
	margin-bottom: 10px;
	font-weight:bold;
}


#resume .skills p{

	margin-top:5px;
	
}
/*
#resume p {

	margin: 10px 10px 10px 100px;
	font-size: 14px;
	font-weight:normal;
	text-align:left;
	color:#FFF;

}

#resume .container p a {

	color:#fff;
	text-decoration:none;
}

#resume .container p a:hover {

	color:#CCC;
	text-decoration:underline;
}

#resume .container .title {

	font-size: 18px;
	font-weight:bold;
}

#resume .container  .strong {

	font-weight:bold;
}

#resume .container ul {
	
	list-style-type: square;
	color:#FFFFFF;
	margin: 0 0 0 100px;
}

#resume .container ul li {
	
	text-align:left;
	margin: 5px 0 5px 30px;
	font-size: 14px;
	font-weight:normal;
	
}

*/
/*  ----------  Resume Ends----------  */

/*  ----------  About me ----------  */

#aboutme {

	width:100%;
	font-family: Verdana, Helvetica, Arial, sans-serif;

}

#aboutme .content {

	float:left;
	width:800px;
	height:100%;
	margin: 30px auto;
	background: url(../images/bg_box.png) repeat;
	
}

#aboutme .content_main {
	
	float:left;
	width: 740px;
	margin: 10px 30px 20px 30px;
	padding-top:20px;
	padding-bottom: 20px;
	border-bottom:2px #ccc solid;
	
}

#aboutme .content_main_last {
	
	float:left;
	width: 740px;
	margin: 10px 30px 20px 30px;
	padding-top:20px;
	padding-bottom: 20px;
	
}


#aboutme .left {

	float:left;
	width:25%;
}

#aboutme .left h3 {

	font-size:16px;
	font-weight:bold;
	text-align:left;
	
	
}

#aboutme .right {

	float:right;
	width: 75%;

}

#aboutme .right p{

	font-size:14px;
	font-weight:normal;
	text-align:left;
}

#aboutme .right ul {

	list-style-position:outside;
	list-style-type:square;
	margin: 5px 0 0 20px;
}

#aboutme .right ul li{

	font-size:14px;
	font-weight:normal;
	text-align:left;
	padding: 5px 0;

}


#aboutme .right h3 {

	width:60%;
	font-size:16px;
	font-weight:bold;
	text-align:left;

}




/*  ----------  About me Ends----------  */

/*  ----------  Contact ----------  */

#contact {

	width:100%;
	font-family: Verdana, Helvetica, Arial, sans-serif;

}

#contact .content {

	float:left;
	width:800px;
	height:100%;
	margin: 30px auto;
	background: url(../images/bg_box.png) repeat;
}

#contact .content_main {
	
	float:left;
	width: 740px;
	margin: 10px 30px 20px 30px;
	padding-top:20px;
	padding-bottom: 20px;
	border-bottom:2px #ccc solid;
	
}

#contact .content_main_last {
	
	float:left;
	width: 740px;
	margin: 10px 30px 20px 30px;
	padding-top:20px;
	padding-bottom: 20px;
	height:auto;
	
}


#contact .left {

	float:left;
	width:25%;
}

#contact .left h3 {

	font-size:16px;
	font-weight:bold;
	text-align:left;
	
	
}

#contact .right {

	float:right;
	width: 75%;

}

#contact .right p{

	font-size:14px;
	font-weight:normal;
	text-align:left;
	margin-bottom:20px;
}

#contact .right ul {


	list-style-position:outside;
	list-style-type:square;
	margin: 5px 0 0 20px;
}

#contact .right ul li{

	font-size:14px;
	font-weight:normal;
	text-align:left;
	padding: 5px 0;

}

#contact .right ul p{

	font-size:14px;
	font-weight:normal;
	text-align:left;
	padding: 5px 0;

}


#contact .right h3 {

	width:60%;
	font-size:16px;
	font-weight:bold;
	text-align:left;

}



/* ####################### FORM ####################### */

label
{
	float:left;
	display: block;
	width:100%;
	margin: 0;
	padding: 0 0 15px 10px;
	font: bold italic 14px;
	color: #fff;
	text-align:left;
}

label span.text {
	
	float:left;
	width:100%;
	text-align:left;
	font-size: 14px;

}

label input
{
	float:left;
	margin: 15px 0 10px 0px;
	padding: 0 10px 10px 10px;
	width: 230px;
	border: 0;
	background: url(../images/input.gif) no-repeat transparent left 15px;
	font: 14px;
	color: #FFF;
}

input.submit
{
	float:left;
	margin: 10px 10px 0 0;
	padding: 2px 10px 15px 12px;
	width: 250px;
	height: 50px;
	border: 0;
	text-align: left;
	font: bold italic 14px;
	color: #fff;
	background: url(../images/send.png) no-repeat transparent;
}

input.submit:hover
{
	background: url(../images/send_hover.png) no-repeat transparent;
}

label textarea.expanding
{
	margin: 15px 0 0 0px;
	padding: 0 10px 18px 10px;
	width: 230px;
	min-height: 100px;
	border: 0;
	background: url(../images/input.gif) no-repeat transparent left 18px;
	font: 14px;
	color: #FFF;
	overflow:visible;
	line-height: 22px;
}


/*  ----------  Contact Ends----------  */



#test {
	background: #222;
	color: #fff;
	padding: 10px;
	margin: 20px;
	border: 10px solid pink;
}
