/* 
 * Privacy and Civil Liberties Oversight Board
 * Primary CSS File
 * Developed by PCLOB 2014
 */




/* General Layouts
================================================== */
body
{
	margin: 0px;
    padding: 0px;
    background-image: url("body-background.png");  
	background-repeat: repeat-x;
	background-color: #F2F2F2;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
}

a
{
    color: #1E6BB8;
    text-decoration: none;
}

a:hover
{
    color: blue;
    text-decoration: underline;
}

div#container /** Template Container **/
{
	width: 950px;
	margin-left: auto;
	margin-right: auto;	
	
}

div#content-container
{
	width: 950px;
	background-color: #FFF;
	border-bottom-right-radius: 8px 8px;
	border-bottom-left-radius: 8px 8px;
}


div#website-notification /** Header **/
{
	width: 100%;
	height: 21px;
	font-size: 11px;
	color: #000;
	padding-top: 9px;
	text-align: center;
}

/* Website Header
================================================== */
div#header-top /** Header **/
{
	width: 100%;
	height: 30px;
	font-size: 11px;
	color: #48819d;
}

div#header-top-left /** Header Text **/
{
	float: left;
	text-align: left;
	margin-top: 8px;
}

div#header-top-left .text
{
	margin-left: 5px;
	vertical-align: top;
	color: #4B4B4B;
}

div#header-top-right /** Searchbox **/
{
	float: right;
	margin-top: 5px;
	text-align:right;
}

div#header-top-right input
{
	height: 15px;
	width: 200px;
	color: #A2A2A2;
	margin: 0px;
}

div#header-top-right .submit
{
	margin: 0px;
	padding: 0px;
	color: #4B4B4B;
	width: 50px;
	height: 21px;
	border: 1px solid #989898;
	background: #E9E9E9;
	letter-spacing: 0.5px;
}

div#header-top-right .usagov-search-autocomplete
{
	width: 170px;
	letter-spacing: 0.5px;
}

div#header-title
{
	width: 100%;
	height: 140px;
}

div#header-title img
{
	height: 140px;
}


/* Website Feature Section
================================================== */
div#feature
{
	width: 100%;	
	height: 300px;
}

div#feature-left
{
	width: 625px;
	float:left;	
}

div#feature-right
{
	width: 325px;
	height: 300px;
	float:right;
	background-image: url('feature-text-background.png');
	background-repeat: repeat-y;	
	background-color: #D5D5D5;
}

div#feature-right h3
{
	font-size: 1.3em;
	font-family: "Segoe UI","Segoe",Tahoma,Helvetica,Arial,sans-serif;
	margin-top: 0.6em;
	padding-top: 0.5em;
	color: #5C5C5C;
    font-weight: bold;
}

div#feature-right-text
{
	width: 92%;
	margin-left: auto;
	margin-right: auto;
}

div#feature-right-text p
{
	color: #5C5C5C;
	font-family: Arial, Verdana, Sans-Serif;
	font-size: 12px;
	line-height: 15px;
}

div#feature-right-text a
{
	color: #002E73;
	text-decoration: none;
}

div#feature-right-text a:hover
{
	color: #0004E7;
	text-decoration: underline;			
}



/* Website Footer Section
================================================== */
#footer
{
	width: 100%;
	padding-top: 18px;
	/* border-top: 2px solid #0A3268; */
	margin-bottom: 15px;
}

#footer .links
{
	text-align: center;
	line-height: 15px;
	color: #696969;
	font-family: Arial, Verdana, Sans-Serif;
	font-size: 11px;
}

#footer .links a
{
	color: #696969;
	text-decoration: none;
}

#footer .links a:hover
{
	text-decoration: underline;
}

#footer .content
{
	text-align: center;
	line-height: 15px;
	color: #9C9C9C;
	font-family: Arial, Verdana, Sans-Serif;
	font-size: 11px;
}




/* Website Navigation Section
================================================== */
div#nav
{
	width: 100%;
	background-color: #818286;
}

div#nav a
{
	text-decoration: none;
	color: #FFF;
}

div#nav ul 
{
	text-align: left;
	display: inline;
	margin: 0;
	padding: 15px 4px 17px 0;
	list-style: none;
}

