/*
Theme Name: Kid
Theme URI: http://op111.net/
Description: Child Theme for wyntonmagazine
Author: Demetris
Author URI: http://op111.net/
Template: wyntonmagazine
Version: 0.1
.
This work is released under the GNU General Public License 2:
http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
.
*/
 
@import url("../wyntonmagazine/style.css");
* {
	margin:0;
	padding:0;
	}

body,html {
	min-height:101%;
	}
	
body {
	background: #EEEEEE;
	color: #333;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 25px;
	padding-left: 0;
	}

body, select, input, textarea {
	font: 12px Arial, Verdana, Sans-Serif;
	line-height:1.5em;
	}
	
p {	
	margin: 15px 0;
	}


hr {
	display: block;
	height:4px;
	background:#ddd;
	border:0;
	}
	
#page hr {
	display: block;
	height:2px;
	background:#ddd;
	border:0;
margin-bottom: 10px;
	}

small {
	font-size: 0.9em;
	padding:3px 0px;
	}
	
/* standard link behaviour */
a:link, a:active, a:visited { 
	color:#003366;
	text-decoration: none; 
	} 
a:hover	{ 
	color:#A10000;
	text-decoration: underline; 
	}

/* How the links in the leadstory area on the homepage look like */
#leadcontainer a {color:#fff;}

.read-on a:hover {
color:#8EA4BC !important;
}

/* Title area links */
.title:link, .title:active, .title:visited {
	color: #003366;
	text-decoration: none;
	font-size: 1.2em;
	font-weight: bolder;
	} 
.title:hover { 
	color: #A10000; 
	text-decoration: none;
	} 
	
/* HTML headline links */
h3 a:link, h3 a:active, h3 a:visited  {
	text-decoration:none;
	color: #333333;
}
h3 a:hover {text-decoration:underline;}

h4 a:link, h4 a:active, h4 a:visited  {
	color:#003366;
	text-decoration:none;
	font-family: Georgia, "Times New Roman", Times, serif;
}
h4 a:hover {
	text-decoration:none;
	color: #A10000;
}

/* Links in the sidebar */
#sidelist a:link, #sidelist a:active, #sidelist a:visited {
	text-decoration:none;
	color: #333333;
}
#sidelist a:hover {text-decoration:underline;}
#sidelist .children li a, #sidelist .children li a:visited {
	padding:2px 2px 2px 0px;
	border:0;
	background:#eee;
	color: #666;
	}
#sidelist .children li a:hover, #sidelist .children li a:active	{color:#000;}

/* How tags appear */
#tags a {text-decoration:none;}
#tags a:hover {text-decoration:underline;}

/* Links within comments metadata (date, Author etc.) */
.commentmetadata a:link, .commentmetadata a:active, .commentmetadata a:visited  {
	text-decoration:none;
	color: #333333;
	font-weight: normal;
}
.commentmetadata a:hover {text-decoration:underline;}

/* Links in the footer */
#footer a {
	text-decoration: none;
	color: #333333;
} 
#footer a:hover	{text-decoration: underline;}

/* images */
img, a:link img, a:visited img{border:0px solid #ccc; padding:0px;}
img.left,img.center,img.right,img.norm{ margin:5px 12px 5px 0; border:1px solid #999; padding:0px;}
img.left{ float:left; margin:0 12px 5px 0; }
img.center{ display:block; margin:0 auto 5px auto; }
img.right{ float:right; margin:0 0 5px 12px; }
.left-noborder {
	border: none;
	float:left;
	padding:10px;
}
.noborder {
	border: 0px solid #FFFFFF;
	padding:10px;
}
#leadpic {float:left;margin: 0 20px 10px 0;border:1px solid #8EA4BC;}
.home-cat-img {float:left; margin:0 6px 4px 0;}

#page { /* main container */
	width:960px;
	font-size:1em;
	background-color: #FFF;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 40px;
	padding-left: 20px;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	}

.facebook-link {
	text-align: right;
padding-top: 5px;
}

.facebook-link a:link, .facebook-link a:visited {
	color: #3b5998;
	font-weight: bolder;
border:0px;
}

.facebook-link a:hover {
	color: #A10000;
text-decoration: none;
}

.facebook-link img {
border: 1px solid #FFFFFF;
padding-left:5px
}

#branding {/* Where the logo is located */
	width:960px;
	height:85px;
	padding-bottom:0px;
margin-top: 0px;
	background-image: url(images/backgrounds/logo_bg.png);
	background-repeat: no-repeat;
	}

.left {
	float:left;
	}

.right {
	float:right;
	}

