@charset "utf-8";
/* CSS Document */

* {
	padding: 0;
	margin: 0;
}

body{
	font-family:"Myriad Pro", Arial, Serif;
	color: black;
	background-image: url("../images/wood.jpg");
}

h1{
	font-weight: bold;
	font-size:x-large;
}

h2{
	font-weight: normal;
	font-size:large;
}

img{
	border: 0;
}

.picdisplay{
	border: 15px solid #4681A5;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.cl {
	clear: both;
}

#content{
	padding: 10px;
}

#wrapper {
	width: 800px;
	background-color: #9CCBE2;
	margin: 20px auto;
}

#header {
	background-color: #4681A5;
}

#blog #footer {
	background-color: #4681A5;
	text-align: center;
	background: #4681a5; /* Old browsers */
background: -moz-linear-gradient(top, #4681a5 0%, #084864 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4681a5), color-stop(100%,#084864)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #4681a5 0%,#084864 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #4681a5 0%,#084864 100%); /* Opera11.10+ */
background: -ms-linear-gradient(top, #4681a5 0%,#084864 100%); /* IE10+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4681a5', endColorstr='#084864',GradientType=0 ); /* IE6-9 */
background: linear-gradient(top, #4681a5 0%,#084864 100%); /* W3C */
}

#nav {
	position: relative;
	width: 240px;
	height: 142px;
	float: left;
}

#nav li {
	position: absolute;
	display: inline-block;
	width: 142px;
	height: 48px;
	overflow: hidden;
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
	bottom: 47px;
}

#nav li a {
	text-decoration: none;
	font-weight: normal;
	font-size: 20px;
	display: block;
	height: 42px;
	padding-top: 10px;
	padding-left: 8px;
	color: #000;
}

#nav li a:hover {
	font-weight: bold;
}

/* Different Coloured bars */

#blog #nav-title {
	font-family: Georgia, 'Times New Roman', Times, serif;
	font-size: 50px;
	background: #4681a5; /* Old browsers */
background: -moz-linear-gradient(top, #4681a5 0%, #084864 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4681a5), color-stop(100%,#084864)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #4681a5 0%,#084864 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #4681a5 0%,#084864 100%); /* Opera11.10+ */
background: -ms-linear-gradient(top, #4681a5 0%,#084864 100%); /* IE10+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4681a5', endColorstr='#084864',GradientType=0 ); /* IE6-9 */
background: linear-gradient(top, #4681a5 0%,#084864 100%); /* W3C */
}

#twitter {
	font-size: 12px;
	margin-top: 10px;
}

#twitter-title {
	font-weight: bold;
	margin-left: 30px;
}

#twitter-content-wrapper {
	position: relative;
	width: 250px;
	min-height: 20px;
	padding: 15px;
	margin-right: 15px;
	border-radius: 20px;
	background-color: #FFF;
}

#twitter-content-wrapper:after {
	content: "";
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 10px;
	border-color: transparent;
	border-left-color: #FFF;
	display: inline-block;
	position: absolute;
	right: -18px;
	top: 15px;
}

#twitter-footer {
	text-align: right;
	height: 16px;
}

#twitter-view {
	display: inline-block;
	width: 16px;
	height: 16px;
	background: url('../images/icons/twitter-birds.png');
}

#twitter-view:hover {
	background-position: right;
}

#twitter-reply {
	display: inline-block;
	width: 16px;
	height: 16px;
	background: url('../images/icons/twitter-reply.png');
}

#twitter-reply:hover {
	background-position: right;
}
