/*  
Theme Name: 3will
Theme URI: http://www.3will.co.uk/
Description: A WordPress theme by <a href="http://www.3will.co.uk/">3will</a>.
Version: 1.0
Author: Leinz
Author URI: http://www.leinz.co.uk/

	3will v1.1
	http://www.3will.co.uk/

	This theme was designed and built by Leinz.

*/



/* Begin Typography & Colors */
body {
	font-size: 10px;
	font-family: Helvetica, Arial, Verdana, Sans-Serif;
	background: url('3will-images/3will.jpg') center 70px no-repeat; 
	color: #333;
	text-align: center;
	margin: 0 0 20px 0;
	padding: 0; 
	}

#page {
	text-align: left;
	/*background-color: white;*/
	margin: 20px auto;
	padding: 0;
	width: 655px;
	/*border: 1px solid #959596;*/
	}

#header {
	margin: 0; 
	padding: 0; 
	height: 440px; 
	width: 655px;
	}

#headerimg {
	margin: 0;
	height: 200px;
	width: 100%;
	}

#content {
	font-size: 10px;
	}

#footer {
	margin-top: 20px;
	border: none;
	}

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}



h1 {
	font-size: 4em;
	text-align: center;
	}



h3#comments {
	font: 25px Georgia, Times New Roman, Times, serif;
	width: 418px;
	background-color: #333333;
	color: #FFFFFF;
	padding: 10px 0px 10px 10px;
}



.commentlist li, #commentform input, #commentform textarea {
	font: 11px Helvetica, Arial, Verdana, sans-serif;
	color: #333333;
	}

.commentlist cite, .commentlist cite a {
	font: 20px Georgia, Times New Roman, Times, serif;
	font-style: normal;
	}

.commentlist p {
	font-weight: normal;
	line-height: 18px;
	text-transform: none;
	}

#commentform p {
	font-family: Helvetica, Arial, Verdana, sans-serif;
	}

.commentmetadata {
	font-weight: normal;
	}
/*
#sidebar {
	font: 1em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}
/*
small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
	}
*/
code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}
/*
acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

a, h2 a:hover, h3 a:hover {
	color: #06c;
	text-decoration: none;
	}

a:hover {
	color: #147;
	text-decoration: underline;
	}


#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
*/
/* End Typography & Colors */



/* Begin Structure */

.post {
	margin: 0 0 40px;
	}

.postmetadata {
	clear: left;
}

#footer {
	padding: 0;
	margin: 0 auto;
	width: 655px;
	clear: both;
	}

#footer p {
	margin: 0;
	padding: 20px 0;
	text-align: center;
	}
/* End Structure */



/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */



/* Begin Lists
/*
	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	} 

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}
*/
/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px; 
	text-align: center;
	}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 100%;
	padding: 2px;
	}

#commentform #submit {
	margin: 0;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/

.alt {
	border-bottom: 1px dotted #7F7F7F;
	padding-bottom: 20px;
}
.alt a:link, .alt a:visited {
	color: #333333;
	text-decoration: none;
}
.alt a:hover {
	color: #0083D7;
	text-decoration: none;
}

.commentlist {
	padding: 0;
	}

.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
	}

.commentlist p {
	margin: 10px 5px 10px 0;
	}

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */




/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	font-size: 25px;
	margin-left: 0;
	color: #666666;
	line-height: 115%;
	font-style: italic;
	}

blockquote span {
	color: #666666;
	font-size: 10px;
	font-family: Helvetica, Arial, Verdana, Sans-Serif;
	font-style: normal;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

hr {
	width: 417px;
	border-top: none;
	border-left: none;
	border-right: none;
	border-bottom: 1px dotted #808080;
	}

a img {
	border: none;
	}


.navigation {
	display: block;
	text-align: center;
	margin-top: 20px;
	margin-bottom: 60px;
}

.navigation a {
	color: #FFFFFF;
	font: 16px Helvetica, Arial, Verdana, sans-serif;
	background-color: #DC0067;
	text-decoration: none;
	padding: 3px 5px;
}

.navigation a:visited {
	color: #FFFFFF;
	font: 16px Helvetica, Arial, Verdana, sans-serif;
	background-color: #DC0067;
	text-decoration: none;
	padding: 3px 5px;
}

.navigation a:hover {
	color: #FFFFFF;
	font: 16px Helvetica, Arial, Verdana, sans-serif;
	background-color: #666666;
	text-decoration: none;
}
/* End Various Tags & Classes*/




/****** NEWS TOP ******/

.topTitle {
	font: 50px Georgia, Times New Roman, Times, serif;
	color: #333333;
	padding: 0 0 30px 0;
	margin-top: 40px;
}

.topTitle a:link {
	color: #333333;
	text-decoration: none;
}

.topTitle a:visited {
	color: #333333;
	text-decoration: none;
}

.topTitle a:hover {
	color: #999999;
	text-decoration: none;
}



#topNews {
	width: 199px;
	margin-right: 27px;
	float: left;
}

