﻿/*
Theme Name: Engineer Theme
Description: Think. Create. Engineer.
Version: 1
Author: Gaurav Trivedi
Tags: Engineer
*/

input
{
	border: 1px solid #EEEEEE;
}

/* Begin Form Elements */
#searchform {
	text-align: left;
}
.sidebar #searchform{
	padding-left:15px;
}
.sidebar #searchform #s {
	width: 150px;
	padding: 2px;	
	height: 16px;
}
.sidebar #searchsubmit {
	padding: 1px;
	cursor:pointer;
}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
}

select {
	width: 130px;
}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
}
#commentform {
	margin: 5px 10px 0 0;
}
#commentform textarea {
	width: 530px;
	padding: 2px;
	border: 1px solid #EEEEEE;
}
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
}
#commentform #submit {
	float: right;
	width: 100px;
	background-color:transparent;
	cursor:pointer;
}
/* End Form Elements */


/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	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 */

.commentbox{
	border: 1px solid #f5f5f5;
        background: #f8f8f8;
	padding: 8px;	
	margin: 0 0 10px 0;
}
.commentbox:hover{
	border: 1px solid #f2f2f2;
}
.commentbox p span{
        border: 1px dotted #f1f1f1;
	float:right;
        background:#fff;
	padding: 4px;
        margin-top:-8px
}
