/*
Theme Name: Twenty Ten
Theme URI: http://wordpress.org/
Description: The 2010 theme for WordPress is stylish, customizable, simple, and readable -- make it yours with a custom menu, header image, and background. Twenty Ten supports six widgetized areas (two in the sidebar, four in the footer) and featured images (thumbnails for gallery posts and custom header images for posts and pages). It includes stylesheets for print and the admin Visual Editor, special styles for posts in the "Asides" and "Gallery" categories, and has an optional one-column page template that removes the sidebar.
Author: the WordPress team
Version: 1.1
Tags: black, blue, white, two-columns, fixed-width, custom-header, custom-background, threaded-comments, sticky-post, translation-ready, microformats, rtl-language-support, editor-style
*/


/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}
body {
	line-height: 1;
}
h1, h2, h3, h4, h5, h6 {
	clear: both;
	font-weight: normal;
}
ol, ul {
	list-style: none;
}
blockquote {
	quotes: none;
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a img {
	border: none;
}

/* =Layout
-------------------------------------------------------------- */

/*
LAYOUT: Two columns
DESCRIPTION: Two-column fixed layout with one sidebar right of content
*/

#leftCornerImage {
  position: relative;
  top: -6px;
  left: -10px;
}

#rightCornerImage {
  position:relative; 
  top: -6px; 
  right: -948px;
}

#container {
	width: 960px;
	margin-left:auto;
	margin-right:auto;
}

#header{
	width: 960px;
	height:422px;
	float:center;
}

#headerNoFrontPage{
	width: 960px;
}

#content {
	width: 960px;
	padding:25px 0;
	float:left;
	clear:both;
}

#otherContent{
	width: 960px;
	float:left;
	clear:both;
	background-color:white;
	/*padding:25px 0;*/
	padding-right:10px;
	padding-left:10px;
}

#c1{
	width:640px;
	padding-right:50px;
	padding-left:10px;
	text-align:left;
	float:left;
}

#c2{
	width:260px;
	text-align:left;
	float:right;
}


#footer {	clear: both;
	width: 100%;
	float:left;
	height:281px;
	background-image:url(../images/footer-bg.jpg);
	background-repeat:repeat-x;
}

/* =Global Elements
-------------------------------------------------------------- */

#imgfloatLeft { 
    float: left; 
    margin: 4px; 
}

/* Main global 'theme' and typographic styles */
body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	line-height:20px;
	color:#858585;
	background-image:url(../images/bg.jpg);
	background-repeat:repeat-x;
	background-color:#fff;
}

hr {
	border: 0;
	clear: both;
	height: 3px;
	margin-top:20px;
	margin-bottom:20px;
}


.line1{
	background-color: #7cb540;
}

.line2{
	background-color: #0398d8;
}

/* Text elements */

h1
{
	font-family:Arial, serif;
	font-size:20px;
	margin-bottom:8px;
}



.color1{
color:#306f32;
}

.color2{
color:#0989c9;
}

p {
	margin-bottom: 18px;
}

.p1 {
	width:274px;
	float:left;
	margin-right:15px;
	background-color: #F5F5F5;
	padding:15px;
	margin-bottom:20px;
}

.p2 {
	width:274px;
	float:left;
	margin-left:15px;
	background-color: #F5F5F5;
	padding:15px;
	margin-bottom:20px;
}

ul {
	list-style: square;
	margin: 0 0 18px 1.5em;
}
ol {
	list-style: decimal;
	margin: 0 0 18px 1.5em;
}
ol ol {
	list-style: upper-alpha;
}
ol ol ol {
	list-style: lower-roman;
}
ol ol ol ol {
	list-style: lower-alpha;
}
ul ul,
ol ol,
ul ol,
ol ul {
	margin-bottom: 0;
}
dl {
	margin: 0 0 24px 0;
}
dt {
	font-weight: bold;
}
dd {
	margin-bottom: 18px;
}
strong {
	font-weight: bold;
}
cite,
em,
i {
	font-style: italic;
}
big {
	font-size: 131.25%;
}
ins {
	background: #ffc;
	text-decoration: none;
}
blockquote {
	font-style: italic;
	padding: 0 3em;
}
blockquote cite,
blockquote em,
blockquote i {
	font-style: normal;
}
pre {
	background: #f7f7f7;
	color: #222;
	line-height: 18px;
	margin-bottom: 18px;
	padding: 1.5em;
}
abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
input[type="text"],
textarea {
	background: #f9f9f9;
	border: 1px solid #ccc;
	box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	-moz-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	-webkit-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	padding: 2px;
}