#topNews .title a:link, .entry a:link {
	color: #333333;
	text-decoration: none;
}

#topNews .title a:visited, .entry a:visited {
	color: #333333;
	text-decoration: none;
}

#topNews .title a:hover, .entry a:hover {
	color: #0083D7;
	text-decoration: none;
}

#topNews .title {
	border-top: 5px solid #0083D7;
	border-bottom: 1px dotted #7F7F7F;
	vertical-align: bottom;
	font: 18px Georgia, Times New Roman, Times, serif;
	color: #333333;
	padding: 40px 0 5px 0;
}

#topNews .date {
	font: bold 11px Helvetica, Arial, Verdana, sans-serif;
	color: #999999;
	padding-top: 5px;
	margin-bottom: 15px;
}

#topNews .entry {
	font: 12px Helvetica, Arial, Verdana, sans-serif;
	line-height: 17px;
	color: #262626;
}

#topNews .entry p {
	margin: 0;
	display: inline;
}

#topNews .entry a {
	font-weight: bold;
	color: #0083D7;
	tex-decoration: none;
}

#topNews .entry a:hover {
	font-weight: bold;
	color: #999999;
	tex-decoration: none;
}

#topNews .comment {
	background: url('3will-images/comment-top-news.gif') no-repeat;
	padding: 4px 5px 30px 6px;
	color: #FFFFFF;
	margin-top: 5px;
}



/****** VIEWS TOP ******/



#topViews {
	width: 199px;
	margin-right: 27px;
	float: left;
}

#topViews .title a:link, .entry a:link {
	color: #333333;
	text-decoration: none;
}

#topViews .title a:visited, .entry a:visited {
	color: #333333;
	text-decoration: none;
}

#topViews .title a:hover, .entry a:hover {
	color: #66CC33;
	text-decoration: none;
}

#topViews .title {
	border-top: 5px solid #66CC33;
	border-bottom: 1px dotted #7F7F7F;
	vertical-align: bottom;
	font: 18px Georgia, Times New Roman, Times, serif;
	color: #333333;
	padding: 40px 0 5px 0;
}

#topViews .date {
	font: bold 11px Helvetica, Arial, Verdana, sans-serif;
	color: #999999;
	padding-top: 5px;
	margin-bottom: 15px;
}

#topViews .entry {
	font: 12px Helvetica, Arial, Verdana, sans-serif;
	line-height: 17px;
	color: #262626;
}

#topViews .entry p {
	margin: 0;
	display: inline;
}

#topViews .entry a {
	font-weight: bold; 
	color: #66CC33;
	text-decoration: none;
}

#topViews .entry a:hover {
	font-weight: bold; 
	color: #999999;
	text-decoration: none;
}

#topViews .comment {
	background: url('3will-images/comment-top-views.gif') no-repeat;
	padding: 4px 5px 30px 6px;
	color: #FFFFFF;
	margin-top: 5px;
}


/****** ART TOP ******/



#topArt {
	width: 199px;
	float: left;
}

#topArt .title a:link, .entry a:link {
	color: #FFFFFF;
	text-decoration: none;
}

#topArt .title a:visited, .entry a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

#topArt .title a:hover, .entry a:hover {
	color: #ED7FB3;
	text-decoration: none;
}

#topArt .title {
	background-color: #DC0067;
	border-top: 5px solid #DC0067;
	border-bottom: 1px dotted #DC0067;
	vertical-align: bottom;
	font: 18px Georgia, Times New Roman, Times, serif;
	color: #333333;
	padding: 40px 0 5px 5px;
}

#topArt .date {
	font: bold 11px Helvetica, Arial, Verdana, sans-serif;
	color: #999999;
	padding-top: 5px;
	margin-bottom: 15px;
}

#topArt .entry {
	font: 12px Helvetica, Arial, Verdana, sans-serif;
	line-height: 17px;
	color: #262626;
}

#topArt .entry p {
	margin: 0;
	display: inline;
}

#topArt .entry a {
	font-weight: bold; 
	color: #DC0067;
	text-decoration: none;
}

#topArt .entry a:hover {
	font-weight: bold; 
	color: #999999;
	text-decoration: none;
}

#topArt .comment {
	background: url('3will-images/comment-top-art.gif') no-repeat;
	padding: 4px 5px 30px 6px;
	color: #FFFFFF;
	margin-top: 5px;
}




#leftColumn {
	width: 200px;
	float: left;
}
#rightColumn {
	width: 418px;
	float: right;
}




/****** NEWS MAIN ******/

#postNews {
	padding-top: 45px;
	padding-bottom: 10px;
	border-bottom: 1px dotted #808080;
}

