/*
Theme Name: Cordobo Green Park 2
Theme URI: http://cordobo.com/green-park-2/
Description: Lightweight fast-rendering theme with 2-3 column layout and right sidebar, Widget-ready (4 slots), built-in support for plugins (e.g. twitter), support for threaded/nested comments, fully localized, easy to customize via settings-page. By <a href="http://cordobo.com">Andreas Jacob</a>.
Version: 0.9.501
Author: Andreas Jacob
Author URI: http://cordobo.com/
Tags: green, white, silver, black, light, two-columns, right-sidebar, fixed-width


  This is a BETA. Please report all bugs:
  http://cordobo.com/1449-cordobo-green-park-2-beta-5/

  The CSS, XHTML and design is released under the GPL:
  http://www.gnu.org/licenses/gpl.html
  Copy, remix and play around with my CSS - but leave the original author credentials.


 - Transcending CSS
   I use CSS3 whenever and whereever it makes sense, which outdated browsers (agents) 
   probably don't render - but there's always a fallback
 - Structure
   Elements and classes are structured, properties are in alphabetical order,
   code is commented where necessary
 - Coding convention
   Classes with up to 3 properties are in a single line,
   classes with more than 3 properties are broken into multiple lines

*/



/* MINIMUM RESET - based on work by Eric Meyer
------------------------------------------------------------------ */
#reg_box{
border-color:#FF7777;
border-style:solid;
border-width:1px;
background-color:#FFE3E3;
font-family:Arial, Helvetica, sans-serif;
font-weight:bold;
padding:15px;
color: #990000;

}


div.content.active{
background:url(images/tab_bg_shad.jpg) repeat-x;
margin-top:-24px;
padding-top:50px;
font-size:12px;
}

div.content.inactive {
	display: none;
	font-size:12px;
}

div.content {
	font-size:12px;
}
#heading{
margin-left:20px;
}

ol#toc {
    height: 2em;
    list-style: none;
    margin: 0;
    padding: 0;
	border-bottom-style:solid;
	border-bottom-width:1px;
	border-bottom-color:#393939;
	font-size:12px;
}

ol#toc a {
    background: #bdf url(images/tabs.jpg);
    color: #FFFFFF;
    display: block;
    float: left;
    height: 2em;
    padding-left: 10px;
    text-decoration: none;
}

ol#toc a:hover {
    background-color: #3af;
    background-position: 0 -120px;
}

ol#toc a:hover span {
    background-position: 100% -120px;
}

ol#toc li {
    float: left;
    margin: 0 1px 0 0;
}

ol#toc li a.active {
    background-color: #48f;
    background-position: 0 -60px;
    color: #fff;
    font-weight: bold;
}

ol#toc li a.active span {
    background-position: 100% -60px;
}

ol#toc span {
    background:  url(images/tabs.jpg) 100% 0;
    display: block;
    line-height: 2em;
    padding-right: 10px;
}
div#toc{
font-size:12px;
}











#offerbg{
height:199px;
background: url(images/offer_bg.jpg) no-repeat;
}


#home_holder{
position:relative;
top:0px;
}

#homebg1{
height:229px;
background: url(images/home_1.jpg) no-repeat;
z-index:-500;
}

#box_home2{
width:260px;
float:left;
clear:right;
color:#FFFFFF;
margin-left:20px;
margin-right:15px;
top:25px;
font-size:12px;
}

#box_home{
width:260px;
float:left;
clear:right;
color:#FFFFFF;
margin-left:20px;
margin-right:15px;
top:25px;
font-size:12px;
margin-top:35px;
padding-top:10px;
}


#box_home.offer{
width:260px;
float:right;
clear:left;
color:#FFFFFF;
margin-left:20px;
margin-right:35px;
position:relative;
top:70px;
font-size:12px;
}
#box_home.text{
width:530px;
color:#333333;
position: relative;
top:27px;
left:0px;
font-size:14px;
float:none;
clear:none;

}



#box_home a{
color:#27304D;
font-weight:bold;
}

