body {
    font-family: Verdana, Geneva, Arial, sans-serif;
	font-size: small;
	color: #333333;
	text-align:left;
	margin: 1em 0;
	padding: 0;
	background: #fff;
	color: #333;
	min-width: 610px;
}

img { border: 0; }

h1 { font-size: 200%; font-weight: normal; }
h2 { font-size: 150%; font-weight: normal; margin:0; padding:0; }
h3 { font-size: 120%; font-weight:normal; margin:0; padding:0; }
h4 { font-size: 100%; }
h5 { font-size: 90%; }
h6 { font-size: 90%; border: 0; }

/* forms */
form { margin: 0; }

fieldset
{
	border: 1px solid #cccccc;
	display:inline;
}

legend
{
	color: #fff;
	background: #009933;
	border: 1px solid #cccccc;
	padding: 1px 6px;
	text-align:left;
}

button{
	background-color: #E9E9E9;
	border: 1px solid #999999;
	padding: 0px 2px;
	margin:0px;
	overflow: visible;
}

/* misc */
address{
	font-style:normal;
}

h1,h2,h3,h4,h5,h6{
	color:#000000;
}

th{
	background-color:#66FF66;
}

a {
	color:#009933;
}
a:hover {
	color:#000000;
}

p{
	padding:5px 0;
}
strong{
	font-weight:bold;
}

h2{
	padding:5px 0;
}

/* curves */
#maintop,#mainbot{
	height:29px;
	background-color:#FFFFFF;
}

#top1,#top2,#bot1,#bot2{
	height:29px;
	width:50%;
}

#top1{
	float:left;
	width:40px;
	background: url("http://www.shiftcreate.com/images/left_curve.gif");
	background-position:left;
	background-repeat:no-repeat;
}

#top2{
	float:right;
	width:40px;
	background: url("http://www.shiftcreate.com/images/right_curve.gif");
	background-position:right;
	background-repeat:no-repeat;
}

#bot1{
	float:left;
	width:40px;
	background: url("http://www.shiftcreate.com/images/bot_left_curve.gif");
	background-position:left;
	background-repeat:no-repeat;
}

#bot2{
	float:right;
	width:40px;
	background: url("http://www.shiftcreate.com/images/bot_right_curve.gif");
	background-position:right;
	background-repeat:no-repeat;
}

#maincontent{
	background-color:white;
	width:100%;
	padding:2px 0px;
}

#innermaincontent{
	margin:30px;
	margin-top:5px;
	width:90%;
}

/* specific*/
.portfolio img{

	margin-right:5px;
	padding:5px;
}

#domain_checker{
	width:280px;
	padding:6px;
	border:1px solid black;
}

#result{
	padding:4px;
}

#contact a{
    display: inline-block;
    border-radius: 5px;
    background: #009933;
    background: -webkit-linear-gradient(top, #00c640 0%,#009933 100%);
    padding: 5px;
    color: #fff;
    text-decoration: none;
}

#contact a:hover{
    background: #00c640;
    background: -webkit-linear-gradient(top, #009933 0%,#00c640 100%);
}

#contact fieldset{
	width:100%;
	padding:10px;
}

#contact h3{
	background-color:#000000;
	color:#FFFFFF;
	margin:4px 0px;
	padding:2px;
	text-align:center;
}
#contact label{
	width:78px;
}

#featured{
	background-color:#99FF66;
	border:1px solid #66CC00;
	width:560px;
	position:relative;
	margin:0 auto;
}
#featured strong{
	font-size:150%;
}
#featured a{
	padding:10px;
	padding-right:35%;
	display:block;
	text-decoration:none;
}
#featured:hover{
	background-color:#66FF00;
}
#featured img{
	position:absolute;
	left:65%;
	bottom:0;
}

#highlights div{
	border:1px solid #cccccc;
	padding:10px;
	margin:0px 20px 0px 0px;
	background:url(../images/grad.jpg);
	background-repeat:repeat-x;
}

#highlights div:hover{
	border:1px solid #66CC00;
}

#highlights div a{
	text-decoration:none;
}

#latest{
	border:1px solid #cccccc;
	padding:10px;
	background-color:#FFFFFF;
	background-image:url(../images/grad.jpg);
	background-repeat:repeat-x;
	background-position:bottom;
}

#latest:hover{
	border:1px solid #66CC00;
}

.box_grad{
	border:1px solid #cccccc;
	padding:10px;
	background:url(../images/grad.jpg);
	background-repeat:repeat-x;
	background-position:bottom;
}

.box_gradt:hover{
	border:1px solid #66CC00;
}

input:focus, textarea:focus{
	border-color:#00CC33;
	background:#CCFFCC;
}

/* Core site element widths */


#container{
    width: 900px;
    margin: 0 auto;
}

