/*
Theme Name: Bright Light
Theme URI: http://sudarmuthu.com/wordpress/bright-light
Description: A simple 2 column, fluid theme for WordPress.
Version: 3.0.1
Author: Sudar
Author URI: http://sudarmuthu.com/
Tags: 2 column, threaded comments, fluid, I18n, Localized
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: bright-light
*/

/** Default styles **/
* {
    margin:0;padding:0;
}
body {
    font-family:Georgia, sans-serif;
    font-size:100%;
    line-height:1.75em; /* 16*1.75=28 */
    background-color:#fff;
    color:#333;
    text-align:left;
    margin:0; padding:0;
}
h1,h2,h3,h4,h5,h6 {
    font-family:Baskerville, Serif;
    color:#1e2546;
}
h3, h4, h5, h6 {
    margin:15px 0;
}
p {
    margin:0.65em 0;
}
td,th {
    padding:3px;
}
blockquote {
    background: url(images/blockquote.gif) no-repeat left top;
    color:#666;
    margin: 1em;
    padding: 0 0 10px 50px;
}
code {
    background-color:#eee;
    border:1px solid #ccc;
    padding:5px;
}

a:link, a:visited {
    color:#459045;
    text-decoration:none;
    border-bottom:none;
}
a:hover, a:active {
    text-decoration:none;
    border-bottom: 1px solid;
}
fieldset {
    border:none;
}

img {
    background:url(images/shadow.gif) no-repeat right bottom;
    border-top:#eee 1px solid;
    border-left:#eee 1px solid;
    padding:4px 10px 10px 4px;
}
a img {
    background:none;
}

/** Common styles **/

.skip-link {
    display:none;
}
img.wp-smiley {
    background:none;
    border:none;
    padding:0;
}
p img.right, .alignright {
    float: right;
    margin:10px 0 0 10px;
}
p img.left, .alignleft {
    float: left;
    margin:0 10px 10px 0;
}
.note {
    background-color:#FFFFCC;
}
strong.search-excerpt {
    background: #FFFFE0;
}
.clearboth {
	clear:both;
}

/** Header **/
#header {
    background-color: #172837;
    width:100%;
    text-align:left;
    margin:0;
    padding:0;
    padding-top:28px;
    padding-bottom: 12px;
}
#logo {
    width:80%;
    margin:0 auto;
}
#blogname a {
    color:#fff;
    border-bottom: none;
}
.description {
    font-style:italic;
    color:#CAE972;
    margin:5px 0 0;
}
#searchbox {
    position: absolute;
    right: 10px;
    top: 10px;
}

/** Navigation **/

/* Primary Menu (Top) */
.menu-primary-menu-container ul {
    clear:both;
    width:80%; height:24px;
    margin:0 auto; padding:0;
}
.menu-primary-menu-container li {
    float:left;
    list-style:none;
    margin:0;
}
.menu-primary-menu-container a {
    background: #E5E5E5;
    height:27px;
    text-decoration:none;
    display:block;
    float:left;
    border:none;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    margin-right:2px;
    padding-left:12px;
    padding-right: 12px;
}
.menu-primary-menu-container a:link, .menu-primary-menu-container a:visited {
    color:#787878;
}
.menu-primary-menu-container a:hover {
    color:#253C4E;
}
.menu-primary-menu-container .current_page_item a {
    background: #172837;
    color:#AAC8E0;
    padding-left:15px;
}

/* Previous next pages */

.navigation {
    clear: both;
}

.nav-previous {
    float:left;
}
.nav-next {
    float:right;
}

/** Content **/
#wrap {
    overflow:hidden;
    width:80%;
    margin:0 auto;
    clear:both;
}
#content {
    display:inline;
    float:left;
    text-align:left;
    width:70%;
    padding:0;
}
.post, div.page {
    border-bottom:#eed 3px double;
    margin:10px 0;
    padding:15px 0;
}
.page-title {
    background-color:#FFFFCC;
    color: #999999;
    font-weight:normal;
    font-style:italic;
    text-align:center;
    margin-top:30px;
}
.entry-title {
    color:#1e2546;
    display:block;
    margin:0;
}
.entry-title  a:link,.entry-title  a:visited,.entry-title  a:hover,.entry-title  a:active {
    color:#1e2546;
}
.entry-meta {
    font-size:75%;
    color:#999;
    margin:3px 0;
}
.entry-content {
    margin:2em 0;
}
.entry-content a:link, .entry-content a:visited {
    border-bottom:1px dashed;
}
.entry-content a:active,.entry-content a:hover {
    border-bottom:1px solid;
}

/* all list styles */
.entry-content ul,.entry-content ol , .entry-content dd {
    margin-bottom:10px;
    margin-left:30px;
    margin-top:10px;
}
.entry-content ul {
    list-style-image:url(images/arrow.gif);
}
.entry-content li {
    padding-bottom:2px;
    padding-top:2px;
}

.entry-content dt {
    font-weight:bolder;
}

.entry-utility {
    color:#999;
}
.sticky {
	background-color:#FFFFCC;
	padding-left:10px;
}

/* share Icons */

.share-icons a img {
    border:none;
}
.share-icons a:hover {
    border:none;
}
.share-icons a:hover img {
    background:url(images/shadow.gif) no-repeat right bottom;
}

/** Widget Area (sidebars) **/

.widget-area {
    font-size:0.875em; /* 16x0.875 = 14 */
}

.widget-area h4 {
    font-size:150%;
    border-bottom:#eed 3px double;
    color:#45c045;
    margin:0;
    padding:5px 0;
}

