/* @override http://adrianlynch.com/css/adrianlynch.css */

body {
	background-color: #fff;
	font-family: Helvetica, "Helvetica Neue", "Lucida Grande", "Lucida Sans Unicode", Sans-Serif, Verdana, Arial;
	font-size: 62.5%;
	color: #777;
	margin: 0;
	padding: 0;
	/*background-image: url(../upload/template/adrianlynch/background-001.gif);*/
}

/* @group Fonts */

p {
	font-size: 1.1em;
	line-height: 1.7;
	margin-bottom: 1em;
}

#content ul {
	padding-left: 20px;
	margin: 0 0 1em 0;
}

#content li {
	font-size: 1.1em;
	line-height: 1.4;
	padding: 2px;
}

#content li li, #content li p {
	font-size: 1.0em;
}

h1 {
	font-size: 2.8em;
	font-weight: normal;
	margin-bottom: 0.8em;
	color: #666;
	line-height: 1.4;
	font-family: "ff-netto-web-pro-1","ff-netto-web-pro-2","Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

h2 {
	font-size: 1.8em;
	font-weight: bold;
	margin-bottom: 0.9em;
	color: #666;
	line-height: 1.4;
	font-family: "ff-netto-web-pro-1","ff-netto-web-pro-2","Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;

}

h3 {
	font-size: 1.6em;
	margin-bottom: 0.9em;
	color: #666;
	line-height: 1.4;
}

h4 {
	font-size: 1.4em;
	margin-bottom: 1em;
	color: #666;
	line-height: 1.4;
}

h5 {
	font-size: 1.2em;
	margin-bottom: 1em;
	color: #666;
	line-height: 1.4;
}

h6 {
	font-size: 1.1em;
	margin-bottom: 1em;
	color: #666;
}

a {
	color: #3289b5;
}

.date {
	text-transform: uppercase;
	font-weight: bold;
	color: #000;
	line-height: 1;
}

blockquote {
	padding: 2em;
	background-color: #f6f6f6;
	margin-bottom: 1.5em;
	border-top: 2px solid #eee;
	font-size: 1.2em;
}

blockquote p {
	font-style: italic;
	margin-bottom: 0;
}

/* @end */

/* @group Panels */

#canvas {
	border-top: 10px solid #000;
	z-index: 1;
	background-image: url(../upload/template/adrianlynch/background-003.jpg);
	background-repeat: no-repeat;
	background-position: center top;

}

#container {
	position: relative;
	width: 760px;
	margin: 0 auto;
}

#banner {
	position: absolute;
	top: 0;
	left: 10px;
	background-image: url(../upload/template/adrianlynch/banner-002.png);
	background-repeat: no-repeat;
	width: 92px;
	height: 111px;
	padding: 0;
	margin: 0;
	text-indent: -1000em;
	z-index: 1;
}

#header {
	position: absolute;
	width: 300px;
	top: 36px;
	left: 122px;
	font-size: 1.2em;
	color: #666;
}

#header p {
	margin-bottom: 0;
	line-height: 1.2;
}

#main {
	border-top: 25px solid #dedede;
	padding-top: 110px;
}


/* @end */

/* @group Grid */

.row {
	position: relative;
	width: 760px;
	overflow: hidden;
}

.row1 {
	padding-bottom: 10px;
}

.column {
	float: left;
	padding: 20px 0 10000px 0;
	margin-bottom: -10000px;
}

.column1.three {
	width: 760px;
}

.column1 {
	width: 520px;
	border-top: 2px solid #000;
}

.column2 {
	width: 230px;
	padding-left: 0;
	padding-top: 0;
	margin-left: 10px;
	border-top: 2px solid #ccc;
}

.row1 .column {
	border: none;
	padding-top: 0;
}

/* @end */

/* @group Navigation */

.depth-0 {
	position: absolute;
	top: 25px;
	right: 10px;
}

.depth-0 li {
	float: left;
	margin-left: 5px;
}

.depth-0 a {
	float: left;
	padding: 8px 12px 6px 12px;
	background-color: #efefef;
	color: #666;
	text-decoration: none;
	text-transform: uppercase;
	background-image: url(../upload/template/adrianlynch/tab-background-001.png);
	background-repeat: repeat-x;
}

.depth-0 .selected a {
	background-color: #dedede;
	background-image: none;
}

/* @end */

/* @group Side Panel */

