/*this is the testbutton css file*/

body {

	background: #60717a;
    font-size: medium;
    font-family: arial, sans-serif;
}

li {
	list-style-type: none;
}

#all {
	background: #393939;
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 50px;
}
	
#header {
	width:800px;
	height:22px;
	padding-top:10px;
	padding-left:10px;
	padding-right:10px;

}

#header a {
	padding:10px;
	color: #b1b1b1;
	font-family: arial,sans-serif;
	font-size: 1.2em;
	text-decoration: none;
}

#header a:hover{
	color: #f9af52;
}
#header a:active{
	text-decoration: none;
}

#homelink {
	position: relative;
	right: -450px;
	
}

#homelink a{

	

}

#main {
	
	height: 500px;
}

#centrepicture {

	position: relative;
	top: 150px;
	width: 175px;
	height: 200px;
	margin: auto;
	padding: 0;
	background: url("./images/centrekick.jpg") 0 0 no-repeat;	

}

#main_links {

	position: relative;
	float: right;
	bottom: -30px;

}

#familyweblog a {
	display: block;	
	width:300px;
	height:65px;
	margin: 0;
	padding: 0;
	background: url("./images/familyweblog.jpg") 0 0 no-repeat;
	text-decoration: none;
	
}
	
#myweblog a {
	display: block;	
	width:300px;
	height:65px;
	margin: 0;
	padding: 0;
	background: url("./images/myweblog.jpg") 0 0 no-repeat;
	text-decoration: none;
	
}
#photography a {
	display: block;	
	width:300px;
	height:65px;
	margin: 0;
	padding: 0;
	background: url("./images/photography.jpg") 0 0 no-repeat;
	text-decoration: none;
	
}
#projects a {
	display: block;	
	width:300px;
	height:65px;
	margin: 0;
	padding: 0;
	background: url("./images/projectsandstuff.jpg") 0 0 no-repeat;
	text-decoration: none;
	
}

#familyweblog a:hover{
	background-position: -300px 0;
}

#myweblog a:hover{
	background-position: -300px 0;
}

#photography a:hover{
	background-position: -300px 0;
}

#projects a:hover{
	background-position: -300px 0;
}

#bottomslot {

	width: 800px;
	height: 5px;

}

#footer {
	background-color: #393939;

	height:20px;

}
	
#footer p{
	text-align: center;
	font-family: arial, sans-serif;
	padding: 0px;
	font-size: 0.75em;
	color: #b1b1b1;	
}



#temp_centred_text {
	position: relative;
	top: 150px;
	width: 175px;
	height: 485px;
	margin: auto;
	padding: 0;
}

#temp_centred_text p{
	
	text-align: center;
	font-size: 1em;
	color: #b1b1b1;
	background-color: #222222;
	padding:15px;

}

.left_dark_text {
	width: 650px;
	padding:25px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 40px;
	margin-bottom: 40px;
	background-color: #222222;
	text-align: left;
	color: #b1b1b1;
	
}

.left_dark_text p{

	font-size: 1em;
	line-height: 1.6em;

	
}

.left_dark_text h3{

	font-size: 1.1em;


}

.left_dark_text h2{

	margin-top:2em;
	border-top: 1px dotted #b1b1b1;
	font-size: 1.3em;
	
}

.left_dark_text h1{

	margin-top: 2em;
	border-top: 1px dotted #b1b1b1;
	border-bottom: 1px dotted #b1b1b1;
	font-size: 1.6em;
	text-align: center;

}

.left_dark_text ol, li{

	list-style-type: disc;

}



	
#gallery{

	text-align: center;
    height: 485px;
}

#multi_text {
    width: 650px;
    background-color: #222222;
    padding: 15px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 80px;
    margin-bottom: 80px;
    height: 25em ;
}
#multi_text p{

float: left;  /** added it here instead, heathenx **/

    font-size: 1em;
    line-height: 1.5em;
	color: #b1b1b1;
    margin-left: auto;
    margin-right: auto;
	padding:15px;
	width: 185px;
	/*height: 100px;*/

}

/**
#multi_text span{
    float: left;
}
**/

#multi_text a, .left_dark_text a{
	color: orange;
	text-decoration: none;
}

#multi_text a:hover, .left_dark_text a:hover{
	color: yellow;
}
	

