
/* Style codes below are all set by the AT Option ========== AT4US 2.8  ========= */

/* General Basic */

html body {
color: #0C3E53;
font-family: Verdana, Arial, Helvetica, sans-serif;
background-color: #0099B9;
background-image:url(); 
background-repeat: repeat;
background-position: left top; 
background-attachment: scroll;
}

a {
text-decoration:none;
outline:none;
color:#FF0000;
}
a:hover {
text-decoration: underline;
color:#FF9900;
}

#container,#header-top-body {
width: 85%;
}

#header-top{
display:display !important;
}
/* Code and Pre */
code, pre {
	background: #EAEAEA;
	color: #0C3E53;
	width:80%;
	margin:15px 30px 0 10px;
	}

/* Header */
#header a {
	color: #FFFFFF;
	text-decoration: none;
	}
#header a:hover {
	color: #0C3E53;
	text-decoration: none;
	}
#header-name {
	font-size:35px;
	}
#header-name,#header-name span {
	font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
	}
#header-name span {
	color: #666666;
	font-size:16px;
	}

/* Header Menu List */
/* navigation in header. background */
#header #headermenu{
background:#FFFFFF none repeat scroll 0 0;
}
#header #headermenu a{
color: #FF0000;
}
#header #headermenu li a{
color: #FF0000;
}

#header #headermenu li a:hover {
background: #FFFFFF;
color: #FF0000;
font-weight: bold;
text-decoration: underline;
}

/* Entry */
#entry {
	background: #FFFFFF;
	}
#entry-single {
	background: #FFFFFF;
	}
.entry-body {
color: #0C3E53;
}

/* Sticky Posts */
.sticky .entry-name {
border:#FF0000 2px solid;

-moz-border-radius-bottomleft:5px;
-moz-border-radius-bottomright:5px;
-moz-border-radius-topleft:5px;
-moz-border-radius-topright:5px;
-webkit-border-top-left-radius: 5px;
-webkit-border-top-right-radius: 5px; 
-webkit-border-bottom-right-radius: 5px;
-webkit-border-bottom-left-radius: 5px;
-khtml-border-radius-topleft:5px; 
-khtml-border-radius-topright:5px; 
-khtml- border-radius-bottomleft:5px; 
-khtml-border-radius-bottomright:5px;
border-radius:5px;
}

/* Link color in posts,only in posts content*/
.entry-body a{
color: #FF0000;
text-decoration: none;
}
.entry-body a:hover{
color: #FF9900;
text-decoration: underline;
}

/* Title of the Posts*/
.entry-name{
background:;
font-size: 18px;
}

.entry-name a {
text-decoration: none;
color: #E64117;
}
.entry-name a:hover {
text-decoration: none;
color: #FF9900;
}

/* Post Meta */
.entry-meta {
color:#999999;
}

.entry-meta a {
color: #999999;
}

.entry-meta a:hover {
color: #FF9900;
}

.entry-info {
color:#999999;
}
.entry-info a {
color:#999999;
}
.entry-info a:hover {
color: #FF9900;
}

/* Comments */
.comment-entry-alt {
	background: ;
	}
.comment-entry-owner {
	background: #FFFFCC;
	}
.comment-content {
	background: #E1F1FF;
	}

#commentform input,
.comment-input,
#commentform textarea {
background: #EEEEEE;
color:#000000;
}

.comment-input,
#commentform textarea {
border:1px solid;
}

#commentform textarea {
font-size: 16px;
}

#commentform input:focus,
#commentform textarea:focus {
background: #CCFFFF;
}

#comments-guidelines-info,#loading,#errors {
	background: #FFFFCC;
	color:#333333;
	}
.feedback-footer {
color:#999999;
}


/* Sidebar */
#sidebar{
border-left:#DEC3AB 1px solid;
background-color: #FFF7CC ;
color:#333333;
}

#sidebar a {
color:#FF0000;
text-decoration: none;
}

#sidebar a:hover {
text-decoration: underline;
color:#E64117;
}

#sidebar h2,#sidebar h3,
h2.widgettitle {
color: #0C3E53;
text-decoration: none;
font-size:16px;
background:;
}
#sidebar h2 a ,
#sidebar h3 a , 
h2.widgettitle a {
color: #0C3E53;
text-decoration: none;
}
#sidebar h2 a:hover ,
#sidebar h3 a:hover , 
h2.widgettitle a:hover {
text-decoration: none;
color: #0C3E53;
}

#sidebar li {
border-bottom: #EAEAEA 1px solid;
}


#sidebar li a {
color: #FF0000;
text-decoration: none;
}

#sidebar li a:hover {
text-decoration: none;
color: #0C3E53;
}


/* Navigation in content.*/
.content-nav{
background-color: #F6F6F6;
border:#EEEEEE 1px solid;
color:#0C3E53;
font-size:14px;
}

.content-nav a{
color:#FF0000;
}

.content-nav a:hover{
color:#FF9900;
text-decoration: underline;
}

/* Footer */
#footer {
	background: #FFFFFF;
	color: #333333;
	}

#footer a {
	color: #FF0000;
	}
#footer a:hover {
	color: #FF9900;
	}
#footer li {
	border-left:#EEEEEE 1px solid;
	}

/* Selected text. background color*/
selection {
background-color:#0C3E53;
color:#FFFFFF;
}
*::-moz-selection {
background-color:#0C3E53;
color:#FFFFFF;
}

/* Begin for WordPress2.6 Captions*/
.wp-caption {
	background-color:#F3F3F3;
	border: #DDDDDD 1px solid;
}

/* Subscribe in sidebar */
#sidebar .feedicon {
border: 1px solid #CCCCCC;
background-color: ;
}