* {
	margin:0;
	padding:0;
}

body {
	background-color:#6b7a83;
	color:#FFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height: 14px;
}

/*BASIC ELEMENTS*/

.dash {
	background-color:#666;
	width:12px;
	height:1px;
	float:left;
	margin:7px 0 0 0;
}

#left {
	position:absolute;
}

#right {
	position:absolute;
	left:275px;
	top:210px;
	max-width:1000px;
	line-height: 12px;
}

#logo {
	width: 65px;
	height: 60px;
	margin:24px 0 60px 0;
	background: transparent url(../images/logo.gif) no-repeat top left;
}

	.logo-img {
		margin:0 0 0 15px;
		float:left;
		display: none; /* hide default logo */
	}

#pages {
	margin:0 0 30px 30px;
}

#entries { /* left project list */
	padding: 4px 0 0 69px;
	margin:120px 0 30px 0;
	background: transparent url(../images/dash.gif) no-repeat top left;
/*
	position: absolute;
	top: 206px;
	left: 69px;
*/
}
	#entries div { /* list groups */
		margin: 0 0 17px 0;
	}

#tags {
	margin:0 0 30px 69px;
}

#thumbs {
	max-width:750px;
}

#footer {
	margin:0 0 29px 0;
	color:#a9b0b5;
	font-size: 10px;
}

#load-content {
	display:none;
	margin:0 0 30px 0;
}

#core-loader {
	position:absolute;
	top: 0;
	left: 0
	display:none;
}

/*GENERAL*/

.link-active {
	text-decoration: underline;
}

.clear {
	clear:both;
}

img
{  
	border-style: none;
}

a {
	outline: none;
	color:#f5f6f7;
	text-decoration:none;
}

a:hover {
	color:#CCC;
}

/*ENTRY.PHP*/
.entry-title {
	font-size:12px;
	font-weight: bold;
	margin: 0;
	padding: 0;
}

	.entry-title span {
		font-weight: normal;
	}

.entry-date {
	font-size:10px;
	color:#666;
}

.entry-line {
	background-color:#111;
	width:700px;
	height:1px;
	margin:45px 0 80px 0;
}

.entry {
	width:700px;
	padding: 0 0 10px 0;
}

.entry img {
	/* margin:0 0 20px 0; */
}


.entry a {
	padding:0 0 0 0;
}

.entry-extra1 {
	float:left;
	margin:0 30px 0 0;
}

.entry-extra2 {
	float:right;
}

.entry-text {
	width: 670px;
	margin: 0;
	padding: 3px 0 24px 0;
	color: #b8c2c8;
	font-size: 11px;
}

.entry-text-top {
	display: none;
	margin:0;
	padding:0;
}

#close-entry {
	margin: 0;
	padding: 0;
	padding-left: 17px;
	cursor:pointer;
	line-height: 8px;
	font-size: 10px;
	background: transparent url(../images/gridIcon.gif) no-repeat center left;
}

#close-entry:hover {
	color:#FFFFFF;
}


/*ENTRY_LINK_THUMBS.PHP*/

.thumb {
	float:left;
	padding: 0 30px 50px 0;
	height:140px;
	width:200px;
}

#thumbs span, #thumbs p {
	margin: 0 0 0 4px;
}

#thumbs span {
	display: block;
	margin: 2px 0 0 4px;
}
#thumbs p em { /* category/tag below project name */
	color: #badeeb;
	font-style: italic;
	font-weight: normal;
	background: none;
}

#thumbs img {
	margin:0 0 5px 0;
	border-right: 1px solid #525f67;
	border-bottom: 2px solid #525f67;
}

#thumbs img:hover {
	border-right: 1px solid #525f67;
	border-bottom: 2px solid #525f67;
}

#thumbs .entry-text:hover {
	background:#232323;
	padding:0;
}

.thumb-tags {
	padding:0;
	margin:0;
}

.thumb-info {
	max-width:190px;
	padding:0;
	margin:0;
}







/* tony theme */
#myName {
	position: absolute;
	top: 105px;
	left: 69px;
	width: 130px;
	height: 27px;
	display: block;
	background: transparent url(../images/name.gif) no-repeat top left;
}

p#tagline {
	margin: 0 0 57px 0;
	width: 620px;
	height: 35px;
	text-indent: -9000px;
	font-size: 16px;
	background: transparent url(../images/tagline.gif) no-repeat top left;
}
#core-loader {
	
}
#contactInfo {
	padding: 3px 0 0px 68px;
	position: fixed;
	bottom: 16px;
	left: 0px;
	color:#a9b0b5;
	font-size: 10px;
	line-height: 13px;
	background: transparent url(../images/dash.gif) no-repeat top left;
}
	#contactInfo a {
		display: block;
		color:#a9b0b5;
	}
.tag-all { /* grid icon on bottom of list */
	display: none;
	padding-left: 16px;
	line-height: 8px;
	font-size: 10px;
	background: transparent url(../images/gridIcon.gif) no-repeat center left;
}
.image { /* big image wrapper */
	margin:0 0 20px 0;
	width: 670px;
	background: #cdd2d5 url(../images/img_loader.gif) no-repeat center center; /* show loading gif while loading big image */
}
h2 { /* list headings */
	width: 136px;
	font-size: 11px;
	font-family: arial, helvetica, sans-serif;
	color: #badeeb;
	text-indent: -9000px;
	background: transparent url(../images/header_one.gif) no-repeat center left;
}
	h2.two {
		background: transparent url(../images/header_two.gif) no-repeat center left;
	}
	h2.three {
		background: transparent url(../images/header_three.gif) no-repeat center left;
	}
