@charset "utf-8";
/* CSS Document */


#header {
	margin: 0;
	padding: 0;
	position: relative;
	width: 712px;
}

#menu {
	position: relative;
	width: 712px;
	height: 37px;
	/*display: block;*/
	border-top-width: thin;
	border-bottom-width: thin;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #000000;
	border-bottom-color: #000000;
	margin-bottom: 30px;
}

body {
	font-family: "lucida grande", Verdana, Helvetica, Arial, sans-serif;
}

a {
	text-decoration: none;
	color: #666666;
	outline-style: none;
}

#menu a {
	font-size: 14px;
}

#menu a:hover {
	text-decoration: underline;
}

.uppercase {
	text-transform: uppercase;
	text-decoration: underline;
}

.black {
	color: #000000;
}

.left {
	float: left;
}

.clear {
	clear: both;
}

.clearLeft {
	clear: left;
}

.clearRight {
	clear: right;
}

img.thumbSelected {
	border: 1px;
	border-style: solid;
	border-color: gray;
	width: 42px;
	height: 42px;
	padding: 4px;
}

img.thumb {
	border: 1px;
	border-style: solid;
	border-color: white;
	width: 42px;
	height: 42px;
	padding: 4px;
}

img.emptyThumb {
	border: 1px;
	border-style: solid;
	border-color: white;
	width: 42px;
	height: 42px;
	padding: 4px;
}

#sidebar { 
	float: left;
	width: 112px;
}


#previousBatch {
	position: relative;
	float: left;
	padding-left: 16px;
}

#previousBatch a {
	background: transparent url(http://www.sketchinz.com/images/leftArrow.png) no-repeat scroll 0 0;
	display: block;
	height: 20px;
	width: 20px;
	overflow: hidden;
	text-indent: -9000px;
}

#nextBatch {
	position: relative;
	float: left;
}

#batchNumber {
	position: relative;
	float: left;
	width: 40px;
	margin-top: 3px;
	font-size: 10px;
	text-align: center;
}

#nextBatch a {
	background: transparent url(http://www.sketchinz.com/images/rightArrow.png) no-repeat scroll 0 0;
	display: block;
	height: 20px;
	width: 20px;
	overflow: hidden;
	text-indent: -9000px;
}

#sidebarThumbs {
	position: relative;
}

#content {
	margin: 0;
	float: right;
	width:	575px;
	font-size: 12px;
}

#content div.about {
	display:block;
	float: right;
}

#content div.post {
	padding-top: 10px;
	padding-bottom: 40px;
	line-height: 1.5em;
}

#content div.post img {
    display: block;
    margin-left: auto;
    margin-right: auto
}

#content div.post td {
	padding:10px;
	text-align:center;
}

#content div.post td img {
	outline-style: solid;
	outline-width: 1px;
	outline-color: rgb(128,128,128);
}


#content div.post td img.largePortrait {
	width: 180px;
	height: 240px;
}

#content div.post td img.largeLandscape {
	width: 240px;
	height: 180px;
	margin: 30px 0 30px 0;
}

#content div.post td img.smallPortrait {
	width: 90px;
	height: 120px;
	padding:0px
}

#content div.post td img.smallLandscape {
	width: 120px;
	height: 90px;
	margin: 15px 0 15px 0;
	padding:0px
}


#content div.post img.about {
	margin: 0px;
	vertical-align: text-top;
	outline-style: none;
	outline-width: 0;
	border-style: none;
}

#content h1.postTitle {
	margin-bottom: 16px;
	padding: 0px;
}

#content h3.postTitle {
	margin-bottom: 16px;
	padding: 0px;
}

#content div.sketches {
	text-align: center;
}

#content a {
	color:orange;
	outline-style: none;
}

#content img.sketchPortrait {
	border: 1px;
	border-color: #aaaaaa;
	border-style: solid;
	}

#content img.sketchLandscape {
	border: 1px;
	margin-top: 48px;
	margin-bottom: 48px;
	border-color: #aaaaaa;
	border-style: solid;
	}


#content h1 {
	margin-top: 17px;
	margin-bottom: 4px;
	font-weight: normal;
	font-size: 18px;
}

#content h3 {
	margin-top: 17px;
	margin-bottom: 4px;
	font-weight: normal;
	font-size: 18px;
}

#content h2 {
	font-weight: normal;
	font-size: 14px;
}

#content h1.title {
	margin-top: 9px;
	margin-bottom: 0px;
	padding: 0px;
}

#content h3.title {
	margin-top: 9px;
	margin-bottom: 0px;
	padding: 0px;
}

#content h2.code {
	font-size: 12px;
	margin: 0px;
	padding: 0px;
}

#contrainer {
	margin: 0 auto;
	text-align: left;
	width: 712px;
}

#sidebarContentContainer {
	width:	712px;
}

ol, ul, ul li {
	list-style-image:	none;
	list-style-position: outside;
	list-style-type: none;
}

h1, h2, h3, h4, h5, h6 {
	clear: both;
	/*font-family: "myriad pro", "lucida grande", "trebuchet ms", Arial, Helvetica, sans-serif;*/
}

h1, h2, h3, h4, h5, h6, p, pre, blockquote, ul, ol, dl, address {
	margin: 0;
	padding: 0;
}

#hat {
	height:35px;
	position:relative;
	margin-top: 20px;
}

#logo {
	position: absolute;
	left: 0px;
	top: 0px;
}

#logo a {
	background: transparent url(http://www.sketchinz.com/images/sketchinz.png) no-repeat scroll 0 0;
	display: block;
	height: 35px;
	width: 120px;
	padding-top: 10px;
	overflow: hidden;
	text-indent: -9000px;
}

#logoBars {
	position: absolute;
	left: 0px;
	top: 0px;
}

#logoBars a {
	background: transparent url(http://www.sketchinz.com/images/logoBars.gif) no-repeat scroll 0 0;
	display: block;
	height: 35px;
	width: 120px;
	padding-top: 10px;
	overflow: hidden;
	text-indent: -9000px;
}

#menuItems {
	position: absolute;
	left: 105px;
}

#menuItems ul {
	float: left;
	padding-left: 18px;
	width: 500px;
	position: relative;
}

#menuItems li {
	float: left;
	position: relative;
	margin-top: 9px;
	margin-left: 13px;
}

#menuItems a.selected {
	text-transform: uppercase;
	font-weight: bolder;
	color: #000000;
}

#share {
	padding-top: 15px;
}

#share a {
	color: black;
}

#share img {
	margin-right: 3px;
	vertical-align: middle;
	outline-style: none;
	outline-width: 0;
	border-style: none;
}

#share .social-media {
	float: right;
}

#share .social-media-links {
	float: left;
	margin:0 15px 0 0;
	padding:0;
}

#footer {
	top: 40px;
	width: 712px;
	position: relative;
	height: 37px;
	text-align: center;
	font-size: 50%;
	color: #999999;
}


a.latest {
	outline-style: none;
	outline-width: 0;
}

img.latest {
	margin: 0px;
	padding-bottom:10px;
	border-style: none;
}

img.smallLandscape {
	width: 100px;
	height: 75px;
	padding-left: 6px;
}

img.smallPortrait {
	width: 75px;
	height: 100px;
	padding-left: 18px;
}

#latestLabel {
	font-size: 12px;
	width: 112px;
	text-align: center;
	font-weight: bold;
	padding-bottom: 25px;
}