#sidebar {
	width: 300px;
	float:right;
margin-top:20px;
	}
/* The 3 columns on the homepage */

#homeleftcol {
	width:30%;
	padding-right:20px;
	float: left;
	text-align: left;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #ccc;
	line-height: 1.4em;
	}
	
#homemidcol {
	width:30%;
	padding:0 20px 0 20px;
	float:left;
	text-align: left;
	line-height: 1.4em;
	}
	
#homerightcol {
	width:30%;
	padding-left:20px;
	float:right;
	text-align: left;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #ccc;
	line-height: 1.4em;
	}


/* sidebar */
#sidelist li {list-style:none}
	
.bullets li {
	list-style:none;
	border-bottom:1px solid #FFF;
	}
	
#sidelist .bullets li {
	margin-bottom:5px;
	margin-left:22px;
	list-style-type: disc;
	}

#sidelist .children {background:#eee;}

#sidelist .children li {
	background: #eee;
	list-style: none;
	margin-left:15px;
	padding-left:15px;
	border-bottom:1px solid #fff;
	}
	
#sidelist .recent li{
	margin-bottom:5px;
	padding-left:20px;
	background:url(images/icons/icon_recent.gif) no-repeat;
	}

#sidelist .recent-comments li{
	margin-bottom:5px;
	padding-left:20px;
	background:url(images/icons/icon_comments.gif) no-repeat;
	}

#sidelist .more li{
	margin-bottom:5px;
	padding-left:20px;
	background:url(images/icons/icon_categories.gif) no-repeat;
	}

#sidelist .feed li{
	margin-bottom:5px;
	padding-left:20px;
	background:url(images/icons/rss.gif) no-repeat;
	}
		
		
		
.leadmeta, .leadmeta a {/* That is how the Date and Author appear in the leadarticle section above the Headline */
	font: 0.9em Arial, Helvetica, sans-serif;
	margin-top:-4px;
	color:#ddd;
	text-decoration:none;
	}
	
.blogtitle, .blogtitle a {/* That is only relevant, if you don t use an image for your Logo in the header */
	color: #000;
	font-size: 1.8em;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: regular;
	padding: 0px 0px 0px 0px;
	text-decoration:none;
	}

.cat-head {
	background-color:#FFF;
	margin-bottom:3px;
	padding:3px 2px 1px 4px;
	}

h1 {
	color: #003366;
	font-size: 1.6em;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	margin: 0px 10px 0px 0px;
	padding: 20px 0px 0px 10px;
	}
	
h2 {
	color: #003366;
	font: 1.6em Georgia, Times New Roman, serif;
	font-weight:bold;
	padding-bottom:8px;
	margin: 20px 0;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #ddd;
	}

h3 {
	font: 0.9em Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	letter-spacing:0.1em;
	margin-bottom:4px;
	font-weight:bold;
	color:#A10000;
	}

#sidebar h2, #sidebar h3 a {
	font: 0.9em Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	letter-spacing:0.1em;
	margin-bottom:4px;
	font-weight:bold;
	color:#A10000;
	}

#sidebar h3, #sidebar h2 {
	font-size:0.9em;
	border-top:4px solid #ddd;
	border-bottom:1px solid #ddd;
	padding:5px 0 5px 2px;
	margin:20px 0 15px 0;
	color:#A10000;
	}

h3#respond {
	border-top:4px solid #ddd;
	margin-top:25px;
	padding-top:20px
	}

h3#comments {
	margin-top:32px
	}

h4 {
	color:#444;
	font-size:1.3em;
	margin-bottom:6px;
	}

/* some structural styles for the content area */

#content {/* main content (left of sidebar) */
	width:600px;
	float:left
	}

#content img{/* main content (left of sidebar) */
	float:left;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
	}

#pagecontent { /* content area in static pages (without sidebar) */
	width:900px;
	float:left;
	}

#homecontent-top {/* The upper area on the homepage */
	width:960px;
	margin-top:10px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	}
	
#homecontent-bottom {/* The lower area f the homepage */
	width:960px;
margin-top:20px;
	}

#homecontent-topleft {/* The left side of the upper area (where the leadstory area is located) */
	width: 480px;
	}

#homecontent-topright {/* The right upper area (where the three feature boxes appear) */
	width: 340px;
margin-top:10px;
	}
#featured {/* The slideshow container) */
	margin-bottom:20px;
margin-top:10px;
	}
	


/* The lead story on the honmepage */

#leadcontainer {
	color:#ddd;
	padding:15px;
	width:470px;
	min-height:325px;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #8EA4BC;
	border-bottom-color: #8EA4BC;
	background-color: #003265;
	background-image: url(images/backgrounds/leadart_bg.jpg);
	background-repeat: repeat-x;
	}

