/*  
Theme Name: GreyRounds
Theme URI: http://xp.jaliansystems.com
Description: A grey theme with round corners for Wordpress 1.5
Version: 0.1
Author: KD
Author URI: http://xp.jaliansystems.com


Copyright (C) 2005  Dakshinamurthy Karra

This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License
as published by the Free Software Foundation; either version 2
of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.

*/

/*
 * Colours used
 *
 * #c6c6c6 - grey
 * #000 - black
 * #fff - white
 * #00f - blue
*/

/*
 * Common elements
*/

/* Remove padding and margin for all elements */
* {
    margin: 0 ;
    padding: 0 ;
}

/* Default hyperlink style */
a, a:link, a:visited, a:active {
    color: #00f ;
    text-decoration: none;
}
.p {
font-size: 12px;
}


a:hover {
    color: #00f ;
    text-decoration: underline;
}

/* Used for creating gap between posts and sidebar items */
.gap {
    width: 100% ;
    height:5px ;
}

/* Push stuff onto a new block element */
.clear {
    line-height:0px ;
    clear: both ;
}

.center {
    text-align: center ;
}

.align_left {
    text-align: left ;
}

.align_right {
    text-align: right ;
}

.error {
    color: red ;
}

abbr {
    border-bottom: #000 1px dotted ;
    cursor: help ;
}

body {
    padding: 10px 10px 10px 10px ;
    font-family: georgia, verdana, arial, sans-serif;
}

/*
 * Structure of the page:
 *
 * +----------------------------------------+
 * | Header Left | Tile..... | Header Right |
 * | Imag        | Tile..... | Image        |
 * +----------------------------------------+
 * |           Categories                   |
 * +----------------------------------------+
 * |             Page                       |
 * |+--------------------------+-----------+|
 * ||       Content            | Sidebar   ||
 * ||                          |           ||
 * ||                          |           ||
 * ||                          |           ||
 * ||                          |           ||
 * ||                          |           ||
 * ||                          |           ||
 * ||                          |           ||
 * |+--------------------------+-----------+|
 * +----------------------------------------+
 * |               Footer                   |
 * +----------------------------------------+
 *
*/

/*
 * Header
 * Made up of
 *   header_tile - Tiles the background
 *   header_lt - Style for left top image
 *   header_rt - Style for right top image
 *   search - search form positioned into the header image
 *
 * header_image_height is used in all the DIVs where height is needed
*/

#header {
    width: 100% ;
    height: 125px ;
}

#header_tile {
    background: #000 url('images/header_tile.jpg') repeat-x top ;
}

#header_lt {
    background: url('images/header_lt.jpg') no-repeat left top;
}

#header_rt {
    background: url('images/header_rt.jpg') no-repeat right top;
}

#header_wording {
    position:relative;
    width: 100%;
    height: 125px;
}

#header_wording img {
    position:absolute;
    border:0;
    bottom:10px;
    right:25px;
}

#search {
    
    position: absolute;
    top: 25px;
    right: 35px;
    text-align: right ;
}

#search p {
   color:red;
   font-size:18px;
   font-family:arial black;
}

.searchbutton {
    font-family: tahoma, sans-serif ;
    font-size: 10px ;
    border: 1px solid #fff ;
}

#categories {
    text-align: center ;
    padding: 2px 10px 15px 10px ;
    font-family: verdana;
    font-size:14px;
    font-weight:bold;
    color:darkred;
}

/*
 * List of categories as navigational menu at the top
*/

#categories li {
    list-style: none ;
    display: inline ;
}

#makebig {
    font-weight: bold;
    font-size: 16px;
    font-family: arial black;
}

#talk {
    padding: 0px 15px 5px 15px ;
    font-family: "verdana", verdana,arial,sans-serif;
    padding-top: 2px;
    padding-bottom: 2px;
    color: #000 ;
    font-weight: bold;
    text-align: left;
    font-size: 16px;
    width:100%;
}

#categories a {
    text-decoration: none ;
    border: #000 solid 2px ;
    padding: 1px 2px 1px 5px ;
    font-size: 12px ;
    font-family: verdana, times, sans-serif ;
    font-weight: bold ;
    background-color: #fff ;
    text-transform: Capitalize ;
}

.button {
font-size:8px;
font-family:verdana;
}

#categories a {
    background-color: #fff ;
    color: #00f ;
}

#categories a:hover {
    text-decoration: none ;
    background-color: #00f ;
    color: #fff ;
}