#box_home.form{
color:#333333;
font-size:13px;
font-weight:bold;
text-align:right;
margin-top:0px;
}
.button_main{
background:url(images/button_main.png) no-repeat;
height:28px;
width:107px;
border:none;
color:#FFFFFF;
font-weight:bold;
}
#box_home p{
color:#FFFFFF;

}

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 { border: 0; font-size: 100%; margin: 0; outline: 0; padding: 0; }
body { line-height: 1; padding:0px; margin:0px; }
ol, ul { list-style: none; }
blockquote, q { quotes: none; background-color:#FF0000; }
blockquote:before, blockquote:after, q:before, q:after { content: ''; }



/* GENERAL
------------------------------------------------------------------- */

*::-moz-selection { background: #51a201 none repeat scroll 0 0; color: #fff; }

html, body {background: url(images/bg_tile.jpg);}
html {
  background:  top left repeat-x; /*-------------chnage bg if you want */
  height: 100%;
  margin-bottom: 1px;
  overflow-y: scroll;
}
body {
  background:url(images/bg_tile.jpg);
  font: 100.1%/1.5 "Helvetica Neue", Arial, "Lucida Grande", "Lucida Sans Unicode", "Microsoft YaHei", sans-serif;
  font-smooth: always;
  text-align: center;
  padding:0px; margin:0px;

}

a { text-decoration: none; }
a:link, a:visited { color:#7A81D2; font-weight:bold; } 
a:focus, a:hover, a:active { color: #2777D4; }

#menu a:active,
#submenu a:active { position: relative; top: 1px; }
#submenu a:focus { color: #111; }

#sidebar a, #sidebar a:link, #sidebar a:visited { border-bottom: 0px solid #fff; color:#333333}
#sidebar a:focus, #sidebar a:hover, #sidebar a:active { border-bottom-color: #C54E0B; color:#CCCCCC;}
#sidebar .sb-tools a, #sidebar .sb-tools a:link, #sidebar .sb-tools a:visited { border: 0 none; color: #C54E0B;}
#sidebar .sb-tools a:active, #sidebar .sb-tools a:focus, #sidebar .sb-tools a:hover { border: 0 none; color: #000;}
#sidebar .textwidget a img, #sidebar .textwidget a:hover img { border: 0 none; }

abbr, acronym { border-bottom: 1px dashed #999; cursor: help; }

blockquote {
  background-color: #EEEEEE;
  border-left: 2px solid #18184A;
  color: #111;
  font-style: italic;
  margin: 0 0 9px;
  padding: 7px;
}

cite { font-style: italic; }

code {
  background: #eaeaea;
  font-family: Consolas, Monaco, monospace;
  font-size: 0.9em;
  padding: 1px 3px;
}

del { color: #8b0000; text-decoration: line-through; }

em { font-style: italic; }

h1, h2, h3, h4, h5, h6 {
  color: #000;
  display: block;
  /* fixed for Non-PCs without Photoshop CS2+ */
  font-family: "Myriad Pro", "HelveticaNeue-Light", "Helvetica Neue Light", "Lucida Grande", "Helvetica Neue", Arial, "Lucida Sans Unicode", sans-serif;
  font-weight: normal;
}

h1 { font-size: 25px; line-height: 1.2; margin: 0.3em 0 10px; font-family:Arial, Helvetica, sans-serif; color:#A2A7D1; }
h2 { font-size: 28px; line-height: 1.3; margin: 1em 0 .2em; color:#18184A; }
h3 { font-size: 24px; line-height: 1.3; margin: 1em 0 .2em; }
h4 { font-size: 19px; margin: 1.33em 0 .2em; }
h5 { font-size: 1.3em; margin: 1.67em 0; font-weight: bold; }
h6 { font-size: 1.15em; margin: 1.67em 0; font-weight: bold; }

h1 a, h2 a, h1 a:link, h2 a:link, h1 a:visited, h2 a:visited { color:#18184A; font-weight:normal; font-size: 20px; }
h1 a:active, h2 a:active, h1 a:focus, h2 a:focus, h1 a:hover, h2 a:hover { color: #669900; }

#home_sum { font-size: 14px; line-height: 1.3; margin: 1em 0 .2em; color:#18184A; font-weight:bold; font-family:Arial, Helvetica, sans-serif; }
#home_sum a{ color:#18184A; font-weight:normal; font-size: 14px; }

#home_sum2 { font-size: 12px; line-height: 1.3; margin: 1em 0 .2em; color:#18184A; font-family:Arial, Helvetica, sans-serif; border-bottom-color:#CCCCCC; border-bottom-style:dotted; border-bottom-width:1px; padding-bottom:5px; }

#home_sum2 h1{ font-size: 20px; line-height: 1.3; margin: 1em 0 .2em; color:#18184A; font-family:Arial, Helvetica, sans-serif; }

hr { display: none; }
input { vertical-align: middle; }
ins { color: #006400; text-decoration: none; }
small { font-size: 0.8em; }
strong { font-weight: 550; }
sub, sup { font-size: 0.7em; }



/* Generic classes
------------------------------------------------------------------- */

/* Beautified ampersands */
.amp { font-family: "Palatino Linotype", Palatino, Georgia, "Times New Roman"; font-style: italic; }
/* Emphasize your name in the About-Box */
.smaller-caps { font-size: 110%; font-variant: small-caps; }
.hidden { display: none; }
.top-link { background: transparent url(img/top-sprite.png) 0 5px no-repeat; padding-left: 12px; }
.top-link:hover { background-position: 0 -29px; }



/* Wordpress specific CSS
------------------------------------------------------------------- */

.aligncenter, div.aligncenter { display: block; margin-left: auto; margin-right: auto; }
.aligncenter img, .aligncenter p.wp-caption-text {
  display: block;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.alignleft { float: left; }
.alignright { float: right; }
img.alignleft { display: inline; margin: 0 7px 2px 0; padding: 4px; }
img.alignright { display: inline; margin: 0 0 2px 7px; padding: 4px; }
.entry div.alignleft { float: left; margin: 0 8px 7px 0; }

/* Resizes the image to the maximum width of the content area */
.entry img {
  max-width: 576px;
  /* smooth image resizement in IE7+ */
  -ms-interpolation-mode: bicubic;
}

.wp-caption {
  background-color: #F0F0F0;
  border: 1px solid #E5E5E5;
  overflow: hidden;
  padding: 3px;
}

.wp-caption img { border: 0 none; margin: 0; padding: 0; }

.wp-caption p.wp-caption-text {
   font-size: 11px;
   line-height: 17px;
   padding: 0 4px 5px;
   margin: 0;
}

.more-link {
  background-color: #F4F8F9;
  border-bottom: 1px solid #E6F0F2;
  font-size: 11px;
  padding: 5px 6px 3px;
  text-shadow: 0 1px 0 #fff;
}

.more-link:hover { background-color: #E6F0F2; border-bottom-color: #B3CDD8; color: #000; }

/* Tables and #wp-calendar */
table {  width: 100%; }
caption { background-color: #E6F0F2; border-top: 1px solid #E6F0F2; text-align: center; }
thead { background-color: #F4F8F9; text-align: center; }
tbody { text-align: left; }
tfoot {  text-align: left; }
td#next { text-align: right; }



/* STRUCTURE
------------------------------------------------------------------- */

#header,
#main,
#footer {
  background-color: #fff;
  text-align: left;
  margin: 0 auto 0px;
  width: 920px;

 

}

#header,
#sidebar,
#footer { font-size: 0.7em; }



#header { height: 190px; position: relative;
background-image:url(images/header.jpg);
  background-repeat:no-repeat;

 }

#container {
margin-top:35px;

}

#container.home {
margin-top:-30px;

}

#container_holder,#sum{
margin-left: auto;
margin-right: auto;
width:920px;
padding-left:20px;
padding-right:20px; 
background: #FFFFFF;
text-align:center;
}

#content {
  border-right:0px solid #D5DADD;
  margin: 0 220px 0 0;
  overflow: hidden;
  padding: 0px 0 0 20px;
  margin-left:220px;
  margin-top:-20px;
  min-height:1000px;
 
}

#content.home {
  border-right:0px solid #D5DADD;
  margin: 0 0px 0 0;
  overflow: hidden;
  padding: 0px 0 0 0px;
  margin-left:0px;
  margin-top:0px;
  margin-bottom:0px;
  min-height:0px;
 
}


#content2 {
  margin: -25px 0px -60px 0px;
  overflow: hidden;
  padding: 0px 0 0 20px;
  margin-left:-20px;
  font-family: Arial, Helvetica, sans-serif;
  font-size:12px;
  color:#666666;
  
 
}

#home_side{
border-left-color:#999999;
border-left-style:dotted;
border-left-width:1px;
padding-left:20px;
margin-left:20px;


}

#sidebar {
position:absolute;
margin-left:700px;
top:420px;
width:220px;
}

#sidebar-old {
position: absolute;
 
/* border-left: 3px solid #D5DADD;  */             
  margin-left: -5px;
  margin-bottom:70px;
  padding: 15px 20px 15px 10px;
  width: 220px;
  top:0px;
  left:0px;
}


#footer { padding: 0px 0px; width: 920px; border-top-color:#C4C4C4;
  border-top-style:solid;
  border-top-width:1px;
  margin-top:100px;
  padding-top:15px; }



/* HEADER
------------------------------------------------------------------- */


/* Start EXAMPLE CODE image logo */
/*
#logo, #logo a { display: block; height: 19px; width: 87px; }
#logo { position: absolute; top: 28px; left: 27px; }
#logo a { background: transparent url(img/logo.png) top left no-repeat; text-indent: -9999em; }
.description { color: #868F98; display: block; left: 124px; position: absolute; top: 44px; }
*/
/* End EXAMPLE CODE image logo */



/* Start EXAMPLE CODE text logo */

#branding { display: block; position: absolute; top: 30px; left: 28px; }
h1#logo { font-size: 12px; line-height: 1.2; margin: 0; }
#logo, .description { color: #868F98; float: left; margin: 0px 0 0 0px; top:0px; width:350px; }

/* End EXAMPLE CODE text logo */



/* MENUES */
#accessibility {
  display: block;
  position: absolute;
  right: 28px;
  top: 4px;
}

#accessibility li,
#accessibility a { display: block; float: left; }
#accessibility a { background: transparent url(images/top_border_dotted.jpg) right -2px no-repeat; padding: 0 7px 0 4px; color:#666666; }
#accessibility a:hover {color: #FFFFFF; }
#accessibility .last-item a { background: none; padding-right: 0; }

#nav { position: absolute; top: 150px; left: 0px; width: 920px; 

border-bottom-color:#2F273F; border-bottom-style:solid; border-bottom-width:1px; height:40px; }

ul#menu {
  display: block;
  height: 20px;
  padding: 0 28px 0 0px;
  width: 920px;
  position: relative;
  left: 0px;
 

}

#menu li,
#menu a { display: block; float: left; background: url(images/new/nav_side.jpg) right 0px no-repeat;   }

#menu a {
  
  color:#7A94D9;
  line-height: 40px;
  padding: 0 10px 0 10px; /*--------------------------------------- nav padding -- */
  text-transform: uppercase;
  font-family: Calibri;
  text-transform: none;
  font-size:14px;
  font-weight: bold;
 
 
  /*text-shadow: 0 1px 0 #555;*/
}