#leadcontainer:hover {
	background-color: #003265;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #8EA4BC;
	border-bottom-color: #8EA4BC;
	background-image: url(images/backgrounds/leadart_bg.jpg);
	background-repeat: repeat-x;
	}

#leadcontainer .title {
	font:1.7em Georgia, "Times New Roman", Times, serif;
	line-height:100%;
	display:block;
	padding-bottom:7px;
	color: #8EA4BC;
font-weight: bold;
	}
	
#leadcontainer .title:hover { 
	color: #FFF; 
	text-decoration: none;
	} 

#leadheader {
	display:block;
	}

#leadheader a {
	color:#fff;
	font-weight: bold;
}

#leadcontainer .read-on a:hover {
	color:##8EA4BC!important;
	text-decoration: underline;
}

/* The hebdo on the honmepage */

#hebdocontainer {
	color:#333;
	padding:15px;
	width:470px;
	min-height:0px;
	background-color: #F2F2F2;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #B6B6B6;
	border-bottom-color: #B6B6B6;
	margin-bottom: 20px;
	}

#hebdocontainer:hover {
	background-color: #E9E9E9;
	}

#hebdocontainer .title {
	line-height:100%;
	display:block;
	padding-bottom:7px;
	color: #003366;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.6em;
	font-weight: bold;
	}
	
#hebdocontainer .title:hover { 
	color: #A10000; 
	text-decoration: none;
	} 
	
#hebdoheader {
	display:block;
	}

#hebdoheader a {
	color:#333333;
}


#homebottom {/* That is the nice shadow below the leadcontainer */
	width:510px;
	height:56px;
	background:url(images/backgrounds/homebottom.png);
	}
	

#hebdo .read-on a { /* This can be used to format the "continue readng..." link in the lead story */
	color:#003366
	text-decoration:none;
	}
	
#hebdo .read-on a:hover {
	color:#A10000!important;
	text-decoration: underline;
}
.hebdometa, .hebdometa a {/* That is how the Date and Author appear in the leadarticle section above the Headline */
	margin-top:-4px;
	color:#333;
	text-decoration:none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	}
	
	
/* The spotlight on the homepage */
#spotcontent-topleft {
	width: 440px;
	}

#spotcontainer {
	color:#333;
	padding:15px;
	width:410px;
	min-height:0px;
	background-color: #F2F2F2;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #B6B6B6;
	border-bottom-color: #B6B6B6;
	margin-bottom: 20px;
	}

#spotcontainer:hover {
	background-color: #E9E9E9;
	}

#spotcontainer .title {
	line-height:100%;
	display:block;
	padding-bottom:7px;
	color: #003366;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.6em;
	font-weight: bold;
	}
	
#spotcontainer .title:hover { 
	color: #A10000; 
	text-decoration: none;
	} 
	
#spotheader {
	display:block;
	}

#spotheader a {color:#333333;}

#spot .read-on a { /* This can be used to format the "continue readng..." link in the lead story */
	color:#003366
	text-decoration:none;
	}
	
#spot .read-on a:hover {
	color:#A10000!important;
	text-decoration: underline;
}

.spotmeta, .spotmeta a {/* That is how the Date and Author appear in the leadarticle section above the Headline */
	margin-top:-4px;
	color:#333;
	text-decoration:none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	}

.spotdate {
	text-transform: uppercase;
	font-weight: bold;
	color: #333333;
	font-size: 0.9em;
	letter-spacing: 0.1em;
}
/* Featured Articles formatting in "hometop-rightcol" */

.feature {
	padding:10px 10px 10px 20px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #B6B6B6;
	border-bottom-color: #B6B6B6;
	background-color: #F2F2F2;
	}

.feature:hover {
	background:#E9E9E9;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #B6B6B6;
	border-bottom-color: #B6B6B6;
	}

/*.feature p { margin:0;	}*/

#hometop-rightcol img {
	margin-bottom:4px;
	border:1px solid #999;
	}

#hometop-rightcol .feature {margin-bottom: 10px;}

#hometop-rightcol.title, #hometop-rightcol a.title  {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:1.2em;
	color: #003366;
	margin:10px 0 15px 0;
	font-weight: bold;
line-height:125%;
	}
	.description {
	font-size: 1.3em;
	font-weight: bold; 
	color:#999;
	}
	
#hometop-rightcol .title:hover { 
	color: #A10000; 
	text-decoration: none;
	} 
		