#postNews .category {
	font: 50px Georgia, Times New Roman, Times, serif;
	color: #333333;
	padding: 18px 0 0 0;
	border-top: 10px solid #0083D7;
	border-bottom: 1px solid #838383;
}

#postNews .date {
	font: 20px Georgia, Times New Roman, Times, serif;
	line-height: 22px;
	color: #333333;
	padding: 10px 70px 80px 0;
}

#postNews .comment {
	font: 15px Georgia, Times New Roman, Times, serif;
	color: #333333;
	padding: 0 0 8px 0;
	border-bottom: 1px solid #838383;
}

#postNews .commentCount {
	position: absolute;
	margin-top: -42px;
	margin-left: 60px;
	font: 11px Helvetica, Arial, Verdana, sans-serif;
	background: url('3will-images/comment-bottom-news.gif') no-repeat;
	color: #FFFFFF;
	text-align: center;
	padding: 1px 7px 10px 6px;
}

#postNews .title {
	font: 28px Georgia, Times New Roman, Times, serif;
	color: #333333;
}

#postNews .entry {
	font: 13px Georgia, Times New Roman, Times, serif;
	line-height: 18px;
	color: #333333;
}

#postNews .tags {
	font: 11px Helvetica, Arial, Verdana, sans-serif;
	line-height: 18px;
	color: #999999;
}

#postNews a:link {color: #333333; text-decoration: none;}
#postNews a:visited {color: #333333; text-decoration: none;}
#postNews a:hover {color: #0083D7; text-decoration: none;}


#postNews .tags a {font-weight: bold;}
#postNews .tags a:link {color: #999999; text-decoration: none;}
#postNews .tags a:visited {color: #999999; text-decoration: none;}
#postNews .tags a:hover {color: #0083D7; text-decoration: none;}


#postNews .entry a:link {color: #0083D7; text-decoration: none;}
#postNews .entry a:visited {color: #0083D7; text-decoration: none;}
#postNews .entry a:hover {color: #999999; text-decoration: none;}



/****** VIEWS MAIN ******/

#postViews {
	padding-top: 45px;
	padding-bottom: 10px;
	border-bottom: 1px dotted #808080;
}

#postViews .category {
	font: 50px Georgia, Times New Roman, Times, serif;
	color: #333333;
	padding: 18px 0 0 0;
	border-top: 10px solid #66CC33;
	border-bottom: 1px solid #838383;
}

#postViews .date {
	font: 20px Georgia, Times New Roman, Times, serif;
	line-height: 22px;
	color: #333333;
	padding: 10px 70px 80px 0;
}

#postViews .comment {
	font: 15px Georgia, Times New Roman, Times, serif;
	color: #333333;
	padding: 0 0 8px 0;
	border-bottom: 1px solid #838383;
}

#postViews .commentCount {
	position: absolute;
	margin-top: -42px;
	margin-left: 60px;
	font: 11px Helvetica, Arial, Verdana, sans-serif;
	background: url('3will-images/comment-bottom-views.gif') no-repeat;
	color: #FFFFFF;
	text-align: center;
	padding: 1px 7px 10px 6px;
}

#postViews .title {
	font: 28px Georgia, Times New Roman, Times, serif;
	color: #333333;
}

#postViews .entry {
	font: 13px Georgia, Times New Roman, Times, serif;
	line-height: 18px;
	color: #333333;
}

#postViews .tags {
	font: 11px Helvetica, Arial, Verdana, sans-serif;
	line-height: 18px;
	color: #999999;
}

#postViews a:link {color: #333333; text-decoration: none;}
#postViews a:visited {color: #333333; text-decoration: none;}
#postViews a:hover {color: #66CC33; text-decoration: none;}

#postViews .tags a {font-weight: bold;}
#postViews .tags a:link {color: #999999; text-decoration: none;}
#postViews .tags a:visited {color: #999999; text-decoration: none;}
#postViews .tags a:hover {color: #66CC33; text-decoration: none;}

#postViews .entry a:link {color: #66CC33; text-decoration: none;}
#postViews .entry a:visited {color: #66CC33; text-decoration: none;}
#postViews .entry a:hover {color: #999999; text-decoration: none;}




/****** ART MAIN ******/

#postArt {
	padding-top: 45px;
	padding-bottom: 10px;
	border-bottom: 1px dotted #808080;
}

#postArt .category {
	font: 50px Georgia, Times New Roman, Times, serif;
	color: #333333;
	padding: 18px 0 0 8px;
	border-top: 10px solid #DC0067;
	border-bottom: 1px solid #DC0067;
	background-color: #DC0067;
}

#postArt .date {
	font: 20px Georgia, Times New Roman, Times, serif;
	line-height: 22px;
	color: #333333;
	padding: 10px 70px 80px 0;
}

