/*  
Theme Name: Precision
Theme URI: http://www.freewpthemes.net/preview/precision/
Description: Widget ready and tested on WP 2.3.1.
Version: 2.0
Author: Free WordPress Themes
Author URI: http://www.freewpthemes.net/
*/

* {
	margin: 0;
	padding: 0;
}

body {
	margin: 20px 0;
	background: #f2f3f3 url(images/img01.jpg)  repeat-x left top;
	text-align: justify;
	font-family: 'Trebuchet MS', "Times New Roman", Times, serif;
	font-size: 13px;
	color: #666666;
}

address {
         visibility: hidden;
}


form {
}

form br {
}

input, textarea {
	padding: 5px;
	font: bold 1em Georgia, "Times New Roman", Times, serif;
	color: #333333;
	background: #F9F3DF;
	border-top: 1px solid #CB960F;
	border-right: 1px solid #CCCC99;
	border-bottom: 1px solid #CCCC99;
	border-left: 1px solid #CB960F;
}

h1, h2, h3 {
	padding-bottom: 10px;
	margin-bottom: 15px;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
        font-weight: strong;
}

h1 {
	font-size: 1.4em;
}

h2 {
        font-size: 1.4em;
}

h3 {
	font-size: 1em;
}

p, ul, ol {
	margin-top: 0.75em;
}

ul, ol {
	margin-left: 3em;
}

blockquote {
	margin-left: 3em;
	margin-right: 3em;
	font-style: italic;
}

a {
	text-decoration: none;
	color: #009999;
}

a:hover {
	border: none;
	color: #00326d;
}

/* Header */

#header {
	width: 960px;
	height: 100px;
	margin: 0 auto;
        background: url(images/ajnr.png) no-repeat;
}

}

#logo {
	float: left;
	height: 40px;
}

#logo h1, #logo h2 {
	float: left;
	margin-top: 20px;
        margin-left: 150px;
	font-weight: normal;
	color: #FFFFFF;
}

#logo h1 {
	padding: 5px 0 0 0px;
	font-size: 2.6em;
}

#logo h2 {
	padding: 17px 0 0 6px;
	font-size: 1.2em;
        font-variant: small-caps;
}

.desc {
        padding: 17px 0 0 6px;
        font-size: 1.2em;
        font-variant: small-caps;
        float: left;
	margin-top: 20px;
        margin-left: 170px;
	font-weight: normal;
	color: #FFFFFF;
}

.pubdata {
        font-size: 11px;
        color: 4262bc;
}

.desc a:hover {
        font-weight: bold;
}

#logo a {
	border: none;
	text-decoration: none;
	color: #FFFFFF;
}

#menu {
	float: right;
	height: 40px;
}

#menu ul {
	margin: 0;
	padding: 30px 0px 0 0;
	list-style: none;
}

#menu li {
	float: left;
}

#menu a {
	display: block;
	float: left;
	border-left: 2px solid #009999;
	margin-right: 3px;
	padding: 5px 18px 5px 18px;
	text-transform: lowercase;
	text-decoration: none;
	font-size: 1.2em;
	color: #FFFFFF;
}

#menu a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}

#menu .last a {
	margin: 0;
	padding-right: 0;
}

/* Bio */

.bio {
        border: 1px;
        border-style: dashed;
        margin: 0 0 45px 0;
        padding: 5px 10px 10px 10px;
        background-color: #ffffff;
        min-height: 160px;
        display: table-cell;
        
}

.biopic  {
        float: left;
        margin: 5px 10px 0 0;
}

.capital {
        text-transform: capitalize;
}

/* Page */

#page {
	width: 960px;
	margin: 0 auto;
	padding: 30px 0 0 0;
}

/* Content */

#content {
	float: left;
	width: 440px;
	padding: 0 30px;
}

#content .wide {
}

.post h2 {
        padding-bottom: 0px;
        margin-bottom: 5px;
        margin-top: 15px;
        
}

.post .title {
	margin: 0;
	
}

.post .title h1, .post .title h2 {
	margin: 0;
	padding: 0;
}

.post .title a {
	border: none;
	color: #00326d;
}

.post .title a:hover {
        text-decoration: underline;
}

.post .meta {
	margin: 0;
	padding: 3px 0 5px 0;
	font: bold 10px Arial, Helvetica, sans-serif;
	color: #666666;
}

.post p {
        margin-bottom: 15px;
}

.post .entry {
	padding-bottom: 20px;
        color: #000000;
}

.post .entry p, .post .entry ol, .post .entry ul {
	line-height: 180%;
}

.post .tags {
	margin: 0;
	padding: 10px;
	border-top: 1px solid #DEDEDE;
	font-size: smaller;
	text-align: center;
}