.field1{
	width:143px;	
	height:20px;
}

.field2{
	width:243px;	
	height:30px;
}

a:link {
	color: #0989c9;
	text-decoration:none;
	
}
a:visited {
	color: #7cb540;
}
a:active,
a:hover {
	color: #7cb540;
}

.heading{
font-weight:bold;
}

/* =Header
-------------------------------------------------------------- */

#header1 {
	width:960px;
	height:92px;
	float:left;
}

#logo {
	width:254px;
	height:92px;
	float: left;
}

#login {
	width:372px;
	height:26px;
	background: url(../images/login-bg.jpg) no-repeat;
	padding:12px;
	margin-bottom:42px;
	text-align:center;
	float: right;
	margin-left:auto;
}

#user {
	width:145px;
	height:26px;
	padding-right:10px;
	float: left;
}

#pass {
	width:145px;
	height:26px;
	padding-right:10px;
	float: left;
}

#login-butt {
	width:61px;
	height:26px;
	float: left;
}




#banner{
	width:960px;
	height:297px;
	background:url(../images/banner-bg.jpg) no-repeat center;
	float:left;
}




/* =Menu
-------------------------------------------------------------- */

#access {
	width: 530px;
	height:33px;
	display: block;
	float: right;
	margin-left:auto;

	font-family:  Arial, Helvetica, sans-serif;
	font-size: 16px;
	color:#ffffff;
	text-align: right;
}

.menu li {
	height:33px;
	float: right;
	position: relative;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
	list-style:none;
	display:block;
}

#access a {
	color: #ffffff;
	display: block;
	line-height: 33px;
	padding: 0 22px;
	text-decoration: none;
	text-align:center;	
	display:block;

}


#access li:hover > a
{
	color: #90ef29;
}

#access li:hover > a:active
{
	color: #90ef29;
}


/* =Body
-------------------------------------------------------------- */
#box{
	width:260px;
	border-bottom:3px solid #0398d8;
	font-family:Arial, serif;
	padding-bottom:20px;
}

#box h1{
	font-family:Arial, serif;
	color:#0989c9;
	border-bottom:1px solid #f1e7dc;
	padding-bottom:8px;
	margin-bottom:15px;
}

#box1{
	width:260px;
	border-bottom:3px solid #7cb540;
	font-family:Arial, serif;
	padding-top:20px;
}

#box1 h1{
	font-family:Arial, serif;
	color:#7cb540;
	border-bottom:1px solid #f1e7dc;
	padding-bottom:8px;
	margin-bottom:15px;
}


/* =Footer
-------------------------------------------------------------- */
#footer-inner {
	width: 960px;
	height:190px;
	margin-left:auto;
	margin-right:auto;
}

#footer1 {
	width: 960px;
	height:190px;
	padding:25px 0px 10px 0px;
	float:left;
	margin-left:auto;
	margin-right:auto;
}

#footer1 h1 {
font-size:20px;
}

.footer1-sep {
	width: 2px;
	height:189px;
	background:url(../images/sep.jpg) no-repeat;
	float:left;
}

#footer1-c1 {
	width: 120px;
	padding-right:25px;
	float:left;
}

#footer1-c1 ul {
color:#cde9f6;
list-style:none;
line-height:25px;
}


#footer1-c1 li a {
color:#cde9f6;
list-style:none;
line-height:25px;
}

#footer1-c1 li a:hover {
color:#000;
list-style:none;
line-height:25px;
}


#footer1-c2 {
	width: 395px;
	padding:0px 60px;
	color:#cde9f6;
	float:left;
}

#footer1-c3 {
	width: 232px;
	padding-left:60px;
	color:#cde9f6;
	float:left;
}

#footer2 {
	width: 960px;
	height:30px;
	padding-top:15px;
	float:left;
	margin-left:auto;
	margin-right:auto;
}

#footer2-c1 {
	width: 500px;
	font-size:12px;
	float:left;
}

#footer2-c2 {
	width: 300px;
	font-size:12px;
	text-align:right;
	float: right;
}

a.aminass {
	color: #00aaff;
	text-decoration:none;
}

a.aminass:hover {
	color: #7cb540;
	text-decoration:none;
}

a.footer-links {
	color: #fff;
	text-decoration:none;
}

a.footer-links:hover {
	color: #cde9f6;
	text-decoration:none;
}