#categories h2 {
    display: none ;
}

/*
 * Rounding up the categories list
*/

/* Left, Right, Tite, Left bottom and Right bottom */
#cat_l { background: #c6c6c6 url("images/cat_l.jpg") repeat-y left ; }
#cat_r { background: url("images/cat_r.jpg") repeat-y right ; }
#cat_tile { background: url("images/cat_tile.jpg") repeat-x bottom ; }
#cat_lb { background: url("images/cat_lb.jpg") no-repeat left bottom ; }
#cat_rb { background: url("images/cat_rb.jpg") no-repeat 100% 100% ; }

#page {
    position: relative ;
}

#description {
}

#topbar_control {
    text-align:right;
    margin-right:30px;
}

#topbar_control img {
    border: 0 ;
}

#sidebar_control {
    text-align:right;
    font-size: 12px;
    font-family: arial;
    margin-right:30px;
    padding: 8px 2px 8px 2px;
}

#sidebar_control img {
    border: 0 ;
}
/* Rounding up the topbar items. Header - right, left, left top and right top */
.topbar_header_r { background: #c6c6c6 url("images/sidebar_header_r.jpg") repeat-y right ; }
.topbar_header_l { background: url("images/sidebar_header_l.jpg") repeat-y left ; }
.topbar_header_lt { background: url("images/sidebar_header_lt.jpg") 0 0 no-repeat ; }
.topbar_header_rt { background: url("images/sidebar_header_rt.jpg") 100% 0 no-repeat ; }

.topbar_header h2 {
    font-style: italic;
    font-size: 12px;
    padding: 2px 5px 2px 15px ;
    width:100%;
}

.topbar_header hr {
border: groove 2px;
}

#submenu {
    font-size: 10px;
    font-face: arial;
}
.topbar_item {
    font-size: small ;
    padding: 5px 15px 2px 15px ;
}

.topbar_item h3 {
    padding-top: 2px;
    padding-bottom: 2px;
    color: #000 ;
    font-size: small;
    font-weight: bold;
}

/* Rounding up the topbar items. Entry - right and left tile */
.topbar_entry_r { background: #ffffe7 url("images/topbar_entry_r.jpg") repeat-y right ; }
.topbar_entry_l { background: url("images/topbar_entry_l.jpg") repeat-y left ; }

/*
 * Content. The margin-right should be inline with the width of the sidebar
*/

#content {
    width: auto ;
    margin-right: 205px ;
}
#container {
    width: auto ;
padding: 0 0 0 0;
}

#container p {
    text-indent: 1.5em ;
    padding: .4em  .2em .4em .2em;
    text-align: justify ;
    font-size: 14px;
}

#container h2 {
  color: rgb(166,140,83);
  background-color: #FCFCFC;
  font-family: arial, verdana, helvetica, sans-serif;
  font-size: 16px;
  font-weight: bold;
  text-align: left;
  margin: .5em 0 0 0;
  padding: .2em  .2em .2em .2em;
  border-top: 1px solid rgb(216,210,195);
  border-bottom: 1px solid rgb(216,210,195);
}


#container h3 {
  color: rgb(166,140,83);
  background-color: #FCFCFC;
  font-family: arial, verdana, helvetica, sans-serif;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  margin: .5em 0 0 0;
  padding: .2em  .2em .2em .2em;
  border-top: 1px solid rgb(216,210,195);
  border-bottom: 1px solid rgb(216,210,195);
}

#container h1 {
  color: rgb(166,140,83);
  background-color: #FDF9ED;
  font-family: arial, verdana, helvetica, sans-serif;
  font-size: 16px;
  font-weight: bold;
  text-align: left;
  margin: .5em 0 0 0;
  padding: .2em  .2em .2em .2em;
  border-top: 1px solid red;
  border-bottom: 1px solid red;
}
#content ul {
    line-height:1.5em;
    padding-left: 20px ;
}
#container ul {
    line-height:1.5em;
    padding-left: 30px ;
}

.post {
    font-size:small;
    line-height:1.5em;
    font-weight:normal;
}

.post_header {
    padding: 0px 15px 5px 15px ;
    font-family: "verdana", verdana,arial,sans-serif;
    font-size:12px;
}

