html, body {
	width:100%;
	height:100%;
	min-height:600px;
	min-width:955px;
	font-family:Helvetica, sans-serif;
	font-size:12px;
	font-style:normal;
}
.hidden {
	overflow:hidden;
}
blockquote, cite {
	padding:10px;
	margin:20px;
	border-left : 1px solid #EDEDED;
	color:#333;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	quotes: "\201C" "\201D";
	text-align:justify;
}
cite {
	border-left:none;
	font-style: italic;
	line-height:45px;
	vertical-align:text-top;
	margin-bottom:0px;
	padding-bottom:0px;
}
header {
	display:block;
	z-index:2;
	position:relative;
	height:100px;
	clear:both;
	margin: 50px 50px 0px 50px;
}
#blogContent {
	position:relative !important;
	display:block;
	z-index:2;
	clear:both;
	margin:0 50px;
}
#mainContent {
	position:relative !important;
	display:block;
	z-index:2;
	clear:both;
	height:77%;
	margin:0 50px;
}
footer {
	display:block;
	position:absolute;
	z-index:2;
	height:10px;
	bottom: 4px;
	line-height:10px;
	font-size:10px;
	width:100%;
	clear:both;
}
.footerleft {
	text-align:left;
	width:45%;
	position:absolute;
	left:5px;
}
.footerright {
	text-align:right;
	right:5px;
	width:45%;
	position:absolute;
}
article {
	display:block;
	position:relative !important;
	z-index:2;
	float:left;
	width: 71.5%;
}
aside {
	display:block;
	position:relative !important;
	z-index:2;
	float:left;
	width: 23.5%;
	margin-left:5%;
}
TABLE {
	border:none;
	width:100%;  /*be careful not to remove! try out live tables/forms */
	border-collapse: collapse;
}
TD, TH, CAPTION {
	font-size:100%;
	line-height:1.25em;
	color:#3e3e3e;
	border:none;
	vertical-align:top;
	padding: 4px;
	margin:0px;
}
TH {
	color: white;
	background-color:#0080a6;
}
.tblData TD { border: solid 1px #6b8092; background-color: #f8f8f8; }
#welcome {
	display:inline;
	float:right;
}
.twitter_container, .blog_twitter_container {
	color:#444;
	font-size:12px;
	width:100%;
}
.blog_twitter_container {
	margin:10px;
	width:auto;
}
.twitter_container a {
	font-weight:bold;
}
.twitter_status {
	height:60px;
	padding:6px;
	border-bottom:solid 1px #DEDEDE;
}
.blog_twitter_status {
	padding:6px;
	border-bottom:solid 1px #DEDEDE;
}
.twitter_status:first-child, .blog_twitter_status:first-child {
	border-top:solid 1px #DEDEDE;
}
.twitter_image {
	float:left;
	margin-right:14px;
	border:solid 2px #DEDEDE;
	width:50px;
	height:50px;
}
.twitter_posted_at {
	font-size:11px;
	padding-top:4px;
	color:#999;
}
.gold {
	color:#d7902d;
}
.small {
	font-size:14px;
	font-weight:normal;
}
#follow_me {
	float:right;
	padding-top:5px;
}
a {
	text-decoration:none;
	color:#110609;
}
a:hover {
	color:#FF0000;
}
h1 {
	font-family:Helvetica, sans-serif;
	font-size:18px;
}
h2 {
	font-family:Helvetica, sans-serif;
	font-size:16px;
}
h3 {
	color:#110609;
	font-size:14px;
}
p {
	padding:5px 0px;
	color:#110609;
}
ul {
	padding-left: 0;
	margin-left: 0;
	height: 20px;
}
ol {
	display: block;
	list-style-type: decimal;
	padding-left:20px;
	margin-left:5px;
}
ul li {
	list-style: none;
	padding: 10px 10px 10px 0px;
}
button#fade {
	position:absolute !important;
	z-index:8888;
	background:none;
	cursor:pointer;
	top:3px;
	left:10px;
}
button#fade p {
	color:#d7902d;
	border:0;
	font-size:12px;
	padding:3px;
}
button#fade p:hover {
	color:#F00;
}
#bg, #bg * {
	-moz-user-select:-moz-none;
	-webkit-user-select:none
}													/*Prevent selection*/
#bg, #bg b {
	width:100%;
	height:100%;
	overflow:hidden;
	position:relative;
	display:block
}								/*Containers*/
#bg i {
	position:absolute;
	width:200%;
	height:200%;
	top:-50%;
	left:-50%;
	display:table
}								/*Create canvas*/
#bg i i {
	left:0;
	top:50%;
	width:100%;
	display:block;
	height:auto;
	background:url(../images/load.gif) 50% 50% no-repeat
}			/*IE center verticaly and loading-gif*/
#bg i > i {
	display:table-cell;
	vertical-align:middle;
	height:100%;
	position:static;
	top:0
}							/*Others center verticaly*/
#bg img {
	display:block;
	margin:0 auto;
	width:50%;
	-ms-interpolation-mode:bicubic
}									/*Smooth anti-alising in IE*/
#bg {
	position:absolute;
	left:0;
	bottom:0
}																			/*Position preventing scrolling-bug in opera*/
*+html #bg i i {
	position:absolute;
	top:50%;
	height:auto
}															/*IE7  fix centerer*/
*+html #bg img {
	position:relative;
	top:-50%
}																		/*IE7  fix image*/
* html #bg img {
	height:50%;
	position:relative;
	top:-50%
}															/*IE6  fix image*/
/*menu */
.hovermenu {
	background:rgba(255, 255, 255, 0.8);
	background:url(../images/transwhite.png)\9;
	-webkit-box-shadow: #999 0 0 3px;
	-moz-box-shadow: #999 0 0 3px;
	box-shadow: #999 0 0 3px;
	border: 1px solid #EEE\9;
	width:100%;
	overflow:hidden;
	height:50px;
	position:relative;
}
.hovermenu ul {
	font-size:18px;
	padding-left: 0;
	margin-left: 5px;
	top:8%;
	height:50px;
	position:absolute;
}
.hovermenu ul li {
	list-style: none;
	display: inline;
	padding: 8px 5px 10px 5px;
	float: left;
}
 .hovermenu ul li a, {
text-decoration: none;
color:#110609;
}
.hovermenu ul li a:hover {
	color:#FF0000;
}
html>body .hovermenu ul li a:active { /* Apply mousedown effect only to NON IE browsers */
	border-style: inset;
}
#sidebar {
	background:rgba(255, 255, 255, 0.8);
	background:url(../images/transwhite.png)\9;
	-webkit-box-shadow: #999 0 0 3px;
	-moz-box-shadow: #999 0 0 3px;
	box-shadow: #999 0 0 3px;
	border: 1px solid #EEE\9;
}
#sidebar h3 {
	padding: 10px 10px 0px 10px;
}
#lowersidebar h3, #lastlowersidebar h3 {
	padding: 10px 10px 10px 10px;
}
#sidebar p {
	padding: 10px 10px 0px 10px;
}
#lowersidebar, #lastlowersidebar {
	background:rgba(255, 255, 255, 0.8);
	background:url(../images/transwhite.png)\9;
	-webkit-box-shadow: #999 0 0 3px;
	-moz-box-shadow: #999 0 0 3px;
	box-shadow: #999 0 0 3px;
	border: 1px solid #EEE\9;
	margin:50px 0 0 0;
}
#lastestwork {
	margin:10px;
	background:white;
	margin: 10px auto;
}
#lowersidebar p, #lastlowersidebar p {
	padding:10px;
}
#lowersidebar ul, #lastlowersidebar ul {
	padding-left: 0;
	margin-left: 0;
	height: auto;
}
#lowersidebar ul li, #lastlowersidebar ul li {
	list-style: none;
	padding: 0px 10px 5px 10px;
}
#lastlowersidebar {
	margin:50px 0 50px 0;
}
.blog-entry {
	background:rgba(255, 255, 255, 0.8);
	background:url(../images/transwhite.png)\9;
	-webkit-box-shadow: #999 0 0 3px;
	-moz-box-shadow: #999 0 0 3px;
	box-shadow: #999 0 0 3px;
	border: 1px solid #EEE\9;
	margin-bottom:50px;
}
#blogContent p, #blogContent h1, #blogContent h2, #blogContent h3, #sidebarContainer p, #sidebarContainer h1, #sidebarContainer h2, #sidebarContainer h3 {
	line-height:1.3em
}
.blog-entry-comments {
	background:white;
	padding:10px;
	margin:-1px;
	margin-bottom:9px;
	border: 1px solid #EEE;
}
.blog-entry-comments-body-odd a, .blog-entry-comments-body-even a {
	color:#d7902d;
}
.blog-entry-body h1, .blog-entry-body h2, .blog-entry-body h3, .blog-entry-body h4, .blog-entry-body h5 {
	padding:5px 0;
}
.blog-entry-body ul {
	padding-left: 0;
	margin-left: 0;
	height:auto;
}
.blog-entry-body ul li {
	list-style: none;
	padding: 15px 10px;
}
.blog-footer {
	background:rgba(255, 255, 255, 0.8);
	background:url(../images/transwhite.png)\9;
	-webkit-box-shadow: #999 0 0 3px;
	-moz-box-shadow: #999 0 0 3px;
	box-shadow: #999 0 0 3px;
	border: 1px solid #EEE\9;
	height:50px;
}
.blog-category-link-enabled {
	line-height:1.5em;
}
.separator {
	clear: none !important;
}
.blogger-post-footer {
	clear:both;
}
.includeSilder {
	width:100%;
	height:100%;
}
.imagesmenu {
	height:35px;
	width:100%;
	overflow:hidden;
	background:rgba(255, 255, 255, 0.8);
	background:url(../images/transwhite.png)\9;
	-webkit-box-shadow: #999 0 0 3px;
	-moz-box-shadow: #999 0 0 3px;
	box-shadow: #999 0 0 3px;
	border: 1px solid #EEE\9;
}
.imagesmenu ul {
	font-size:14px;
	padding-left: 0;
	margin-left: 0;
	height: 20px;
}
.imagesmenu ul li {
	list-style: none;
	display: inline;
	padding: 5px 10px 10px 0px;
	float: left;
}
.imagesmenu ul li a {
	text-decoration: none;
	color:#110609;
}
.imagesmenu ul li a:hover {
	color:#FF0000;
}
html>body .imagesmenu ul li a:active { /* Apply mousedown effect only to NON IE browsers */
	border-style: inset;
}
a.currentpage, a#currentsubpage {
	color:#d7902d
}
a.currentpagesmall {
	color:#d7902d;
	font-size:14px
}
#container {
	width: 100%;
	border: 8px;
	background:rgba(255, 255, 255, 0.8);
	background:url(../images/transwhite.png)\9;
	-webkit-box-shadow: #999 0 0 3px;
	-moz-box-shadow: #999 0 0 3px;
	box-shadow: #999 0 0 3px;
	border: 1px solid #EEE\9;
	margin: 0 auto;
	padding: 0 0 20px 0;
	/* Typical fixed height and fixed width example */