div#nav ul li 
{
	font-size: 13px;
	font-family: Tahoma,Helvetica,Arial,sans-serif;
	font-weight: 500;  
    color: #FFF;
	letter-spacing: 1px;
	display: inline-block;
	margin-right: -4px;
	position: relative;
	padding: 12px 25px;
	background: #818286;
}

div#nav ul li:hover 
{
	background: #555;
	color: #fff;
}

div#nav ul li ul 
{
	padding: 0;
	position: absolute;
	top: 39px;
	left: 0;
	width: 200px;
	display: none;
	opacity: 0;
	visibility: hidden;
}

div#nav ul li ul li 
{ 
	background: #555; 
	display: block; 
	color: #fff;
}

div#nav ul li ul li:hover 
{
	background: #666;
}

div#nav ul li:hover ul 
{
	display: block;
	opacity: 1;
	visibility: visible;
}




/* Website Alert Notifications
================================================== */
#alert-yellow
{
	width: 96%;
	margin-left: auto;
	margin-right: auto;
	height: auto;
	border: 3px solid #c7c7c7;
	color: #FFF;
	background-color: #B31B1B;
	/* margin-bottom: 25px; */
	margin-top: 5px;
	padding: 15px;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box;
	box-sizing: border-box;		
}  	
		
/** Alert Notifications **/
#alert-yellow a
{
    color: #FFF;
    text-decoration: none;
}

#alert-yellow a:hover
{
    text-decoration: underline;
}

#alert-widget-red
{
    border-top: 6px solid #FF0000;
    border-bottom: 6px solid #FF0000;
    width: 900px;
    padding: 10px;
    margin-top: 15px;
    margin-bottom: 15px;
    margin-left: auto;
    margin-right: auto;
}

#alert-widget-orange
{
    border-top: 6px solid #FFD800;
    border-bottom: 6px solid #FFD800;
    width: 900px;
    padding: 10px;
    margin-top: 15px;
    margin-bottom: 15px;
    margin-left: auto;
    margin-right: auto;
    font-size:  15px;
}

/* Homepage Widgets
================================================== */
#widget-container 
{
	width: 925px; 
	padding: 10px;
	margin: 0 auto;
	overflow: hidden;
}

/** Two-Column Widgets **/
#widget-left, #widget-right 
{
	width: 425px;
	min-height: 150px;
	word-wrap: break-word;
}

#widget-left
{
	float: left;
}

#widget-right
{
	margin-left: 50px; 
	float: left;
}

/** Three-Column Widgets **/
#widget-1, #widget-2, #widget-3
{
	width: 280px;
	min-height: 150px;
	border-top: 6px solid #0A3268;
	word-wrap: break-word;
}

#widget-4
{
    margin-left: 40px; 
	float: left;
    width: 600px;
	min-height: 150px;
	border-top: 6px solid #0A3268;
	word-wrap: break-word;
}

#widget-container h2
{
	margin-top: 5px;
	color: #0A3268;
	font-family: Arial, Verdana, Sans-Serif;
	font-size: 18px;
}

#widget-container
{
    color: #969696;
	font-size: 12px;
}

#widget-container a
{
	color: #000;
	font-size: 12px;
	text-decoration: none;
}

#widget-container a:hover
{
	text-decoration: underline;
}

#widget-container p
{
	padding: 0px;
	margin: 0px;
	-webkit-margin-before: 0.5em;
	-webkit-margin-after: 0.5em;
	-webkit-margin-start: 0px;
	-webkit-margin-end: 0px;
}

/** PHASE OUT BELOW CODE **************************/
#widget-container .item
{
	padding-bottom: 15px;
}

#widget-container .item-title
{
	line-height: 15px;
	padding-bottom: 4px;
}

#widget-container .item-title a
{
	color: #000;
	font-size: 12px;
	text-decoration: none;
}

#widget-container .item-title a:hover
{
	text-decoration: underline;
}

#widget-container .item-text
{
	color: #969696;
	font-size: 12px;
	
}
/** PHASE OUT ABOVE CODE **************************/

#widget-1
{
	float: left;
}

#widget-2
{
	margin-left: 40px; 
	float: left;
}

