/*  
Theme Name: wadevs
Theme URI: http://www.wadevs.com
Description: This is the theme for a wadevs.
Version: 1.0
Author: We Are Developers
Author URI: http://www.wadevs.com/

*/

body {
	margin: 0;
	font-family: Arial, Helvetica, Georgia, Sans-serif;
	font-size: 12px;
	vertical-align: top;
	background: #FFFFFF;
	color: #000000;
}

h1, h2, h3, h4, h5, h6, blockquote, dd, dl, hr, form {
	margin: 0;
	padding: 0;
    text-align: center;
}

h1 {
	font-family: Georgia, Sans-serif;
	font-size: 24px;
	padding: 0 0 10px 0;
}

a:link, a:visited {
	text-decoration: underline;
	color: #336699;
}

a:hover {
	text-decoration: none;
	color: #ff0000;
}

img {
    border: 0;
}

#wrapper {
	margin: 0 auto 0 auto;
	width: 750px;
	text-align: left;
}

#header {
	clear: both;
	width: 467px;
	height: 92px;
	margin-left: auto;
	margin-right: auto;
}

#header img {
	border: 0;
}

#container {
	float: left;
	width: 100%;
}

#bannerBackgroundHolder {
	background: url('./images/bgmiddle.png');
	width: 100%;
	height: 410px;
	margin-top: -22px;
}

.sidebar {
	float: right;
	position: absolute;
	right: 20px;
}

.sidebar ul {
	list-style-type: none;
	margin:  0;
	padding: 0 10px 0 10px;
}

.sidebar ul li {
	padding: 10px 0 10px;
}

.sidebar ul li h2 {
	font-family: Georgia, Sans-serif;
	font-size: 14px;
}

.sidebar ul ul li {
	padding: 0;
	line-height: 24px;
}

table#wp-calendar {
	width: 100%;
}

#footer {
	padding-top: 10px;
    text-align: center;
    color: black;
}

#footer p {
    color: black;
	line-height: 18px;
    text-shadow: white 0.1em 0.1em 0.2em;
}

#footer a {
	text-decoration:none;
}

.post {
	float:left;
	position:absolute;
	top:105px;
	width:1050px;
}

.post p {
	padding-left: 180px;
}

.post h2 {
	font-family: Georgia, Sans-serif;
	font-size: 18px;
}

.indexpost {
	float: left;
    margin-left: 1%;
    padding-top: 40px;
	padding-left: 20px;
    width: 50%
}

.entry {
	line-height: 18px;
    color: black;
}

.entry li {
	list-style: url("images/arrow.png");
}

.entry li a {
	color:#B93B8F;
	text-decoration: none;
}

.entry p strong {
    font-size:14px;
}

.entry p {
    color: black; 
    text-shadow: white 0.1em 0.1em 0.2em;
}

p.postmetadata {
	border-top: 1px solid #CCC;
	margin: 10px 0 0 0;
}

#nav {
	text-decoration: none;
	position: absolute;
   	top: 82px;
  	left: 457px;
}

#nav ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

#nav li {
	color:#B93B8F;
	float: left;
	margin: 0 0.15em;
	padding-right: 11px;
}

#nav li a {
	text-decoration: none;
}

p {
	padding: 10px 0 0 0;
}

.comments-template{
	margin: 10px 0 0;
	border-top: 1px solid #ccc;
	padding: 10px 0 0;
}

.comments-template ol{
	margin: 0;
	padding: 0 0 15px;
	list-style: none;
}

.comments-template ol li{
	margin: 10px 0 0;
	line-height: 18px;
	padding: 0 0 10px;
	border-bottom: 1px solid #ccc;
}

.comments-template h2, .comments-template h3{
	font-family: Georgia, Sans-serif;
	font-size: 16px;
}

.commentmetadata{
	font-size: 12px;
}

.comments-template p.nocomments{
	padding: 0;
}

.comments-template textarea{
	font-family: Arial, Helvetica, Georgia, Sans-serif;
	font-size: 12px;
}

.recentitems {
	display: inline;
	float: right;
	margin-right: 117px;
    margin-top: 46px;
    width: 21%;
}

#contactus br { 
	display:none;
}

.portfolio {
	margin-left: 120px;
	width: 100%;
}

.portfoliobox {
	float: left; 
	padding-right: 56px;
	padding-bottom: 9px; 
	text-align: center; 
}

.portfolioimage {
	border: 0;
}

.portfoliotext {
	vertical-align: text-bottom; 
	font-weight: bold;
}

#portfolioitems {
    margin-top: 15px;
    width: 255px;
}

#portfolioitems img {
   border: solid #343434 1px;
}

#enlargeview {
    margin-top: 15px;
}

.moreinfo {
	left:550px;
	position:absolute;
	text-align:justify;
	top:230px;
}

.wp-image-72 {
    position:relative;
    top:5px;
}

 /*  Contact Form Styling */
#contactform #error ul{
padding-left:0px;
line-height:20px;
}
#contactform #error span{
color:green;
padding:5px 0 5px 0;
position:absolute;
top:60px;
right:10px;
width:150px;
}
#contactform #error ul li{
color:#BF0B0B;
font-weight:normal;
}
h2#contacth2{
font-size:18px;
color:#000;
margin:0 0 10px 0;
font-weight:normal;
padding-bottom:10px;
border-bottom:1px dotted #ccc;
}
#contactform fieldset{
border:none;
}
#contactform #formleft{
float:left;
}
#contactform #error{
float:right;
}
#contactform .button{
background:#eded;
color:#666;
border:1px solid #ccc;
padding:5px 20px 5px 20px;
outline:none;
}
#contactform{
color:#666;
}
.clear{clear:both;}


#fancybox-title-over a {
    color: white;
}