/*
Theme Name: Wish Kid Network
Theme URI: http://binnyva.com/
Description: Based on the Atahualpa 3.4.1 WP theme
Version: 1.0.0
Author: Binny V A
Author URI: http://binnyva.com/
*/
 
body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:.8em;
	margin:0;
	background:url('images/bg.jpg') #9400bb;
	color:#000;
	text-align:center;
}
td {
	vertical-align:top;
	font-size:12px;
}
img {
	border:0;
}
br {
	clear:both;
}
a {
	text-decoration: none;
}
a:hover {
	color:red;
}
p {
	text-align:justify;
}
.form-area label {
	width:90px;
	display:block;
	float:left;
	text-align:left;
	padding-right:5px;
}
.form-area input, .form-area select {
	float:left;
}

/* Site-Specific */
#layout {
	width:950px !important;
	margin:0 auto;
	text-align:left;
	border-collapse:collapse;
}

#top-bar {
	height:47px;
	vertical-align:middle;
}

#header {
	background:url('images/header-bg.png') #fadf86 no-repeat;
	height:250px;
        weight:951px;
	position:relative;
}
#logo {
	margin:0 0 0 10px;
}

#navbar {
	margin:134px 0 0 0;
	padding:0;
	list-style:none;
}
#navbar li {
	float:left;
	height:30px;
	width:91px;
	margin:0 1px;
	text-align:center;
	line-height:30px;
	background-image:url('images/tab.png');
}
#navbar li.current_page_parent {
	width:111px;
	background-image:url('images/tab-active.png');
}
#navbar li.current_page_item{
	background-color:#f7c832;
}

/* Dropdown */
#navbar, #navbar ul { /* all lists */
	padding: 0;
	list-style: none;
	line-height: 1;
}

#navbar a {
	display: block;
	width:91px;
}

#navbar li { /* all list items */
	float: left;
	width: 91px; /* width needed or else Opera goes nuts */
	white-space:nowrap;
}
#navbar li ul { /* second-level lists */
	position: absolute;
	background: orange;
	width:91px;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}
#navbar li ul li {
	background:#fff;
	text-align:left;
	height:25px;
	width:210px;
	padding-left:5px;
	border-bottom:1px solid #FADF86;
}

#navbar li ul ul { /* third-and-above-level lists */
	margin: -20px 0 0 91px;
}

#navbar li:hover ul ul, #navbar li.sfhover ul ul {
	left: -999em;
}

#navbar li:hover ul, #navbar li li:hover ul, 
#navbar li.sfhover ul, #navbar li li.sfhover ul {
	left: auto;
}
#navbar li.sfhover ul, #navbar li li.sfhover ul {
	margin-left:-50px;
}


/* Dynamic content */
#frame {
	left:670px;
	top:97px;
	position:absolute;
}

/* Sidebar */
#sidebar-1,#sidebar-2, #content {
	border-top:1px solid #fadf86;
	background-color:#fff;
	padding:10px;
}

#sidebar-1,#sidebar-2 {
	width:205px;
}

/* Left Sidebar */
#info-links {
	padding:0;
	list-style:none;
}

#info-links li {
	background:url('images/category.png') no-repeat;
	color:#fff;
	text-transform:uppercase;
	height:32px;
	line-height:32px;
	font-size:15px;
	margin:3px 0;
	padding:0 0 0 5px;
}
#info-links li.active {
	background:url('images/category-active.png') no-repeat;
}

.sidebar-box {
	background:url('images/box.png') #e2e2e2 no-repeat;
	margin-bottom:10px;
	padding:0;
}
.sidebar-box.alternative {
	background:url('images/box-2.png') #fff no-repeat;
}
.sidebar-box.breaking {
	background:url('images/box-3.png') #e9e9e9 no-repeat;
	padding:0 1px;
}
.sidebar-box.breaking dt, .sidebar-box.breaking dd {
	padding:0 15px;
	text-transform:none;
}

.sidebar-box h3 {
	color:#fff;
	line-height:30px;
	height:30px;
	padding-left:5px;
	margin:0;
}

.alternative .wish {
	font-size:14px;
	text-align:center;
	margin:5px;
}

#wish-kid {
	color:#fff;
	background:#b103bd url('images/wish-kid-frame.png') no-repeat;
	text-align:center;
	margin:0 1px;
	padding:20px 0 0;
}
#wish-kid strong {
	font-size:16px;
}
#wish-kid ul {
	margin:5px 0;
	padding:0 0 5px;
	font-size:14px;
	list-style:none;
}
#wish-kid .illness {
	color:#fff4d1;
}
#wish-kid-form {
	height:100px;
	padding:0 10px 0 5px;
}

#sidebar-1 {
	background:url('images/corner-left.png') #fff no-repeat bottom left;
}
#sidebar-2 {
	background:url('images/corner-right.png') #fff no-repeat bottom right;
}

/* Content */
#higlight {
	height:137px;
	background:url('images/main-highlight.png') #fff no-repeat;
	padding:10px;
	font-size:20px;
}

#content h2 {
	border-bottom-color:#ddd;
	border-bottom-style:solid;
	border-bottom-width:1px;
	font-size:16px;
	color:#be2bd3;
	font-weight:bold;
	text-transform:uppercase;
}

#content h2 .word {
	color:#9812c1;
}

dl {
	background-color:#fff;
}
dt {
	color:#ee9f04;
	text-transform:uppercase;
	margin:10px 0 0 0;
}
dt a, dt a:visited {color:#9812c1;}
dd {
	margin:0;
	border-bottom:1px solid #ddd;
}
#content h2.recent-entries-title {
	margin-bottom:0;
	border-bottom:0px solid #fff;
}
.recent-entries {
	border:1px solid #ddd;
	padding:0 10px;
	margin:0;
}

#top-bar, .footer, #top-bar a, .footer a {
	color:#fff;
}
.footer {
	padding:10px 0 0 0;
}

.post-time {
	text-transform:none;
	color:#000;
}
.today-date {
	font-size:12px;
	font-weight:bold;
	float:right;
}

.wish-kid-box {
	width:200px;
	height:310px;
	padding:0 0 10px 0;
	float:left;
	text-align:left;
	font-weight:bold;
}
.wish-kid-box dt {
	color:red;
	display:inline;
}
.wish-kid-box dd {
	color:#8a38a4;
	border:0px;
	display:inline;
	padding-left:3px;
}
.wish-kid-box img.picture {
	height:180px;
	width:180px;
	border:1px solid #8a38a4;
}

div.boxes {
	text-align: center; /* ie hack */
}

div.wrapper {
	display: table;
	width:800px;
	margin: 0 auto;
}

.imasters-wp-faq-listing dt {
	color:#be2bd3;
}
