/*
THEME NAME: GMCA
THEME URI: 
DESCRIPTION: GMCA specific design with powerful and dynamic semantic class selectors, based upon Sandbox
VERSION: 1.0
AUTHOR: George McKnight
AUTHOR URI: <a href="http://www.soultank.com/">George McKnight</a>
TAGS: sandbox, microformats, hcard, hatom, xoxo, widgets, blank slate, starter theme, minimalist, developer
*/

/* Architecture */
html { }

body {
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	background:#fff url(images/header-bg.jpg) repeat-x left top;
	text-align:center;
	margin:0;
	padding:0;
	font-size:85%;
}

#wrapper {
	width: 780px;
	margin: 0 auto;
	padding: 0;
	text-align:center;
	background:#fff url(images/content-bg.jpg) repeat-y;
	position:relative;
}

#header {
	width:780px;
	height:149px;
	margin:0 auto;
float:left;
	background: #fff url(images/header.jpg) no-repeat;
}

#container {
	float: left;
	width:780px;
	text-align:left;
	background: url(images/content-bg.jpg);
}

#content {
	padding:22px;
	background:#fff;
	margin:0px;
	width:700px;
	margin:0px 20px;
}

#sidebar {
	margin: 20px 0 30px -210px;
	width: 190px;
	float: left;
	overflow: hidden;
}

#footer {
	background: url(images/footer-bg.jpg) no-repeat center bottom;
	height:149px;
        width:780px;
	clear:both;
}

/* General */
* {
	margin: 0;
	padding: 0;
}
h1, h2, h3, h4 { color:#333333; }
h1, #brands h2 {
	font-size:120%;
	border-bottom: 1px solid #999;
}
h2 { font-size:115%; }
h3 { font-size:110%; }
h4 { font-size:105%; }
a { color:#FDC400;}
a, a:link, a:active, a:visited { color: #DB0066; text-decoration: none; padding: 10px 0; border: none; } 
a:hover { color: #FEA700; text-decoration: none; }

img {
	border: 0;
}

.separator {
	color: #CCCCCC;
	margin: 0 5px;
}

.clear {
	clear: both;
	font-size: 0;
	height: 0;
}

.meta-sep {
	color: #CCCCCC;
	margin: 0 5px;
}

.floater-left {
	float: left;
}

.floater-right {
	float: right;
}

#access {
        overflow:hidden;
	width: 740px;
	position:absolute;
	top:100px;
	left:10px;
        padding:0px 0px 0px 10px;
}
.skip-link { display:none; }
#menu ul {
	display: inline; /* Added to fix the double margin in IE6 */
	list-style: none;
}

#menu ul li {
	display: inline; /* Added to fix the double margin in IE6 */
	float: left;
	margin-left: 8px;
	padding: 15px 8px;
	font-size:1.2em;
	text-transform: lowercase;
}
#menu ul li a {
	color:#fff;
}
#menu ul li a:hover {
	color:#999;
}
#logo {
	margin:4px 0 0 20px;
	width:200px;
	height:80px;
	background:url(images/logo-gmca.gif) no-repeat;
	position:absolute;
	top:0;
	left:0;
	border:0;
}
#blog-title {
	font-size: 250%;
	font-weight: normal;
	border:0;
        text-indent:-9999px;
width:350px;
}

#blog-title a {
	color: #333333;
}

#blog-description {
	font-size: 120%;
	font-weight: normal;
	margin: 0 0 0 20px;
	display:none;
width:350px;
}

/* Content */
.page-title {
	margin-bottom: 15px;
	font-weight: normal;
	font-size: 160%;
}

.post {
	margin-bottom: 50px;
}

.entry-title {
	width: 400px;
	font-weight: normal;
	font-size: 160%;
}

.entry-comments {
	float: right;
}

.entry-title a {
	color: #FF8000;
}

.more-link {
	display: block;
	margin: 10px 0 0 0;
}

.entry-comments {
	float: right;
	background: url(images/cbubble_left.gif) no-repeat top left;
	padding: 3px 0 7px 7px;
}

.entry-comments a, .entry-comments span {
	background: url(images/cbubble_right.gif) no-repeat top right;
	padding: 3px 7px 7px 0;
	color: #FFFFFF;
	font-size: 90%;
	font-weight: bold;
}

.entry-comments span {
	color: #CCCCCC;
	font-weight: normal;
}

.entry-comments a:hover {
	color: #FFFFFF;
}

.entry-meta {
	color: #666666;
	font-size: 90%;
	margin-top: 10px;
}

.entry-categ {
	color: #666666;
	font-size: 90%;
	border-bottom: 1px solid #EFEFEF;
	padding-bottom: 5px;
}

.entry-footer {
	color: #666666;
	font-size: 90%;
	border-bottom: 1px solid #EFEFEF;
	border-top: 1px solid #EFEFEF;	
	padding: 5px 0;
}

