/*
 
  Tags: simple, clean, right sidebar, two columns, valid XHTML, valid CSS

  
  Description: ASERVIC Wordpress theme.
*/

/*----------Redeclarations----------*/

strong {
	font-weight: bold;
}

em {
	font-style: oblique;
}

hr {
	display: none;
}

/*-------Block Level Elements-------*/

body {
	background:#eedeff url("images/bg.png") repeat-x scroll 0 0;
	font: 14px Helvetica, Arial, sans-serif;color:#003366;
}




#page {
	width: 900px;
	margin: 0 auto;
}

#header {
	width: 100%;


}

#headerimg {
	padding:20px;	
}

#wrapper {
	width: 100%;
	background-color:#FFF;
	-webkit-box-shadow: 2px 2px 6px #000;
	-moz-box-shadow: 2px 2px 6px #000;
	box-shadow: 2px 2px 6px #000;
}

#content {
	float: left;
	width: 60%;
	padding:10px 20px 30px 30px;
	margin:10px;


}

#sidebar {
	width: 25%;
	margin-left: 70%;
	padding:10px;
	margin-top:10px;
	line-spacing:0px;
	border-left:dotted 1px;
}

#footer {
	width: 100%;
	clear: both;


}

#footbox{
	width:100%;
	padding-top: 30px;
	padding:10px;	
}



#f1content {
	float:left;
	padding-left:25px;
	width:30%;
	
}

#f1content2 {
	float:left;
	width:30%;
	padding:20px;
	padding-bottom:30px;
	border-right: dotted 1px ;
	border-left: dotted 1px ;
	text-decoration:none;


}

#f1content3 {

	float:left;
	width:30%;
	padding-left:3px;
	padding-top: 20px;


	
}

#sc {


}

#bottom {
	height:36px;
}

a.button {
	background: transparent url("images/button-cap.png") no-repeat scroll top right;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	display: inline-block;
	height: 29px;
	margin-right: 9px;
	padding-right: 9px; /* sliding doors padding */
	text-decoration: none;
}

a.button span {
	background: transparent url("images/button.png") no-repeat;
	display: inline-block;
	color: #fff;
	padding: 2px 0 12px 9px;
}

/*---------Inline Elements----------*/
h1 { font-size:24px; font-family:Arial, Helvetica, sans-serif; color:#666699;

}

h2 {font-size:20px;font:Arial, Helvetica, sans-serif; color:#666699; padding-top:0px; padding-bottom:2px; 

}

.pagetitle { font-size:23px; font-family:Arial; color:#666699; border-bottom-style:dotted; border-top-style:dotted; font-style:italic;border-width:2px;
}

h3 { 

}

h4 {font-size:20px;font:Arial, Helvetica, sans-serif; color:#336699; padding-top:0px; padding-bottom:2px; font-variant:small-caps; text-decoration:none; font-weight:bold;

}

h5 { 

}

h6 { font-size:11px;font:Arial, Helvetica, sans-serif; color:#FFF; padding-left:15px; align="absbottom";;
}


/*-------------sidebar post------------*/


.post-announcements { font-size:12px; margin-left:14px; margin-right:50px;

}

.post-announcements p { font-size:12px;font-family:Arial; line-height: 2em; padding-top:1.5em;

}

.post-announcements a { text-decoration:none; }

A:hover {text-decoration: none; color:#0CC;}


.post-announcements ul {font-size:12px;

}

.post-announcements li {font-family:Arial; line-height: 2em; list-style: circle outside; color:black  text-decoration:none font-size:12px; padding-top:10px;

}



/*-------------The Post-------------*/

.post { margin-left: 40px; 

}

.post p { font-size:13px;font-family:Arial; color:#666699;line-height: 2em; padding-top:1.4em;

}

.break{ border-top:dotted 1px; margin-top:20px; padding:25px;}



.post a { text-decoration:none; color:#666699; color:#006;}

A:hover {text-decoration: none; color:#0CC;}


.post ul {font-size:10px; 

}

.post li {font-size:15px;font-family:Arial; color:#666699;line-height: 2em;  list-style: circle outside;  text-decoration:none; 

}


.entry {

}

.entrytext .postmetadata {

}

.postmetadata alt {

}

.postmetadata a {

}

.navigation {

}

.alignleft {

}

.alignright {

}

.center {

}

.pagetitle {

}

blockquote {

}

cite {

}

a img {

}

acronym, abbr {

}

/*-------------Comments-------------*/

ol.commentlist {

}

ol.commentlist li {

}

ol.commentlist li.alt {

}

ol.commentlist a {

}

small.commentmetadata {

}

/*-----------Search Form------------*/

#searchform {

}

#searchform input {

}

#searchform #s {

}

/*---------CSS3 and Custom----------*/

body {
	-webkit-text-stroke: 1px transparent;
}

#container {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

::-moz-selection {
	background: #000;
	color: #fff;
}

::selection {
	background: #000;
	color: #fff;
}

input:focus {
	outline: auto 5px #fff;
}

blockquote .bqstart {
	float: left;
	height: 45px;
	margin-top: -20px;
	padding-top: 45px;
	margin-bottom: -50px;
	font-size: 700%;
	color: #FF0000;
}


blockquote .bqend {
	float: right;
	height: 25px;
	margin-top: 0px;
	padding-top: 45px;
	font-size: 700%;
	color: #FF0000;
}

a { color:#336699;
	text-decoration:none;
	-webkit-transition-duration: .2s;
	-webkit-transition-property: color, background;
	-o-transition-duration: .2s;
	-o-transition-property: color, background-color;
}

.clear {
	clear: both;
}