.widget-area a {
    color:#516F86;
}

.widget-area p {
    margin:10px 0;
}

.widget-area li {
    list-style:none;
}

.widget-container {
    padding-top: 20px;
}

#sidebar {
    display:inline;
    float:right;
    width:25%;
    border-left:#ddd 1px dashed;
    margin:5px 0px 20px 0;
    padding-top:5px;
    padding-left:20px;
}

#siteinfo {
    background-color: #E5E5E5;
    position:relative;
    overflow: hidden;
}

#siteinfo .sidebar-container {
    width:80%;
    margin:0 auto;
}

.single #siteinfo {
    border-top:3px double #EEEEDD;
}

.siteinfo-widget {
    float: left;
    margin-right: 20px;
    width: 29%;
}

/** Comment **/

#commentblock {
    clear:both;
}
.commentlist , .commentlist ul {
    list-style:none;
}
.commentlist ul.children {
    margin: 10px;
}
.comment, .tweetback {
    border:1px solid #CCCCCC;
    margin-top:10px;
}
.comment-body {
    padding:5px;
}
.avatar {
    float:left;
}
#respond {
	border: 1px solid #d3d3d3;
	border-radius: 3px;
	padding: 1.625em;
	position: relative;
}
#respond input[type="text"] {
    display: block;
    height: 24px;
    width: 90%;
}
#respond input[type="text"],
#respond textarea {
	background: #fff;
	border: 4px solid #eee;
	border-radius: 5px;
	-webkit-box-shadow: inset 0 1px 3px rgba(204,204,204,0.95);
	-moz-box-shadow: inset 0 1px 3px rgba(204,204,204,0.95);
	box-shadow: inset 0 1px 3px rgba(204,204,204,0.95);
	position: relative;
	padding: 10px;
	text-indent: 80px;
	resize: vertical;
    width: 90%;
}
#respond .comment-form-author,
#respond .comment-form-email,
#respond .comment-form-url,
#respond .comment-form-twitter, /* twitter avatar reloaded Plugin*/
#respond .comment-form-comment {
	position: relative;
}
#respond .comment-form-author label,
#respond .comment-form-email label,
#respond .comment-form-url label,
#respond .comment-form-twitter label, /* twitter avatar reloaded Plugin*/
#respond .comment-form-comment label {
	background: #eee;
	-webkit-box-shadow: 1px 2px 2px rgba(204,204,204,0.8);
	-moz-box-shadow: 1px 2px 2px rgba(204,204,204,0.8);
	box-shadow: 1px 2px 2px rgba(204,204,204,0.8);
	color: #555;
	display: inline-block;
	font-size: 13px;
	left: 4px;
	min-width: 60px;
	padding: 4px 10px;
	position: relative;
	top: 40px;
	z-index: 1;
}
#respond input[type="text"]:focus,
#respond textarea:focus {
	text-indent: 0;
	z-index: 1;
}
#respond .comment-form-author .required,
#respond .comment-form-email .required {
	color: #bd3500;
	font-size: 22px;
	font-weight: bold;
	left: 75%;
	position: absolute;
	z-index: 1;
}
#respond .comment-notes,
#respond .logged-in-as {
	font-size: 13px;
}
#respond p {
	margin: 10px 0;
}
#respond .form-submit {
	float: right;
	margin: -20px 0 10px;
}
#respond input#submit {
	background: #223344;
	border: none;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0px 1px 2px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 1px 2px rgba(0,0,0,0.3);
	box-shadow: 0px 1px 2px rgba(0,0,0,0.3);
	color: #eee;
	cursor: pointer;
	font-size: 15px;
	margin: 20px 0;
	padding: 5px 42px 5px 22px;
	position: relative;
	left: 30px;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.3);
}
#respond input#submit:active {
	background: #1982d1;
	color: #bfddf3;
}
#respond #cancel-comment-reply-link {
	color: #666;
	margin-left: 10px;
	text-decoration: none;
}
#respond .logged-in-as a:hover,
#respond #cancel-comment-reply-link:hover {
	text-decoration: underline;
}
#respond p {
    margin: 10px 0;
}

/* Ping backs */

ul.pingbacks {
    list-style-image:url(images/arrow.gif);
    margin-left:30px;
}

/* input boxes */

#commentblock input.textbox, #commentblock textarea {
    font:1em Verdana, Arial, Serif;
}
#commentblock input.textbox {
    padding:2px 5px;
}
#commentblock textarea{
    height: 20em;
}
.comment #respond , .tweetback #respond{
    width: 90%;
    padding-left:5%;
}

/** footer **/
#footer {
    background-color: #172837;
    color:#ccc;
    clear:both;
    text-align:center;
    margin:0 auto;
    padding:10px;
}

#footer p  {
    font-size: 80%;
    margin: 0;
}

/** Responsive Styles */

/* Any smartphone */
@media only screen 
and (max-width:767px) {
    #wrap, #logo {
        width: 95%;
    }

    #header {
        padding-top: 15px;
    }

    #blogname {
        font-weight: normal;
    }

    #searchbox {
        display: none;
    }

    .menu-primary-menu-container ul {
        width: 100%;
    }

    #content {
        width: 100%;
    }

    #respond {
        padding: 0px;
        padding-left: 5px;
    }

    #sidebar {
        float: none;
        width: 100%;
        border-left: none;
    }

    #siteinfo {
        width: 100%;
    }

    .siteinfo-widget {
        width: 100%;
        float: none;
        margin: 0px;
    }

    #siteinfo .sidebar-container {
        width: 95%;
    }
}