.entry-footer span {
	color: #CCCCCC;
	margin: 0 5px;
}

.entry-subscribe {
	padding: 5px 5px 5px 26px;
	background: #FAFAFA url(images/rss.gif) no-repeat top left;
	background-position: 6px 6px;
}

.entry-content {
	margin-top: 15px;
}

.entry-content p {
	line-height: 1.5;
	margin-bottom: 10px;
}

.entry-content h2 {
	font-size: 120%;
	margin-bottom: 5px;
	margin-top: 25px;
}

.entry-content a {
	text-decoration: underline;
}

.entry-content ul, .entry-content ol {
	margin-left: 30px;
	margin-bottom: 10px;
}

.entry-content ul li, .entry-content ol li {
	line-height: 1.3;
	margin-bottom: 5px;
}

/* Footer */

#footer { color:#fff; font-size:0.8em; }
#footer a {
	color:#fff; text-decoration:underline;
}

#footer a:hover {
	color:#999;
}
#footer .footerContent {
	margin:22px 0px 0px 20px;
	text-align:left;
}
#footer p { text-align:left; padding:22px 0px 0px 42px; }
/* Sidebar */


/* Start: QBKL Styles - Added to make styling available even if widgets are not used */

#sidebar h2, #sidebar h3 {
	font-size: 100%;
	font-weight: bold;
	color: #333333;
	text-transform: uppercase;
	margin-bottom: 5px;
	padding: 0 2px;
}

#sidebar ul {
	list-style: none;
}

#sidebar ul li {
	margin-bottom: 20px;
}

#sidebar ul li ul, #sidebar ul li ul li ul {
	margin: 0;
	padding: 0;
}

#sidebar ul li ul li {
	padding: 4px 2px 4px 10px;
	background: url(images/bullet.gif) no-repeat top left;
	background-position: 0 7px;
	margin: 0;
	border-bottom: 1px solid #EFEFEF;
}

#sidebar ul li ul li ul li {
	padding: 4px 0 0 10px;
	background: url(images/bullet.gif) no-repeat top left;
	background-position: 0 7px;
	margin: 0;
	border-bottom: none;
}

/* End: QBKL Styles */

#rss-links ul li {
	background: url(images/rss.gif) no-repeat top left;
	padding-left: 22px;
	background-position: 1px 4px;
}

.textwidget p {
	margin-bottom: 10px;
}

.textwidget a {
	text-decoration: underline;
}

.widget_tag_cloud a {
	text-transform: lowercase;	
}

#wp-calendar caption {
	padding: 5px 0;
	background: #FAFAFA;
	margin-bottom: 5px;	
}

#wp-calendar td {
	padding: 4px 6px;
	color: #999999;
}

#wp-calendar td a {
	font-weight: bold;
}

#wp-calendar #next {
	text-align: right;
}

/* Comments */
.comments {
	margin-top: 30px;
}

.comments h3 {
	font-size: 120%;
	margin-bottom: 10px;
	color: #333333;
}

.comments ol {
	list-style: none;
}

.comments ol li {
	padding: 10px;
	background: #FFFFFF;
	margin-top: 2px;
}

.comments ol li.alt {
	background: #FAFAFA;
}

.comment-author {
	font-weight: bold;
}

.comment-meta {
	color: #666666;
	margin-bottom: 5px;
	font-size: 90%;
}

.unapproved {
	font-style: italic;
}

#respond {
	margin-top: 30px;
}

#respond h3 {
	color: #333333;
}
	
.formcontainer {
	margin-top: 10px;
	margin-bottom: 10px;
}

#comment-notes {
	margin-bottom: 10px;
}

.form-label {
	margin-bottom: 2px;
}

.form-input, .form-textarea {
	margin-bottom: 10px;
}

.form-input input, .form-textarea textarea {
	padding: 5px;
	background: #FAFAFA;
	border: 1px solid #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.form-textarea input {
	width: 280px;
}

.form-textarea textarea {
	width: 350px;
}

.form-input input:hover {
	background-color: #FFFFFF;
}

.form-submit input {
	padding: 2px 5px;
}

/* Sub Footer */
#subfooter {
width:700px;
margin:0 auto;
padding:22px 0px;
}
#services { width:700px; text-align:center; margin-bottom:12px; float:left; }
#services #consult, #services #manage, #services #mobile { width:150px; float:left; background:#ededed; border:1px solid #CDCDCD; margin:4px 26px; padding:6px;}
#services #consult h2, #services #manage h2, #services #mobile h2 {text-align:center; font-size:11px; margin:2px;}
#services img { border:1px solid #CDCDCD;}
#brands { float:left; width:700px; }

/* Contact Page */
.vcard { float:right; background:#efefef; padding:6px; border:1px solid #cdcdcd; }
.enquiryform input, .enquiryform textarea { border:1px solid #cdcdcd; padding:2px;  }
.enquiryform input:focus, .enquiryform textarea:focus { background:#FFEFF0; }
