body {
    margin: 0;
    padding: 0;
    background: url(/dvd/templates/blue_sky/img/bckg.jpg) repeat-x #5dcaf1;
}

a {
    color: #FFFFFF;
}

p a {
    color: #e6ff14;
}

p a:hover {
    text-decoration: none;
    color: #e6ff14;
}

h1 {
    font-size: 24px;
    color: #FFF;
    padding: 0;
    font-weight: normal;
}

p {
    padding: 0;
    margin: 0;
}

input {
    border: 1px solid #1698e3;
    width: 180px;
    font-size: 12px;
    font-family: "Trebuchet MS", Arial;
    color: #0a71cb;
}

.b {
    color: #1a6290;
}

/*main div which containes all content structure*/
#container {
    position: absolute;
    width: 980px;
    left: 50%;
    margin: 0px 0px 0px -490px;
    padding: 0;
    font-family: "Trebuchet MS", Arial;
    font-size: 12px;
    color: #FFFFFF;
}

/*little top bar with home and contact us links*/
#head_navbar {
    height: 25px;
    margin: 0;
    padding: 5px 30px 0 0;
    text-align: right;
}

#head_navbar ul {
    margin: 0;
    padding: 0;
}

#head_navbar ul li {
    display: inline;
    color: #C1D8EF;
}

#head_navbar ul li a {
    color: #C1D8EF;
    text-decoration: none;
}

#head_navbar ul li a:hover {
    color: #C1D8EF;
    text-decoration: underline;
}

/*head and company name*/
#company_name {
    font-size: 24px;
    font-weight: normal;
    padding: 40px 0 0 30px;
    height: 75px;
    background: url(/dvd/templates/blue_sky/img/company_name_bckg.jpg);
}

#company_name a {
    text-decoration: none;
}

#company_name .y {
    color: #e6ff14;
}

/*all page structure without header including footer*/
#content_container {
    float: left;
    width: 100%;
}

/*div created for correct grouping content columns without footer. to separate them*/
#main {
    width: 700px;
    float: left;
    padding: 0 20px 0 20px;
}

/*main menu*/
#menu {
    margin: 10px 10px 10px 0px;
}

#menu a {
    padding: 10px 10px 0 10px;
    text-decoration: none;
}

#menu a:hover {
    text-decoration: none;
    color: #e6ff14;
    border-bottom: 2px solid #e6ff14;
}

/*first post styles*/
#first_post {
    padding: 0 0 20px 0;
    border-bottom: 1px dashed #6bf1fb;
}

#first_post h1 {
    padding-top: 30px;
}

#first_post p {
    padding: 0;

}

#first_post .b {
    color: #1a6290;
}

/*first column under first post. left column*/
#first_column {
    width: 290px;
    float: left;
    margin-right: 20px;
    padding-top: 10px;
}

#first_column p {
    padding: 0 0 20px 0;
}

#first_column .b {
    color: #1a6290;
}

/*second column under first post. right column*/
#second_column {
    width: 290px;
    float: left;
    padding-top: 10px;
}

#second_column p {
    padding: 0 0 20px 0;
}

#second_column .b {
    color: #1a6290;
}

/*read more style*/
a.read_more {
    display: block;
    width: 40px;
    height: 15px;
    font-size: 11px;
    text-align: center;
    padding: 0 10px 0 10px;
    margin-top: 10px;
    background-color: #28a4e5;
    border: 1px solid #77e1f8;
    text-decoration: none;
    color: #FFFFFF;
}

a.read_more:hover {
    display: block;
    width: 40px;
    height: 15px;
    font-size: 11px;
    text-align: center;
    padding: 0 10px 0 10px;
    background-color: #1497F1;
    border: 1px solid #77e1f8;
    text-decoration: none;
    color: #FFFFFF;
}

/*categories styles*/
#categories {
    padding: 0 0 20px 0;
}

#categories h1 {
    padding-top: 0px;
}

#categories h1 a {
    text-decoration: none;
}

.items {
    float: left;
    margin-bottom: 30px;
}

.item {
    display: block;
    width: 220px;
    height: 18px;
    background-color: #5DC7FF;
    padding: 5px 0 5px 10px;
    border-left: 5px solid #68eaff;
    border-bottom: 1px solid #36bbee;
}

.item a {
    text-decoration: none;
}

.item a:hover {
    text-decoration: none;
}

.item_over {
    display: block;
    width: 220px;
    height: 18px;
    background-color: #25a1e5;
    padding: 5px 0 5px 10px;
    border-left: 5px solid #29dcf5;
    border-bottom: 1px solid #36bbee;
}

