/* @override http://cocoatype.com/resources/iphone.css */

* {
	margin: 0;
	padding: 0;
}

body {
    background-color: #ffffff;
}

.logo {
    position: relative;
    top: 1px;
    /*float: left;*/
	font-weight: bold;
    font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
    color: #333333;
    font-size: 13px;
    margin-right: 1.61em;
    cursor: default;
	text-shadow: #e8dece 0 1px 0;
}

#header {
	text-align: center;
    position: absolute;
	top: 10px;
	width: 100%;
}

#content {
    position: absolute;
    left: 0px;
    top: 55px;
    width: 100%;
}

#header a {
    text-decoration: none;
    font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
    font-weight: normal;
    color: #444444;
    font-size: 11px;
    margin-right: 13px;
}

#header a:hover {
    /*background-color: #ebebeb;*/
    color: #191919;
}

.newsEntry .icon {
	display: inline;
	float: left;
	padding: 35px 8px 35px 8px;
}

.newsEntry {
    background-color: #e8e7e5;
    background-image: url(images/bottomRightCorner.png);
    background-repeat: no-repeat;
    background-position: bottom right;
    margin-bottom: 20px;
    position: relative;
}

.newsEntry .description {
	padding: 35px 15px 35px 15px;
}

.newsEntry h1 {
    font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 14px;
    color: #333333;
}


#applicationHeader {
        background-color: #E0E0E0;
}

#applicationDescription:hover {
    background-color: #ebebeb;
}

.newsEntry h2 {
    font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 13px;
    color: #616b9b;
    position: relative;
    margin-bottom: 1em;
}

#consulting {
	color: #9b6161;
	/*color: #619b68;*/
}

.newsEntry a {
    text-decoration: none;
    color: #666666;
}

.newsEntry a:hover {
    background-color: #5b9fef;
    color: #ffffff;
}

.newsEntry p {
    font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 11px;
    color: #343434;
    max-width: 750px;
}

.links {
	margin-top: 8px;
}

#leaveacomment div form p textarea {
	margin: 0;
	padding: 0;
}

#leaveacomment div form p input {
	margin: 0;
	padding: 0;
}

.linkComment {
    font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 12px;
    color: #444444;
    float: left;
}

.linkComment:hover {
    color: #ffffff;
}

.newsEntryImage {
	display: none;
    position: relative;
    padding-top: 17px;
}

.topRightCorner {
    position: relative;
    top: 0px;
    right: 0px;
    float: right;
    background-image: url(images/topRightCorner.png);
    width: 6px;
    height: 6px;
}

.productListing a {
	background-color: #ebebeb;;
}

#bottomPaddingCopyright {
    padding-top: 10px;
    padding-bottom: 10px;
    width: 100%;
    text-align: center;
    font: bold 10px "Lucida Grande", sans-serif;
    color: #999999;
}

.comments {
    position: relative;
    border-top: dotted 1px #bbbbbb;
    /* margin-top: 1.11em; */
}

.commentInd {
    position: relative;
    margin-left: 0px;
    padding-left: 0px;
    text-align: left;
    border-top: dotted 1px #bbbbbb;
    top: 1em;
}

.author {
    top: 1px;
    position: relative;
    float: left;
    height: 35px;
    margin-right: 10px;
    margin-bottom: 0px;
    border: solid 1px #aaaaaa;
    width: 35px;
    background-color: #ffffff;
}

