@charset "utf-8";


/* Buttons! */

.bt { clear: both; display: block; position: relative; background: #7f7f7f; padding: 5px; float: left; color: #fff; text-decoration: none; cursor: pointer; margin: 0.5em 0 0.5em 40px; }
.bt.center {
	margin: 0;
	float: none;
	width: auto;
	text-align: center;
}
.bt i, .bt span { font-style: normal; background-image: url(btn2.png); background-repeat: no-repeat; display: block; position: relative; }
.bt i { background-position: top left; position: absolute; margin-bottom: -5px; top: 0; left: 0; width: 5px; height: 5px; }
.bt span { background-position: bottom left; left: -5px; padding: 0 0 5px 10px; margin-bottom: -5px; }
.bt span i { background-position: bottom right; margin-bottom: 0; position: absolute; left: 100%; width: 10px; height: 100%; top: 0; }
.bt span span { background-position: top right; position: absolute; right: -10px; margin-left: 10px; top: -5px; height: 0; }
* html .bt span, * html .bt i { float: left; width: auto; background-image: none; cursor: pointer; }
.bt.white { background: #fff; color: #000; }
.bt.black { background: #000; }
.bt.silver { background: #7f7f7f; }
.bt.blue { background: #0b55bc; }
.bt.green { background: #227b00; }
.bt.pink { background: #e1a; }
.bt.red { background: #d50003; }
.bt.blue:hover { background-color: #0d67e5; }
.bt.green:hover { background-color: #32b200;}
.bt.pink:hover { background-color: #e1a; }
.bt.red:hover { background-color: #ff2024; }
.bt.black:hover { background-color: #282828; }
.bt.silver:hover { background: #989898; }
.bt.red:active, .bt.blue:active, .bt.green:active, .bt.pink:active, .bt:active { background-color: #444; }
.bt[class] { background-image: url(shade.png); background-position: bottom; }




/* Tooltips */

.bt .tip{
display:none; /*hide the span element in opening*/
}

.bt:hover .tip {
display:block; /*the span element are converted from inline to block element*/
position:absolute; /*absolute positioning in rapport to their parent link*/
z-index:20; /*needed to position the element span above other links*/
top:1.25em;
left:6em;
/*style of the css tooltip*/
min-width:16em;
border:2px solid #ffd47f;
background-color: #ffe9be;
color:#000;
padding:5px;
font-size: 0.8em;
}



/* Page */

body { 
	font-family: Georgia, "Times New Roman", Times, serif; 
	background: url(../images/portfolio_headerbg.png) repeat-x;
}

.code {
	color: #777777;
	font-family: "Courier New", Courier, monospace;
	padding: 20px;
	font-size: 10px;
}

.code pre span {
	color: #0f7fd6;
}

:focus {outline: none;} /* Removes fuzzy border */

body, div, h1, h2, h3, h4, h5, h6, p, ul, img { margin:0px; padding:0px; } /* Removes default margin/padding from most elements */

.container {
	width: 1000px;
	margin: 0 auto;
}

img { /* Remove blue border from linked images */
	border: 0;
}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #0f7fd6;
	font-size: 26px;
	margin-bottom: 26px;
}

#sidebar h2 {
	font-family: "GillSans", "Gill Sans", "Gill Sans", "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: #0f7fd6;
	font-size: 22px;
	margin-bottom: 11px;
	font-weight: normal;
}

#content h2 {
	font-family: "GillSans", "Gill Sans", "Gill Sans", "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	font-weight: normal;
	color: #0f7fd6;
	font-size: 1.1em;
}

a {
	color: #0f7fd6;
}

/* Header */

#header {
	height: 500px;
}

#menu {
	height: 100px;
	background: #000000;
}

#logo { /* logo styles */
	background: url(../images/logo.png);
	width: 400px;
	height: 100px;
	float: left;
	position: relative; /* remove if logo */
	left: -100px;       /* does not extend left of container */

}

/* Navigation */
#menu ul {
	float:right;
	list-style-type:none;
	margin:0px;
	padding:0px;
	margin-top: 30px;
} 

#menu ul li {
	float:left;
	margin-left: 10px;
} 

#menu ul li a {
	float:left;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 11px;
	padding-bottom: 11px;
	text-decoration: none;
	color: #ffffff;
	height: 40px;
}

#menu ul li.active {
	background: url(../images/navlink_bgstart.png) no-repeat;
}

#menu ul li a.active {
	background: url(../images/navlink_bgend.png) no-repeat;
	background-position: 100% 0%;
}

#menu ul li:hover {
	background: url(../images/navlink_bgstart.png) no-repeat;
}
#menu ul li a:hover {
	background: url(../images/navlink_bgend.png) no-repeat;
	background-position: 100% 0%;
}

/* Body */

#content {
	color: #666666;
	font: Georgia, "Times New Roman", Times, serif;
}

/* Documentation Style */

#content.doc p {
	margin-bottom: 20px;
}

#content.doc li {
	margin-left: 2em;
	padding-left: 1em;
}

#content.doc ul ul {
	margin-left: 2em;
}

/* Footer */
#footer_container {
	background: #4d4d4d url(../images/footer_bg.png) repeat-x;
	height: 280px;
}

#footer {
	background: url(../images/footer_bggradient.png) no-repeat center top;
	height: 280px;
	position: relative;
	top: -1px;
	padding-top: 30px;
}

#footer_container h2 {
	color: #ffffff;
	font-size: 22px;
	font-family: Helvetica, Arial, sans-serif;
	margin-bottom: 10px;
}

#footer_left {
	width: 700px;
	float: left;
}

#footer_right {
	width: 300px;
	height: 240px;
	float: right;
}

#footer_copyright {
	background: url(../images/footer_copyright.png) repeat-x;
	height: 30px;
	color: #999999;
	font-size: 12px;
	width: 100%;
	padding-top: 20px;
}

#footer_copyright a {
	color: #00b4ff;
}

.clientpic {
	margin-right: 20px;
	margin-bottom: 18px;
}

.twitterbox {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #ffffff;
	font-size: 22px;
	font-style: italic;
	width: 310px;
	height: 140px;
	background: url(../images/twitter_bg.png) no-repeat;
	padding: 20px;
	position: relative;
	top: -47px;
}

#twittericon {
	position: relative;
	top: -50px;
	left: 180px;
}