/* Removes the background separator in Opera 9+, Firefox 2+, Safari 3+ */
#menu .page-item-home a,
#submenu li:first-child a { background-image: none;}

#menu a:hover,
#menu a:focus,
#menu .current_page_item a {

background-image: none;

  /* IE6/7/8 Fallback hack - Adds more contrast to the navigation */
  color: #2F273F;
  /* FF3.5/Safari4/Chrome2/Opera10 - applies a darker text-shadow to the link for a seamless transition - http://cordobo.com/1119-provide-visual-feedback-css/ 
  text-shadow: 1px 1px 1px #000;*/
  
}



#submenu-bg { background: transparent url() 0 3px repeat-x; height: 30px; width: 1025px; }
ul#submenu { padding: 5px 0px 0; text-transform:uppercase;  }
#submenu li,
#submenu a { float: left; }
#submenu li { position: relative; }
#submenu a { background: transparent url(img/navigation.png) left -197px no-repeat; color: #666; padding: 3px 5px 3px 7px; }
#submenu .current_page_item a { color: #252525; }
#submenu a:hover { color: #000;}

.page_item li{
color:#FF0000;


}

#menu li ul {
display: none;
}

#menu li:hover ul {
  background-color: #FFFFFF;
  border: 1px solid #CCCCCC;
  
  clear: both;
  display: block;
  float: none;
  left: auto;
  line-height: 1;
  padding: 6px 6px 4px;
  position: absolute;
  top:32px;
  overflow: auto;
  width: 200px;
  z-index:2;
 
	
}

