/* Eric Meyer Reset */

html, body, div, span, h1, h2, h3, h4, h5, h6, p, a, em, strong, sup, sub, img, hr {
	background: transparent;
	font-size: 100%;
	padding: 0;
	border: 0;
	outline: 0;
	margin: 0;
	vertical-align: baseline;
}

body {
	line-height: 1;
}

:focus {
	outline: 0;
}


/* General definitions */

body {
	background-color: #e2f4e8;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #49595f;
}	

a {
	text-decoration: none;
}


/* Grid */

#header {
	width: 1000px;
	height: 120px;
}

#wrapper {
	width: 1000px;
}

#content { /* total width is 710px */ 
	float: left;
	width: 500px;
	padding: 100px 40px 60px 50px;
	margin: 0 0 0 120px;
}

#sidebar {
	float: right;
	width: 230px;
}

#footer {
	width: 1000px;
	margin-bottom: 60px;
}


/* Header */

#menu {
	float: left;
	margin: 40px 0 0 130px;
	padding: 0 0 0 40px;
	list-style: none;
	overflow: hidden;
}

#menu li {
	float: left;
}

#menu li a {
	margin-right: 50px;
	font-weight: bold;
	color: #3c4256;
}
#menu li a:hover {
	color: #606a8a;
}

#social {
	float: right;
	width: 230px;
	margin-top: 40px;
	font-size: 0.75em;
}

#rss {
	display: block;
	width: 63px;
	height: 20px;
	padding: 0 4px 0 25px;
	background: url(http://www.shiftpx.com/wp-content/themes/shiftpx-v1/images/rss.gif) no-repeat;
	color: #3c4256;
	line-height: 20px;
}

#logotype {
	position: absolute;
	top: 134px;
	left: 74px;
}


/* Content */

#content {
	background-color: #fff;
	font-size: 1em;
}


/* Post */

.postTitle {
	margin-bottom: 25px;
	letter-spacing: -1px;
}

.postTitle a {
	font-size: 2em;
	color: #d33432;
}

.postDate {
	width: 74px;
	margin-left: -104px;
	padding: 4px 2px 4px 6px;
	background-color: #00aeef;
	color: #fff;
	opacity: 0.8;
}

.postDay {
	float: left;
	width: 34px;
	font-size: 1.5em;
	font-weight: bold;
}

.postMonth, .postYear {
	display: block;
	width: 40px;
	font-size: 0.75em;
}

.postMonth {
	float: left;
	text-transform: uppercase;
}

.postYear {
	margin-left: 34px;
}

.postComments {
	float: right;
	font-size: 0.8125em;
}

.postComments a {
	color: #7b88b0;
	border-bottom: 1px dashed #7b88b0;
}

.post hr {
	width: 100px;
	height: 1px;
	border: 0;
	margin: 0 auto 20px auto;
	background-color: #d3d8da;
	color: #d3d8da;
}


/* Entry */

.entry {
	margin: 60px 0 40px 0;
}

.entry p {
	margin-bottom: 1.4375em;
	line-height: 1.4375;
}

.entry .start {
	float: left;
	padding: 0.75em 1.25em 0 0;
	font-weight: bold;
}
.start {
	float: left;
	padding: 0.75em 1.25em 0 0;
	font-weight: bold;
}


.entry a {
border-bottom:1px dotted #333333;
color:#44B3D8;
font-weight:bold;
}
.entry a:hover {
border-bottom:1px dotted #44B3D8;
color:#44B3D8;
font-weight:bold;
}

.entry ul, ol {
	padding: 0;
}

.entry li {
	margin-bottom: 1.375em;
	font-weight: bold;
	line-height: 1.375;
}

.entry li p {
	font-weight: normal;
}

.entry code {
	display: block;
	margin: 10px 0;
}

.image {
	color: #878a8b;
	font-size: 0.875em;
}

.center {
	text-align: center;
}

.border img {
	border: 1px solid #d3d8da;
	padding: 6px;
}


/* Comments */

#commentsBox, #respond textarea {
	width: 500px;
}

#commentsBox {
	padding-top: 20px;
}

#comments {
	padding-bottom: 15px;
}

.commentlist {
	list-style: none;
	padding: 0;
	margin-left: -60px; 
}

.commentlist li {
	margin-bottom: 40px;
}

.commentlist img {
	float: left;
}

.author {
	margin-left: 24px;
	font-style: normal;
	font-weight: bold;
}

.author a {
	color: #606a8a;
}

.commentmetadata {
	margin-left: 24px;
	font-size: 0.75em;
	color: #7b88b0;
}

.commentInfo {
	overflow: hidden;
}

.writeInfo {
	float: left;
}

.awaiting {
	float: right;
	width: 250px;
	height: 36px;
	font-size: 0.75em;
	text-align: right;
}

.commentlist p {
	clear: both;
	margin: 10px 0 1.375em 60px;
	font-size: 0.875em;
	line-height: 1.375;
}

#respond {
	padding-top: 20px;
}

#respond h3 {
	margin-bottom: 15px;
}

#author, #email, #url {
	width: 200px;
	border: 1px solid #d3d8da;
	margin: 0 6px 10px 0;
	padding: 5px;
	font-size: 0.8125em;
	color: #49595f;
}

#respond label {
	color: #7b88b0;
}

#respond textarea {
	float: left;
	width: 350px;
	height: 140px;
	border: 1px solid #d3d8da;
	padding: 5px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 14px;
	color: #49595f;
}

#submit {
	float: right;
	width: 125px;
	height: 152px;
	border: 0;
	background: transparent url(http://www.shiftpx.com/wp-content/themes/shiftpx-v1/images/submit.gif) no-repeat;	
}
#submit:hover {
	background: url(http://www.shiftpx.com/wp-content/themes/shiftpx-v1/images/submit.gif) 0 -152px no-repeat;
	cursor: pointer;
}


/* Archives */

#archives {
	padding-top: 20px;
}

#archiveTitle {
	letter-spacing: -1px;
	font-size: 2em;
	color: #d33432;
}

#archives li h3 a {
	font-size: 1em;
	color: #606a8a;
	font-weight: bold;
}

#archives li h3 {
	float: left;
}

#archives li span {
	font-size: 0.8125em;
}

#archives li {
	margin-bottom: 10px;
}



/* Sidebar */

#sidebar h4 {
	margin-bottom: 8px;
	font-size: 0.875em;
}

#sidebar h1, #sidebar p {
	display: inline;
	font-size: 0.875em;
	font-weight: normal;
	line-height: 1.4375;
}

#sidebar a {
	border-bottom: 1px dashed #606a8a;
	padding-bottom: 1px;
	color: #606a8a;
}
#sidebar a:hover {
	color: #7b88b0;
}

#sidebar img {
	float: left;
	border: 4px solid #cad9cf;
	margin: 6px 12px 6px 0;
}

#sidebar #twitter {
	margin-top: 30px;
	overflow: hidden;
}

#twitter img {
	float: right;
	border: 0;
}

#twitter #follow {
	float: left;
	font-size: 0.875em;
	font-weight: bold;
	margin: 16px 0 0 0;
}

#sidebar #twitter span {
	font-size: 0.8125em;
	font-style: italic;
	line-height: 1.375;
	clear: both;
	float: left;
}

#sidebar #ads {
	margin-top: 30px;
}


/* Footer */

#footer img {
	margin: 30px 0 0 660px;
}

/* Addons by Nouman */


.highlite {
	padding:2px;
	background-color:#FFFABF;
}