/*  
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 ;
}


#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;
}

.sidebar_item a:hover {
	color: brown;
	background:white;
	display:block;
	text-decoration: underline overline;
}


.middle h1 {
font-size:14px;
}
.sidebar_header h1 {
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 h1 {
    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 ;
}

.middle h1 {
    padding-top: 2px;
    padding-bottom: 2px;
    color: #000 ;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    text-align: center ;
}
.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: #e6faff 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 h1 {
    font-size:14px;
}
.sidebar_header h2 {
    font-size:14px;
}
.sidebar_header h3 {
    font-size:14px;
}
