/*
Theme Name: Mindless Spot
Theme URI: http://www.templatesfactory.net/
Description: Mindless Spot is a 2 columns wordpress theme. It has been sponsored By: <a target="_blank" href="http://www.dirjournal.com">Directory Journal</a>. Get more free themes like this from <a target="_blank" href="http://www.dirjournal.com/wp-themes/">DirJournal Free WP Themes</a>
Version: 1.0
Author: Hasan Saleem
Author URI: http://www.templatesfactory.net/
*/

/************************/
/*     Global Design    */
/************************/

a {
    text-decoration: none;
    color: #005B72;
}

a:visited {
    text-decoration: none;
}

a:hover {
    color: #2F2F2F;
}

a:active {

}

body {
    font-family: Verdana, Arial, sans-serif;
}

body, h1, h2, h3, h4, h5, h6, ol, ul {
    margin: 0;
    padding: 0;
}

/*tooltip*/

div.tooltip {
	width: 200px;
	color: #006b86;
	text-align: center;
}

div.tooltip h4 {
	color: #006b86;
	font-weight: bold;
	margin: 0;
	padding: 13px 10px 5px;
	background: url(images/balloon.png) top left no-repeat !important;
	background: url(images/balloon.gif) top left no-repeat;
	font-size: 11px;
}

div.tooltip p {
	margin: 0;
	padding: 0 10px 15px;
	background: url(images/balloon.png) bottom left no-repeat !important;
	background: url(images/balloon.gif) bottom left no-repeat;
	font-size: 10px;
}

/************************/
/*     Layout Design    */
/************************/
#container {
    min-width: 950px;
    background: url(images/background.png) repeat-x;
}

#header {

}

#contents {
    width: 950px;
    margin: auto;
}

#content {
    float: left;
    width: 730px;
    margin-right: 20px;
}

#sidebar {
    float: right;
    width: 200px;
    margin-bottom: 10px;
}

#footer {
    clear: both;
    background: #D1E9EF url(images/footer_background.png) top;
    padding-top: 10px;
    border-top: 1px solid #BFF2FF;
}

.clear {
    clear: both;
}


/************************/
/*     Header Design    */
/************************/
#header {
    background: url(images/header_background.png) repeat-x bottom;
    border-bottom: 2px solid #067cb3;
}

#logo {
    width: 950px;
    margin: auto;
}

#logo h1 {
    margin: 0;
    padding: 10px 0;
}

#logo h1 a {
    color: #fff;
    font-size: 30px;
    font-family: Georgia, sans-serif;
}

#logo h1 a:hover {
    color: #005165;
}


#navigation {
    font-family: Georgia, sans-serif;
    font-size: 20px;
    background: url(images/navigation.png) repeat-x top;
    margin-bottom: 20px;
}

#navigation ul {
    list-style-type: none;
    width: 950px;
    height: 34px;
    margin: auto;
}

#navigation ul li {
    display: inline;
}

#navigation ul li a {
    padding: 5px 20px 5px 20px;
    display: block;
    float: left;
    color: #fff;
    text-decoration: none;
}

#navigation ul li a:hover {
    color: #005165;
    background: url(images/navigation.png) repeat-x bottom;
}


/************************/
/*    Sidebar Design    */
/************************/
#sidebar .searchbox {
    padding: 10px;
    background-color: #D1E9EF;
    margin-bottom: 10px;
}

#searchform {
    margin: 0;
    padding: 0;
}

#searchform div.keyword {
    float: left;
}

#searchform #s {
    width: 120px;
    background-color: #BFF3FF;
    border: 1px solid #005A6F;
}

#searchform #searchsubmit {
    width: 50px;
}

#searchform #s:hover, #searchform #s:focus {
}

#searchform #searchsubmit {
    float: right;
}

#sidebar ul {
    list-style: none;
    font-size: 12px;
    line-height: 16px;
    background-color: #D1E9EF;
    padding: 2px;
}

#sidebar ul li {
    margin-bottom: 10px;
}

