/* Style for andrewpoole.org.uk version 11 */
/* © 2010 Andrew C. Poole                  */
/* andrew@andrewpoole.org.uk               */

body
{
	font-family: helvetica, arial, sans-serif;
	font-size: 12px;
    background-image: url(/img/blue-back.jpg);
    text-align: center; /* IE Hack */
}

#container
{
	width: 940px;
	margin-right: auto;
	margin-left: auto;
	border: 2px solid #00f;
	background-color: #fff;
	text-align: left; /* IE Hack 2 - Return of the kludge */
}

#header
{
	background-repeat: no-repeat;
	width: 940px;
	height: 135px;
}

#homepage #header
{

	height: 249px;
}

#titlebar
{
	background-image: url(/img/titlebar.png);
	background-repeat: no-repeat;
	height: 103px;
}

#navigation
{
	float: right;
	padding: 10px;
}

#title
{
	padding-top: 20px;
	padding-left: 20px;
	font-family: 'Reenie-beanie', helvetica, arial, sans-serif;
}

#flickrPhoto
{
	width: 300px;
	text-align: right;
	padding: 15px;
	font-size: 10px;
}

#contentPanel-home
{
	float: right;
	width: 550px;
	margin-right: 30px;
	margin-top: 5px;
}

#contentPanel
{	margin-left: 30px;
	margin-right: 30px;
	margin-top: 5px;
}

#social
{
	border-top: 1px solid #00f;
	width: 150px;
}

#social-icons
{
    text-align: center;
}

#social img
{
    border: 0;
	margin: 3px;
}

#social-right
{
    float: right;
    border-top: 1px solid #00f;
    width: 390px;
}

#social-right ul
{
   list-style: none;
   margin-left: 0;
   padding-left: 0;
}

#social-right li
{
   padding-top: 5px;
   padding-bottom: 5px;
   border-top: 1px solid #ccccff;
}

.h-line
{
   border-top: 1px solid #ccccff;
}

#social-right li:first-child
{
   padding-top: 0;
   padding-bottom: 5px;
   border-top: 0;
}

#copyright
{
    clear: both;
	float: right;
	text-align: right;
	border-top: 1px solid #00f;
	padding: 5px;
	margin-top: 10px;
	margin-right: 30px;
	margin-bottom: 15px;
}

.button
{
background: #222 url(/img/transparent-overlay.png) repeat-x;
display: inline-block;
padding: 5px 10px 6px;
color: #fff;
text-decoration: none;
font-weight: bold;
line-height: 1;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
-moz-box-shadow: 5px 5px 5px rgba(0,0,0,0.5);
-webkit-box-shadow: 5px 5px 5px rgba(0,0,0,0.5);
text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
border-bottom: 1px solid rgba(0,0,0,0.25);
position: relative;
cursor: pointer;
margin: 3px;
}

.button:active {
 top: 1px;
 left: 1px;
-moz-box-shadow: 0 0 0;
-webkit-box-shadow: 0 0 0;
}


.large.button {
font-size: 14px;
padding: 8px 14px 9px;
}
 
.blue.button {
background-color: #0000ff;
}


.blue.button:hover {
background-color: #007dff;
}



h1, h2, h3, h4, h5
{
	font-weight: normal;
	color: #00f;
	line-height: 0.5em;
}

h1.special {
	text-shadow: 	text-shadow: 5px 5px 5px #878787;
 #878787;
	font-family: 'Tangerine', helvetica, arial, sans-serif;
	font-size: 36pt;
	line-height: 50px;
}

h2.special {
	text-shadow: 5px 5px 5px #878787;
	font-family: 'Tangerine', helvetica, arial, sans-serif;
	font-size: 24pt;
	padding-top: 10px;
}

h2.special a {
	color: #00f;
	text-decoration: none;
}

h2.special a:hover {
	text-decoration: underline;
}

#maintitle, #maintitle a {
	text-shadow: 5px 5px 5px #595959;
	font-family: 'Tangerine', helvetica, arial, sans-serif;
	font-size: 42pt;
	margin-top: 15px;
	font-weight: bold;
	text-decoration: none;
	color: #00f;
}

.clear
{
	clear: both;
}

#twitter_update_list li {
	font-family: 'Reenie Beanie', helvetica, arial, sans-serif;
	font-size: 22pt;
}
