/*
Theme Name:     wpuk-discuss-p2-child
Theme URI:      http://tonyscott.org.uk/
Description:    Child theme of p2 for WPUK Discuss
Author:         Tony Scott
Author URI:     http://tonyscott.org.uk/
Template:       p2
Version:        1.0
*/


/* 20140131 */


@import url("../p2/style.css");



/* wpuk standard link colors */


a:link {
	color: #0a82fb;
	text-decoration: none;
	border-style: none;
	}


a:visited {
	color: #0a82fb;
	text-decoration: none;
	border-style: none;
	}

	
	
a:hover {
	color:#ff3300;
	text-decoration: underline;
	border-width: 0px;
	border-style: none;	
	}
	
a:active {
	color: #0a82fb;
	text-decoration: none;
	}





/*
 a.nolinkdecor:link 

a.discussion:link  {
	color: #0a82fb;
	text-decoration: none;
	border-style: none;
	}


a.discussion:visited {
	color: #0a82fb;
	text-decoration: none;
	border-style: none;
	}

a.discussion:hover {
	color:#ff3300;
	text-decoration: underline;
	border-width: 0px;
	border-style: none;
	}

a.discussion:active {
	color: #0a82fb;
	text-decoration: none;
	border-style: none;
	}

*/


body {
	font-family: 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight : normal;
	color: #333;
	}




/* 
make gravatar icons round 
http://www.wpbeginner.com/wp-themes/how-to-display-round-gravatar-images-in-wordpress/ 
*/

.avatar {
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	}



/* p2 font familiies */


form *, #respond #cancel-comment-reply-link, input, textarea {
	font-family: 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
	}

h1,
h2,
h3,
#postbox label,
#help dd,
.inlineediting input.title {
	font-family: 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
	}


.postcontent h4, h5, h6 {
	font-family: 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
	}

#main .postcontent h2, .inlineediting input.title {
	font-size: 30px;
	font-weight: 500;
	}

#main .postcontent h2 {
	padding: 14px 0 0 0;
	}

	/* body text */
#main p, #main ul, #main ol #commentcontent-2 li {
	font-size: 16px;
	line-height: 1.6em;
	}

#contribute
	{
	font-size: 19px;
	line-height: 1.6em;
	margin: 0 0 5px 0;
	}

#footer p {
	font-family: 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 1.3em;
	}

#main h2 {
padding-top: 10px;
padding-bottom: 5px;
line-height: 1.3em;
}

#main p img {
vertical-align: top;
padding: 0 0 9px 0;
border-style: 0;
border-width: 0;
}

/* remove shadows and rounded corners */

.gallery-icon img {
	border-style: solid;
	border-width: 0;
	padding: 0;
	box-shadow: 0;
	-webkit-box-shadow: 0;
	-moz-box-shadow: 0;
	margin: 0 auto;
}

.category-quote blockquote p,
.format-quote blockquote p {
	color: #888;
	background: #eee;
	text-shadow: 0;
}

.wp-caption, .gallery-icon {
	border-color: #ddd;
	border-color: rgba(255,255,255,0);
	background: #fff;
	text-shadow: 0;
}

a.mention-current-user {
	background: #efefef;
	border: 1px solid #ddd;
	border-top: none;
	border-left: none;
	border-radius: 4px;
	color: #3478e3;
	font-weight: bold;
	margin: 0 2px;
	padding: 0 3px;
	text-shadow: 0;
}

a.mention-current-user:hover {
	background: #3478e3;
	border-color: #3478e3;
	box-shadow: 0 1px 1px #ddd;
	color: #fff;
	text-shadow: 0;
}

.sticky {
	background-color: #e4f2fd;
	border: 1px solid #d9e1e7 !important;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	-webkit-box-shadow: 0;
	-moz-box-shadow: 0;
	box-shadow: 00;
	margin: 10px 0;
	padding: 10px !important;
}

.ui-menu.ui-autocomplete {
	-moz-border-radius-bottomleft: 0;
	-moz-border-radius-bottomright: 0;
	-o-border-bottom-left-radius: 0;
	-o-border-bottom-right-radius: 0;
	-webkit-border-bottom-left-radius: 0;
	-webkit-border-bottom-right-radius: 0;
	border-radius: 0;
	border-top: none;
	-moz-box-shadow: 0;
	-webkit-box-shadow: 0;
	box-shadow: 0;
}

.ui-menu .ui-menu-item a.ui-state-hover {
	padding: 6px 7px !important;
	margin: -3px;
	-moz-transition: all .1s ease-in-out;
	-webkit-transition: all .1s ease-in-out;
	transition: all .1s ease-in-out;
	background: #fff;
	-moz-box-shadow: 0;
	-webkit-box-shadow: 0;
	box-shadow: 0;
	background: #3478E3; /* !important needed - overules previous changes on hover/focus */
	z-index: 5;
	color: #fff !important;
}