/* Rounding up post header - right, left, right top and left top */
.post_header_r { background: #c6c6c6 url("images/post_header_r.jpg") repeat-y right ; }
.post_header_l { background: url("images/post_header_l.jpg") repeat-y left ; }
.post_header_lt { background: url("images/post_header_lt.jpg") 0 0 no-repeat ; }
.post_header_rt { background: url("images/post_header_rt.jpg") 100% 0 no-repeat ; }

.post_ie_bug_fix {
    overflow:hidden;
    width:100% ;
}

.date
{
    overflow:hidden;
    font-family: garamond,times,serif;
    font-size: small;
    color: #000 ;
    font-weight: bold;
    text-transform: capitalize;
    border-bottom-width: 1px;
    border-bottom-style: dotted;
    border-bottom-color: #000 ;
    font-style: italic;
}

.post_category {
    float: right ;
    border: #000 solid 1px ;
    font-size: x-small;
    font-style: italic;
    background: #ffffcc ;
    margin-top: 2px ;
    margin-bottom: 2px ;
    padding: 0px 2px 0px 2px ;
}

.post_entry {
    overflow:hidden;
    padding: 5px 15px 5px 15px ;
    font-family: verdana;
}

.post_entry p {
    text-indent: 1.5em ;
padding: .2em  .2em .2em .2em;
    text-align: justify ;
}
.post_entry ul {
    line-height:1.5em;
    padding-left: 20px ;
}
.post_entry h2 {
  color: rgb(166,140,83);
  background-color: #FCFCFC;
  font-family: arial, verdana, helvetica, sans-serif;
  font-size: 16px;
  font-weight: bold;
  text-align: left;
  margin: .5em 0 0 0;
  padding: .2em  .2em .2em .2em;
  border-top: 1px solid rgb(216,210,195);
  border-bottom: 1px solid rgb(216,210,195);
}

.post_entry h3 {
  color: rgb(166,140,83);
  background-color: #FCFCFC;
  font-family: arial, verdana, helvetica, sans-serif;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  margin: .5em 0 0 0;
  padding: .2em  .2em .2em .2em;
  border-top: 1px solid rgb(216,210,195);
  border-bottom: 1px solid rgb(216,210,195);
}

.post_entry h1 {
  color: rgb(166,140,83);
  background-color: #FDF9ED;
  font-family: arial, verdana, helvetica, sans-serif;
  font-size: 16px;
  font-weight: bold;
  text-align: left;
  margin: .5em 0 0 0;
  padding: .2em  .2em .2em .2em;
  border-top: 1px solid red;
  border-bottom: 1px solid red;
}


.post_entry > p:first-child:first-letter {
	font-size: 36pt; 
	font-weight: 600; 
	font-family: garamond, serif; 
	margin-right: 6px; 
	float: left;
	color: #f88 ;
	}

/* Rounding up the post - entry right and left tiling */
.post_entry_r { background: #ffffe7 url("images/post_entry_r.jpg") repeat-y right ; }
.post_entry_l { background: url("images/post_entry_l.jpg") repeat-y left ; }

.post_footer {
    margin-top: 10px;
    padding: 10px 15px 20px 20px ;
    font-size:x-small;
    font-weight:normal;
}

/* Rounding up the post - tile (bottom), right, left, right bottom and left bottom */
.post_footer_tile { background: #c6c6c6 url("images/post_footer_tile.jpg") repeat-x bottom ; }
.post_footer_r { background: url("images/post_header_r.jpg") repeat-y right ; }
.post_footer_l { background: url("images/post_header_l.jpg") repeat-y left ; }
.post_footer_lb { background: url("images/post_footer_lb.jpg") 0 100% no-repeat ; }
.post_footer_rb { background: url("images/post_footer_rb.jpg") 100% 100% no-repeat ; }

.page_title {
    border-bottom: #000 2px dotted ;
}

.postmetadata {
    margin-top: 10px ;
    width: 60em ;
    font-size: x-small ;
    color:blue;
}

.singlepostmetadata {
    margin-top: 10px ;
    margin-right: auto ;
    margin-left: auto ;
    width: 60em ;
    font-size: x-small ;
    background-color: #ffffe7 ;
}

/*
 * Side bar - the width should be inline with margin-right given for content
*/

#sidebar {
    width: 200px ;
    position: absolute ;
    top: 0px ;
    right: 5px ;
    display: none ;
}

.sidebar_header {
    font-family: verdana;
    position: relative ;
    font-size: 12px;
    font-weight: bold;
}
.sidebar_header h2 {
font-size:9px;
}

#topbar {
    width: 200px ;
    position: absolute ;
    top: 0px ;
    right: 5px ;
    display: none ;
    font-size: 12px;
}
.topbar_header {
    position: left;
    margin-top: 2px ;
    margin-bottom: 2px ;
    padding: 5px 5px 5px 15px ;
}

.topbar_header img {
    cursor:pointer;
    display:inline;
    position:absolute; top:5px; right:30px;
}

.sidebar_header img {
    cursor:pointer;
    display:inline;
    position:absolute; top:5px; right:30px;
}

.sidebar_enable {
}

.sidebar_disable {
    display: none ;
}

/* Rounding up the sidebar items. Header - right, left, left top and right top */
.sidebar_header_r { background: #c6c6c6 url("images/sidebar_header_r.jpg") repeat-y right ; }
.sidebar_header_l { background: url("images/sidebar_header_l.jpg") repeat-y left ; }
.sidebar_header_lt { background: url("images/sidebar_header_lt.jpg") 0 0 no-repeat ; }
.sidebar_header_rt { background: url("images/sidebar_header_rt.jpg") 100% 0 no-repeat ; }

.sidebar_header h2 {
    padding-top: 2px;
    padding-bottom: 2px;
    color: #000 ;
    font-size: x-small;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    text-align: center ;
}

.sidebar_item {
    padding: 5px 15px 2px 15px ;
}

.sidebar_item p {
    font-size: 14px;
}

.sidebar_item h3 {
    padding-top: 2px;
    padding-bottom: 2px;
    color: #000 ;
    font-size: small;
    font-weight: bold;
}

/* Rounding up the sidebar items. Entry - right and left tile */
.sidebar_entry_r { background: #ffffe7 url("images/sidebar_entry_r.jpg") repeat-y right ; }
.sidebar_entry_l { background: url("images/sidebar_entry_l.jpg") repeat-y left ; }

.informal {
    font-family: verdana,arial,sans-serif;
    font-size: 12px;
}
.informal h3 {
    font-family: verdana,arial,sans-serif;
    font-size: 14px;
}

.photo {
    margin-right: 3px;
    float:left;
}

.sidebar_footer {
}

/* Rounding up the sidebar items. Footer - tile(bottom), right bottom and left bottom */
.sidebar_footer_tile { background: #c6c6c6 url("images/sidebar_footer_tile.jpg") repeat-x bottom ; }
.sidebar_footer_lb { background: url("images/sidebar_footer_lb.jpg") 0 100% no-repeat ; }
.sidebar_footer_rb { background: url("images/sidebar_footer_rb.jpg") 100% 100% no-repeat ; height: 30px;}

.credits {
    text-align: center ;
    padding-bottom: 5px ;
    border: 0 ;
}

#sidebar a img {
    border: #fff solid 1px ;
}

#sidebar a:hover img {
    border: #00f solid 1px ;
}

.navigation {
    padding: 0 10px 0 10px ;
    font-size: x-small ;
}

#footer {
    width: 100% ;
    clear: both ;
    color: #c6c6c6 ;
    font-weight: bold ;
    text-align: center ;
    font-size:10px;
}

/*
 * Theme switcher
*/

#themeswitcher li {
    list-style: none ;
}

