/*
Theme Name: Simply Elegant
Theme URI: http://www.qaautomation.net
Version: 1.1
Description: A simple theme that focuses on website designs that are easy to look at.
Author: Rahul Poonekar
Author URI: http://www.poonekar.com
*/

/* Begin: Entire Page´s Style */
body {
    font-size: 80%; /* 62.5 sets 1em to 10px */
    font-family: 'trebuchet ms', verdana, tahoma, arial, sans-serif;
    background: #ddd;
    color: #000;
    text-align: center;
}

#page {
    background-color: white;
    border: 1px solid #959596;
    margin: 0 5% 0;
    padding: 3px;
    text-align: left;
    width: 90%;
}
h1 {
    font-size: 1.6em;
    margin: 0;
}
a {
    text-decoration: none;
}
a:hover {
    border-bottom-style: solid;
    border-bottom-width: 1px;
}
/* End: Entire Page´s Style */

/* Begin: Header Style */
#headerPageNav {
    text-align: right;
    background: url("images/pagenav_bg.jpg");
    height: 20px;
}
#headerPageNav li, #categoriesNav li {
    display: inline;
    text-transform: uppercase;
    list-style-type: none;
    list-style-image: none;
    padding: 3px 10px;
}
#headerPageNav a {
    color: #006;
    font-weight: bold;
}
#header {
    background: url(images/header_bg.jpg);
    color: white;
    display: table;
    font-size: .9em;
    margin-top: 3px;
    width: 100%;
    vertical-align: middle;
}
#header a {
    color: white;
}
#logo {
	float: right;
}
#headerimg {
    display: table-cell;
	float: left;
    padding-left: 15px;
    padding-top: 9px;
}
#headerimg a:hover {
    border-bottom-style: none;
}
#subHeadingPageNav {
    background-color: #ef6;
    display: table;
    margin-top: 3px;
    width: 100%;
}
#categoriesNav {
    display: table-cell;
    float: left;
    font-size: 1.1em;
    font-weight: bold;
}
#categoriesNav a {
    color: #400;
}
#search {
    background: #b5c12d;
    display: table-cell;
    float: right;
    width: 230px;
}
#search form {
	padding: 0; margin: 0;
}
#search input {
    background: #f7ffb4;
    border: 2px solid #9ca54c;
    font-size: .85em;
    margin: 3px; padding: 1px;
}
#search .button {
    background: #886;
    border: 2px solid #664;
    color: white;
    padding: 0;
}
/* End: Header Style */

/* Begin: Content Style */
#content {
    clear: left;
    display: inline;
    float: left;
    padding-left: 10px;
    margin: 0 243px 20px 0;
    text-align: justify;
}
#content h2 {
    font-size: 1.4em;
    font-weight: normal;
    margin-bottom: 3px;
    margin-top: 20px;
}
#content .title {
    font-size: 2em;
}
#content h1 em {
    font-size: .5em;
    color: #888;
}
#content h2 em {
    font-size: .6em;
    color: #888;
}
#content h3 {
    color: #222;
    margin: 15px 0 0 0;
}
#content h4 {
    color: #444;
    margin: 15px 0 0 0;
}
#content p {
    margin: 7px 0;
}
#content .info {
    border-top: 1px dotted #99c;
