/*  
Theme Name: frlaw
Theme URI: http://antonperez.com/
Description: The WordPress theme custom-made for f-rlaw.com.
Version: 1.0
Author: Anton Perez
Author URI: http://antonperez.com/

	This theme was designed and built by Anton Perez,
    whose web site you will find at http://antonperez.com/.
*/

/* 0000000000000000000000000000 */
/* 0000 GENERAL TYPOGRAPHY 0000 */
/* 0000000000000000000000000000 */
h1, h2, h3, h4 {
	font-family: Verdana, Tahoma, Arial;
	color: #790000;
}

body {
	background-color: #eaeaea;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	text-align: center;
	font-family: Arial, Tahoma, Verdana, Helvetica, sans-serif;
}

a:link, a:visited {
	color: #790000;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}


/* 0000000000000000000000 */
/* 0000 POST ENTRIES 0000 */
/* 0000000000000000000000 */
.entry {
	font-size: 12px;
	font-family: Arial, Tahoma, Verdana;
	font-color: black;
	padding: 3px 0px 0px 0px;
}


/* 000000000000000000 */
/* 0000 PRACTICE 0000 */
/* 000000000000000000 */
.practice {
	border-top: 1px solid gray;
	border-bottom: 1px solid gray;
	border-left: 1px solid gray;
}

.practicehead {
	background-color: #585852;
	color: white;
	font-size: 13px;
	font-weight: bold;
	font-family: Verdana, Tahoma, Arial;
	padding: 10px 5px 10px 5px;
	text-align: left;
	border-right: 1px solid gray;
}

.practicesubhead {	
	background-color: #cacab0;
	color: white;
	font-size: 12px;
	font-weight: bold;
	padding: 5px 5px 5px 5px;
	text-align: left;
	border-right: 1px solid gray;
}

.practiceentry {
	font-size: 12px;
	padding: 5px 5px 10px 5px;
	text-align: left;
	border-right: 1px solid gray;	
}


/* 0000000000000000 */
/* 0000 HEADER 0000 */
/* 0000000000000000 */
#header {
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	width: 780px;
	height: 80px;
	text-align: left;
	border-bottom: 1px solid #3f464f;
	border-top: 10px solid #3f464f;
}

.heading {
	font-family: Verdana, Tahoma, Arial;
	font-size: 15px;
	font-weight: bold;
	color: #790000;
	padding: 10px 0px 0px 0px;
}

.heading a:link, .heading a:visited {
	text-decoration: none;
}

.heading a:hover {
	text-decoration: underline;
}


/* 0000000000000000 */
/* 0000 FOOTER 0000 */
/* 0000000000000000 */
#footer {
	background-color: #3f464f;		
	margin: 0 auto;
	padding: 5px 15px 5px 15px;
        border-top: 1px solid #fdfdfd;
}

#footer .copyright {
        font-size: 11px;
        color: #fdfdfd;
	font-weight: bold;
	float: center;
	text-align: center;
}

#footer .disclaimer {
        font-size: 10px;
        color: #a8a8a8;
	font-weight: bold;
	float: center;
	text-align: center;
}

#footer a:link, #footer a:visited {
	color: #a6a18d;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}


/* 00000000000000000 */
/* 0000 CONTENT 0000 */
/* 00000000000000000 */
#content {
	background-color: #ffffff; /*#fcfafa;*/
	width: 580px;  
	padding: 10px 20px 20px 20px;
	text-align: justify;
}


/* 00000000000000000 */
/* 0000 SIDEBAR 0000 */
/* 00000000000000000 */
#sidebar {
	background-color: #f9f8f5;
	width: 145px;
	margin: 0px 0px 0px 0px;
	padding: 20px 10px 10px 10px;
	border-right: 1px dotted gray;	
	text-align: center;
}

#sidebarlist ul {
	vertical-align: top;
	margin: 0;
	padding: 0px 0px 10px 20px;
	list-style: none;
	text-align: left;
}

#sidebarlist li, #navlist .page_item {
	list-style-image: url('images/link-bullet.gif');
	font-family: Verdana, Tahoma, Arial;
	font-size: 12px;
	padding: 0px 0px 5px 0px;	
}

#sidebarlist a:link, #sidebarlist a:visited {	
	color: black;
	text-decoration: none;
}

#sidebarlist a:hover, #sidebarlist .current_page_item {	
	font-weight: bold;
	text-decoration: none;
}


/* 00000000000000000000*/
/* 0000 NAVIGATION 0000 */
/* 00000000000000000000 */
.navigation {
        font-family: Arial;
        font-size: 12px;
        color: #790000;
        font-weight: bold;
}

.navigation a:link, .navigation a:visited {	
	color: #790000;
	text-decoration: none;
}

.navigation a:hover {	
	font-weight: bold;
	text-decoration: underline;
}


/* 00000000000000000*/
/* 0000 SEARCH 0000 */
/* 0000000000000000 */
#search {
	margin: 0;
	padding: 10px 5px 10px 5px;
	text-align: left;
	border-top: 1px dotted gray;
	border-bottom: 1px dotted gray;
	width: 120px;
	font-size: 12px;
	font-family: Verdana, Tahoma, Arial;
}

.sitetext {
	font-size: 11px;
}