/* general site style */

body {
    margin: 0px;
    background-image: url(../images/background.png);
}

a {
    border-width: 0px;
    color: gray;
}

a img {
	border-width: 0px;
}

h1, h2, h3, h4, h5 {
	font-family: Georgia;
}

p {
	font-family: Arial;
	font-size: 13px;
	line-height: 1.4;
}

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

.centerAlign {
	text-align: center;
}

/* header style */

#header {
    width: 100%;
    height: 100px;
    background-image: url(../images/header.png);
    opacity: 0.95;
    overflow: hidden;
    min-width: 900px;
}

#headerBodyWrapper {
    margin: 0px auto;
    width: 879px;
}

#headerBodyWrapper div {
    margin-right: 40px;
    height: 100px;
    float: left;
}

#shadowWrapper {
	min-width: 900px;
	position: absolute;
	width: 100%;
}

#title {
    width: 210px;
    background-image: url(../images/title.png);
    cursor: pointer;
}

#otherProjects {
    width: 160px;
    background-image: url(../images/otherprojects.png);
    cursor: pointer;
}

#otherProjects:hover {
    /*background-image: url(../images/otherprojectsHover.png);*/
    background-position-y: 100px;
}

#blog {
    width: 55px;
    background-image: url(../images/blog.png);
    cursor: pointer;
}

#blog:hover {
    /*background-image: url(../images/blogHover.png);*/
	background-position-y: 100px;
}

#development {
    width: 140px;
    background-image: url(../images/development.png);
    cursor: pointer;
}

#development:hover {
    /*background-image: url(../images/developmentHover.png);*/
    background-position-y: 100px;
}

#about {
    width: 112px;
    background-image: url(../images/about.png);
    cursor: pointer;
}

#about:hover {
    /*background-image: url(../images/aboutHover.png);*/
    background-position-y: 100px;
}

.shadow {
    height: 10px;
    background-image: url(../images/shadow.png);
    position: absolute;
}

/* footer style */

#footerWrapper {
	background-color: white;
	width: 900px;
	margin: 0px auto;
	margin-bottom: 12px;
	opacity: 0.5;
}

#footer {
	text-align: center;
	font-family: arial;
	font-size: 12px;
	margin-top: 12px;
}

#footer a {
	color: black;
}

#footerShadow {
	margin:0px auto;
	width:900px
}

/* main content style */

#mainContentWrapper {
	width: 898px;
	margin: 0px auto;
	background-color: white;
	padding: 0;
	border: 1px solid gray;
	border-bottom-width: 0px;
	border-top-width: 0px;
}

#mainContent {
	padding: 1px 20px;
	width: 640px;
	float: left;
	padding-bottom: 20px;
}

#mainContent p {
	line-height: 1.75;
}

/* sidebar style */

#mainContentSidebar {
	width: 200px;
	float: right;
	padding: 20px 0px;
	margin-right: 18px;
}

#twitterDate {
	color: gray;
	font-size: 11px;
}

#twitterAvatar {
	float: left;
	padding: 3px;
	padding-right: 7px;
}

.sidebarapp {
	text-align: center;
	font-family: Arial;
	font-weight: bold;
	font-size: 12px;
	line-height: 20px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.sidebarapp a {
	text-decoration: none;
}
