/*  
Theme Name: ABC
Description: <p>Custom theme for ABC</p>
Version: 1.0
Author: Nick Carnovale
Author URI: http://www.xiidesign.com


*/
/* SLIDE OUT MENU
********************* */
.menu {
*position: relative;
*top: -2px;
height:150px;
width:131px;
font-size:90%;
margin: 0px 0px -50px 0px; /* this page only */
}

/* remove all the bullets, borders and padding from the default list styling */
.menu ul {
position:relative;
z-index:500;
padding:0;
margin:0;
list-style-type:none;
width:131px;
}
/* style the list items */

.menu li {
background: #ADD273 url(shade.gif);
height:26px;
/* for IE7 */
float:left;
}
.menu li.sub {background:#ADD273 url(sub.gif) no-repeat right center; } 

/* get rid of the table */
.menu table {position:absolute; border-collapse:collapse; top:0; left:0; z-index:100; font-size:1em;}

/* style the links */
.menu a, .menu a:visited {
display:block; 
text-decoration:none;
height:25px;
line-height:25px;
width:131px;
color:#000;
text-indent:3px;
border:1px solid #fff;
border-width:0px 1px 1px 1px;
}
/* hack for IE5.5 */
* html .menu a, * html .menu a:visited {width:131px; w\idth:131px;}
/* style the link hover */
* html .menu a:hover {color:#ADD273; background:#ADD273 ; position:relative;}

.menu li:hover {
position:relative;


}

.menu2  ul li:hover ul li, .menu2  ul li a:hover ul li {
display:block; 
background:#fff; 
color:#000;
width:131px; 
clear:both;

}

/* For accessibility of the top level menu when tabbing */
.menu a:active, .menu a:focus {color:#ADD273 ; background:#ADD273 ;}

/* retain the hover colors for each sublevel IE7 and Firefox etc */
.menu li:hover > a {color:#ADD273 ; background:#ADD273 ; }
 
/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu li ul {
visibility:hidden;
position:absolute;
top:-30px;


/* set up the overlap (minus the overrun) */
left:90px;
/* set up the overrun area */
padding:30px;
/* this is for IE to make it interpret the overrrun padding */
background:transparent url(transparent.gif);
}

/* for browsers that understand this is all you need for the flyouts */
.menu li:hover > ul {visibility:visible;}


/* for IE5.5 and IE6 you need to style each level hover */

/* keep the third level+ hidden when you hover on first level link */
.menu ul a:hover ul ul{
visibility:hidden;

}
/* keep the fourth level+ hidden when you hover on second level link */
.menu ul a:hover ul a:hover ul ul{
visibility:hidden;
}
/* keep the fifth level hidden when you hover on third level link */
.menu ul a:hover ul a:hover ul a:hover ul ul{
visibility:hidden;
}

/* make the second level visible when hover on first level link */
.menu ul a:hover ul {
visibility:visible;
}
/* make the third level visible when you hover over second level link */
.menu ul a:hover ul a:hover ul{ 
visibility:visible;

}
/* make the fourth level visible when you hover over third level link */
.menu ul a:hover ul a:hover ul a:hover ul { 
visibility:visible;
}
/* make the fifth level visible when you hover over fourth level link */
.menu ul a:hover ul a:hover ul a:hover ul a:hover ul { 
visibility:visible;
}

/* END MENU */

/* Social Style 
********************* */
	

html
{
	height: 100%;


	font-weight: bold;
}
*
{
	margin: 0;
	padding: 0;
}
img
{
	border: 0;
}
p
{
	line-height: 1.6em;
	margin: 0.7em 0;
}
dl
{
	margin: 1em 0;
}
dt
{
	font-weight: bold;
}
dd
{
	margin: 0.5em;
	padding: 0;
}
img.right
{
	float: right;
	margin: 10px 0 0 10px;
}
img.left
{
	float: left;
	margin: 0 10px 10px 0;
}
hr
{
	display: none;
}
body
{
	background: #74C0FA url(images/ABC_BG.jpg) 0 bottom;
	color: #444;
	font: 74%/1.6em verdana, tahoma, arial, sans-serif; 
	margin: 0 0 30px;
	padding: 0;
	text-align: center;
}
a
{
	text-decoration: none;
}
a:link, a:visited
{
	color: #666;
}
a:hover, a:active
{
}
h1, h2, h3, h4, h5, h6
{
	font-family: Georgia, Verdana, Arial, Serif;
}

/* Etc
******************** */
br.clear {
	clear: both;
}

/* Design 
******************** */
#page {
	text-align: left;
	width: 975px;
	padding: 0;
	margin: 0 auto;
}
.ADS{
width: 131px;
padding:0;
}
#top {
	width: 970px;
	padding: 0;
	margin: 10px auto;
}
#pager {
	height: 163px;
	border-top: 2px solid #74C0FA;

	border-left: none;
	border-right: none;
	background: #74C0FA url(images/ABC_Banner.jpg) 0 0 no-repeat;
}
#headr {
	margin: 104px auto 0;
	text-align: right;
	text-transform: uppercase;
}