clear: both;
    color: #888;
    display: block;
    font-size: .85em;
    font-style: normal;
    padding: 2px 0 0 0;
    text-align: right;
}
#content .plusone {
    clear: right;
    float: right;
    margin: 5px;
}
#content h2 a, .alt a {
	color: #043DBC;
}
#content h2 a:hover, .alt a:hover {
    border-bottom: 1px solid #2C8AF7;
    color: #68f;
    text-decoration: none;
}
#content li {
    margin: 10px 0;
}
#content p a, .info a {
    border-bottom: 1px dashed #3D7DC7;
    color: #043DBC;
    text-decoration: none;
}
#content p a:hover, .info a:hover {
    border-bottom: 1px solid #2C8AF7;
    color:#51A2FF;
}
#commentform {
    background:#ddd;
    padding:15px;
}
#commentform small {
    font-size: .9em;
}
input {
    border-width: 1px;
    font-size: 1em;
    padding: 2px;
}
textarea {
    border-width: 1px;
    font-size: 1em;
    padding: 2px;
    width: 500px;
}
a.external {
    color: #eee;
    text-decoration: none;
}
#pagenavigation {
    display: inline;
    font-size: 110%;
    list-style-type: none;
    margin: 0.5em;
    width: 300px;
}
#pagenavigation .back {
    float: left;
    margin: 0;
}
#pagenavigation .next {
    float: right;
    margin: 0 0 0 -300px;
    text-align: right;
}
/* End: Content Style */

/* Begin: Sidebar Style */
#sidebar {
    background-color: #f8f8f8;
    clear: right;
    color: #666;
    float: right;
    margin: 0 0 20px -230px;
    overflow: hidden;
    width: 230px;
}

.leftAlign #sidebar {
    border-right: none;
    float: left;
}

#sidebar h2 {
    clear: both;
    font-size: 1em;
    margin: 0; padding: 0;
}

#sidebar .col {
    width: 100px;
    margin: 10px 0 10px 10px;
    float: left;
}

#sidebar a {
	display: block;
	padding: 3px;
	color: #043DBC;
}

#sidebar a:hover {
	color: #68f;
    border-bottom-style: none;
}

#sidebar p {
	font-size: 1em;
	margin: 6px 0;
}

#sidebar ul {
	font-size: 0.95em;
	list-style-type: none;
	padding: 0;
	margin: 0;
}

#sidebar li {
	_border:1px solid #fff;
	clear: both;
}
#sidebar ul ul {
	margin:0 0 0 16px;
	list-style-type: square;
}

#sidebar ul ul ul {
	list-style-type: none;
}

#sidebar #blogroll {
	list-style-type:none;
	margin:0; padding:0;
}

#sidebar #blogroll li {
	margin: 0;
}

#sidebar #blogroll ul li {
	list-style-type: square;
	border-bottom: 1px dotted #ddd;
}

#sidebar #about *, #sidebar .widget_text * {
	color:#666;
}

#sidebar #about, #sidebar .widget_text {
	border: 5px solid #eef;
	padding: 10px;
	color: #666;
}

#sidebar .widget_text {
	margin:10px 0;
}

#sidebar #about h2, #sidebar .widget_text h2 {
	padding:0; margin:0;
}

#sidebar #about a {
	display: inline;
	color: #68f;
	text-decoration: underline;
}

code {
    font-size: 1.05em;
    font-family: "Consolas", "Monaco", "Courier New", Courier, monospace !important;
}

ul#feeds {
    clear: both;
    text-transform: uppercase;
    list-style-type: none;
    padding: 8px;
    background: #eee;
    overflow: hidden;
    _height: 1%;
    margin: 0;
}

#feeds li {
    float: left;
    border: none;
    margin: 0;
    clear: none;
}

#feeds h3 {
    font-size: 0.88em;
    padding: 4px;
    margin: 3px;
}

#feeds a {
    background: url( images/bg_feed.gif ) 3px center no-repeat;
    color: #99c;
    display: block;
    font-size: 0.82em;
    margin: 3px;
    padding: 4px 4px 4px 24px;
}

#feeds a:hover {
    background-color:#fff;
}
/* End: Sidebar Style */

/* Begin: Footer Style */
hr.footerDivider {
    background-color: #ef6;
    border: 0 none;
    clear: both;
    color: #ef6;
    height: 3px;
    margin: 0;
    margin-top: 3px;
    padding: 0;
}
#footer {
    background: url(images/footer_bg.jpg);
    clear: both;
    color: white;
    margin-top: 3px;
    padding: 5px;
    text-align: right;
}
#footer a {
    color: white;
}
/* End: Footer Style */