.main-navigation .menu ul {
	-moz-box-shadow: 0;
	-webkit-box-shadow: 0;
	box-shadow: 0;
	list-style: none;
	margin: 0;
	padding: 0;
	background: #fff;
	display: none;
	position: absolute;
	width: 200px;
	z-index: 99999;
}

.category-quote blockquote p,
.format-quote blockquote p {
	-webkit-box-shadow: 0;
	-moz-box-shadow: 0;
	box-shadow: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}

.category-link .postcontent p,
.format-link .postcontent p {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	-webkit-box-shadow: 0;
	-moz-box-shadow: 0;
	box-shadow: 0;
	font-size: 1.2em !important;
	padding: 10px;
}

#header .sleeve, #wrapper, #footer {
	border: 0;
	-webkit-box-shadow: 0;
	-moz-box-shadow: 0;
	box-shadow: 0;
}



/* p2 other stuff */


#postbox label#post-prompt {
display: block;
float: left;
font-weight: normal;
font-size: 17px;
max-width: 490px;
}


.textwidget {
	font-size: 1.1em;
	color: #666363;
	}

#sidebar ul li p {
	line-height: 1.6em;
	}

#sidebar ul li {
	padding: 4px 0 17px;
	}


.discussion p {
	font-size: 0.9em!important;
	padding: 3px 0 0 60px;
/*	line-height: 1.0em!important; */
}

.discussion a {
	color: #0a82fb!important;
	border-bottom: none!important;
	font-size: 0.9em!important;
}

.discussion a:hover {
	color:#ff3300!important;
	text-decoration: underline!important;
	font-size: 0.9em!important;
}

.discussion img.avatar-16 {
	margin: 3px 0 0 0!important;
	}

#footer {
   display: none;
}

#footer-copy {
	border: 0;
	-webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
	box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
}

#footer-copy {
	border: solid;
	border-width: 1px;
	clear: both;
	margin: 20px auto 0;
	width: 978px;
}

#footer-copy p {
	margin: 10px 15px;
}

#footer-copy {
	background: #fff;
	border-color: #fff;
}

#footer-copy p {
	color: #777;
}

#footer-copy p {
	font-size: 1.3em;
}




/* wpuk discuss styling */

div.post-end-note {
padding-left: 8px;
color: #555;
background: #e6dbff;
padding: 8px 12px;
}







/* sidebar about widget */

ul.about {
	list-style: disc!important;
	margin: -15px 0 0 17px;
	padding: 0 0 5px 0;
	}

ul.about li {
	margin: 0 0 -5px 0;
	}






/* WPUK P2 Login Logout widget plugin */



#login_logout-2 li.item_welcome {
	font-size: 1.5em;
	line-height: 1.4em;
	color: #555;
	}

#login_logout-2 li.item_logout {
	font-size: 1.0em;
	margin: -15px 0 0 0;
	}

#login_logout-2 li.avatar img {
	border: 2px solid #27c42c;
	margin: -2px 0 0 0;
	}

#login_logout-2 li.item_login {
	font-size: 2.4em;
/*	background: #d6ffde;
	color: white;
	padding: 3px 7px 7px 5px;
	width: 70px; 
	line-height: 1.3em; */
	font-family:  'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
	}

.login-advice  {
	font-size: 0.4em;
	padding: 4px 0 0 0;
	color: #555;
	}


/*
#login_logout-2 li.item_login {
	font-size: 2em;	
	background: #d6ffde;
	color: white;
	padding: 3px 7px 7px 5px;
	width: 70px; 
	line-height: 1.3em;
	font-family:  'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
	}
*/





/* 
who's online widget plugin 
http://wordpress.org/plugins/wp-whos-online/
*/

.widget_wpwhosonline  {
	margin: 0 0 0 0;
	}


.wpwhosonline-active > span {
	font-weight: bold;
	color: #27c42c;
}

.wpwhosonline-recent > span {
	font-style: normal;
	color: #747474;
	}

.wpwhosonline-ancient>span {
	font-style: normal;
	color: #ababab;
	}




/* jetpack plugin sharing module */


div.sharedaddy h3 {
font-size: 14px!important;
font-family: 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif!important;
font-weight: bold!important;
margin: 5px 0 0 0!important;
width: 73px!important;
}


div.sharedaddy div.sd-block {
border-top: 0!important;
padding: 20px 0 14px 0!important;
width: 100%!important;
}

div.sharedaddy .sd-content {
	width: 88%!important;
	}







/* wp standard widgets */


#sidebar h2 {
margin-top: 3px;
margin-bottom: 4px;
}

#sidebar ul li p {
margin-bottom: 1em;
}




/* wp stats smiley hide */

/* full - works for ie6 */

img#wpstats{display:none;width:0px;height:0px;padding:0px;border:none;overflow:hidden}



