﻿/*
Theme Name: Coretech Test
Theme URI: http://srinig.com/wordpress/themes/fluid-blue/
Description: A simple two column fluid width theme. Right sidebar supports widgets. Tags and gravatars supported. Valid XHTML and CSS.
Version: 1.6.1
Author: Claus Codam (Srini G)
Author URI: http://srinig.com/wordpress
Tags: fluid width, variable width, blue, two columns, right sidebar, widgets, graphics free, simple, valid CSS, valid XHTML

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/

html {
overflow: auto; 
overflow-x: hidden;
}

body {

	margin:0;
	background:#fff;
	color:#444;
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align:center;
}

a { 
	color:#258;
	text-decoration:none;
}

a:hover {
	text-decoration:underline; 
}

.authortitle {
	font-family:Cambria, Cochin, Georgia, Times, "Times New Roman", serif;
	font-size:3em;
	font-style:italic;
}


h1, h1 a, h2, h2 a, h3, h4, h5, h6 {
	margin-bottom:0;
/*	color:#27a;*/
	color:#000000;
	text-align:left;
}

h1 {font-size:2.6em;}
h2 {font-size:2em;}
h3 {font-size:1.6em;}
h4 {font-size:1.2em;}
h5 {font-size:1em;}
h6 {font-size:0.8em;}


img {
	border:0;
}

input {
	font-size:1.2em;
}

input[type=text], textarea{
	background:#fff;
	border:1px inset #aaa;
}
input[type=submit] {
	background:#eee;
	border:1px outset #aaa;
}

textarea {
	font-size:12px;
}

pre {
	font-size:12px;
}
code {
	font-size:12px;
	background-color:#f8f8f8;
	color:#111;
}

/* Layout */
#page {
	min-width:1020px;
	margin:0 auto;
	text-align:left;
}


#parentwrapper {
        width:71%;
	margin:0 auto;
	padding-right:230px;
	position: relative; 
        top: -20px; 
}

#parentwrap {
        float:left;
	width:96%;
        color:#FFF;
        border-right:230px;
	//border-right:231px;
        margin-right:-230px;
        padding:0 4% 0 0;
}

#parentwrap a {
color:#FFFFFF;
}

#wrapper {
        width:71%;
	margin:0 auto;
	padding-right:230px;
	position: relative; 
        top: -12px; 
}

#menuwrapper {
        float:left;
	width:96%;
        border-right:230px solid #eee;
	//border-right:231px solid #eee;
        margin-right:-230px;
        padding:0 4% 0 0;
}

#content{
min-height:400px;
	float:left;
	width:96%;
	border-right:230px solid #eee;
	margin-right:-230px;
	margin-bottom:-12px;
	padding:20px 4% 20px 0;
}

#sidebar{
	float:left;
	width:190px;
	margin:0 -230px 0px 0;
	padding:20px;
	background:#eee;
}

#footer {
	clear:both;
	padding:10px;
	border-top:0.2em solid #333642;
	border-bottom:0.1em solid #333642;
}

/* Header */

#header {  
   /*     min-height:13.4em;
        *max-height:13.6em;*/
        height:13.4em;
        background-image:url('top.PNG');
        background-position:center; 
        text-align:center
}

#headerpicture {
	text-align:center;
	position: relative; 
         top: 35px; 
         left: 65px
}

#headersearch {
	text-align:center;
	position: relative;
        top: -75px;
        *top: -96px;
        right: 406px;
}


/* Top navigation */
#dropmenu {
	font-size:1.2em;
}
 #dropmenu, #dropmenu ul {margin:0; padding:0; list-style-type:none; list-style-position:outside; line-height:1.5em; z-index:300; background:#fff; font-weight:bold;}
#dropmenu a {display:block; padding:0.25em 1em; color:#2277AA; border-left:1px solid #EEE; text-decoration:none; background:#fff;}
#dropmenu a:hover {background:#315b86; color:#FFF; border-left:1px solid #315b86}
#dropmenu li {float:left; position:relative;}
#dropmenu ul {position:absolute; display:none; width:14em; top:1.9em; }
#dropmenu ul a {border-right:1px solid #EEE;}
#dropmenu li ul {border-top:1px solid #EEE; width:16.2em;}
#dropmenu li ul a {width:14em; height:auto; float:left;  border-bottom:1px solid #EEE;}
#dropmenu ul ul {top:auto;}
#dropmenu li ul ul {left:14em; margin:0px 0 0 10px;}
#dropmenu li:hover ul ul, #dropmenu li:hover ul ul ul, #dropmenu li:hover ul ul ul ul {display:none;}
#dropmenu li:hover ul, #dropmenu li li:hover ul, #dropmenu li li li:hover ul, #dropmenu li li li li:hover ul {display:block;}

/* Sidebar */


#sidebar ul {
	padding:0;
	margin:0;
	list-style: none;
	font-size:1.1em;
}
#sidebar ul ul {
	font-size:1em;
}

#sidebar ul li {
	margin:0 0 2em 0;
}

#sidebar ul ul {
	margin:0;
	padding:0;
}

#sidebar li li {
	margin:0.1em 0;
}

#sidebar li li li {
	padding-left:10px;
}

#sidebar ul h2 {
	margin:0;
	padding:0;
	color:#4588c4;
	font-size:1.2em;
	text-transform:uppercase;
}

#sidebarallcorrect {
	position: relative;
        /*top: -39px;
        *top: -40px;*/
}