.item span.y {
    display: block;
    width: 170px;
    font-weight: bold;
    color: #fff;
    font-size: 12px;
    float: left;
}

.item span.b {
    width: 120px;
    font-weight: normal;
    color: #1a6290;
    font-size: 10px;
    line-height: 0.9;
}

.item_over span.y {
    display: block;
    width: 170px;
    font-weight: bold;
    color: #e6ff14;
    font-size: 12px;
    float: left;
    cursor: pointer;
}

.item_over a {
    text-decoration: none;
}

.item_over a:hover {
    text-decoration: none;
}

.item_over span.b {
    width: 120px;
    font-weight: normal;
    color: #1a6290;
    font-size: 10px;
    line-height: 0.9;
}

/*links*/
#links {
    float: left;
    width: 155px;
}

#links ul {
    margin-top: 0;
    padding-left: 17px;
    margin-left: 0;
}

#links ul li {
    list-style-image: url(../img/links_str.gif);
}

#links ul li a {
    text-decoration: underline;
}

#links ul li a:hover {
    text-decoration: none;
}

#links_2 {
    float: left;
    width: 155px;
}

#links_2 ul {
    margin-top: 0;
    padding-left: 17px;
    margin-left: 0;
}

#links_2 ul li {
    list-style-image: url(../img/links_str.gif);
}

#links_2 ul li a {
    text-decoration: underline;
}

#links_2 ul li a:hover {
    text-decoration: none;
}

/*right bar of content part*/
#right {
    width: 220px;
    float: left;
    clear: right;
}

/*footer*/
#footer {
    float: left;
    background: url(../img/footer_bckg.jpg) repeat-x;
    height: 45px;
    width: 960px;
    padding-top: 30px;
    padding-left: 20px;
}

#footer a {
    text-decoration: none;
    color: #1a6290;
}

#footer a:hover {
    text-decoration: underline;
}

/*footer parts. left and right*/
#footer_left {
    width: 48%;
    float: left;
    color: #1a6290;
    padding-left: 10px;
}

#footer_right {
    width: 48%;
    float: left;
    text-align: right;
}

#footer_right a {
    color: #e6ff14;
    text-decoration: underline;
}

#footer_right a:hover {
    color: #e6ff14;
    text-decoration: none;
}				

/* Search */

#search {
	float: right;
	width: 430px;
}

#search form {
	margin: 0;
}

#search fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

#search-text {
	width: 350px;
	padding: 2px;
	/*border: 1px solid #E9851D;*/
	background: #FFFFFF;
	text-transform: lowercase;
	font: bold 15px Arial, Helvetica, sans-serif;
	color: #000000;
}

#search-submit {
    height: 28px;
    padding: 0px 5px;
    background-color: transparent;
    color: #E6FF14;
    font-weight: bold;
    width: 58px;
    border: none;
}

#topmenu {
    padding-top: 5px;
}

.post .entry {
	padding: 0 15px;
    margin: 0 0 22px;
}

.post p, .entry p {
    margin: 0;
    padding: 0;
}

h2 a {
    font-size: 17px;
    margin-bottom: 0;
}

h2 a:hover {
    text-decoration: none;
}

.cat {
	padding: 15px;
}

.cat li {
    margin-top: 5px;
}

.cat a:hover {
    text-decoration: none;
}

.post .meta {
	height: 22px;
	margin-left: 2px;
	padding: 4px 30px 2px 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 10px;
	/*color: #FFFFFF;*/
}

.post .meta span {
	display: block;
	margin-top: -10px;
}

.control {
    padding-top: 15px;
    width: 100%;
}

.navigation {
    text-align:center;
    font-size: 15px;
    padding-bottom: 20px;
}

/*Add article*/

.add_article {
	margin-bottom: 25px;
}

.add_article .title {
    height: 41px;
    padding: 7px 0 0 0;
    letter-spacing: -.5px;
}

.add_article .subtitle {
	color: #1A6290;
    font-size: 14px;
    font-weight: bold;
}

.add_article form {
        padding-left: 20px;
}

input,select,textarea{
	padding: 4px 5px;
	border: 1px solid #DEDEDE;
	/*background: #D4D4D4;*/
	font: normal 14px Arial, Helvetica, sans-serif;
	/*color: #5D781D;*/
}

input[type=radio] {
    background: transparent;
    border: none;
    width: 20px;
}

.add_article .inputtext,textarea {
    	width: 520px;
}

.add_article select {
    	width: 532px;
}

.add-submit {
    width: 80px;
    height: 26px;
    border: none;
    background: #1A6290;
    color: #FFFFFF;
}

.save {
    text-align: center;
    padding-left: 10px;
    padding-top: 30px;
}

.success, .error {
    color: #FF6600;
}


