/*
Theme Name: Gratis Gadgets
Theme URI: http://www.gratisgadgets.co.uk
Description: A theme created for the blog of Gratis Gadgets
Version: 1.0
Author: Anthony McElroy
Author URI: http://www.gratisgadgets.co.uk
Tags: 

*/
* { padding: 0; margin: 0; }

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	background-color: #27252A;
	background-image: url(images/bg.png);
	background-repeat: repeat-x;
}

#wrapper {
	margin: 0 auto;
	width: 950px;
	padding: 0;
	background-color: #27252A;
}

/*******************************************************************/
/* Element Styles */

a {
	color: #75D9FE;
	text-decoration: none;
}

a:visited {
	text-decoration: underline;
}

a:hover {
	text-decoration: underline;
}

.centp {
	text-align: center;
}

a img {
	border: none;
}
/*******************************************************************/
/* Main */

#main {
	margin: 0 auto;
	width: 882px;
        color: #FFF;
}

/*******************************************************************/
/* Header */

#header img {
	margin-top: 11px;
	margin-left: 770px;
	margin-bottom: 0;
}

#header a#ribbon {
	display: block;
	float: right;
	width: 158px;
	height: 159px;
	margin: 11px 22px 0 0px;
	background-image: url(images/foldedcorner.png);
	background-repeat: no-repeat;
}

#header {
	color: #FFF;
	width: 950px;
	height: 204px;
	float: left;
	padding: 0;
	margin: 0 0 15px 0px;
	background-image: url(images/header.png);
	background-repeat: no-repeat;
}

#header a#head{
	display: block;
	float: left;
	color: #FFF;
	width: 770px;
	height: 170px;
	text-decoration: none;
}

#header a#head:hover {
	text-decoration: none;
}

p#slogan {
	float: left;
	top: 0;
	width: 500px;
	font-size: 15px;
	font-weight: bold;
	margin-top: -60px;
	margin-left: 380px;
}

p#slogan2 {
	float: left;
	top: 0;
	width: 500px;
	font-size: 15px;
	font-weight: bold;
	margin-top: -37px;
	margin-left: 420px;
}

p#slogan2 em {
	color: #75D9FE;
}

/*******************************************************************/
/* Main Nav */

#nav {
	float: right;
	position: relative;
	top: 0;
	left: -97px;
	margin-top: -1px;
}

ul#mainnav {
	margin: 0;
	padding: 0;
	list-style-type: none;
	position: relative;
	display: block;
	height: 34px;
}

ul#mainnav li {
	display: block;
	float: left;
	margin: 0 auto;
	padding: 0;
	width: 108px;
	background: transparent url(images/navbutton.png) no-repeat;
}

ul#mainnav li.end {
	display: block;
	float: left;
	margin: 0 auto;
	padding: 0;
	width: 110px;
	background: transparent url(images/navbutton.png) no-repeat;
}

ul#mainnav li.end a {
	padding-left: 28px;
	padding-right: 0;
	width: 103px;
}

ul#mainnav li.double a {
	font-size: 13px;
	padding-left: 10px;
	padding-right: 10px;
	width: 90px;
}

ul#mainnav li.wide a {
	padding-left: 25px;
	width: 75px;
}

ul#mainnav li a {
	display: block;
	float: left;
	color: #FFF;
	text-decoration: none;
	padding: 9px 10px 0 35px;
	height: 25px;
	width: 60px;
}

ul#mainnav li:hover {
	background: transparent url(images/navbutton.png) no-repeat;
	background-position: 0 -34px;
}

ul#mainnav li.double:hover {
	background: transparent url(images/navbutton.png) no-repeat;
	background-position: 0 -34px;
}

ul#mainnav li#active {
	text-decoration: underline;
}

/*******************************************************************/
/* Content */

#content {
	float: left;
	width: 650px;
	background:#CCC8B3;
	margin: 0 0 10px -2px;
	padding: 10px;
	background-image: url(images/main_back.png);
	background-repeat: repeat-x;
	background-color: #49474A;
	}

#content h1, h2, h3, h4, ul, p {
	padding: 10px;
}

#content h1, h2, h3, h4 {
	color: #75D9FE; /*24B9FF;*/
}

#content h1 {
        font-size: 1.25em;
}
/*******************************************************************/
/* Comments */

.commentlist {
        margin-left: 30px;
}

textarea {
        width: 625px;
}

/*******************************************************************/
/* Sidebar 1 */

#sidebar1 {
	float: right;
	width: 180px;
	margin: 0 2px 10px 0;
	padding: 10px;
	border: dashed 1px;
	border-color: #979AAF;
	color: #FFF;
	}

#sidebar1 ul {
	list-style: none;
}

#sidebar1 a {
	color: #FFF;
    text-decoration: none;
}

#sidebar1 a:hover {
    color: #75D9FE;
    text-decoration: underline;
}

h3 {
    font-size: 1em;
}

/*******************************************************************/
/* Sidebar 2 */

#sidebar2 {
    float: right;
	width: 310px;
	margin: 0 0 10px 0;
	padding: 10px;
	border: dashed 1px;
	border-color: #979AAF;
	color: #FFF;
	}

#sidebar2 ul {
	list-style: none;
}

#sidebar2 a {
    color: #FFF;
    text-decoration: none;
}

#sidebar2 a:hover {
    color: #75D9FE;
    text-decoration: underline;
}

.recentcomments a.url {
    font-style: italic;
    border-bottom: dashed 1px #75D9FE;
}

.recentcomments a.url:hover {
    text-decoration: none;
}

.recentcomments {
    margin-bottom: 5px;
}

.recentcomments a {
   font-style: normal;
}
/*******************************************************************/
/* Sidebar 3 */

#sidebar3 {
        float: left;
	width: 300px;
	margin: 0;
	padding: 10px;
	border: dashed 1px;
	border-color: #979AAF;
	color: #FFF;
	}

#sidebar3 .widget ul {
        padding: 0;
        }
/*******************************************************************/
/* Sidebar 4 */

#sidebar4 {
        float: left;
	width: 170px;
	margin: 0 0 0 10px;
	padding: 10px;
	border: dashed 1px;
	border-color: #979AAF;
	color: #FFF;
	}

#sidebar4 ul {
	list-style: none;
}

#sidebar4 a {
	color: #FFF;
    text-decoration: none;
}

#sidebar4 a:hover {
    color: #75D9FE;
    text-decoration: underline;
}

/*******************************************************************/
/* Secondary */
	
#secondary {
	clear: both;
        height: 300px;
	margin: 0 2px 10px -2px;
	padding: 10px;
	background-color: #49474A;
	}
	
#footer {
	height: 45px;
width: 862px;
	margin: 0 0 10px -2px;
	padding: 10px;
	background-image: url(images/footer.gif);
	background-repeat: no-repeat;
	background-color: #979AAF;
}

#footer p {
	font-size: 10px;
	text-align: right;
	padding: 0 0 5px 0;
	margin-right: 135px;
}

#footer p#footnav {
	font-size: 12px;
	text-align: left;
	padding: 0 0 5px 10px;
	line-height: 0;
}