#breadcrumbs { padding: 0 50px; }
#content { padding: 0 50px; }

#header div, #content, #breadcrumbs div, #footer {
	max-width: 900px; margin: 0 auto;
}

#header div { position: relative; }

/* header */

#header {
	position: relative;
	z-index: 1;
}

#header .logo{
    font-family: 'Roboto Condensed', sans-serif;
    float: left;
    font-size: 30px;
    font-weight: bold;
}

#header a{
    text-decoration: none;
}

#header .shift{
    color: #009933;
}

#header .create{
    color: #000;
}

/* sidenav */
#sidenav{
	float:left;
	margin-top:10px;
	margin-left:10px;
}

#sidelinks{
	list-style:none;
	width:200px;
	padding:0;
	margin:0;
}

#sidelinks .current{
	background:#d5ffbb
}

#sidelinks li{
	padding: 4px 0px;
	margin: 0;
	font-size:14px;
}

/* breadcrumbs */

#breadcrumbs {
	padding-top: 4px;
	padding-bottom: 30px;
	font-size: 85%;
	color: #999;
}

/* content */
#content {
	background: #fff;
	overflow:hidden;
	min-height:500px;
}


/* main */
#main {
	padding: 25px 0;
}

/* footer */
#footer {
    border-top: 1px solid #333;
	clear: both;
	margin-top: 0em;
	margin-bottom: 1em;
	padding: 20px 0;
	color: #5d665b;
	font-size: 10px;
	line-height: 170%;
	font-weight:bold;
}

#footer address{
    float: right;
}

#footer ul#footer-menu {
	margin: 0 1em 0 1em;
	padding: 0;
	list-style-type: none;
}

#footer ul#footer-menu li {
	display: inline;
	margin: 0 1em;
}

#footer ul#footer-menu li a {
	margin: 0 1em;
	white-space: nowrap;
}

#footer p {
	margin: 0.3em;
	clear: both;
}

#skills{
    list-style: none;
}

#skills li{
    display: inline-block;
    padding: 0 30px;
}

.boxTable{
	border-style:solid;
	border-color:#000000;
	border-width:1px;
}

.boxTable th, .boxTable td{
	padding:5px;
}



.sharesb{
	clear:both;
	position:relative;
	border:1px solid #ddd;
	padding:10px;
	margin:15px 0 10px 0;
	font-size:12px;
	-webkit-text-size-adjust:none;
}
.sharesb p {
	padding:0;
	margin:0;
}
.sharesb p a{
	position:absolute;
	top:0px;
	right:0px;
	padding:10px;
	font-size:12px;
}
.sharesb h3{
	padding:0 3px 0 0;
	margin:0;
	margin:0 5px 0 3px;
	font-weight:normal;
}
.sharesb ul{
	text-align:left;
	list-style:none;
	margin:15px 0 0px 15px;
	padding:0;
}
.sharesb ul li{
	text-align:center;
	display:inline;
	padding:0 4px 6px 0 ;
}
.sharesb ul li.delicious{background:url(/images/icons/bookmarks/delicious.gif) no-repeat 0 0;}
.sharesb ul li.digg{background:url(/images/icons/bookmarks/digg.gif) no-repeat 0 0;}
.sharesb ul li.reddit{
	padding:0 0 0 2px;
	background:url(/images/icons/bookmarks/reddit.gif) no-repeat 0 0;
}
.sharesb ul li.facebook{background:url(/images/icons/bookmarks/facebook.gif) no-repeat 0 0;}
.sharesb ul li.stumbleupon{background:url(/images/icons/bookmarks/stumbleupon.gif) no-repeat 0 0;}
.sharesb ul li a{
	padding:0 0 0 18px;
	margin:0 3px 0 0px;
}
.sabull{
	background-image:url(http://newsimg.bbc.co.uk/nol/shared/img/v3/seealso_bullet.gif);
	background-position:6px 4px;
}

.buttonLink{
	display:inline-block;
	font-size:28px;
	font-weight:bold;
	text-decoration:none;
	background: #FF9900;
	color:#FFFFFF;
	padding:10px;

	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

.boxes div{
	width:130px;
	margin-right:5px;
	border:1px solid #ccc;
	padding:2px 5px;
	float:left;
	font-size:11px;
	height:170px;
}

.boxes h3{
	white-space:nowrap;
	font-size:12px;
}

.boxes ul{
	margin:0;
	padding:0;
	padding-left:20px;
	list-style-type:disc;
}

.boxes li{
	padding-bottom:5px;
}

.boxes h3{
	padding-bottom:5px;
}

#quoteForm td{
	padding:10px 0;
	font-size:12px;
}

.gradient{
	background:url(../images/grad.jpg);
	background-repeat:repeat-x;
	background-position:bottom;
}



@media print{
	#header,#footer{
		display:none;
	}
}