#widget-3
{
	float: right;

}

/* Webpage Layout and Content Section
================================================== */
#page-container 
{
    width: 950px; 
    margin: 0 auto;
    overflow: hidden;
    padding-bottom: 20px;
    font-family: Verdana, Geneva, sans-serif;
}

#page-content, #page-sidebar 
{
    min-height: 150px;
    word-wrap: break-word;
}

#page-container h1
{
    margin-top: 5px;
    margin-bottom: 10px;
    color: #435163;
    font-family: Georgia, Times New Roman, Serif;
    font-weight: normal;
    font-size: 30px;
    letter-spacing: 1px;
}

#page-container h2
{
    margin-top: 5px;
    margin-bottom: 5px;
    color: #435163;
    font-family: Verdana, Geneva, sans-serif;
    font-weight: normal;
    font-size: 20px;
    letter-spacing: 1px;
}

#page-container h3
{
    margin-top: 5px;
    margin-bottom: 5px;
    color: #435163;
    font-family: Verdana, Geneva, sans-serif;
    font-weight: normal;
    font-size: 18px;
    letter-spacing: 1px;
}

#page-container h3.section
{
    margin-top: 5px;
    margin-bottom: 5px;
    color: #435163;
    font-family: Verdana, Geneva, sans-serif;
    font-weight: normal;
    font-size: 20px;
    letter-spacing: 1px;
    border-bottom:1px solid #CCC;
}

#page-container p
{
    padding: 0px;
    margin: 15px 0px;
    color: #333;
    font-size: 13px;
    line-height: 20px;
}

#page-container li
{
    padding: 0px;
    color: #333;
    font-size: 13px;
    line-height: 20px;
}

#page-container p.indent
{
    padding: 0px;
    padding-left: 35px;
    margin: 15px 0px;
    color: #333;
    font-size: 13px;
    line-height: 19px;
}

#page-container .divider
{
	height: 10px;
	width: 100%;	
}

#page-container #agenda
{
    width:  100%;
}

#page-container #agenda .time
{
    width: 150px;
    vertical-align: top;
}

#page-container #agenda .item
{
    vertical-align:  top;
    padding-bottom:  15px;
}

#page-container .item-title
{
    line-height: 15px;
    padding-bottom: 5px;
    margin-bottom: 8px;
    font-family: Georgia, Times, Serif;
    font-size: 20px;
    color: #274266;
    border-bottom: 1px dashed #274266;
}

#page-container .item-title a
{
    color: #000;
    font-size: 12px;
    text-decoration: none;
}

#page-container .item-title a:hover
{
    text-decoration: underline;
}

#page-container .item-text
{
    color: #333;
    font-size: 12px;
}


#page-content
{
    float: left;
    width: 605px;
    padding-left: 15px;
}

#page-content-full
{
    float: left;
    width: 935px;
    padding-left: 15px;
}

#breadcrumb
{
    float: left;
    padding-left: 15px;
    margin-top: 10px;
    width: 605px;
    font-size: 11px;
    color: #696969;
}

#breadcrumb a
{
    color: #9C9C9C;
    text-decoration: none;
}

#breadcrumb a:hover
{
    color: #000;
    text-decoration: underline;	
}

#breadcrumb a:visited
{
    color: #9C9C9C;
}

#page-sidebar
{
    padding-top: 10px;
    float: right;
    width: 285px;
}

#page-sidebar h3
{
    line-height: 15px;
    padding-bottom: 5px;
    margin-bottom: 8px;
    font-family: Georgia, Times, Serif;
    font-size: 20px;
    color: #274266;
    border-bottom: 1px dashed #274266;
}

#page-sidebar p
{
    padding-top: 0px;
    padding-left: 10px;
}

#page-sidebar a
{
	text-decoration: none;
}

#page-sidebar a.button
{
    background: #5C9BC1;
    color: #fff;
    font-weight: normal;
    margin: 0;
    min-width: 193px;
    padding: 1em;
    font-weight: bold;
    margin-top: 15px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px; /* future proofing */
    -khtml-border-radius: 5px; /* for old Konqueror browsers */
}

#page-sidebar a.button:hover
{
    text-decoration: none;
    background: #FF8C66;
}