/*
Theme Name: Visatous
Theme URI: 
Description: Custom theme developed for the Law Offices of Annie Banerjee
Version: 1.1
Author: Kristen Friend
Author URI: http://www.seolawfirm.com
Tags: blue, white, fixed width, two columns, widgets


/* BEGIN CUSTOMIZATION */


body {
   background:#000;
   color:#414141;
   font-family:Arial, Helvetica, Sans Serif;
   font-size:12px;
   line-height:16px;
   margin:0;
   padding:0;
}

.alignleft {
        float:left;
        display:inline;
        margin-right:15px;

}

.alignright {
        float:right;
        display:inline;
        margin-left:15px;

}

.forms_page {
     margin: 15px 0 15px 0; 
     padding:10px; 
     background:#eff4f8; 
     color:#19194b;

}

.clientlogin {
     background: #cbcbcb;
     text-align:right;
     width:100%
     height:24px;
}

a {
   color:#19194b;
   text-decoration:none;
}

a:visited {
   color:#19194b;
   text-decoration:none;
}

a:hover {
   color:#333
   text-decoration:underline;
}

a img {
	border: none;
	}

.postmetadata {
	clear: both;
}

.clear {
	clear: both;
}

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
}

#wrapper {
   width:770px;
   margin: 0 auto;
   background: url(images/wrapper.jpg) repeat-y;
}

#page {
   width:770px;
   margin: 0 auto;
}

/*Header*/


#header {
   margin:0;
   padding:0;
   width:770px;
   height:167px;
   background: url(images/header_bg.jpg) no-repeat top;
}

.headerimg {
   margin:0;
   padding:0;
   width:770px;
   height:111px;
}

.header_spacer {
   height:57px;
   width:770px;
}

.header_spacer .right {
   margin:0;
   padding:20px 0 0 450px!important;

}

* html .header_spacer .right {
   margin-top:-15px;
   padding: 0 0 0 400px;
}

* +html .header_spacer .right {
   margin-top:-19px;
   padding: 0 0 0 400px;
}


.highlighted {
     color: #a31915;
     font-weight:bold;
}

/*Headings General*/

h1, h3 {
	font-family: 'Times New Roman', 'Times', Serif;
	font-weight: normal;
	}

h2, h4 {
	font-family: 'Arial', 'Helvetica', Sans Serif;
	font-weight: normal;
	}

h1, h1 a, h1 a:hover, h1 a:visited, {
	text-decoration: none;
	color: #a31915;

	}

h2, h2 a, h2 a:visited {
	color: #414141;
        text-decoration:none;
	}

h3, h3 a, h3 a:visited {
	color: #a31915;
        text-decoration:none;
	}

h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
	}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}

/* Begin Sidebar */

#sidebar {
	width:260px;
        float:left;
        display:inline;
        height:100%
        padding-bottom:20px;
}

#sidebar .blog {
        color:#71a1e6;
        margin:5px 30px 0 30px;
        font-size:12px;
}

#sidebar .blog a {
        color:#71a1e6;
}

#sidebar .blog h5 {
        color:#fff;
        font-family:Times New Roman, Times, Serif;
        font-variant:small-caps;
        font-weight:normal;
        font-size:30px;
        margin:0 0 5px 0;
        padding:0px;
        line-height:30px;
}

#sidebar .blog h5 a {
        color:#fff;
        margin:0px;
}

#sidebar .form {
        color:#71a1e6;
        margin:0 30px 0 30px;
        font-size:12px;
}

#sidebar .form a {
        color:#71a1e6;
}

#sidebar .form h5 {
        color:#fff;
        font-family:Times New Roman, Times, Serif;
        font-variant:small-caps;
        font-weight:normal;
        line-height:30px;
        font-size:30px;
        margin:0 0 5px 0;
        padding:0px;
}

#sidebar .form h5 a {
        color:#fff;
        margin:0px;
}

#sidebar .links {
        color:#71a1e6;
        margin:20px 40px 0 30px;
        font-size:12px;
}

#sidebar .links a {
        color:#71a1e6;
}

#sidebar .links h5 {
        color:#71a1e6;
        font-family:Arial, Helvetice, Sans Serif;
        font-weight:normal;
        text-transform:uppercase;
        font-size:33px;
        margin:0 0 5px 0;
        padding:0px;
}

#sidebar .links h5 a {
        color:#fff;
        margin:0px;
}

