/* 
Theme Name: My Theme - Connections Reloaded
Theme URI: http://ajaydsouza.com/wordpress/wpthemes/connections-reloaded/
Version: 1.5
Description: My Theme - Connections Reloaded  Based on: <a href="http://vanillamist.com/blog/?page_id=81">Connections</a> theme by <a href="http://www.patriciamuller.com">Patricia M&uuml;ller</a>.
Author: Ajay D'Souza
Author URI: http://ajaydsouza.com/
*/
/*  Colors Used in this theme
000000 = pure black
0C6BF0 = bright blue
29303B = black
333333 = black
676E04 = very dark green
7A7636 = dark drab green
909D73 = dark olive green
990000 = marron
999999 = grey
BB0000 = deep red
BBC4A3 = olive green
CCCCCC = dark grey
E0E6E0 = light grey
E1D6C6 = light brown, border
E7EBDE = slightly dark green - top sidebar color
EEEEEE = light grey
F0F0F0 = light grey
F3F6ED = pale green
FFCC99 = orange
FFFFFF = white
*/

.rssBoxPromo {display: none;} 

/* Behind title text */
.rssBoxTitle  {
	background: transparent;
	font: bold 100%
	text-align: left;
	padding: 0;
	margin: 0;
}

/*  Box Background */
.rssBoxContent  {
	background: transparent;
	font-size: 100%;
	line-height: 50%;
	padding: 0;
}

/* Headlines */
.rssBoxItemTitle  {
	font: 115%/125%;
	padding: 0; 
}

.rssBoxItemContent  {
	background: transparent;
	color: #29303B;
	font: 70%/90% "Trebuchet MS",Georgia, Times, "Times New Roman", sans-serif;
    line-height: 110%;
	margin: 2;
	padding: 0;
	text-align: left;
}

body {
	background: #F3F6ED;
	color: #29303B;
	font: 1.1em/1.3em "Trebuchet MS",Georgia, Times, "Times New Roman", sans-serif;
	margin: 0;
	padding: 0;
	text-align: center;
}

/* 676E04 = dark green */
a {
	color: #676E04;
	text-decoration: underline;
}

/* 909D73 = dark olive green */
a:visited {
	color: #909D73;
	text-decoration: underline;
}

/* 990000 = marron */
a:hover {
	color: #990000;
	text-decoration: underline;
}

/* Search Box */
/* F3F6ED = pale green */
/* E1D6C6 = border */
input, textarea {
	background: #F0F0F0;
	border: #E1D6C6 1px solid;
}

#rap {
	background: url(img/rap.jpg) #FFFFFF center repeat-y;
	font: 0.9em "Trebuchet MS",Georgia, Arial, serif;
	margin: 0 auto;
	padding: 0px 8px;
	text-align: left;
	width: 760px;
}

/* FFCC99 = orange */
#header {
	background: url(img/top.jpg) #FFFFFF no-repeat bottom;
	border: #FFCC99 0px solid;
	height: 151px;
	margin: 0 auto;
	padding: 0;
	width: 760px;
}

#main {
	background: url(img/content_bg.gif) repeat;
	margin: 0 auto;
	padding: 0;
	width: 740px;
}

#content {
	display: inline;
	float: left;
	margin: 0px 0px 0px 5px;
	overflow: hidden;
	padding: 0px;
	width: 318px;
}

/* 333333 = black */
#sidebar {
	color: #000000;
	display: inline;
	float: right;
	font-size: 90%;
	margin: 0 auto;
	padding: 0px 5px 0px 5px; 
/*	width: 186px; */
/*	width: 250px; */
/*	width: 30%; */
}

 
a img {
	border: none;
}

/* 0C6BF0 = bright blue */
acronym, abbr {
	border-bottom: 1px dotted #0C6BF0;
}

acronym, abbr, span.caps {
	cursor: help;
	letter-spacing: .07em;
}

code {
	font-size: 1em;
	font-style: italic;
}

/* 0000 = pure black */
code {
	color: #000000;
	font-family: "Courier New", Courier, monospace;
	padding-left: 2px;
	padding-right: 2px;
}

/* pale green */
blockquote, cite {
	background: url(img/blockquote.gif) #F3F6ED no-repeat left top;
	margin: 15px 30px 0 10px;
	padding: 0 10px 20px 25px;
}

