/*
Theme Name:     Parent Coordinator Community Content
Theme URI:      http://3clicks.bringthepixel.com
Description:    Parent Coordinator Community Content
Author:         bring the pixel
Author URI:     http://www.bringthepixel.com/
Template:       3clicks
Version:        1.0
Tags:           flexible-width, custom-colors, custom-menu, featured-images, post-formats, theme-options, threaded-comments, translation-ready
*/

/* Place all your CSS modifications below */

img { border-radius: 20px;}
input[type=password] {font-family: Arial !important;}
/* strong { color: #0166cc; } */
ul.g1-grid > li.g1-column.g1-valign-top { text-align: left; margin-bottom: 15px;}

#g1-logo { border-radius: 0px; }
#g1-content .g1-meta {
    color: #999999;
    margin-top: 20px;
}
.bp-buttons {
	float: right;
}

.video-title {
	width: 225px;
}

.news-item {
	width: 90%;
	border: 1px solid blue;
	border-radius: 5px;
	padding: 5px;
	margin-bottom: 20px;
}

.news-item p {
	margin-bottom: 0px;
}

/* ========================================================================================= BUTTONS */
.btn {
	border-left: 1px solid #E6E6E6;
	border-right: 1px solid #E6E6E6;
	border-top: 1px solid #E6E6E6;
	border-bottom: 1px solid #B3B3B3;
	display: inline-block;
		padding: 4px 10px 4px;
		margin-bottom: 0;
		font-size: 13px;
		line-height: 18px;
		color: #333;
		text-align: center;
		text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
		vertical-align: middle;
		cursor: pointer;
		background-color: whiteSmoke;
		background-repeat: repeat-x;
		-webkit-border-radius: 4px;
		-moz-border-radius: 4px;
		border-radius: 4px;
		-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	background-image: -moz-linear-gradient(top, white, #E6E6E6);
}
.btn:hover, .btn:active, .btn.active, .btn.disabled, .btn[disabled] {
	background-color: #e6e6e6; *;
	background-color: #d9d9d9;
}
.btn:active, .btn.active {
	background-color: #cccccc \9;
}
.btn:first-child {
	*margin-left: 0;
}
.btn:hover {
	color: #333;
	text-decoration: none;
	background-color: #E6E6E6;
	background-position: 0 -15px;
    -moz-transition: background-position 0.1s linear;
    -o-transition: background-position 0.1s linear;
    -webkit-transition: background-position 0.1s linear;
    transition: background-position 0.1s linear;
}
.btn:focus {
	outline: thin dotted #333;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}
.btn.active, .btn:active {
	background-color: #e6e6e6;
	background-color: #d9d9d9 \9;
	background-image: none;
	outline: 0;
	-webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
	box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}
.btn.disabled, .btn[disabled] {
	cursor: default;
	background-color: #e6e6e6;
	background-image: none;
	opacity: 0.65;
	filter: alpha(opacity=65);
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
.btn-large {
	padding: 9px 14px;
	font-size: 15px;
	line-height: normal;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.btn-large [class^="icon-"] {
	margin-top: 1px;
}
.btn-small {
	padding: 5px 9px;
	font-size: 11px;
	line-height: 16px;
}
.btn-small [class^="icon-"] {
	margin-top: -1px;
}
.btn-mini {
	padding: 2px 6px;
	font-size: 11px;
	line-height: 14px;
}
.btn-primary, .btn-primary:hover, .btn-warning, .btn-warning:hover, .btn-danger, .btn-danger:hover, .btn-success, .btn-success:hover, .btn-info, .btn-info:hover, .btn-inverse, .btn-inverse:hover .btn-download {
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.btn-primary.active, .btn-warning.active, .btn-danger.active, .btn-success.active, .btn-info.active, .btn-inverse.active, .btn-download.active {
	color: rgba(255, 255, 255, 0.75);
}
.btn {
	border-color: #ccc;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}
.btn-primary {
	background-color: hsl(201, 100%, 30%) !important;
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00a5ff", endColorstr="#006399");
	background-image: -khtml-gradient(linear, left top, left bottom, from(#00a5ff), to(#006399));
	background-image: -moz-linear-gradient(top, #00a5ff, #006399);
	background-image: -ms-linear-gradient(top, #00a5ff, #006399);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #00a5ff), color-stop(100%, #006399));
	background-image: -webkit-linear-gradient(top, #00a5ff, #006399);
	background-image: -o-linear-gradient(top, #00a5ff, #006399);
	background-image: linear-gradient(#00a5ff, #006399);
	border-color: #006399 #006399 hsl(201, 100%, 25%);
	color: #fff !important;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.33);
	-webkit-font-smoothing: antialiased;
/*	float: right; */
}
.btn-download {
	background-color: hsl(201, 100%, 30%) !important;
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00a5ff", endColorstr="#006399");
	background-image: -khtml-gradient(linear, left top, left bottom, from(#00a5ff), to(#006399));
	background-image: -moz-linear-gradient(top, #00a5ff, #006399);
	background-image: -ms-linear-gradient(top, #00a5ff, #006399);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #00a5ff), color-stop(100%, #006399));
	background-image: -webkit-linear-gradient(top, #00a5ff, #006399);
	background-image: -o-linear-gradient(top, #00a5ff, #006399);
	background-image: linear-gradient(#00a5ff, #006399);
	border-color: #006399 #006399 hsl(201, 100%, 25%);
	color: #fff !important;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.33);
	-webkit-font-smoothing: antialiased;
}
.btn-primary:hover, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled], .btn-download:hover, .btn-download:active, .btn-download.active, .btn-download.disabled, .btn-download[disabled] {
	background-color: #05c; *;
	background-color: #004ab3;
}
.btn-primary:active, .btn-primary.active, .btn-download:active, .btn-download.active {
	background-color: #004099 \9;
}
.btn-warning {
	background-color: #faa732; *;
	background-color: #f89406;
	background-repeat: repeat-x;
	background-image: linear-gradient(top, #fbb450, #f89406);
	border-left-color: #f89406;
	border-right-color: #f89406;
	border-top-color: #f89406;
	border-bottom-color: #ad6704;
}
.btn-warning:hover, .btn-warning:active, .btn-warning.active, .btn-warning.disabled, .btn-warning[disabled] {
	background-color: #f89406; *;
	background-color: #df8505;
}
.btn-warning:active, .btn-warning.active {
	background-color: #c67605 \9;
}
.btn-danger {
	background-color: #da4f49; *;
	background-color: #bd362f;
	background-repeat: repeat-x;
	background-image: linear-gradient(top, #ee5f5b, #bd362f);
	border-left-color: #bd362f;
	border-right-color: #bd362f;
	border-top-color: #bd362f;
	border-bottom-color: #802420;
}
.btn-danger:hover, .btn-danger:active, .btn-danger.active, .btn-danger.disabled, .btn-danger[disabled] {
	background-color: #bd362f; *;
	background-color: #a9302a;
}
.btn-danger:active, .btn-danger.active {
	background-color: #942a25 \9;
}
.btn-success {
	background-color: #5bb75b; *;
	background-color: #51a351;
	background-repeat: repeat-x;
	background-image: linear-gradient(top, #62c462, #51a351);
	border-left-color: #51a351;
	border-right-color: #51a351;
	border-top-color: #51a351;
	border-bottom-color: #387038;
}
.btn-success:hover, .btn-success:active, .btn-success.active, .btn-success.disabled, .btn-success[disabled] {
	background-color: #51a351; *;
	background-color: #499249;
}
.btn-success:active, .btn-success.active {
	background-color: #408140 \9;
}
.btn-info {
	background-color: #49afcd; *;
	background-color: #2f96b4;
	background-repeat: repeat-x;
	background-image: linear-gradient(top, #5bc0de, #2f96b4);
	border-left-color: #2f96b4;
	border-right-color: #2f96b4;
	border-top-color: #2f96b4;
	border-bottom-color: #1f6377;
}
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
	background-color: #2f96b4; *;
	background-color: #2a85a0;
}
.btn-info:active, .btn-info.active {
	background-color: #24748c \9;
}
.btn-inverse {
	background-color: #414141; *;
	background-color: #222222;
	background-repeat: repeat-x;
	background-image: linear-gradient(top, #555555, #222222);
	border-left-color: #222222;
	border-right-color: #222222;
	border-top-color: #222222;
	border-bottom-color: #000000;
}
.btn-inverse:hover, .btn-inverse:active, .btn-inverse.active, .btn-inverse.disabled, .btn-inverse[disabled] {
	background-color: #222222; *;
	background-color: #151515;
}
.btn-inverse:active, .btn-inverse.active {
	background-color: #080808 \9;
}
button.btn, input[type="submit"].btn {
	*padding-top: 2px; *;
	padding-bottom: 2px;
}
button.btn::-moz-focus-inner, input[type="submit"].btn::-moz-focus-inner {
	padding: 0;
	border: 0;
}
button.btn.btn-large, input[type="submit"].btn.btn-large {
	*padding-top: 7px; *;
	padding-bottom: 7px;
}
button.btn.btn-small, input[type="submit"].btn.btn-small {
	*padding-top: 3px; *;
	padding-bottom: 3px;
}
button.btn.btn-mini, input[type="submit"].btn.btn-mini {
	*padding-top: 1px; *;
	padding-bottom: 1px;
}


.websource-box{
	color: white;
	text-shadow: none;
	background: #133f65;
	border: 0;
	border-radius: 0px;
	padding-bottom:5px;
}

.websource-box-green{
	background: #017071;
	padding-bottom: 5px;
}

.websource-box h3 {
	padding: 4px 10px 1px 10px;
	color: white !important;
	font-size: 16px;
	font-weight: bold;
}

.websource-box p{
	padding: 1px 10px 1px 10px;
	color: white !important;
	font-size: 14px;
}

.websource-blue-text{
	color: #0166cc ! important;
	margin-bottom: 6px; 
	font-size: 20px;
}
.separator {
	margin-bottom: 14px;
	border-top: 2px #0067b1 dotted;
}


.video-list-3col {
	list-style-type: none;
	margin-left: 0px;
	margin-right: 0px;
}
.video-list-3col li {
	float: left;
	width: 31%;
	margin-left: 1.16%;
	margin-right: 1.17%;
	text-align: center;
}


/* ========================================================================================= PICTURE PAGE LAYOUT */
.linklist {
	margin: 0;
	position: relative;
	list-style: none;
	width: 100.41322314%;
	left: -4px;
}

ul > .linklistitem{
	max-width: 324px; 
	width: 33.33333333%; 
	/* Inside a two-third container, a three-column collection should be rendered as a two-column collection */ 
	/* Inside a one-third container, a three-column collection should be rendered as a one-column collection */ }
	
	margin: 0 0 1.5em; 
	display: inline-block; 
	vertical-align: top;
}

.video-list {
	list-style-type: none;
}

.video-list li {
	width: 45%;
	float: left;
	text-align: center;
	margin-left:1.5%;
	margin-right:1.5%;
	margin-bottom:22px;
	font-size: 16px;
	list-style-type: none;
}

.video-list li img {
	border: 2px solid black;
	border-radius: 30px;
	-moz-border-radius: 30px;
	-khtml-border-radius: 30px;
	-webkit-border-radius: 30px;
	width: 300px;
	max-height: 200px;
}

.login {
	float: right;
	padding: 6px 0 0 10px;
	margin-top: 20px;
}
.login ul {
	margin: 0;
	list-style-type: none;
}
.login li {
	margin-right: 0;
}
.login a {
	border: 2px solid #ddd;
	padding: 7px 10px 7px;
	border-radius: 4px;
	font-size: 12px;
	line-height: 1;
	/*margin-left: 20px;*/
	text-transform: uppercase;
	font-weight: bold;
	text-shadow: 0;
	color: #fff !important;
	background: #77787A;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
#nav .login a:hover {
	background: #0067b1;
	text-decoration: none;
}	
.clearfix { zoom: 1; }