/*

File:			custom.css

Description:	Custom styles for optimizecellularhealth.com

Author:			Matt Hodder 2009, www.matthodder.com

*/



/* General */

.custom .clearall { clear: both; }



/* Form Styling */

.custom input, .custom textarea { background: #f9f9f9; border: 1px solid #bbb; -moz-border-radius: 2px; -webkit-border-radius: 2px; }

.custom input:focus, .custom textarea:focus { border-color: #888; }

.custom input.button, .custom input[type=submit], .custom #commentform input.form_submit { background: #fff url(images/bg-input.png) bottom repeat-x; padding:5px 15px; text-shadow: 0 1px 0 #fff; color:#222; width: auto; -moz-border-radius: 3px; -webkit-border-radius: 3px; border: 1px solid #bbb; font-weight: normal; }

.custom input.button:hover, .custom input[type=submit]:hover { background: #fff url(images/bg-input_active.png) top repeat-x; border: 1px solid #888; cursor: pointer; }



/* Header */



/* Nav */



/* Fold */



/* Home Specific */



/* Content */

.custom #disqus_thread { padding-right: 20px; }



/* Sidebars */

.custom .twitter-avatar { float: left; margin-right: 15px; }

.custom .social_icons { margin: 0 auto; width: 220px; }

.custom .social_icons li { float: left; margin-left: 20px; text-indent: -9999px; }

.custom .social_icons li a { width: 60px; height: 60px; display: block; }

.custom .social_icons .twitter { margin-left: 0; }

.custom .social_icons .twitter a { background: url('images/twitter.png') no-repeat; }

.custom .social_icons .facebook a { background: url('images/facebook.png') no-repeat; }

.custom .social_icons .linkedin a { background: url('images/linkedin.png') no-repeat; }

.custom .widget h3 { font-variant: normal; letter-spacing: normal; font-weight: bold; font-size: 1.2em; border-bottom: 1px dotted #bbb; padding-bottom: 10px; color: #333; }



/* Footer */