img {
     margin: 5px;
     padding: 0px;
     border: none
}

h3 {
	font-size: 1.0em;
	margin: 0;
	padding: 0;
}

p {
	line-height: 1.4em;
	margin: 0 0 1em;
	padding: 0;
}

h1, h2, h3, h4 {
/*	font-family: Georgia, "Lucida Sans Unicode", lucida, Verdana, sans-serif; */
	font-family: "Trebuchet MS",Georgia, Times, "Times New Roman", sans-serif;
	font-weight: normal;
	letter-spacing: 1px;
}

/* BBC4A3 = light olive green */
hr {
	border-top: #BBC4A3 1px solid;
}

/******************
  The Blog's Name
*******************/

#header h1 {
	font-size: 1.6em;
	margin: 0;
	padding: 10px 20px 0 0;
	text-align: right;
}

/* 676E04 = almost black green */
#header h1 a {
	color: #676E04;
	text-decoration: none;
}

#header h1 a:hover {
	color: #990000;
	text-decoration: underline;
}

/*** Blog Description ***/

#header #desc {
	color: #676E04;
	font-size: 1em;
	font-style: italic;
	font-weight: normal;
	margin: 0;
	padding: 0 20px 0 0;
	text-align: right;
}
/*** SideBar ***/
/* E1D6C6 = dark tan
   F3F6ED = light green
   676E04 = very dark green */

#sidebar ul h2 {
    background: #e7ebde;
	border: #E1D6C6 1px solid;
	border-bottom: #F3F6ED 0px solid;
	color: #676E04;
	font-size: 120%;
	font-weight: bold;
	height: 20px;
	margin: 0 0 2 0;
	padding: 2px;
	text-align: center;
}

#sidebar ul {
	list-style-type: none;
	margin: 0;
	padding: 0px;
}

/* E1D6C6 = dark tan */
#sidebar ul ul {
	background: url(img/comments_bottom.jpg) #F3F6ED repeat-x bottom;
	border: #E1D6C6 1px solid;
	font-size: 90%;
	list-style-type: none;
	margin: 0;
	padding: 5px;
	padding-bottom: 2em;
}

#pagenav {
	list-style: none;
}

#sidebar ul ul li {
	margin: 0 0 0 0;
	padding-bottom: 8;
}

#sidebar ul ul li a {
	border: none;
	text-decoration: none;
}

/* 909D73 = not real dark green */
#sidebar ul ul li a:link {
	color: #676E04;
	text-decoration: underline;
}

/* 999999 = grey */
#sidebar ul ul li a:visited {
	color: #676E04;
	text-decoration: underline;
}

#sidebar ul ul li a:hover {
        color: #990000};
	text-decoration: underline;
}

#sidebar ul ul li a:active {
	color: #676E04;
	text-decoration: none;
}

#sidebar ul ul ul {
	background: none;
	border: none;
	font-size: 85%;
	list-style-type: none;
	margin: 0;
	padding: 5px;
}

#sidebar ul ul ul li {
	background: url(img/subcat_bullet.gif) no-repeat 0 5px;
	margin: 0 0 0 10px;
	padding: 0 0 0 10px;
}

#content ul {
	list-style-type: none;
	margin-left: 0;
	padding-left: 45px;
}

#content ul li {
	background: url(img/bullet.gif) no-repeat 0 7px;
	padding-left: 1.5em;
}

.post , .page {
	margin: 0 0 30px 0;
}

.page {
	margin: 25px -5px 0 27px;
}

/* "Posted by Elena under" */
/* 676E04 = very dark green */
.post-info, .page-info {
	color: #676E04;
	font: 0.85em Verdana, Arial, Sans-Serif;
	margin: 0;
	padding: 0;
}

.page-info {
	text-align: center;
}

/* unvisited coment link */
.post-info a {
	color: #676E04;
}

.post-info a:hover {
	color: #990000;
}

/* BBC4A3 = olive green */
.post-content, .page-content {
	border-top: #BBC4A3 1px solid;
	font: Georgia, Verdana, Arial, serif;
	margin: 3px 0;
	padding: 10px 0;
}

.page-content {
}

.post-title, .page-title {
	font: bold 1.6em Georgia, Arial, Serif;
	margin: 0;
}

.page-title {
	font-size: 1.6em;
	font-weight: normal;
}

