/*  
Theme Name: UCTheme-Blog
Version: 1.0
Theme URI: http://www.ultimate-contest.com
Description: N/A
Author: Flik Teoh
Author URI: http://www.flikteoh.com/
Tags: N/A

Copyright by Flik Teoh 2009
*/

@import "style/comment.css";
@import "style/layout.css";
@import "style/disqus.css";
@import "style/social.css";
@import "style/cform.css";
@import "style/text.css";

* {
	margin: 0;
	padding: 0;
}

body {
	margin: 0;
	font-family: Calibri, 'Century Gothic', Arial, San Serif;
	font-size: 16px;
	line-height: 20px;
	vertical-align: baseline;
	background: #2faed2;
	color: #999;
}

.clear {
	clear: both;
}

.center {
	text-align: center;
}

.alignright {
	float:right;
}

.alignleft {
	float:left;
}

/* links and fonts */

a:link, a:active, a:visited {
	color: #666;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a:focus {
	outline: none;
}

/*++++ Misc ++++*/
acronym, abbr, span.caps {
	cursor: help;
}

acronym, abbr {
	border-bottom: 1px dashed #999;
}

blockquote {
	background: #ecf6f8 url(style/i/quote.png) no-repeat 5px top;
	font-style: italic;
	margin: 5px 0 0 5px;
	padding: 5px 10px 1px 45px;
}

blockquote cite {
	margin: 0 0 ;
	display: block;
}

hr {
	display: none;
}

input, textarea, select {
	margin: 5px 0 0;
	padding: 2px !important;
}

input[type="file"] {
	padding: 2px !important;
}

a img {
	border: none;
}

pre {
	border: solid 1px #9a9a9a;
	color: blue;
	margin: 10px;
	padding:10px;
	background: #f3f2ed
}

code {
	background: #c1f1f9;
	display: block;
	font-size:1.0em;
	color: #000
}

img.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
}

img.alignright {
	display:inline;
	margin:2px 0 2px 7px;
	padding:4px;
	background: #f3f3f3;
	border: 1px solid #ddd;
}

img.alignleft {
	display:inline;
	margin:2px 7px 2px 0;
	padding:4px;
	background: #f3f3f3;
	border: 1px solid #ddd;
}

img#wpstats{
	display: none;
}