#menu li li a {
  background-color: #f7f7f7;
  background-image: none;
  border-bottom: 1px solid #fff;
  margin-bottom: 1px;
  padding: 5px 10px 5px;
  width: 180px;
  font-size:10px;
  font-family:Arial, Helvetica, sans-serif;
  line-height:18px;

}

#menu  li li a:hover { background-color: #e9e9e9; border-bottom: 1px solid #c2c2c2; color: #125687; }





/* 3rd level navigation - only visible if you have grandchild pages */
#submenu li ul { display: none; BAC }

#submenu li:hover ul  {
  background-color: #fff;
  border: 1px solid #eaeaea;
  clear: both;
  display: block;
  float: none;
  left: auto;
  line-height: 1;
  padding: 6px 6px 4px;
  position: absolute;
  top: 18px;
  overflow: auto;
  width: 200px;
}

#submenu li li,
#submenu li li a {
  clear: both;
  display: block;
  float: none;
  padding: 0;
}

#submenu li li a {
  background-color: #f7f7f7;
  background-image: none;
  border-bottom: 1px solid #fff;
  margin-bottom: 1px;
  padding: 9px 10px;
  width: 180px;
}

#submenu li li a:hover { background-color: #e9e9e9; border-bottom: 1px solid #c2c2c2; color: #125687; }

/* Top search */
#nav-search {
  display: block;
  height: 30px;
  line-height: 16px;
  position: absolute;
  right:16px;
  top: 30px;
}

#nav-search label { display: none; }

#s,
#searchsubmit { border-radius: 3px 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px; }

#s {
  border: 1px solid #FF0000;
  font-size: 11px;
  height: 15px;
  padding: 4px 5px 2px;
  width: 160px;

  color: #333333;
}
#nav-search #s { border-color: #666666; border-bottom-color: #D6D1CD; border-right-color: #D6D1CD; }
#searchsubmit {
  background: url(images/search_button.jpg) center left repeat-x;
  border: 0px solid #666;
  color: #FFFFFF;
  font-size: 11px;
  height: 24px;
  letter-spacing: 1px;
  line-height: 20px;
  padding: 0 0px;
  -moz-box-shadow: 0px 0px 0px #fff;
  -webkit-box-shadow: 0px 0px 0px #fff;
  width:77px;
}

/* Fixes Firefox 2 and 3 */
#searchsubmit, x:-moz-any-link { padding: 0 5px 3px; *padding: 0 5px; }