#left {
	float: left;
	width: 795px;
        *width: 797px;
        min-height: 357px;
        
	background: #74C0FA url(images/ABC_BG.jpg);   
}
#right {
	float: right;
        margin-bottom:0px;
	width: 143px;
	*right:-3px;
        margin: 5px;
	background: #74C0FA url(images/ABC_RightSideBar_Middle.jpg) 0 0 repeat-y;   
}

*#ContentTopRight{
  position: relative;
        right: -585px;
        top:-5px;
        height: 30px;
       	width: 40px;
	*background: #ffffff url(images/ContentTopRight.jpg) no-repeat ;
}


*#content1 {
        position: relative;
        right: -590px;
        height: 30px;
       	width: 40px;
	*background: #ffffff url(images/ContentBottomRight.jpg) no-repeat ;
}
#content2 {
        position: relative;
        left: -5px;
        height: 30px;
       	width: 620px;
	background: #ffffff url(images/ContentBottom.jpg) no-repeat ;
}

#content {
	width: 610px;
        border: 3px solid #74C0FA;
        padding-left: 5px;
        padding-right: 5px;
        padding-top: 5px;
	font-color: #000000;
        float: right;
	background: #ffffff url(images/ContentTop.jpg) no-repeat ;

}
.BumpPage2{
	*position: relative;
	*top:-5px;
}
.BumpPage{
	*position: relative;
	*top:10px;
}
.post {

margin-bottom: 20px;
}
.post .entry {

	border-bottom: 2px solid #efefef;
        color: #000000;
}
.postmetadata {
	font-size: .9em;
	color: #999;
	text-align: right;
}
.postmetadata  a{
	color: #eee;
}

#sidebar {
	width: 138px;
	float: left;
	color: #F7E6D4;
}
.side1 {
}
.side2 {
}



#footer {
	position: relative;
        width: 970px;
        height: 95px;
        top: 10px;
	text-align: left;
	margin: 0 auto;
        background: #74c0fa url(http://www.arlingtonbabycommunity.com/blog/wp-content/themes/ABC/images/ABC%20Layout_Argyle_Footer.jpg) no-repeat;


}
#footer div {
        border-bottom: none;
        padding-left: 180px;
        *padding-left: 0px;

}

#footer {
	color: #000000;
	font-size: 0.95em;
}
#footer a {
	color: #000000;
        text-decoration: underline;
}
#footer a:hover {
	color: #000000;
        text-decoration: none;
}

#footer table{
        position: relative;
        top: -50px;
}

/* Design 
******************** */
#right ul, #sidebar  ul{
	list-style: none;
}
.RightBottom{
        position:relative;
        bottom:-2px;
}

.blockr,.pagenav,#sidebar .categories, .about,.linkcat, .widget {
	margin-bottom: 10px; 
	padding-top: 0;
}
#sidebar ul li ul li ul{
	margin-left: 16px;
}

.entry a, .entry a:visited{
      font-weight: bold;
      color: #f59024;
}
.entry 
.entry  h2 h3 a{
      color: #000000;
      

}
.entry h3{
      font-size: 1.2em;
      padding-top: 1px;
      padding-bottom: 1px;
      padding-left: 3px;
      background: #ffffff ;
}

.entry h2{
      height: 37px;
      padding-top: 1px;
      padding-left: 3px;
      background: #ffffff url(images/ABC_H3_BG.jpg);
      *position: relative;
      *right: -5px;
}

/* Design  Typo
********************* */
#headr  h1 {
	font: 4.5em Garamond, Georgia, "Times New Roman", times, serif;
	margin: 0;
	color: #fff;
}
#headr h1 a {
	color: #BDE701;
	}
#headr h1 a:hover {
	color: #fff;
}
.description {
	display: none;
}

#sidebar  .side1 h2{
	font: 1.4em "Trebuchet MS", Verdana, sans-serif;
	color: #ffffff;
	padding: 2px 5px;
	margin-bottom: 5px;
}
#right  .side2 h2{
	font: 1.4em "Trebuchet MS", Verdana, sans-serif;
	color: #000000;
	padding: 1px 5px;
	margin-bottom: 1px;
        margin-top: 1px;
}
#sidebar a {
	color: #000000;
        font-weight: bold;
}
#sidebar a:hover {
        color: #ffffff;
}
#right .side2 a {
	color: #ffffff;
	
}
#sidebar .side1 ul li a  {
	padding-left: 5px;
}
#right .side2 ul li a{
	padding-left: 15px;
}

#sidebar .side1 ul li.current_page_item a {
	color: #ffffff;
       	}

a.about: link{
        color: #000000;
}
a.about: visited{
        color: #ffffff;
}
a.about: hover {
        background: url(http://www.arlingtonbabycommunity.com/blog/wp-content/themes/ABC/images/About_Hover.jpg) no-repeat;
}

#sidebar .side1 ul li a:hover  {
	padding-left: 5px;
}