#sidebar .contactus {
        color:#71a1e6;
        margin:20px 40px 30px 30px;
        font-size:12px;
}

#sidebar .contactus a {
        color:#71a1e6;
}

#sidebar .contactus h5 {
        color:#fff;
        font-family:Times New Roman, Times, Serif;
        font-variant:small-caps;
        font-weight:normal;
        font-size:30px;
        margin:0 0 5px 0;
        padding:0px;
}

#sidebar .contactus h5 a {
        color:#fff;
        margin:0px;
}


.sidebartop {
	width:260px;
        background:url(images/sidebar_top_bg.jpg) repeat-y;
        padding:15px 0 10px 0;
        margin:0px;
        height:100%;
}

.sidebartop ul {
	margin: 0 0 0 18px;
	padding: 0;
        list-style:none;
}

.sidebartop li {
   padding:6px 0 6px 16px;
   background: url(images/icon_left_arrow.jpg) no-repeat;
   background-position: 0px 7px;
   font-family: Times, Times New Roman, Serif;
   font-size:14px;
   text-transform:uppercase;
   color:#a31915;
}

.sidebartop li a {
   color:#a31915;
   text-decoration:none;
}

.sidebartop li a:hover {
   text-decoration:underline;
}

.sidebartop ul ul li {
   background: url(images/icon_left_arrow2.jpg) no-repeat;
   background-position: 0 1px;
   font-size:12px!important;
   padding:0 0 0 10px;
   font-family:Arial, Helvetica, Sans Serif;
}

.sidebartop ul ul li a {
   color:#52698b;
   text-decoration:none;
}

.sidebartop ul ul li a:hover {
   text-decoration:underline;
}

.sidebartop ul ul {
   margin: 0 0 -5px 0;
}

/* Begin Content */

#content {
	width:460px;
	float: right;
	padding:0;
	margin: 0px 30px 20px 0;
        overflow:hidden;
        display:inline;
	}

.post {
  border-bottom:1px solid #999;
  padding-bottom:4px;
	}

.post h1 {
  padding-top:14px;
  font-size:22px;
  font-weight:bold;
  color:#a31915;
  margin:10px 0 0 0;
  line-height:20px;
}

.post h1 a {
  padding-top:14px;
  font-size:22px;
  font-weight:bold;
  color:#a31915;
  margin:10px 0 0 0;
  line-height:22px;
}

.post h1 a:visited {
  color:#a31915;
}


.post h2 {
  padding-top:2px;
  padding-bottom:2px;
  font-size:14px;
  font-weight:bold;
}

#content h3, h4, h5 {
  color:#a31915;
  font-family:Arial, Helvetica, Sans Serif;
  font-size:14px;
  font-weight:bold;
  margin-bottom:5px;
}

.post hr {
  display: block;
}

#content .post {
  margin: 0;
}

#content .postmetadata {
  font-size:11px;
padding-top:14px;
color:#555;
}

#tags {
font-size:11px !important;
color:#999;
}

#content .postmetadata {
	margin: 10px 0;
	}

#content .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

#content .attachment {
	text-align: center;
	margin: 5px 0px;
}

.content a:hover {
       text-decoration:underline;
}

.post a:hover {
      text-decoration:underline;
}

/* Footer */

#footer {
	padding: 0;
	margin: 0 auto;
	width: 100%;
	clear: both;
        color: #fff;
        height:80px;
        background: #000 url(images/footer_bg.jpg) no-repeat top;
	}

#footer p {
	margin: 0;
	text-align:center;
        font-size:11px;
        padding:10px 20px 0px 20px;
}

#footer a {
	color:#71a1e6;
}

#footer a:visited {
	color:#71a1e6;
}

#footer a:hover {
	color:#71a1e6;
        text-decoration:underline!important;
}




/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */





/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 0px 5px 3px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 98%;
	padding: 2px;
	}

#commentform #submit {
	margin: 0;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentlist li {
	font-weight: bold;
	}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}

.commentlist {
	padding: 0;
margin:0px;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
	}

.commentlist p {
	margin: 10px 5px 10px 0;
	}

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */


/* Begin Various Tags & Classes */

.alt {
	background-color: #f8f8f8;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}

hr {
	display: none;
	}



.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
  /*height:40px;*/
  padding:2px 0px 20px 0px;
	}

.navigation .alignleft{
  padding-right:4px;}

/* End Various Tags & Classes*/


/* Captions */
.aligncenter,

div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */


/* Calendar */

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}

#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */
