/*
Theme Name: The Talkies Theme
Theme URI: http://www.thetalkies.co.uk/
Description: Theme for The Talkies.
Version: 1.6
Author: Livetech
Author URI: http://www.livetech.co.uk/

*/



/* Begin Typography & Colors */
body{
	background:#CCCCCC;
	margin:0;
	text-align:center;
	font-family:Arial, "times New Roman", sans-serif;
	font-size:14px;
	color:#666666;
	line-height:150%;
	}
#page{
	width:920px;
	margin: 0 auto;
	background:url(images/main.jpg) repeat-y;
	}
#top{
	height:150px;
	background:url(images/top.jpg) no-repeat;
	}
#sear{
	width:320px;
	float:right;
	padding:50px 10px 0px 0px;
	}
#nav, #footer{
	background:url(images/nv_ft.jpg) no-repeat;
	height:30px;
	padding:10px;
	clear:both;
	}
#nav, #footer, #content, #mid, #sidebar{
	text-align:left;
	}
#content{
	width:460px;
	float:left;
	padding:0px 10px;
	}


#contentwide{
	width:680px;
	float:left;
	padding:0px 10px;
	background-image: url(images/mainwide.jpg);
	}
#contentwide p
{
	text-align: left;
}
#contentwide h3
{
	text-align: left;
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
}
#contentwide h2
{
	text-align: left;
}
#mid, #sidebar{
	width:200px;
	float:left;
	padding:0px 10px;
	}
#sidebar{
	width:190px;
	background:#CCCCCC;
	}
/*FORMATTING*/

#nav ul{
	margin:0px;
	padding:0px;
	}	
#nav ul li{
	list-style:none;
	display:inline;
	line-height:30px;
	}
#nav ul li a{
	display:block;
	line-height:30px;
	height:30px;
	padding:0px 20px;
	/*background:url(images/navbdr.jpg) no-repeat right;*/
	float:left;
	color:#666666;
	text-decoration:none;
	}
#nav ul li a:hover{
	background:#666666;
	color:#FFFFFF;
	}
p, h1, h2, h3, h4, h5, h6, form{
	font-weight:normal;
	margin:0px 0px 10px 0px;
	}
h2{
	font-family:"Times New Roman", Times, serif;
	font-size:40px;
	color:#000000;
	line-height:normal;
	}
#sidebar p{
	color:#000000;
	}
div.wp-caption{
	padding:4px;
	border:1px solid #CCCCCC;
	background-color:#F4F4F4;
	margin:5px 0px 10px 20px;
	}
div.alignright{
	float:right;
	}
p.wp-caption-text{
	font-size:11px;
	}
#content a, #mid a, #contentwide a, #sidebar a{
	color:#006600;
	text-decoration:none;
	}
#content a:hover, #mid a:hover, #contentwide a:hover, #sidebar a:hover{
	text-decoration:underline;
	}
#content p, #mid p{
	text-align:justify;
	}
input[type="text"].search{
	height:23px;
	width:240px;
	background-color:#FFFFFF;
	border:1px solid #CCCCCC;
	border-right:none;
	float:left;
	line-height:23px;
	font-size:16px;
	color:#999999;
	}	
input[type="image"].image{
	float:left;
	height:27px;
	}
#sear p{
	text-align:left;
	}


/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */

#sidebar li, #sidebar ul li, #sidebar ul
{
	list-style-type: none;
	padding-left: 0px;
	margin-left: 0px;
}

#sidebar ul
{
	padding-top: 0px;
	margin-top: 0px;
	padding-bottom: 5px;
	margin-bottom: 5px;
}

#sidebar h2
{
	font-size: 16px;
	padding-bottom: 0px;
	margin-bottom: 0px;
}

/*	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 */


/* "Daisy, Daisy, give me your answer do. I'm half crazy all for the love of you.
	It won't be a stylish marriage, I can't afford a carriage.
	But you'll look sweet upon the seat of a bicycle built for two." */
.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 40px;
	}
	
.blogroll img
{
	border: 0;
}