#right .side2 ul li a:hover,{
	padding-left: 15px;
}
#right .side2 a:hover {
	text-decoration: underline;
}
#sidebar #avatr {
	border: 1px solid #EAECFB;
}
h2.pagetitle {
        position: relative;
        top:-10px;
	text-align: right;
	border-bottom: 1px solid #ccc;
	padding: 5px;
	color: #000000;
	margin-bottom: 10px;
}
.post h2 {
	font: 1.8em Aria,verdana; 
}
.post h2 a {	
	color: #000000;
	background: #ADD273;
	display: block;
	padding: 4px;
}
.post h2 a:visited{
        color:#000000;
}
.post h2 a:hover {
	color: #ffffff;
}

.post ul {
	margin-left: 35px;
}
.post ol {
	margin-left: 40px;
}
p.postmetadata
{
	color: #999;
	font-size: 85%;
	margin-bottom: 10px;
}
p.postmetadata a
{
	color: #666;
	text-decoration: none;
}
span.timr
{
	background: url(images/timr.png) 0 0 no-repeat;
	padding-left: 15px;
}
span.catr
{
	background: url(images/catr.png) 0 0 no-repeat;
	padding-left: 15px;
}
span.editr
{
	background: url(images/editr.png) 0 0 no-repeat;
	padding-left: 15px;
}
span.commr
{
	background: url(images/commr.png) 0 0 no-repeat;
	padding-left: 15px;
}
.post ul.postspermonth{
	list-style:none;
	padding: 0;
	margin: 0;
}
.post p a {
	border-bottom: 1px solid #ccc;
}
.post p a:hover {
	border: none;
}
/*
.post a img, .post img {
	border: none;
	float: right;
	padding-left: 5px;
}	
*/
.categr, .monthr {
	margin-bottom: 20px;
}
.categr h2, .monthr h2{
	border-bottom: 1px solid #ccc;
}

.rss {
	background: url(images/feed-icon-10x10.png) left center no-repeat;
	padding-left: 12px;
}
#avatr {
	float: left;
	margin-right: 5px;
}
/* Comment Etc
********************* */
.navigation a
{
	color: #000000;
}
.alignleft
{
*position: relative;
*top:-10px;
	float: left;
	width: 50%;
}
.alignright
{
*position: relative;
*top:-10px;
	float: right;
	text-align: right;
	width: 50%;
}

.ileft {
	float: left;
	margin-right: 5px;
}
p.stats {
	color: #999;
	font-size: .8em;
	border: 1px solid #ccc;
	border-left: none;
	border-right: none;
}
blockquote
{
	background: url(images/blockquote.gif) no-repeat left top;
	color: #666;
	margin: 1em;
	padding: 0 0 10px 50px;
}


#content .commentsfeedr
{
	background: url(images/feed.png) no-repeat left center;
	padding-left: 20px;
}
#content .trackbackr
{
	background: url(images/arrow_refresh.png) no-repeat left center;
	padding-left: 20px;
}
table#content
{
        margin: 0 auto;
}
h3#respond {
	border-bottom: 1px solid #ccc;
}
<!-- url(images/shadow_top.gif) -->
input.textbox, textarea
{
	background: #f5f4f4 repeat-x top;
	border: #ccc 1px solid;
     
        font: 1em Verdana, Arial, Serif;
        *border-left: #ccc 1px solid;
        *border-bottom:#ccc 1px solid;
	padding: 2px;
        *padding: 0px;
        *padding-top: 2px;
       
}
input.textbox:focus, textarea:focus
{
	background: #fff url(images/shadow_top.gif) repeat-x top;
	border: #999 1px solid;
}
#submit
{
	padding: 3px 5px;
}
.comment
{
	background: #fff url(images/shadow_top.gif) repeat-x top;
	border-bottom: #ddd 1px solid;
	list-style: none;
	margin: 0;
	padding: 1em 0.5em;
}
.alt
{
	background: #f9f9f9;
}
.MyAvatars
{
	border: 1px solid #ccc;
	border-bottom: 1px solid #999;
	border-right: 1px solid #999;
	float: right;
	margin-left: 5px;
	margin-right: 10px;
	padding: 3px;
}
#comment {
	width: 100%;
}

input#s {
	width: 65px;
	padding: 3px;
	margin-right: 5px;
	margin-left: 5px;
	margin-bottom: 5px;
	background: #ffffff;
	border: 2px solid #000000;
}
input#s:focus {
	padding: 5px;
	margin-bottom: 5px;
	background: #999;
	color: #fff;
	border: 2px solid #fff;
}

input#searchsubmit
{
	background: #ffffff url(images/search.gif) 0 0 no-repeat;
	height: 30px;
	margin: 0;
	position: absolute;
	width: 40px;
	font-weight: bold;
	border: none;
	color: #000000;
}


fieldset {
	border: none;
}
textarea#cp_message {
	width: 100%;
}

pre {
	width: 95%;
	overflow:auto;
	font: 13px 'Courier New', Courier, Verdana, Arial, sans-serif;
	color: #666;
	max-height: 350px;
	line-height: 18px;
	margin: 10px 0;
	border: 1px solid #ccc;
	padding: 5px;
	background: #efefef;
}

code {
font: 13px 'Courier New', Courier, Verdana, Arial, sans-serif;
color: #666;
padding: 2px;
}