#sidebar ul li li {
    margin-bottom: 0px;
}

#sidebar ul li li:hover {
}

#sidebar ul li h2 {
    font-size: 14px;
    color: #005B72;
}

#sidebar ul li a {
    color: #005b72;
    display: block;
    padding: 2px 0;
    border-bottom: 1px solid #2A92AC;
}

#sidebar ul li a:hover {
    color: #1A5A6A;
    background-color: #E0ECEF;
}

#sidebar ul.children {
    padding: 0;
}


/************************/
/*    Content Global    */
/************************/
.post {
    margin-bottom: 20px;
}


.post p, .post blockquote, .post ol, .post ul {
    margin: 0;
    padding: 0;
    margin-bottom: 5px;
}

.post ol {
    padding-left: 25px;
}

.post ul {
    padding-left: 20px;
}

h2.pagetitle, h2.pagetitle {
    font-size: 14px;
    font-family: Georgia, sans-serif;
    color: #005B72;
}

/************************/
/*    Content Design    */
/************************/
.post a:hover {
    text-decoration: underline;
}

.post h2 a, .post h2, .post h3 {
    font-family: Georgia, Verdana, sans-serif;
    font-weight: normal;
    font-size: 30px;
    text-decoration: none;
    color: #005B72;
}

.post small {
    font-weight: bold;
    font-size: 11px;
    color: #005B72;
}

.post small.date {
    color: #9CC23B;
}

.post .entry {
    font-size: 13px;
    font-family: Tahoma;
    margin-top: 5px;
}

hr {
    width: 80%;
    background-color: #005B72;
    height: 1px;
    border: none;
    margin: 20px auto;
}

/************************/
/*    Comment Design    */
/************************/
h3#comments, h3#respond {
    font-family: Georgia, sans-serif;
    font-size: 20px;
    color: #005B72;
    font-weight: normal;
}

ol.commentlist {
    list-style: none;
    font-size: 11px;
}

ol.commentlist small.c_author {
    font-weight: bold;
}

ol.commentlist em {
    font-size: 12px;
    color: #ff0000;
}

ol.commentlist p {
    margin-top: 2px;
    font-size: 13px;
    font-family: Tahoma, sans-serif;
}

ol.commentlist ul {
    padding-left: 20px;
    list-style-type: square;
}

ol.commentlist ol {
    padding-left: 25px;
}

ol.commentlist ol, ol.commentlist ul {
    font-size: 13px;
    margin-bottom: 3px;
}

#commentform p {
    margin: 3px 0;
    font-size: 13px;
}

#commentform input[type~="text"], #commentform textarea {
    background-color: #D1E9EF;
    border: 1px solid #005A6F;
}

#commentform #comment {
    width: 90%;
}

/************************/
/*  Navigation Design   */
/************************/
.navigation {
    display: block;
    padding-bottom: 20px;
    font-size: 13px;
}

.navigation .alignleft {
    float: left;
}

.navigation .alignright {
    float: right;
}

/************************/
/*     Footer Design    */
/************************/
#footer #footermeta {
    width: 950px;
    margin: auto;
}

#footer #footermeta a:hover {
    text-decoration: underline;
}

#footermeta .footer-recent-posts, #footermeta .footer-recent-comments, #footermeta .feeds {
    width: 33%;
    float: left;
}

#footermeta .feeds img {
    border: none;
    float: right;
}

#footermeta div ul {
    list-style: none;
    font-size: 12px;
    margin-right: 10px;
}

#footermeta div ul li {
    margin-bottom: 5px;
    color: #005e72;
}

#footermeta div h4 {
    font-family: "Trebuchet MS", Tahoma, Arial;
    color: #005B72;
    border-bottom: 1px solid #005B72;
    margin-right: 10px;
}

#footer #copystuff {
    margin: 0;
    padding: 5px 0 10px 0;
    color: #005B72;
    font-size: 10px;
    font-weight: bold;
}

#copystuff p.copyleft {
    float: left;
}

#copystuff p.copyright {
    float: right;
}

