/*
*                                __
*        __                     /\ \
*  __  _/\_\     __      ___    \_\ \    ___
* /\ \/'\/\ \  /'__`\  /' _ `\  /'_` \  / __`\tm
* \/>  </\ \ \/\ \L\.\_/\ \/\ \/\ \L\ \/\ \L\ \
*  /\_/\_\\ \_\ \__/.\_\ \_\ \_\ \___,_\ \____/
*  \//\/_/ \/_/\/__/\/_/\/_/\/_/\/__,_ /\/___/
*                wordpress styles
*
* Blue Colorscheme for Xiando Basic - v0.0.1
*
* See http://xiando.livelyblog.com/wordpress-themes/ for
* more information.about this theme and it's features
*
* CSS, XHTML v1.0 and design is released under GNU GPL v3
* available at http://gplv3.fsf.org/
*
* NOTE: There is no LAYOUT or POSITION information on this CSS
* file, only COLORS. Refer to style.css for other elements.*
*
*/

body {
	background:#d1d9f3;
}

/* Layout colors and general Field area colors */

#leftcontent {
	background:transparent;
}
#centercontent {
	background:#f0f6ff;
}
#rightcontent {
	background:transparent;
}


#blogtitle , #blogtitle a, #blogslogan {
	color:#042489;
}

#blogtitle, #blogslogan {
	position: relative; 
	top: 220px;
}
#footer{
	border-top:1px solid gray;
}

/* Specific element colors */

blockquote, code {
	background : #d1d9f3;
	color:#111111;
}

h2 {
	border-bottom:1pt solid #ccc;
}

h2, h3, h1, h4, h2 a.rsswidget {
	color : #042489;
}

ins {
	text-decoration:none;
	color:#555;
}

/* Post colors */

#content{
	background:#f8fcff;
}
#content h2 a {
	color:#042489;
}

.post {
	background:transparent;
}
.postmetadata {
	background:#d1d9f3;
}

.sidebar {
	background:transparent;
	color : #000000;
}

.sidebar h2 {
	background:transparent;
	color : #000066;
}

.border {
	border: 1px solid #999999;
}


a:link, a:visited {
	color : #100072;
	text-decoration : underline;
} 
a:hover, a:active  {
	color: #5d4acf;
}

/* Input fields */
input , textarea, select, option {
	background : #ffffff;
	color : #111111; 
	border: 1pt solid #ccc;
}

fieldset, legend {
	background:transparent;
	color : #111111;
	border: none;
}

/* Tables */
table {
	color : #111111; 
}
caption {
	color: #111111;
}
img.post {
	padding: 4px;
	margin: 0 7px 2px 0;
	float: left;
	}
