@charset "utf-8";

/* 
************************************************************************************ 

CSS File for Billy Connolly Website - Blog Section

Written by: 		ANGMalta.net Ltd.
Creation Date: 		21st January 2009
Author:				Noel Grech
Version: 			0.1b
Last modified: 		21st January 2009

************************************************************************************ 
*/



/* 
************************************************************************************ 
						DEFAULT STYLES
************************************************************************************ 
*/


html, body, div, img, p, ul, li, a, form, input
{
	margin:0;
	padding:0;
}

a, img
{
	text-decoration:none;
	border:none;
}

.clear
{
	clear:both;
}

h1, div.componentheading
{
	font-size:22px;
color: #CCC;
	width:100%;
	text-align:center;
}

h2, h3, h4, h5, h6, .contentheading
{
	font-size:14px;
	font-weight:bold;
color: #CCC;
}

.small
{
	font-size:10px;
	color:#666;
}

.createdate
{
	font-style:italic;
	color:#C60;
	font-size:11px;
}

body
{
	font-size:12px;
	font-family:Tahoma, Geneva, sans-serif;
	color: #CCC;
	background:#542B06;
}

a, a:visited, body a
{
	color:#CCC !important;
}

a:hover
{
	text-decoration:none;
	color:#990099 !important;
}

div#wrapper
{
	width:100%;
	height:100%;
	margin:0;
	background:url(http://5cc8246f0978be39039a-1e89a5b6ef87d45f50eec833ea392b28.r88.cf2.rackcdn.com/templates/angmalta-blog/images/background.png) repeat-x;
	padding:24px 0px;
	min-height:777px;
}

div#laptop
{
	background:url(http://5cc8246f0978be39039a-1e89a5b6ef87d45f50eec833ea392b28.r88.cf2.rackcdn.com/templates/angmalta-blog/images/laptop.png) no-repeat;
	margin:auto;
	width:981px;
	height:670px;
}

div#laptop div#maincontent
{
	width:714px;
	height:439px;
	margin-left:132px;
	margin-top:30px;
}

div#laptop div#maincontent p
{
	margin-top:15px;
}

div#back
{
	width:981px;
	margin:auto;
	text-align:center;
}

div#back img
{
	filter:alpha(opacity=40);
	-moz-opacity:.40;
	opacity:.40;
}

div#back img:hover
{
	filter:alpha(opacity=100);
	-moz-opacity:1;
	opacity:1;
}

div#blogfront
{
	background:#333333;
	width:715px;
	height:439px;
	overflow:hidden;
	margin-left:132px;
	margin-top:32px;
	float:left;
	text-align:center;
}

div#blogfront img
{
	margin-top:80px;
}
div#copyright hr
{
	border:none;
	background:#666;
	height:1px;
}

div#copyright
{
	color: #666 !important;
	width:868px;
	margin:50px auto;
	text-align:right;
}

div#copyright a
{
	color: #666 !important;
}
