/*
	Theme Name: uClassify
	Theme URI: http://uclassify.com/
*/


/***********************************************************************************************
* General
***********************************************************************************************/

body, html
{
    font: 14px "Trebuchet MS", Tahoma, Geneva, Arial, Helvetica, sans-serif;
    margin:0;
    padding:0;
    background-color: #ffffff;
    color:#333;
    height: 100%;
    min-width: 950px;
}

a
{
	color: #cc6600;
	text-decoration: underline;
}

ul
{
	margin-top: 0.1em;
}

h1, h2, h3, h4
{
	color: #556374;
}


/***********************************************************************************************
* Containers
***********************************************************************************************/

#headerLong
{
	background-color: #ffffff;
	min-height:150px;
	height:auto !important;
	height:150px;
}

#header
{
	padding-left: 50px;
	padding-top: 45px;
	margin: 0px auto;
}

#header a:hover
{
	background-color: transparent;
}

#logo
{
	float: left;
}

#logo a
{
	text-decoration: none;
	background-color: transparent;
	outline: none;
}

#topMenuContent
{
	font-weight: bold;
	font-size: 1.2em;
	padding-top: 35px;
	float:left;
	margin-left: 30px;
}

#topMenuContent a 
{
	text-decoration: none;
	margin-right: 30px;
	background-color: transparent;
	outline: none;
	color: #9498a4;
}

#topMenuContent a:hover
{
	color: #556374;
}

.headerSeparator
{
	background: #ffffff url(http://www.uclassify.com/Graphic/gradient.jpg) repeat-x;
}

#wrap
{
	float:left;
	margin: 0px auto;
	margin-top:0px;
	min-height:600px;
	height:auto !important;
	height:600px;
}

#page
{
    margin: 0px auto;
    width: 95%;
   	padding: 50px 20px 20px 50px;
	min-height:600px;
	height:auto !important;
	height:600px;
}

#page:after
{
	clear:both;
	content:" ";
	display:block;
}

* html #wrap { height:100% }

.narrowcolumn
{
	float:left;
	width: 65%;
	margin-right: 50px;
}

.widecolumn
{
    width:80%;
}

#sidebar
{
	float:left;
	width: 25%;
	font-size: 0.8em;
}

#footer
{
    margin: 0px auto;
    width: 95%;
	color: #556374;
	font-size: 1em;
	margin-top: 20px;
	padding-bottom: 50px;
	text-align:center;
}

#footer a
{
	color: #556374;
	text-decoration: none;
}

#footer a:hover
{
	color: #334354;
}

.entry
{
}

/***********************************************************************************************
* Styling
***********************************************************************************************/

/* Round corners */

hr
{
	color: #cc6600;
	background-color: #cc6600;
	height: 5px;
	margin-top: 20px;
}

p
{
	margin-top: 2px;
}


h2
{
	padding-top: 20px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

h3
{
	margin-bottom: 0px;
	padding-bottom: 0px;
}

h4
{
	margin-bottom: 0px;
	padding-bottom: 0px;
}

/***********************************************************************************************
* Others
***********************************************************************************************/

.narrowcolumn .postmetadata
{
	text-align: center;
}

.alt
{
	background-color: #f8f8f8;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}


small
{
	font-size: 0.9em;
	line-height: 1.5em;
}

.entry p a:visited {
	color: #b85b5a;
	}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em;
	}

.commentlist li {
	font-weight: bold;
	}

.commentlist li .avatar {
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	}

.commentmetadata {
	font-weight: normal;
	}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

/* End Typography & Colors */



/* Begin Structure */

.post
{
/*	clear: both;*/
	margin: 0 0 40px;
	text-align: justify;
}

.clear {
	/*clear: both;*/
}

/* End Structure */





/* Begin Images */

img
{
	border-style: none;
}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

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

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}

/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul
{
	margin-left: 0px;
	padding: 0 0 0 30px;
	padding-left: 10px;
}

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

#sidebar ul ul li:before {
	content: "\00BB \0020";
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}

/* End Entry Lists */