.title, a.title  {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:1.4em;
	color: #003366;
	margin:10px 0 15px 0;
	}
		
#homemidcol .clearfloat, #homeleftcol .clearfloat, #homerightcol .clearfloat {
	padding:12px 0;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #ccc;
	}	

/* Pagination formats for the achives (previous and next links) */	

.navigation a {
	width: 120px;
	border: 1px dotted #ccc;
	padding:2px 4px 2px 4px;
	text-align:center;
	font-size:0.9em;
	text-decoration:none;
	color:#666;
	}

.navigation a:hover {
	background-color:#eee;
	}

.preventries {
	float:left;
	}

.nextentries {
	float:right;
	}
	

/*Post Formatting*/

.entry {
	padding-bottom:28px;
	text-align:justify;
	}

.post blockquote {
	color:#666;
	padding:6px 14px;
	margin:18px 35px;
	border-top:1px solid #DDD;
	border-bottom:1px solid #DDD;
	}	

.post ul li {
	margin-bottom:5px;
	margin-left:42px;
	list-style-type: disc;
	}

.post ol li {
	margin-bottom:5px;
	margin-left:48px;
	}
	
#tags {
	padding:5px;
	background-color:#eee;
	border-bottom:1px solid #999;
	border-top:1px solid #999;	
	}	
		
.postmetadata {margin: 30px 0;}
	

/* Form Elements */

select {
	background:#eee;
	border-top:1px solid #999;
	border-bottom:1px solid #999;
	border-left:1px solid #999;
	border-right:1px solid #999;
	width:100%
	}
	

#searchform {
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0;
	padding-left: 0;
	position: relative;
	top: 50px;
}

.searchbutton {
	font-weight:bold;
	padding: 1px;
	background:#fff;
	color:#999;
	border:1px solid #ddd;
	}

.searchbutton:hover {
	color:#666;
	background:#eee;
	border:1px solid #999;
	text-decoration:none;
	}

.searchfield {
	padding: 1px 1px 1px 20px;
	background: url(images/icons/search-16.png) no-repeat #fff;
	color:#666;
	border:1px solid #ddd;
	}

.searchfield:hover, .searchfield:focus {
	background: url(images/icons/search-16.png) no-repeat #eee;
	border:1px solid #999;
	text-decoration:none;
	}


.button {
	font-weight:bold;
	padding: 1px;
	background:#fff;
	color:#666;
	border: 1px solid #ddd;
	}

.button:hover {
	color:#333;
	background:#eee;
	text-decoration:none;
	border: 1px solid #999;
	}

.wpcf7-form input, #commentform input {
	width: 200px;
height: 20px;
	margin: 5px 5px 1px 0;
	border: 1px solid #ddd;
background-color: #F2F2F2;
	}

.wpcf7-form textarea, #commentform textarea {
	background:#f2f2f2;
	width: 640px;
	margin-top:5px;
	border: 1px solid #ddd;
	}
	
.wpcf7-form p {
	font-weight: bold;
	color: #003366;
	}

.wpcf7-form input:focus,.wpcf7-form textarea:focus, #commentform textarea:focus {background:#fff;}


/* Comments*/

.commentlist {
	padding-left:30px;
	}
	
.commentlist li {
	margin: 15px 0 3px;
	padding: 8px 15px 10px 15px;
	background:#eee;
	border-top:1px solid #DDDDDD;
	border-bottom:1px solid #DDDDDD;
border-left:1px solid #DDDDDD;
border-right:1px solid #DDDDDD;
	}

#commentform small {
	background:#FFF;
	font-weight:bold;
	padding:0;
	}
	
.commentmetadata {
	display: block;
	}

.commentlist small {
	background:#fff;
	padding:2px 5px 2px 5px;
	border-top:1px solid #DDDDDD;
	border-bottom:1px solid #DDDDDD;
border-left:1px solid #DDDDDD;
border-right:1px solid #DDDDDD;
	}

.commentlist cite { font-weight:bold; }	
	

/* Float Properties*/

.clear {
	clear:both;
	}

.clearfloat:after {
	display:block;
	visibility:hidden;
	clear:both;
	height:0;
	content:".";
	}

.clearfloat {/*never delete this otherwise MSIE will kill the layout */
	display:inline-block;
	}	

.clearfloat {/*never delete this otherwise MSIE will kill the layout */
	display:block;
	}	

/* Footer*/
#footer {
	margin: 0 auto;
	width: 900px;
	font-size:0.9em;
	text-align:center;
	padding-top:15px;
	color:#666;
	}

#footer a {
	color:#333;
	}
.top-banner {
	margin-top: 10px;
}