/* POSTs and PAGEs
------------------------------------------------------------------- */

.page, .post, .pagetitle, .nocomments { padding: 0 0px; }
.post, .nocomments { padding-bottom: 20px; }
.post { margin-bottom: 30px; padding-right:20px; }
.entry { margin: 15px 0 5px; font-size: 13px; line-height: 20px; text-align:justify; }

.meta {
  background-color: #F4F8F9;
  border-bottom: 1px solid #E6F0F2;
  border-top: 1px solid #E6F0F2;
  color: #3e5867;
  display: block;
  font-size: 11px;
  height: 19px;
  line-height: 19px;
  margin: 0 0px;
  padding: 6px 28px;
  text-shadow: 0px 1px 0px #fff;
  width: 576px;
}

* html .meta { height: 1%; }
.meta:after { content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0; }

a.button-style {
  border: 1px solid #F4F8F9;
  border-radius: 3px 3px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  display: inline-block;
  height: 11px;
  line-height: 11px;
  padding: 4px 6px;
  width: auto;
}

a.button-style:hover {
  background: #5388b6 url(img/button-style.png) center left repeat-x;
  border-color: #1b5a8d;
  color: #fff;
  text-shadow: 0 1px 0 #0f4570;
}

p, li strong { color: #2E2E2E; }

.entry p, .entry ol, .entry ul, .entry dl { margin: 0 0 9px; color: #4d4d4d; }
.entry blockquote p { margin: 0; }

.entry ol { margin-left: 0.75em; padding-left: 12px; }
.entry ul { margin-left: 0.5em; padding-left: 12px; }
.entry ol li { list-style-type: decimal; }
.entry ul li { list-style-type: disc; }

.entry dl { }
.entry dt { font-weight: bold; }
.entry dd { background: transparent url(img/dl-arrow.gif) 0 4px no-repeat; padding: 0 0 4px 1em; }



/* PAGINATION on single.php */

.previousnext, .pagination { font-size: 11px; margin-bottom: 10px; }

.page-link {
  background-color: #F4F8F9;
  border-bottom: 1px solid #E6F0F2;
  border-top: 1px solid #E6F0F2;
  display: block;
  font-size: 11px;
  font-weight: bold;
  height: 16px;
  line-height: 16px;
  margin: 9px 0 20px;
  padding: 5px 8px;
}

.page-link span, .page-link a {
  cursor: pointer;
  display: block;
  float: left;
  height: 16px;
  line-height: 16px;
  margin: 0 0 0 3px;
  text-align: center;
  width: 16px;
}

.page-link span { background-color: #fff; color: #111;}
.page-link a span { margin: 0; }
.page-link a:link span, .page-link a:visited span { background-color: #5B8EAD; color: #fff; }
.page-link a:hover span, .page-link a:active span, .page-link a:focus span { background-color: #285776; color: #fff; }
.page-link strong { display: block; float: left; margin-right: 5px; }

.postmetadata {
  border-bottom: 1px dotted #ddd;
  border-top: 1px dotted #D5D5D5;
  color: #999;
  font-size: 11px;
  margin-top: 20px;
  padding: 7px 2px;
}
.postmetadata a { color: #666; padding: 2px; }
.postmetadata a:hover { background-color: #efefef; }

/* Advertisement space - see Admin Settings */
.something { padding: 7px 2px; /*width: 572px;*/ border-bottom: 1px dotted #ddd; }
.somethingspecial { margin: 0 auto; /*width: 468px;*/ }



/* COMMENTS
------------------------------------------------------------------- */

h3#comments, h4#pings { float: left; }
h3#comments, #respond h3 { margin: 0 0 5px; font-size: 34px; }
#respond h3 { margin: 18px 0 5px 28px; }
h4#pings { line-height: 1.2; margin: 10px 0; width: 150px; }


.comments-header,
.navigation { border-bottom: 1px solid #E6F0F2; text-shadow: 0 1px 0 #fff; }

.navigation {
  background-color: #E6F0F2;
  border-top: 1px solid #fff;
  font-size: 11px;
  height: auto;
  line-height: 28px;
  overflow: hidden;
  padding: 0 28px;
}

.comments-header { background-color: #F4F8F9; border-top: 1px solid #E6F0F2; padding: 6px 28px; }
.comments-header-meta {
  float: right;
  font-size: 11px;
  font-weight: bold;
  line-height: 44px;
  padding: 4px 0 0 ;
}

.commentlist {
  background-color: #f9fbfc;
  border: 28px solid #f9fbfc;
  border-top: 0 none;
  font-size: 12px;
}
.pinglist { margin-top: 10px; width: 420px; float: right; }

li.pings {
  border-bottom: 1px solid #E6F0F2;
  border-top: 1px solid #fff;
  margin: 0;
  padding: 4px 10px;
  width: 400px;
}

.pings:first-child { border-top: none; }
.pings:last-child { border-bottom: none; }

.comment {
  background: transparent url(img/bg-comment.png) 10px 19px no-repeat;
  border-top: 28px solid #f9fbfc;
  border-left: 40px solid #f9fbfc;
}

.comment-body {
  background-color: #f4f8f9;
  color: #3e5867;
  margin-left: 20px;  
  padding: 17px 20px 11px;
  position: relative;
}

.comment-body img.avatar {
  border: 1px solid #eee;
  padding: 2px;
  position: absolute;
  left: -60px;
}

ul.children { }
.comment ul.children li { border-top: 15px solid #f9fbfc; }

.comment-meta {
  font-family: Georgia, serif;
  font-size: 11px;
  font-style: italic;
  position: absolute;
  right: 25px;
  top: 20px;
}
.comment-meta a { color: #999; }
.comment-author-admin { background-image: url(img/bg-comment-admin.png); }
.comment-author-admin > .comment-body { background-color: #E6F0F2; }
.comment p, .comment blockquote { padding: 0 0 7px; }
.comment blockquote p, .comment blockquote blockquote, .comment blockquote blockquote p { margin: 5px; padding: 7px; }
.commentlist cite, .commentlist cite a { }
.commentlist cite a { }

/* Not used */
li.thread-alt { }
.comment-author { }
.commentlist .thread-even { }
.commentlist .depth-1 { }
.commentlist .odd { }
.commentlist .even,
.commentlist .alt { }
.comment-author cite {
  background-color: #F9FBFC;
  border-bottom: 1px dotted #E6F0F2;
  color: #666;
  display: block;
  font-family: Georgia, serif;
  font-style: italic;
  line-height: 16px;
  margin: 0 -7px 20px;
  padding: 3px 7px;
}
.comment-author-admin .comment-author cite { background-color: #F4F8F9; border-bottom-color: #ccc; }

.says { display: none; }
.comment div em { } /* comments awaiting moderation. */

.reply { font-size: 10px; font-weight: bold; overflow: hidden; }

a.comment-reply-link { 
  color: #666;
  display: block;
  float: right;
  padding: 2px 6px;
}
.comment-reply-link:hover { background-color: #fff; color: #333; }

#respond {
  background-color: #F4F8F9;
  margin-top: 1px;
  overflow: hidden;
  padding: 0 0 18px;
  width: 100%;
}

#commentform { padding: 18px 28px 0; }

.cancel-comment-reply,
.you-must-be-logged-in { padding: 0 0 0 28px; }

.respond-left { float: left; width: 42%; }
.respond-right { float: left; width: 58%; }

#respond label { display: block; font-size: 11px; height: 20px; margin: 3px 0 9px; width: 85%; }

input#author, input#email, input#url {
  border: 1px solid #ddd;
  color: #999;
  display: block;
  height: 15px;
  line-height: 15px;
  padding: 5px 3px;
  width: 85%;
}

textarea#comment {
  border: 1px solid #ddd;
  font-family: inherit;
  height: 150px;
  margin: 0 0 9px;
  padding: 5px 3px;
  width: 100%;
}

#respond input:focus,
textarea#comment:focus {
  color: #000;
  border-color: #aaa;
  -moz-box-shadow: 3px 3px 0px rgba(238,238,238,1);
  -webkit-box-shadow: 3px 3px #eee;
}

input#submit {
  background: #5388b6 url(img/button-style.png) center left repeat-x;
  border: 1px solid #3b73a3;
  border-radius: 3px 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  color: #fff;
  font-size: 11px;
  font-weight: bold;
  height: 24px;
  line-height: 24px;
  padding: 0 10px;
}



/* SIDEBAR
------------------------------------------------------------------- */

.currently-viewing,
#sidebar #about,
#sidebar .categories,
#sidebar .archives,
.pagenav,
#meta,
.linkcat,
.widget { border-bottom: 0px dotted #ddd; margin: 0 0 8px; padding: 0 8px 9px; color:#333333; }

.categories li, .pagenav li { margin-left: 0px; list-style:none;
font-size:12px;
font-family:Arial, Helvetica, sans-serif;
background:url(images/arrow_plain.jpg);
background-repeat:no-repeat;
background-position: 0px;
padding-left: 13px;
color:#333333;
margin-left:-10px;}

.categories li li, .pagenav li li { margin-left: 6px; list-style:none;
font-size:12px;
font-family:Arial, Helvetica, sans-serif;
background:url(images/arrow_plain.jpg);
background-repeat:no-repeat;
background-position:top;
background-position: 0px;
padding-left: 13px;
color:#333333;
margin-left:3px;}

.pagenav a{
color: #00FF00;
font-family:Arial, Helvetica, sans-serif;
}

.pagenav li{
background:none;
}

/*-------------
.list_home li{
list-style-type: none;
font-family:"Adobe Garamond Pro Bold";
font-size:24px;
text-align:left;
margin-top:-170px;
margin-bottom:160px;
}

.list_home li li{
list-style:none;
font-size:12px;
font-family:Arial, Helvetica, sans-serif;
background:url(images/arrow_plain.jpg);
background-repeat:no-repeat;
background-position: 0px;
padding-left: 13px;
color:#333333;
margin-left:3px;
margin-top:140px;
margin-bottom:-140px;

}

.list_home li li{
list-style:none;
font-size:12px;
font-family:Arial, Helvetica, sans-serif;
background:url(images/arrow_plain.jpg);
background-repeat:no-repeat;
background-position: 0px;
padding-left: 13px;
color:#333333;
margin-left:3px;
margin-top:140px;
margin-bottom:-140px;

}

.list_home li a{
color:#000000;

}

---------------------*/





.list_home {
list-style:none;
color:#000000;
padding-left:4px;
background:#FFFFFF;

}

.list_home p{
margin-top:-20px;

}

.list_home li{
list-style-type: none;
font-family:"Adobe Garamond Pro Bold" Arial, Helvetica, sans-serif;
font-size:22px;
text-align:left;
margin-top:-160px;
margin-bottom:160px;
}

.list_home li li{
list-style:none;
font-size:12px;
font-family:Arial, Helvetica, sans-serif;
background:url(images/arrow_plain.jpg);
background-repeat:no-repeat;
background-position: 0px;
padding-left: 13px;
color:#333333;
margin-left:3px;
margin-top:160px;
margin-bottom:-140px;

}

.list_home li li{
list-style:none;
font-size:12px;
font-family:Arial, Helvetica, sans-serif;
background:url(images/arrow_plain.jpg);
background-repeat:no-repeat;
background-position: 0px;
padding-left: 13px;
color:#333333;
margin-left:3px;
margin-top:140px;
margin-bottom:-140px;

}

.list_home li a{
color:#000000;

}

.pagenav a:hover{
color: #999999;

}



#border_left{
border-right-color:#999999;
border-right-style:dotted;
border-right-width:1px;
}



ul.sb-list { margin-left: 10px; }

/* h4 -> sb-title - less semantic, better for search engine positioning */
.sb-title {
  color: #510000;
  font-size: 25px;
  padding-bottom: 1px;
  text-transform: uppercase;
}

ul.sb-tools {
  border-bottom: 1px dotted #ddd;
  margin: 9px 0;
  padding: 0 8px 9px;
}

.sb-tools li { display: block; min-height: 34px; }

.sb-tools a span {
  color: #86180A;
  display: block;
  font-size: 12px;
  padding-bottom: 3px;
  text-transform: uppercase;
}

.sb-tools a:hover span { color: #C54E0B; }

.twitter-icon, .rss-icon {
  padding-left: 65px;
  color: #111;
  line-height: 1.25em;
}

.twitter-icon { background: transparent url(img/twitter_48.png) 0 0 no-repeat; }
.rss-icon { background: transparent url(img/rss-icon.png) center left no-repeat; }
.sb-icon-text { padding: 3px 0 0; }

.previous-post a, .next-post a {
  background: transparent url(img/next-prev-sprite.png) right -195px no-repeat;
  display: block;
  line-height: 1.2;
  margin: 8px 0 0;
  padding: 2px 65px;
}

.next-post a:active, .next-post a:focus, .next-post a:hover { background-position: right -295px; border: none; }
.previous-post a, .previous-post a:link, .previous-post a:visited { background-position: 0 5px; padding-right: 0; }
.previous-post a:active, .previous-post a:focus, .previous-post a:hover { background-position: 0 -95px; }

ul.group {
  float: left;
  margin: 0 0 0 10px;
  overflow: hidden; 
  padding: 0;
  width: 320px;
}

table,td,tr{
background: none;
}


/* CLEARFIX
------------------------------------------------------------------ */

html .clearfix { display: block; }
* html .clearfix { height: 1%; }
.clearfix:after { content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0; }
.clearfix { display: inline-block; }



/* PRINT Styles
------------------------------------------------------------------ */

@media print
{
  body { color: #000; font: 100%/1.5 serif; }
  .entry { font-size: 12pt; line-height: 1.5; overflow: visible; }
  #header { border-bottom: 1px dotted #ccc;  display: block; margin: 0 auto; background:url(images/header.jpg); }
  h1#logo,
  h1#logo a,
  h1#logo a span { color: #000; height: auto; margin: 0; padding: 0; position: static; width: auto; }
  
  #container { float: none; margin: 0; }
  #content { border: 0 none; margin: 0; overflow: visible; position: static;}
  /* Attaches the URI to each link so they are visible in the print version */
  #content .entry p a:after { content: "  [" attr(href) "] "; }
  #accessibility, hr, #nav, #sidebar, .something { display: none; }
  .cat {display:none;}
  #sidebar2 {display: none;}
  #header{display: none;}
}

/*
---------------*/

.home_1{
float:right; 
clear:left; 
position:absolute;
 width:230px; 
 top:587px; 
 left:285px; 
 text-align:justify; 
 color: #333333;
 background:#FFFFFF;
 }

.text_1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	padding: 3px;
}
.text_2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	padding: 3px;
}
.border_1 {
	border: 1px solid #666666;
}
.style1 {font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #333333; padding: 3px; font-weight: bold; }
.text_script {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
}

.side_box{
font-family:Arial, Helvetica, sans-serif;
font-size:13px;
color:#666666;
line-height:22px;
padding-left:15px;
padding-right:15px;
background-color:#F1F4C5;
}

.side_box li{
list-style:disc;
margin-left:15px;
}

.side_box_2{
font-family:Arial, Helvetica, sans-serif;
font-size:13px;
color:#666666;
line-height:22px;
padding-left:15px;
padding-right:15px;
border-right-color: #CCCCCC; 
border-right-style:solid;
border-right-width:1px;

border-left-color: #CCCCCC; 
border-left-style:solid;
border-left-width:1px;
}

.formbox{
width:200px;
border-color: #CCCCCC;
border-style:solid;
border-width:1px;
}
.header_form{
font-family: Arial, Helvetica, sans-serif;
font-size:13px;
color: #000000;

}

#contact_p{
color:#666666;
}

#small_text{
padding-top:8px;
font-family:Arial, Helvetica, sans-serif;
color:#999999;
font-size:10px;
}
#small_text a{
color:#999999;
font-size:10px;
font-weight:normal;
}
#small_text a:hover{
color:#999999;
}

#sum2{
font-family:Arial, Helvetica, sans-serif;
color: #333333;
font-size: 12px;

margin-left: auto;
margin-right: auto;
width:920px;
padding-left:20px;
padding-right:20px; 
background: #FFFFFF;
text-align: left;
}

#sum2 h1{
font-family:Arial, Helvetica, sans-serif;
font-size: 35px; color:#A2A7D1;
padding-top:25px;

}

#sum2 li{
list-style: disc;
margin-left:20px;

}

#arc{
list-style: disc;
margin-left:20px;
}
#arc3{
list-style: disc;
margin-left:20px;
}
#arc5{
list-style: disc;
margin-left:0px;
margin-right:25px;
font-size:10px;
}
#arc4 li{
list-style:square;
margin-left:40px;
}