.post .tags a {
	margin-left: 10px;
}


.post .links {
	text-align: center;
	margin: 0;
	padding: 5px 10px;
	font-size: 11px;
	text-transform: uppercase;
}

.post .links a {
	font-weight: bold;
        color: #F37304;
}

.post .links a:hover {
        font-weight: bold;
        color: #ff9966;
}

<!--[if IE]>
.post .links {font-size: 7px;}
<![endif]-->


.post ul {
	padding-bottom: 25px;
}

.post h2, .post h3 {
	padding-top: 20px;
}

.share a {
         color: #00326d;;
}

.share {
         float:right;
}

#recent-posts {
}

#recent-posts h3 {
	margin: 0;
	padding: 20px 0 0 0;
	border-bottom: 1px dashed #DEDEDE;
        font-size: 0.9em;
}

#recent-posts ul {
	margin: 0;
	padding: 0;
}

#recent-posts li {
	margin: 0;
	padding: 0;
}

#recent-posts p {
        font-size: 12px;
}

/* Sidebars */

.sidebar {
	float: left;
}

.sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.sidebar li {
	padding-bottom: 15px;
}

.sidebar li ul {
}

.sidebar li li {
	padding: 5px 0;
}

.sidebar h2 {
	background: url(images/img03.jpg) repeat-x left bottom;





	letter-spacing: -1px;
	color: #666666;
}

/* Sidebar1 */

#sidebar1 {
	width: 220px;
}

#sidebar1 li li {
	background: url(images/img05.gif) no-repeat left 50%;
	margin-left: 10px;
	padding-left: 10px;
}

#sidebar1 h2 {
}

/* Sidebar2 */

#sidebar2 {
	width: 240px;
}

.mview  {
         text-transform: lowercase;
}

/* Search */

#search {
}

#search form {

	margin: 0;
	padding: 0;
}

#search #s {
	width: 94%;
	border: 1px #DEDEDE solid;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
}

#search #searchsubmit {
	padding: 3px 10px;
	margin: 5px 0 0 0;
	background: url(images/img04.jpg) repeat-x left top; 
	border: none;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #FFFFFF;
}

/* Post Images */

.alignright {float:right; margin:0 0 1em 1em; font-family: Times New Roman, serif;}
.alignleft {float:left; margin:0 1em 1em 0; font-family: Times New Roman, serif;}
.aligncenter {display: block; margin-left: auto; margin-right: auto; font-family: Times New Roman, serif;}
a img.alignright {float:right; margin:0 0 1em 1em}
a img.alignleft {float:left; margin:0 1em 1em 0}
a img.aligncenter {display: block; margin-left: auto; margin-right: auto}

/* Calendar */

#calendar {
}

#calendar_wrap {
	padding: 0;
}


#calendar caption {
	padding-bottom: 5px;
	font-size: 1.2em;
	font-weight: bold;
}

#calendar table {
	width: 100%;
	text-align: center;
	border-collapse: collapse;
	border: 1px solid #DEDEDE;
}

#calendar thead th {
	padding: 5px 0;
	background: #F9F3DF;
	border-bottom: 1px solid #DEDEDE;
	color: #70A300;
}

#calendar tbody td {
	padding: 5px 0;
	border-right: 1px dotted #DEDEDE;
	border-bottom: 1px dotted #DEDEDE;
}

#calendar tfoot td {
	padding: 5px;
	border-top: 1px solid #DEDEDE;
}

#calendar tfoot a {
	border: none;
	font-weight: bold;
}

#calendar #next {
	text-align: right;
}

#calendar #prev {
	text-align: left;
}

/* Footer */

#footer {
	clear: both;
	width: 960px;
	height: 40px;
	margin: 0 auto;
	background: #f2f3f3 url(images/img02.jpg) repeat-x left top;
}

#footer p {
	margin: 0;
	padding: 15px 0px;
	font-size: 11px;
}

#footer .legal {
	float: left;
	height: 40px;
}

#footer .credit {
	float: right;
	height: 40px;
}

hr {
	display: none;
}

#comment {
	width: 440px;
	height: 50px;
	border: 1px #DEDEDE solid;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
        
}

.commentlist {
         list-style-type: none;
}

.commentlist p {
         padding-top: 10px;
}

.commentAuthor {
          font-weight: bold;
          color: #000;
}

.commentPhoto  {
           float: left;
           margin-right: 8px;
           margin-top: 5px;
           border-style: 0px;
}

#submit {
	padding: 3px 10px;
	background: url(images/img04.jpg) repeat-x left top; 
	border: none;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #FFFFFF;
}

.navigation {
	padding: 15px 0;
	font-weight: bold;
}