overflow: auto;
	/* IE overflow fix, position must be relative or absolute*/
position: relative;
}
.slider {
	width: 2100px;
	/*height: 400px;*/
	padding: 20px;
}
.section {
	margin:0;
	width:auto;
	float:left;
	margin:-1px;
	margin-right:49px;
	background: #fff;
	border: 1px solid #EEE;
}
.section p, .section h1, .section h2, .section h3, .section ul, .section li {
	padding:5px 12px;
}
ul#sitemap, ul#sitemap li {
	height:auto;
	padding:1px 12px;
}
.section h1 {
	padding:12px 12px 2px 12px;
}
#blog-archives, #blog-categories, #blog-rss-feeds, .blog-entry-date, .blog-entry-comments, .blog-entry-author, .blog-entry-gravatar, .blog-entry-body, .blog-entry-title, #blog-next-page {
	padding:10px;
}
.blog-entry-title, .blog-entry-author, .blog-entry-gravatar {
	padding-left:0;
}
#blog-archives {
	padding-top:0px;
	padding-bottom:0px;
}
#blog-categories {
	padding-bottom:0px;
}
#blog-rss-feeds {
	padding-top:0px;
}
.blog-entry-body {
	background:#FFFFFF;
	margin:-1px 9px;
	border: 1px solid #EEE;
}
.blog-entry-body a {
	text-decoration:underline;
}
#form-box {
	padding: 0px 20px 20px;
	background:rgba(255, 255, 255, 0.8);
	background:url(../images/transwhite.png)\9;
	-webkit-box-shadow: #999 0 0 3px;
	-moz-box-shadow: #999 0 0 3px;
	box-shadow: #999 0 0 3px;
	border: 1px solid #EEE\9;
}
input.form-input-field {
	width:99%;
	background:none;
	border:1px solid #999;
	font-family:Helvetica, sans-serif;
	font-size:12px;
	padding:5px;
	height:30px;
	margin:0px;
}
input.form-input-field:focus {
	border:1px solid #d7902d;
	background:white;
	-webkit-box-shadow: #d7902d 0 0 6px;
	-moz-box-shadow: #d7902d 0 0 6px;
	box-shadow: #d7902d 0 0 6px;
}
textarea.form-input-field {
	width:99%;
	font-family:Helvetica, sans-serif;
	background:none;
	border:1px solid #999;
	font-size:12px;
	padding:5px;
	height:150px;
	resize:none;
	margin:0px;
	overflow:hidden;
}
textarea.form-input-field:focus {
	border:1px solid #d7902d;
	background:white;
	-webkit-box-shadow: #d7902d 0 0 6px;
	-moz-box-shadow: #d7902d 0 0 6px;
	box-shadow: #d7902d 0 0 6px;
}
input.form-input-button {
	background:none;
	border:1px solid #999;
	font-family:Helvetica, sans-serif;
	font-size:12px;
	padding:5px;
}
input.form-input-button:hover {
	color:#FF0000;
	border:1px solid #d7902d;
	background:white;
	-webkit-box-shadow: #d7902d 0 0 6px;
	-moz-box-shadow: #d7902d 0 0 6px;
	box-shadow: #d7902d 0 0 6px;
}
input.form-input-button:active {
	color:#d7902d;
	-webkit-box-shadow: #d7902d 0 0 12px;
	-moz-box-shadow: #d7902d 0 0 12px;
	box-shadow: #d7902d 0 0 12px;
}
#error-centre {
	background:rgba(255, 255, 255, 0.8);
	background:url(../images/transwhite.png)\9;
	-webkit-box-shadow: #999 0 0 3px;
	-moz-box-shadow: #999 0 0 3px;
	box-shadow: #999 0 0 3px;
	border: 1px solid #EEE\9;
	text-align:center;
}
#error-box {
	margin:auto auto;
	padding:20px 20px;
	width:310px;
}
/* Scroll Bar Master Styling Starts Here */
/* All comments can be freely removed from the css */

.scrollgeneric {
	line-height: 1px;
	font-size: 1px;
	position: absolute;
	top: 0;
	left: 0;
}
.vscrollerbase {
	width: 20px;
	background-color: white;
}
.vscrollerbar {
	width: 20px;
	background-color: #d7902d;
}
.hscrollerbase {
	height: 20px;
	background-color: white;
}
.hscrollerbar {
	height: 20px;
	background-color:#d7902d;
}
.scrollerjogbox {
	width: 20px;
	height: 20px;
	top: auto;
	left: auto;
	bottom: 0px;
	right: 0px;
	background-color: gray;
}
