/*
*********************************
                                 *
    Created: January 2010        * 
    Author:  Brian Amanatullah   *
    Website: www.ba-labs.com     *
                                 *
*********************************
*/

/* General Stuff */
* {
    margin: 0;
    padding: 0;
}

body {
    font-size: 93.75%;
    font-family: Verdana, "sans serif";
}

a:hover { text-decoration: none; }
img { border:0 }

/* End General */


/* Page Construct */

#wrapper {
	width:100%;
	max-width:1024px;
	min-width:720px;
	margin:0 auto;
	background: transparent url(../img/wrap_bg.jpg) repeat-y scroll 0 0
}

div#header {
	background: url(../img/header-top.jpg) repeat-x;
	height: 90px;
}

div#header img {
	padding-left: 10px;
	height: 90px;
}

div#footer {
    clear: both;
    background: #006699;
    border: 1px solid #0099CC;
    border-top: 7px solid #0099CC;
    padding: .5em 1em;
    font-size: 80%;
    color: #FFCC00;
}

div#footer a { 
    font-weight: bold;
    color: #FFCC00;   
}
/** END Page Construct **/

/** General **/
#index,#about,#contact,#project_detail,#news_list,#failure {
	padding: 1.5em;
}

#index p, #about p, #contact p, #failure p {
	padding-bottom: 1em;
}
/** End General **/

/* Navigation Area */
ul#navigation {
    float: left;
    width: 99%;
    background: #006699;
    border-top: 1px solid #FFFF00;
    border-bottom: 1px solid #FFFF00;
    padding: 0 0 0 1%;
    list-style-type: none;
    font-weight: bold;
}

ul#navigation li {
    float: left;
    padding: .2em .5em;
}

ul#navigation a#current {
	color: #fff;
	cursor:default;
}

ul#navigation a{
    display: block;
    color: #FFCC00;
    text-decoration: none;
}
ul#navigation a:hover { color: #fff; }
/** END Navigation Area **//

/**Main Area**/

div#content {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
}

div#content a { 
    font-weight: bold;
    color: #006699;
}

div#main {
    float: left;
    width: 100%;
}

#main_withsidebar {
	width: 72%;
    float: left;
}
/** End Main **/

/** Side Bar/Box **/
div#sidebar {
	float: right;
    width: 28%;
    color: #7d7d7f;
}

div#sidebox {
    background: url(../img/sidebox_body.jpg) repeat-y;
    margin: 1em 0 1.5em 0;
}

div#sidebox h2 {
    background: url(../img/sidebox_top.jpg) no-repeat top left;
    padding: 1em 1em 0 1em;    
    font-family: "Courier New", "sans serif";
    font-size: 160%;
    color: #b9960c; 
}

div#sidebar div.sidebox p.bottom,
div#sidebox p.bottom {
    clear: left;
    height: 1%;
    background: url(../img/sidebox_bottom.jpg) no-repeat bottom left;
    padding: .5em 1.75em 1.6em 1.75em;
    font-size: 80%;
    text-align: right;
}

div#sidebar ul { 
    padding: .5em 3.25em 0 3.25em;
    font-size: 80%;
}

#sidebar p { 
    padding: .5em 1.8em 0 1.8em;
    font-size: 90%;
}

/** END Side Bar/Box **/

/** News Stuff **/
.news_body {
	padding-bottom: 1.5em;
}

.news_header p, .project_header p {
	font-size: 80%;
}
/** end News **/

/**About Stuff**/
#about ul {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	padding-botton: 1.0em;
}

.image-left {
	float:left;
	padding-right:10px;
	padding-bottom:10px;
}

.person {
	padding:0.6em 1.6em;
	float: left;
}

.person h4{
	padding-bottom: 0.2em;
}

/**End About Stuff **/

/**Project stuff**/
.thumb {
	float:left;
	width:200px;
	height:150px;
	/*background:transparent url(../img/thumb_bg.png) no-repeat scroll 0 0;*/
	border: 4px solid #006699;
}

.thumb img {
	width:200px;
	height:150px;
}

#project_thumb {
	height: 180px;
	float: left;
	padding: 0px 12px;
}

#project_thumb_row {
	margin:0 auto; 
	overflow:hidden;
	width: 700px;
	height: 200px;
}

#project_thumb_row h3 {
	text-align: center;
	padding-bottom: 2px;
    color: #0099CC;
}

/* project details */
.screenshot {
	margin:0 auto; 
	overflow:hidden;
	text-align: center;
	/*width: 700px;*/
}

.screenshot img {
	/*width: 700px;*/
}

.project_header {
	float: left;
}

.project_logo {
	float: right;
	height: 60px;
	padding-left: 10px;
}

.project_description {
	padding: 1em 0;
	clear: both;
}

.project-skills {
	padding-bottom: 1em;
}
/** END Project Stuff **/

/**Contact stuff**/

.fieldWrapper {
}

#contact ul.errorlist {
	margin: 0;
	padding: 0;
	width: 128px;
}

.errorlist li {
	background-color: red;
	color: white;
	display: block;
	font-size: 10px;
	margin: 0 0 3px;
	padding: 4px 5px;
}