#sidebartitlecorrect {
	position: relative;
        top: 19px;
        *top: 0px;
}

#searchbox {
	text-align:center;
}

/* Footer */
#footer {
        height:3em;
	text-align:center;
	font-size:1em;
	background:#315b86;
	color:#eee;
}

#footer a {
	color:#aac;
}


/* Authors */
#authorlistwrapper{
	width:820px;
}
#authorlist li {
        list-style-type: none;
	clear:none;
	float:left;
	width:360px;
	margin: 0px 0px 10px 0px;
	}	

#authorlist img.photo {
	width: 80px;
	height: 80px;
	float: left;
	}

#authorlist div.authname {
	margin: 28px 0 0 10px;
	float: left;
	font-size:1.4em;
	}


/* Authors Widget */
#authorinfo li {
    list-style-type: none;
	clear: left;
	float: left;
	margin: 0 0 0px 0;
	}	

#authorinfo img.photo {
	/*width: 80px;
	height: 80px;*/
	float: left;
	}

#authorinfo div.authname {
	margin: 28px 0 0 10px;
	float: left;
	font-size:1.2em;
	}

/* Authors Widget */
#authorwidget a:hover {
	text-decoration:none
}

/* Categories */

#categorylist ul {
        font-weight: bold;
        }

#categorylist ul.children {
        font-weight: normal;
        }

#categorylist li {
	clear: left;
	float: left;
	margin: 5px 0;
	}

/* Post */
.post {
	margin:0 0 4em 0;
	clear:both;
}

.post p, .post ol li, .post ul li{
	margin-top:0;
	font-size:1.2em;
	line-height:1.5em;
	text-align:left;
}
.post li li {
	font-size:1em;
}


.postentry {
	clear:both;

}
.postentry a {
	border-bottom:1px solid #ddd;
}

.author a {
	text-decoration:none;
        line-height:2.5em;
}

.postentry a:hover {
	border-bottom:1px solid #258;
	text-decoration:none;
}

.post_overview {
  padding-right: 15px;
  line-height: 15px;
}

.post_excerpt {
  margin-top: -20px;
  margin-left: 165px;
}

post_excerptsmall{
  margin-top: -20px;

}
.postmetadata {
float:left;
	clear:both;
	margin:1em 0;
	font-size:1.1em;
	color:#888;
	text-align:left;
}

div.navigation {
clear:both;
	font-size:1.4em;
	margin-bottom:20px;
}

/* Comments */

#comments {
	margin:0 2em;
}

.commentlist {
	margin:0;
	padding:0;
	list-style:none;
}

.commentlist li {
	padding:2em 0;
	overflow:auto;
	border-bottom:0.1em solid #eee;
}

.commentlist p {
	margin:0.5em 0;
	font-size:1.1em;
}

.commentlist p a {
	border-bottom:1px solid #ddd;
}
.commentlist p a:hover {
	border-bottom:1px solid #157;
	text-decoration:none;
}
.commentlist img.avatar {
	float: right; margin: 0 0 0 10px; padding: 3px; border:1px solid #eee;
}
.commentlist h4 {
	margin:0;
}

textarea#comment {
	font-size:1.6em;
	width:100%;
}
/* Comment ends */


/* Calendar */
#wp-calendar caption {
	text-transform:uppercase;
	font-weight:bold;
	color:#27a;
	text-align:center;
}
#wp-calendar thead th {
	font-weight:normal;
	color:#27a;
	text-align:center;
}
#wp-calendar tbody td {
	text-align:center;
}
#wp-calendar tbody td a {
	font-weight:bold;
}
#wp-calendar tbody td.pad {
	border:none;
}
/* Calendar ends */

abbr {
	cursor:help;
	border-bottom: 0.1em dotted;
}

.aligncenter,
div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}

.alignleft {
   float: left;
}

.alignright {
   float: right;
}

.wp-caption {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #f3f3f3;
   padding-top: 4px;
   margin: 10px;
}

.wp-caption img {
   margin: 0;
   padding: 0;
   border: 0 none;
}

.wp-caption p.wp-caption-text {
   font-size: 11px;
   line-height: 17px;
   padding: 0 4px 5px;
   margin: 0;
}



.rounded_inner {

padding-top: 5px;
padding-right: 20px;
padding-left: 20px;
margin-bottom: 0px;
min-height: 180px;

}

.rounded_innersmall {

padding-top: 5px;
padding-right: 20px;
padding-left: 20px;
margin-bottom: 0px;
min-height: 120px;

}


blockquote {
   background: #eee;
   margin-left: 0px;
}




.rounded:before {
  background: transparent url(top-right.png) scroll no-repeat top right;
  margin-bottom: -20px;
  height: 30px;
  display: block;
  border: none;
  content: url(top-left.png);
  padding: 0;
  line-height: 0.1;
  font-size: 1px;
}

.rounded:after {
  display: block;
  line-height: 0.1;
  font-size: 1px;
  content:  url(bottom-left.png);
  margin: 2px 0 0 0;
  height: 30px;
  background: transparent url(bottom-right.png) scroll no-repeat bottom right;
  padding: 0;
}

.download-icon {
text-decoration:none
}
.download-icon:hover {
text-decoration:none
}

#sidebarcategorytitle a {
	color:#258 !important;
}

#sidebarcategorytitle a:visited {
	color:#258 !important;
}

#sidebarcategorytitle a:hover {
	color:#258 !important;
}


