
	
#header
{
	line-height:12px;
	height:12px;
	background:#2c3e50;
	border-bottom:1px solid #dadada;
}


#main
{
	padding:80px 0;
}


/* Social Icon setup */
.social
{
	margin:50px 0 0 0;
}
.social UL
{
	padding:0 0 0 8px;
	background:#e1e2d6 url(images/social_bg.gif);
	border:1px solid #dbd7d2;
	margin:0 0 5px 0;
}
.social UL LI
{
	float:left;
	list-style-type:none;
}
.social UL LI a
{
	display:block;
	padding:8px 8px 8px 0;
}
.social UL LI a:hover
{
	padding-top:5px;
	padding-bottom:11px;
}
.social UL LI a:active
{
	padding-top:2px;
	padding-bottom:14px;
}


.widget
{
	padding-left:40px;
	margin:0 0 30px 0;
}

.contentwidth
{
	width:840px;
	margin:0 auto;
}


/* Column Setup */
.leftCol
{
	float:left;
	width:460px;
	padding-right:40px;
	
}
.rightCol
{
	float:left;
	width:340px;
}


/* clearfix start */ 
.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
.clearfix {
    display: inline-block;
}
html[xmlns] .clearfix {
    display: block;
}
* html .clearfix {
    height: 1%;
}

.greenbtn {
padding: 10px;
border-radius: 5px;
color: #FFF !important;
box-shadow: 1px 1px 1px #DEDEDE;
background-color: #57A957;
background-repeat: repeat-x;
background-image: -khtml-gradient(linear, left top, left bottom, from(#62c462), to(#57a957));
background-image: -moz-linear-gradient(top, #62c462, #57a957);
background-image: -ms-linear-gradient(top, #62c462, #57a957);
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #62C462), color-stop(100%, #57A957));
background-image: -webkit-linear-gradient(top, #62C462, #57A957);
background-image: -o-linear-gradient(top, #62c462, #57a957);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#62c462', endColorstr='#57a957', GradientType=0);
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
border-color: #57A957 #57A957 #3D773D;
border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
border: none;
border-bottom: 1px solid #BBB;
cursor: pointer;
margin-top: 15px;
font-size: inherit;
}

.output{
	padding:20px 50px;
	font-size: 17px;
	margin-bottom: 20px;
	background-color: #eee;
	border: 1px solid #e3e3e3;
	border-radius: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
	font-family: monospace;
	line-height: 1.4;
	word-wrap: break-word;
	border-radius:5px;
	color: #223741;
	text-align:justify;
}

.whoisdom{
	font-size: 14px;
	letter-spacing: 4;

}
.whoisdom div{
	color:#2c3e50;
	margin-bottom:5px;
	font-size:20px;
}

.dominput{
border: 2px solid #2c3e50;
    border-radius: 4px;
    font-size: 20px;
    color: #2C3E50;
    width: 100%;
    padding: 15px;
    font-family: monospace;
    letter-spacing: 1px;
}

.search {
    padding: 20px;
    margin: auto;
    background-color: #fff;
    margin-bottom: 15px;
}