/*
MG's CSS for customization
*/


/********************************************/
/************ content styling ***************/
/********************************************/



#pageContent{
font-size:100%;
margin:0 auto 40px;
padding: 40px 0;
padding-left: 40px;
width:890px;
background-image: url(http://mikeguenther.com/images/bg-glow.png);
background-repeat: no-repeat;
background-position: center top;
}

#leftcontent {
float: left;
width: 460px;
color:#FFFFFF;
padding-right: 30px;
}

#rightcontent {
float: left;
width: 350px;
border-left: 2px #535353 dotted;
padding: 20px;
margin-bottom: 20px;
}

#rightcontent-info-A {
width: 300px;
float: right;
margin-top: 0px;
margin-right: 20px;
color: #fff;
}

#rightcontent-info {
width: 300px;
float: right;
margin-top: 40px;
margin-right: 20px;
color: #fff;
}

#app {
float: left;
margin-top: 20px;
padding-bottom: 5px;
}

#servicecontent {
width: 100%;
color: #fff;
float: left;
margin-bottom: 40px;
border-bottom: 1px solid #535353;
}

#contact-form {
border: 0px #535353 dotted;
}


/********************************************/
/************ text ***************/
/********************************************/

#servicecontent h1 {
font-size: 2em;
font-weight: bold;
}

#servicecontent h2 {
font-size: 1.4em;
font-weight: bold;
}

#topPost {
font-size: 9pt;
margin: 0px;
position: relative;
padding: 0px 0 20px 0px;
min-height: 380px;
}

.footertext {
margin-top: 5px;
float: right;
clear: both;
}

.small {
color: #fff;
font-size: .6em;
text-align: right;
margin-bottom: 10px;
width: 300px;
float: right;
}

#rightcontent-info p {
color:#fff;
font-size: 10px;
}

#rightcontent-info h1 {
text-align: right;
color:#fff;
font-size:140%;
margin:0;
padding:0;
font-weight: bold;
}

#rightcontent-info h2 {
color:#fff;
font-size:100%;
margin:0;
padding:0;
font-weight: bold;
}

#rightcontent-info-A h1 {
text-align: right;
color:#fff;
font-size:140%;
margin:0;
padding:0;
font-weight: bold;
}

.zeroB {
font-size: 12px;
margin: 0;
padding: 0;
}


/********************************************/
/************ image classes ***************/
/********************************************/

.button {
margin-top: -1px;
}

.app-icon {
float: left;
padding: 10px;
}

.servicebox {
float: left;
border: 2px solid #262626;
margin-right: 20px;
margin-bottom: 40px;
}



/********************************************/
/************ search form ***************/
/********************************************/

.searchform {
padding: 10px;
float: left;
border: 1px solid #444444;
}

.searchbox {
float: right;
margin-top: 14px;
}

.searchform .s {
border: 1px #000 solid;
color: #333;
font-family: Arial, Helvetica, Sans-Serif;
font-size: 11px;
padding: 5px;
margin-right:px;
margin-top: 5px;
width: 200px;
height: 12px;
float: left;
}



/********************************************/
/************ floats ***************/
/********************************************/


.floatleft {
float: left;
}

floatleft-info {
float: left;
padding: 5px;
}

.floatright {
float: right;
}


/********************************************/
/************ buttons ***************/
/********************************************/


.contactbutton {
margin: 0px;
position: relative;
padding: 0px;
border: 0;
}

.contactbutton a img {
border: 0px solid #262626;
position: absolute;
left: 0px;
top: 10px;
float: none;
}

.favsA a, .favsB a, .favsC a,  .favsD a{
float: left;
height: 64px;
width: 64px;
display: block;
background-repeat: no-repeat;
margin-top: 10px;
margin-right: 10px;
}

.favsA a {
background-image: url(http://mikeguenther.com/images/buttons/favs-wp.jpg);
margin-right: px; 
}

.favsB a {
background-image: url(http://mikeguenther.com/images/buttons/favs-apple.jpg);
margin-right: px; 
}

.favsC a {
background-image: url(http://mikeguenther.com/images/buttons/favs-ff.jpg);
margin-right: px; 
}

.favsD a {
background-image: url(http://mikeguenther.com/images/buttons/favs-dw.jpg);
margin-right: px; 
}

.favsA a:hover {
background-position: -64px 0; 
background-repeat: no-repeat;}

.favsB a:hover {
background-position: -64px 0; 
background-repeat: no-repeat;}

.favsC a:hover {
background-position: -64px 0; 
background-repeat: no-repeat;}

.favsD a:hover {
background-position: -64px 0; 
background-repeat: no-repeat;}

.loginbutton {
float: right;
padding: 0;
margin-right: 50px;
}


/********************************************/
/************ misc. ***************/
/********************************************/


#alllogin {
float: left;
width: 380px;
margin-top: 30px;
margin-left: 30px;
}

#form {
background-image: url(http://mikeguenther.com/images/login-body.jpg);
background-repeat: repeat-y;
padding-left: 30px;
color: #fff;
}