#arc2{
margin-top:-10px;
padding-bottom:0px;
}
#arc2 li{
padding-bottom:20px;
}

#sidebar2{
position:absolute;
left:0px;
top:410px;
width:210px;
}


.cat {
float:left;
clear:right;
}

.cat li{
list-style:none;
width:220px;
padding-bottom:15px;
font-size:12px;
margin-left:-20px;
}

#flash_p{
z-index:-1; position: absolute;
}

#table2{
width:430px;
text-align:left;
}

#flash2{
z-index:-2px;
}
.clear2 {
    clear:both;
    overflow:hidden;
    height:0px;
    display:block;
    }
	
#social{
position:absolute;
top:80px;
}

/*------------ new home */

#newboxhome{
float:left;
width:288px;
font-family: Calibri;
font-size:14px;
color:#666666;
text-align:left;
margin-left:19px;
height:180px;
}

#newboxhome h1{
font-family:Arial, Helvetica, sans-serif;
font-size:24px;
color:#666666;
font-weight:bold;
}

#newboxhome.com_home{
margin-left:0;
background: url(images/new/comment_icon.jpg) no-repeat 50px left;
}

#newboxhome.com_home p{
margin-left:0;
padding-left:100px;
color:#666666;
}

#portfolio2{
margin-left:0;
margin-left:100px;
color:#666666;
width:200px;
}

#newboxhome.money_home{
background: url(images/new/money_icon.jpg) no-repeat 50px left;
}

#newboxhome.money_home p{
margin-left:0;
padding-left:50px;
color:#666666;
}

#homesplit{
float:left;
width:180px;
text-align:left;
font-family:Calibri;
font-size:12px;
margin-left:5px;
position:relative;
display:block;
min-height:280px;
}
#homesplit.first{
margin-left:0px;
}

#homesplit h1{
margin-bottom:-20px;
}

#homesplit h1 a{
font-family:Arial, Helvetica, sans-serif;
color:#333333;
font-size:12px;
font-weight:bold;

}

#homesplit h1 a:hover{
color: #666666;
}

#homesplit h4{
padding-bottom:10px;
}

#homesplit h4 a{
font-family:Arial, Helvetica, sans-serif;
color:#B0B3D4;
font-size:10px;
font-weight:bold;
padding:0px;
}

#homesplit h4 a:hover{
color: #666666;
}

#morespan{
position: absolute;
bottom:1px;
background:#FF0000;
}

#footer{
clear:both;
}