.column2 h2 {
	font-size: 1.1em;
	text-transform: uppercase;
	font-weight: bold;
	color: #000;
}

.column2 li {
	margin-bottom: 0.5em;
}

.column2 #friends li a, .column2 #links li a {
	background-image: url(../upload/template/adrianlynch/arrow-001.png);
	background-repeat: no-repeat;
	padding: 1px 0 2px 20px;
	color: #666;
	text-decoration: none;
}

#rss {
	display: block;
	background-image: url(../upload/template/adrianlynch/rss-002.png);
	background-repeat: no-repeat;
	background-position: 0 2px;
	padding: 0 0 0 20px;
	color: #666;
}

.column2 div {
	padding: 20px 10px;
	border-bottom: 2px solid #ccc;
}

/* @end */

/* @group Search */

#searchresults ol {
	list-style-type: decimal;
	margin-left: 120px;
}

#searchresults li {
	position: relative;
	margin: 0;
	border-bottom: 2px solid #ccc;
	padding: 0 0 20px 0;
	margin: 0 0 20px 0;
}

#searchresults a {
	text-transform: uppercase;
	font-weight: bold;
	color: #000;
	text-decoration: none;
	padding: 2px 20px 0 0;
	background-image: url(../upload/template/adrianlynch/arrow-001.png);
	background-repeat: no-repeat;
	background-position: right top;
}

/* @end */

/* @group Listing */

.bloglisting .item {
	position: relative;
	margin: 0;
	border-bottom: 2px solid #000;
	padding: 0 0 20px 0;
	margin: 0 0 20px 0;
	width: 520px;
}

.bloglisting .image, .bloglisting .article, .bloglisting .title, .bloglisting .continue, .bloglisting .tags, .bloglisting .count {
	margin: 0 0 10px 120px;
}

.bloglisting .date {
	position: absolute;
	top: 0;
	left: 10px;
	line-height: 1.4;
}

.bloglisting .date .year {
	display: block;
	color: #777;
}

.bloglisting .title {
	font-size: 1.4em;
	line-height: 1.4;
}

.bloglisting .title a {
	text-transform: uppercase;
	font-weight: bold;
	color: #000;
	text-decoration: none;
	padding: 0 20px 0 0;
	background-image: url(../upload/template/adrianlynch/arrow-001.png);
	background-repeat: no-repeat;
	background-position: right top;
}

.bloglisting .title a:hover {
	text-decoration: underline;
}

.bloglisting .article p {
	font-size: 1.2em;
	margin-bottom: 3em;
	color: #666;
}

.bloglisting .continue a {
	color: #666;
	padding: 2px 0 2px 18px;
	background-image: url(../upload/template/adrianlynch/page-002.png);
	background-repeat: no-repeat;
	background-position: left top;
}

/* @end */

/* @group Article */

#article {
	margin: 0 0 10px 120px;
}

#article h1 {
	margin-left: -120px;
}

/* @end */

/* @group Comments */

.comments {
	border-top: 2px solid #000;
	padding: 20px 0;
	margin-top: 20px;
}

.comments .item {
	position: relative;
	margin: 0;
	border-bottom: 2px solid #ccc;
	padding: 0 0 20px 0;
	margin: 0 0 20px 0;
	width: 520px;
}

.comments .gravatar {
	position: absolute;
	left: 30px;
}


.comments .commentnumber {
	position: absolute;
	left: 0;
	font-size: 1em;
	font-weight: bold;
}


.comments .date, .comments .commenttext {
	margin: 0 0 10px 120px;
}

/* @end */

/* @group Comment Form */

#comment {
	position: relative;
	border-top: 2px solid #000;
	padding: 20px 0;
	margin-top: 20px;
}

#comment fieldset {

	margin: 0 0 10px 120px;
}

#comment label {
	float: left;
	width: 18%;
	line-height: 2;
	text-transform: uppercase;
}

#comment .field {
	border: 1px solid #ccc;
	width: 80%;
}

#comment textarea {
	border: 1px solid #ccc;
	width: 98%;
}

#comment em {
	position: absolute;
	top: 55px;
	left: 0;
	display: block;
	line-height: 1.7;
	width: 70px;
}

/* @end */

/* @group Gallery */

#container .gallery {
	position: relative;
	overflow: hidden;
	padding: 0;
	margin: 0 0 10px -20px;
}

#container .gallery li {
	float: left;
	padding: 0;
	margin: 0 0 20px 20px;
}



/* @end */