#postArt .comment {
	font: 15px Georgia, Times New Roman, Times, serif;
	color: #333333;
	padding: 0 0 8px 0;
	border-bottom: 1px solid #838383;
}

#postArt .commentCount {
	position: absolute;
	margin-top: -42px;
	margin-left: 60px;
	font: 11px Helvetica, Arial, Verdana, sans-serif;
	background: url('3will-images/comment-bottom-art.gif') no-repeat;
	color: #FFFFFF;
	text-align: center;
	padding: 1px 7px 10px 6px;
}

#postArt .title {
	font: 28px Georgia, Times New Roman, Times, serif;
	color: #333333;
}

#postArt .entry {
	font: 13px Georgia, Times New Roman, Times, serif;
	line-height: 18px;
	color: #333333;
}

#postArt .tags {
	font: 11px Helvetica, Arial, Verdana, sans-serif;
	line-height: 18px;
	color: #999999;
}

#postArt a:link {color: #333333; text-decoration: none;}
#postArt a:visited {color: #333333; text-decoration: none;}
#postArt a:hover {color: #DC0067; text-decoration: none;}


#postArt .category a:link {color: #FFFFFF; text-decoration: none;}
#postArt .category a:visited {color: #FFFFFF; text-decoration: none;}
#postArt .category a:hover {color: #ED7FB3; text-decoration: none;}


#postArt .tags a {font-weight: bold;}
#postArt .tags a:link {color: #999999; text-decoration: none;}
#postArt .tags a:visited {color: #999999; text-decoration: none;}
#postArt .tags a:hover {color: #DC0067; text-decoration: none;}


#postArt .entry a:link {color: #DC0067; text-decoration: none;}
#postArt .entry a:visited {color: #DC0067; text-decoration: none;}
#postArt .entry a:hover {color: #999999; text-decoration: none;}



/****** BLOCKS ******/


.blogList {
	font: 30px Georgia, Times New Roman, Times, serif;
	line-height: 18px;
	margin-top: 50px;
}
.blogList a {
	display: block;
	text-decoration: none;
	padding: 60px 0px 15px 10px;
	width: 645px;
}
.blogList a:link {color: #FFFFFF; background-color: #333333;}
.blogList a:visited {color: #FFFFFF; background-color: #333333;}
.blogList a:hover {color: #FFFFFF; background-color: #DC0067;}


.archiveList {
	width: 655px;
	font: 20px Georgia, Times New Roman, Times, serif;
	color: #FFFFFF;
	line-height: 18px;
	background-color: #666666;
	padding: 10px 0px 10px 10px;
}

.backList {
	font: 30px Georgia, Times New Roman, Times, serif;
	line-height: 18px;
	/* margin-top: 50px; */
}
.backList a {
	display: block;
	text-decoration: none;
	padding: 60px 0px 15px 10px;
	width: 655px;
}
.backList a:link {color: #FFFFFF; background-color: #333333;}
.backList a:visited {color: #FFFFFF; background-color: #333333;}
.backList a:hover {color: #FFFFFF; background-color: #0083D7;}

.joinList {
	font: 25px Georgia, Times New Roman, Times, serif;
	line-height: 18px;
	vertical-align: baseline;
}

.joinListSub {
	font: italic 12px Georgia, Times New Roman, Times, serif;
	line-height: 18px;
	color: #FFFFFF;
	vertical-align: baseline;
	padding-left: 8px;
}

.joinList a {
	display: block;
	text-decoration: none;
	padding: 10px 0px 10px 10px;
	width: 645px;
}
.joinList a:link {color: #FFFFFF; background-color: #333333;}
.joinList a:visited {color: #FFFFFF; background-color: #333333;}
.joinList a:hover {color: #FFFFFF; background-color: #0083D7;}

.intro1 {
	font: 22px Georgia, Times New Roman, Times, serif;
	line-height: 28px;
	color: #414141;
	padding: 20px 0px;
}

.intro2 {
	font: 19px Georgia, Times New Roman, Times, serif;
	line-height: 24px;
	color: #808080;
	padding-bottom: 70px;
}

.intro2 a:link {color: #808080; text-decoration: none; }
.intro2 a:visited {color: #808080; text-decoration: none; }
.intro2 a:active {color: #808080; text-decoration: none; }
.intro2 a:hover {color: #414141; text-decoration: none; }

.formStyle {
	width: 655px;
	height: 125px;
	margin: 0px;
	padding: 0px;
	background-color: #D9D9D9;
}

#footer a {
	text-decoration: none;
}

#footer a:link {color: #666666;}
#footer a:visited {color: #666666;}
#footer a:hover {color: #DC0067;}

#footer a.css {
	padding-right: 15px;
	background: url('3will-images/css.gif') right no-repeat;
}

#footer a:hover.css {
	color: #66CC33;
}