/* 676E04 = very dark green */
#content .page-title;
a {
        color: #676E04;
        text-decoration: none;
}
#content .post-title a:link  {
        color: #676E04;
        text-decoration: none;
}
#content .post-title a:visited {
        color: #676E04;
        text-decoration: none;
}
#content .post-title a:hover {
        color: #990000;
        text-decoration: none;
}
#content .post-title a:active {
	color: #676E04;
        text-decoration: none;
}

.post-date {
	background: #E7EBDE;
	color: #BB0000;
	float: left;
	font: bold 0.9em/1em Georgia,'Lucida sans ms', Verdana, Arial, Helvetica, sans-serif;
	margin: 3px 10px 0 0;
	padding: 8px 3px;
	text-align: center;
	width: 55px;
}

.post-footer {
	background: url(img/divider.gif) no-repeat center;
	padding-top: 20px;
}

#footer {
/*	border-top: #BBC4A3 1px solid; */
	clear: both;
	color: #999999;
	font-size: 0.8em;
	margin: 0 auto;
	padding: 7px 0;
	text-align: center;
/*	width: 740px; */
}

#footer a {
	border: none;
	color: #7A7636;
}

.commentlist {
	font-size: 1em;
	font-weight: normal;
}

#commentform {
	margin: 0 0 0 40px;
}

#commentform textarea {
	width: 80%;
}

#commentform p {
	margin: 0 0 1em;
}

#comments,#respond {
	color: #676E04;
	font: 0.9em verdana, helvetica, sans-serif;
	margin: 3em 0 1em 40px;
	text-transform: uppercase;
}

.commentlist li {
	background: url(img/comments_bottom.jpg) #F3F6ED
repeat-x bottom;
	border: #E1D6C6 1px solid;
	margin: 5px 0;
	padding: 10px 10px 20px 10px;
}

.commentlist .alt {
}

#topnav {
	font: 0.9em Verdana, Arial, Sans-Serif;
	list-style: none;
	margin: 0 auto;
	padding: 12px 20px 0 0;
	text-align: right;
}

#topnav li {
	display: inline;
	font-weight: bold;
	list-style: none;
	margin: 0;
	padding: 0;
}

#topnav li a:link, #topnav li a:visited {
	color: #676E04;
	text-decoration: underline;
}

#topnav li a:hover, #topnav li a:active {
	color: #990000;
}

/************/
/* Calendar */
/************/
#calendar {
	margin: 10px 10px 10px 10px;
	position: inherit;
/*	float: left; */
}

#wp-calendar {
/*	background: url(img/sidenav_bottom.jpg) #F3F6ED no-repeat bottom; */
	border: #E1D6C6 1px solid;
	border-top: #F3F6ED 1px solid;
	empty-cells: show;
	font-size: 80%;
	margin: 0px;
	padding:  0px;
	padding-bottom: 0em;
	text-align: center;
/*	width: 100%; */
	width:  150px; 
}

#wp-calendar #next a {
	padding-right: 5px;
	text-align: right;
}

#wp-calendar #prev a {
	padding-left: 5px;
	text-align: left;
}

#wp-calendar a {
	display: block;
	text-decoration: underline;
	color: #990000;
}

#wp-calendar a:hover {
	background: #E0E6E0; 
	color: #990000;
}

#wp-calendar caption {
	background: url(img/sidenav_top.jpg) no-repeat center;
	border: #E1D6C6 1px solid;
	color: #676E04;
	font-size: 1em;
	font-weight: bold;
	height: 22px;
	margin: 10px 0 0 0;
	padding: 2px;
	text-align: center;
}

#wp-calendar caption a, #wp-calendar caption a:hover {
	background: transparent;
	color: #990000;
}

#wp-calendar td {
	color: #CCCCCC;
	letter-spacing: normal;
	padding: 0px 0;
	text-align: center;
}

#wp-calendar td.pad:hover {
	background: #FFFFFF;
}

#wp-calendar td:hover, #wp-calendar #today {
	background: #EEEEEE;
	color: #990000;
}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
}

#wp-calendar .today {
	background: #EEEEEE;
	font-weight: bold;
}

/* Text and Image Alignment */ 
.center {
	text-align: center;
}

.left {
	float: left;
}

.right {
	float: right;
}

.alignleft {
	text-align: left;
}

.alignright {
	text-align: right;
}