/*
 * Calendar
*/

#calendar {
    display: none ;
    position: relative ;
}

#wp-calendar {
    width: 196px ;
    text-align: center ;
    background: #ffffe7 url("images/sidebar_entry_r.jpg") repeat-y right ;
    padding: 0 10px 0 5px ;
}

#wp-calendar caption {
    color: #000 ;
    font-size: x-small;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    text-align: center ;
    width: 190px ;
    height: 17px ;
    background: url("images/sb_top.jpg") no-repeat left top ;
}

#prev {
    position: absolute ;
    bottom: 12px ;
    left: 10px ;
}

#next {
    position: absolute ;
    bottom: 12px ;
    right: 15px ;
}

#tfoot {
    width: 192px ;
    height: 26px ;
    background: #c6c6c6 url("images/sb_bottom.jpg") no-repeat left top ;
}
#seminar {
  color: blue;
  background-color: #D2F1FF;
  font-family: arial, verdana, helvetica, sans-serif;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  margin: .5em 0 0 0;
  padding: .2em  .2em .2em .2em;
  border-top: 1px solid red;
  border-bottom: 1px solid red;
}
.sidebar_header h2 {
    font-size:14px;
}
.sidebar_header h3 {
    font-size:14px;
}

#sat {
        font-size:14px;
	color:blue;
	width: 300px;
        float: center;
        background:white;
        padding:9px;
        border: groove .5em red;
        text-align:center;
}

