/* @override http://www.gillieson.co.uk/styles/default.css */

/* @override http://www.gillieson.co.uk/styles/default.css */

/* @override http://localhost/~bashdown/gillieson/styles/default.css */

/*##########################
  gillieson.co.uk default
##########################*/

* {
	margin: 0;
	padding: 0;
	border: 0;
	}

body {
	font: 0.70em "Lucida Grande", "Lucide Sans Unicode", Verdana, Helvetica, sans-serif;
/*	background: url(../images/alphabet.png) 60px left repeat-x; */
	background-color: #C1C1C1;
	color: #4D4D4D;
 }
 
body a {
	text-decoration: none;
	}

p {
	line-height: 166%;
	margin-bottom: 12px;
	}

h1 {
	text-indent: -9999px;
	background: url(../images/main-title3.png) top left no-repeat;
	margin-left: 30px;
	height: 30px;
	}

h2 {
	font-size: 100%;
	font-weight: normal;
	}

h2 a {
	margin-right: 30px;
	}

h3 {
	font-size: 100%;
	color: #FF0000;
	line-height: 166%;
	font-weight: bold;
	}

h4 {
	font-size: 100%;
	line-height: 166%;
	}

#wrapper {
	float: left;
	text-align: left;
	width: 650px;
	margin: 30px;
	background-color: #FFFFFF;
	padding: 30px 0px 20px 0px;
	display: inline;
	background-repeat: no-repeat;
	background-position: 0 85px;
	}

/* body#home #wrapper, body#design #wrapper {
		background-image: url(../images/background.png);
} */

/* body#contact #wrapper, body#design #wrapper {
		background-image: url(../images/background2.png);
} */

#body-container {
	min-height: 333px;
	/* This allows the multiple columns in IE */
	width: 615px;
	}

#header, #body-container, #footer {
	float: left;
	clear: both;
	display: inline;
	margin-left: 30px;
	}

/* BODY-CONTAINER/CONTENT */

#body-content a {
	/* color: #000000; */
	color: #4D4D4D;
	}

#body-content a:link {
	/* color: #000000; */
	color: #4D4D4D;
	}

#body-content a:visited {
	/* color: #000000; */
	color: #4D4D4D;
	}
	
#body-content a:hover {
	color: #FF00FF;
	}

#body-content ul {
	line-height: 166%;
	}

#body-content ul li {
	list-style: none;
	line-height: 166%;
	}

.body-entry, .body-menu {
	margin-bottom: 30px;
	}

.body-entry p {
	margin: 0 0 12px 0;
	clear:  both;
}

.body-entry p a:link,
.body-entry p a:visited,
.body-entry ul li a:link,
.body-entry ul li a:visited {
	border-bottom: 1px dashed #FF00FF;
	/*color: #CC00CC !important; */
	/*color: red !important;
	font-weight: bold; */
	}
	
.body-entry p a:hover,
.body-entry ul li a:hover {
	color: white !important;
	background-color: #FF00FF;
}

.column1, .column15, .column2, .column3, .column35, .column4 {
	float: left;
	margin-right: 15px;
	}

.column1 {
	width: 106px;
	}

.column15 {
	width: 166px;
	}

.column2 {
	width: 227px;
	}

.column3 {
	width: 348px;
	}

.column35 {
	width: 408px;
	}

.column4 {
	width: 469px;
	}
	
.column5 {
	width: 590px;
	}

.overview, .post {
	line-height: 166%;
}

/* My Comment */	
	
a.external {
	background-image: url(../images/external.png);
	background-position: 100% 0%;
	background-repeat: no-repeat;
	padding-right: 16px;
	}

a:hover.external {
	background-position: 100% -16px;
	background-repeat: no-repeat;
	}

/* HEADER */

#header {
	height: 60px;
	}

#header a {
	color: #999999;
	}

#header a:link.selected,
#body-content a:link.selected
 {
	color: #FF0000;
	}

#header a:visited.selected,
#body-content a:visited.selected {
	color: #FF0000;
	}

#header a:hover.selected,
#body-content a:hover.selected {
	color: #FF00FF;
	}

#header a:link {
	color: #000000;
	}

#header a:visited {
	color: #000000;
	}
	
#header a:hover {
	color: #FF00FF;
	}
	
.navigation {
	border-bottom: 1px #FF0000 dashed;
	padding-bottom: 0.5em;
	margin-bottom: 0.5em;
}


/* SIDEBAR */

#sidebar h4 {
	font-size: 100%;
	line-height: 200%;
	color: #FF00FF;
	font-weight: bold;	
}

/* FOOTER */

#footer {
	margin-top: 60px;
	color: #C1C1C1;
	}

#footer a {
	color: #C1C1C1;
	}

#footer a:link {
	color: #C1C1C1;
	}

#footer a:visited {
	color: #C1C1C1;
	}

#footer a:hover {
	color: #FF00FF;
	}

dl.image {
	margin: 0 12px 12px 0;
	}

dl.image dt {
	margin-left: -121px;
	width: 106px;
	float: left;
	text-align: right;
	line-height: 166%;
	color:#999999;
	}

/* This on works in Safari, too */

hr {
	visibility: visible;
	margin: 8px 0px 10px 0px;
	padding: 0px;
	border-top: 0px;
	border-left: 0px;
	border-right: 0px;
	line-height: 0px;
	height: 1px;
	display: block;
	width: 100%;
	border-top: 1px #aba2b3 solid;
	clear: both;
}

hr.dashed {
	border-top: 1px #FF0000 dashed;
}

#sidebar hr.dashed {
	border-top: 1px #FF00FF dashed;
	margin-top: 6px;
}

/* But sometimes, we really do want them hidden! */

hr.hidden {
  visibility: hidden;
}