/*
Theme Name: Blue Clouds
Theme URI: http://wordpress.org/
Description:
Version: 1.0
Author: T
Author URI: http://precakan.com/
Tags: blue, custom header, fixed width, two columns, widgets

	Kubrick v1.5
	 http://binarybonsai.com/kubrick/

	This theme was designed and built by Michael Heilemann,
	whose blog you will find at http://binarybonsai.com/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/


*
{
    margin: 0;
    padding: 0;
}

*:focus
{
	outline: none;
}

body
{
    background-image: url(images/cloud3.jpg);
    background-repeat: no-repeat;
    background-color: #2463ab;
    background-position: top center;
    font-family: Verdana, Arial;
    font-size: 12px;
}


a, a:hover, a:visited
{
    color: #2463ab;
    outline: none;
    text-decoration: none;
}

h2
{
    background-color: #FD9C00;
    border: 1px solid white;
    color: white;
    font-size: 14px;
    font-weight: normal;
    margin: -20px 0px 5px 0px;
    padding: 2px;
    text-align: center;
    text-transform: lowercase;
    border-radius:5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

h3
{
    font-size: 14px;
}

input[type=text]
{
    font-size: 16px;
}


input[type=text], input[type=submit]/**/
{
    background-color: transparent;
    border: 1px solid #7F9DB9;
    color: black;
    line-height: 22px;
    height: 22px;
    /*padding: 2px;*/
    margin-top: 1px;
    margin-bottom: 1px;
    padding-left: 1px;
    padding-right: 1px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

input[type=text]:focus
{
    background-color: white/*#F0F0F0*/;
    border: 2px solid #BBDAFD;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

textarea
{
    background-color: transparent;
    border: 1px solid #7F9DB9;
    color: black;
    font-family: Verdana;
    font-size: 14px;
    /*padding: 2px;*/
    width: 450px;
    margin-top: 1px;
    margin-bottom: 1px;
    padding-left: 1px;
    padding-right: 1px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;

}

textarea:focus
{
    background-color: white/*#F0F0F0*/;
    border: 2px solid #BBDAFD;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

select
{

    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}


img
{
    border: 0;
}


ul
{
    list-style-type: none;
}


#page
{
    margin: 0 auto;
    overflow: auto;
    width: 100%;
}


#header
{
    background-image: url(images/header-back.png);
    background-repeat: repeat-x;
    height: 134px;
    margin-bottom: -10px;
    padding: 10px 10px 0 10px;
    position: relative;
}

#header-top
{
    height: 90px;
    text-align: left;
    padding-left: 220px;
    position: relative;
}

#stamp
{
    left: -10px;
    position: absolute;
    top: -20px;
}


#header-top > a
{
    font-size: 20px;
    line-height: 90px;
    margin: 0 auto;

}


#header-top form
{
    color: white;
    float: right;
}


#header-top form input
{
    background: none;
    border: 1px solid white;
    color: white;
}

#topmenu
{
    font-size: 16px;
    text-align: right;
}


#topmenu ul li
{
    display: inline;
    margin-right: 10px;
}

#topmenu ul li a:hover
{
    border-bottom: 2px solid #FD9C00;
}

#sitecenter
{
    background-image: url(images/content-back.png);
    border: 1px solid #FD9C00;
    float: left;
    margin: 0 10px 20px 10px;
    width: 588px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}


#sidebar
{
    float: left;
    width: 160px;
}

#searchform
{
    text-align: center;
    margin-top: 10px;
}


.screen-reader-text
{
    display: none;
}


#sidebar #s
{
    width: 100%;
}

#searchsubmit
{
    margin-top: 5px;
}


#rss-3
{
    font-size: 84%;
    text-align: justify;
}


#sidebar > ul > li
{
    background-image: url(images/content-back.png);
    border: 1px solid #FD9C00;
    margin-bottom: 20px;
    padding: 10px;
    text-transform: lowercase;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}
#addStory
{
    display: none;
    margin-bottom: 20px;
    padding: 10px;
}

#addstory-form
{
    display: table;
    width: 450px;
}

#addstory-namecat
{
    clear: both;
    overflow: auto;
}

#addstory-name
{
    float: left;
    margin-right: 20px;
}

#addstory-name input
{
    width: 150px;
}


#addstory-cat
{
    float: left;
}

#addstory-cat select
{
    height: 25px;
    font-size: 15px;
    vertical-align: middle;
    border: 1px solid #7F9DB9;
}


#addstory-sex
{
    float: right;
}


#msgLen
{
    background: transparent;
    border: none;
    width: 22px;
    font-size: inherit;
}


#submitstory
{
    font-size: 14px;
    font-weight: bold;
    float: right;
    height: 25px;
    letter-spacing: 0.1em;
    line-height: 25px;
    text-transform: lowercase;
    width: 85px;
}


#slideup
{
    background-color: #2463ab;
    border:solid black;
    border-width: 1px 0px;
    color: white;
    font-size: 10px;
    padding: 2px 0px;
    text-align: center;
}

#slideup:hover
{
    cursor: default;
}

#addstory-result
{
    text-align: center;
    margin-bottom: 30px;
}

#addstory-result img
{
    border: none;
}


#content
{
    height: 100%;
    padding: 10px;
}

.center
{
    text-align: center;
}

#addstory-link
{
    color: #2463AB;
    margin: 15px 0;
}


#rightbar
{
    float: left;
    width: 210px;
}

#rightbar > ul > li
{
    background-image: url(images/content-back.png);
    border: 1px solid #FD9C00;
    padding: 10px;
    margin-bottom: 20px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

#fb_fanbox
{
    text-align: center;
}

.fan_box .connect_action .name
{
    display: block;
    clear: right;
}


.errclass
{
    color: red;
    font-style: italic;
}


.post
{
    padding: 5px 10px;
}


.hentry
{
    background-color: #F0F0F0;
    border: 1px solid white;
    margin: 10px 0px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.entry
{
    text-align: justify;
}


.story_user_entry
{
    overflow: hidden;
}


.story_user
{
    color: #797979;
    float: left;
    font-size: 14px;
    font-style: italic;
    margin-right: 10px;
}


.img_storysex
{
    vertical-align: middle;
}


.entry-single
{
    min-height: 70px;  
}

.vote
{
    background-color: #FFF5B8;
    border: 1px solid #FD9C00;
    float: right;
    width: 70px;
    height: 50px;
    text-align: center;
    border-radius:5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    margin-left: 10px;
}

.vote a
{
    display: block;
}

.vote-counter
{
    color: #FFD58C;
    height: 50px;
    line-height: 50px;
    font-size: 45px;
    vertical-align: middle;
}

.vote-counter a
{
    color: #FFD58C;
}

.vote-text
{
    color: #797979;
    font-size: 11px;
    margin-top: -15px;
    height: 15px;
}

.vote-text a
{
    color: #797979;
}



.entry a, .entry a:visited, .entry a:active
{
    border: none;
    color: black;
}

.postmetadata
{
    font-size: 10px;
    margin-top: 10px;
    /*min-height: 31px;*/
    overflow: hidden;
    clear: both;
}


.postmetadata-left
{
    float: left;
}

.postmetadata-right
{
    float: right;
	margin: 0 3px;
}

.postmetadata, .postmetadata a, .postmetadata a:visited
{
    color: #797979;
}


#footer
{
    background-image: url(images/footer-back.png);
    /*border-top: 15px solid #F0F0F0;*/
    clear: both;
    color: white;
    min-height: 60px;
    text-align: right;
}

#footer a, #footer a:hover, #footer a:visited
{
    color: #FD9C00;
}

#footer-icons
{
    padding: 10px 30px;
}

#footer-icons img
{
    vertical-align: middle;
}


.navigation
{
	overflow: auto;
}

.alignleft
{
    float: left;
}

.alignright
{
    float: right;
}

.sitewidth
{
    width: 980px;
    margin: 0 auto;
}

#container-middle
{
    overflow: auto;
    padding-top: 10px;
}


.categories > ul > li
{
    background-image: url(images/li-bottom.png);
    background-position: bottom right;
    background-repeat: no-repeat;
    font-size: 16px;
    height: 30px;
    line-height: 30px;
    width: 100%;
}

.categories > ul > li > a
{
    display: block;
    width: 100%;

}

.msglimit
{
    float: right;
}

.wpcf7-form input
{
    margin-bottom: 5px;
}
.wpcf7-form textarea
{
    margin-bottom: 5px;
}

#comments
{
    text-align: center;
    color: #2463AB;
}

.commentlist
{
    list-style-type: none;
    margin-top: 20px;
}

.comment
{
    padding: 15px 10px;
    border-bottom: 2px dotted white;
}

.odd
{
}

.even
{
}

#respond
{
    margin-top: 40px;
}


#commentform
{
    width: 400px;
    padding: 0;
}

#commentform > div
{
    margin-top: 10px;
}


#commentform-namemail
{
    overflow: hidden;
    width: 100%;
}

#commentform-text
{
    width: 400px;
}


#commentform textarea
{
    width: 100%;
}


.avatar
{
    border: 1px solid white;
    padding: 2px;
    vertical-align: middle;
}

#err-404
{
    margin-top: 40px;
    overflow: auto;
}

#err-404-content
{
    float: left;
}

#err-404-content ul
{
    list-style-type: disc;
    padding-top: 20px;
    padding-left: 30px;
}

#err-404-content ul li
{
    margin-bottom: 8px;
}

.page-item-4 a
{
    color: #B97400;
    font-weight: bold;

}

#addstory-source, #addstory-source input
{
	font-size: 10px;
}

#addstory-source input
{
	height: 16px;
} 
