/*  
Theme Name: Condogala by WPGeek
Theme URI:  http://www.condogala.com/
Description:  A custom WordPress theme Coded for exclusive use by <a href="http://www.wpgeek.com" target="blank">Wpgeek.com</a>.
Version:  1.0
Author: WPGeek
Author URI: http://www.wpgeek.com/
*/
* { margin: 0; }
html { padding: 0; margin: 0; }
html, body { height: 100%; }

body { background: #DDE0E5 url(images/bg_body.jpg) repeat-x top left; font-size: 11px; font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif; padding: 0px; margin: 0px; color: #464646;}

a { outline: none; }
a:link { text-decoration: none; color: #36C; border: 0px; }
a:active { text-decoration: underline; color: #000; border: 0px; }
a:visited { text-decoration: none; color: #36C; border: 0px; }
a:hover	{ text-decoration: underline; color: #000; border: 0px; } 
a:focus { outline: none; }

h1, h2, h3, h4 { margin: 0; padding: 0; font-weight: normal; font-family:  Arial, sans-serif; }

img { border: none;}

form { padding: 0px; margin: 0px;}
input { font-family: 'Verdana'; color: #282b31; font-size: 11px;}
textarea { font-family: 'Verdana'; color: #282b31; font-size: 11px;}
select { font-family: 'Verdana'; color: #282b31; font-size: 11px;}


.aligncenter { display: block; margin-left: auto; margin-right: auto; }
.alignleft { float: left; }
.alignright { float: right; }

.wp-caption { border: 1px solid #ddd; text-align: center; background-color: #f3f3f3; padding-top: 4px; margin: 10px; -moz-border-radius: 3px; -khtml-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px; }
.wp-caption img { margin: 0; padding: 0; border: 0 none; }
.wp-caption-dd { font-size: 11px; line-height: 17px; padding: 0 4px 5px; margin: 0; }

/* BGContainer +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

.BGC { width: 960px; margin: 0 auto;  position: relative }

/* Header +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

.Header { float: left; }
.Header .Header_left { float: left; width: 510px; }
.Header .Header_left h1 { display: block; }
.Header .Header_left h1 a { background: url(images/header_title.jpg) no-repeat top left; width: 226px; height: 100px; display: block; margin: 0; text-indent: -9999px; }
.Header .Header_left .desc { display: block; }

/* Search ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

.Header .Header_right  { float: left; /*background: url(images/claim.jpg) no-repeat bottom right;*/ text-align: right; width: 450px; height: 100px; }
.Header .Header_right .Search { padding: 10px; }
.Header .Header_right .Search input#s{ padding: 2px; width: 160px; border: 1px solid #464646; }
.Header .Header_right .Search input#searchsubmit { border: none; padding: 2px 5px; background: #464646; color: #fff; text-align: center; cursor: pointer; }
.Header .Header_right .Search input#searchsubmit:hover { border: none; padding: 2px 5px; background: #d54e21; }

/* Menu ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

.Menu {	background-image: url(http://www.thecommunitypeople.com/sites/condogala/img/bg_menu.jpg);background-repeat: repeat-x;width: 100%;height: 35px;}
.Menu ul{margin: 0 0 0 5%;padding: 0;}
.Menu ul li{margin:0;float:left;list-style-type: none;}
.Menu ul li.menuspacer{width:3px;height:100%;background-image:url(http://www.thecommunitypeople.com/sites/condogala/img/menu_spacer.jpg);background-repeat: no-repeat;background-position: center 1px;padding-top:34px;}
.Menu ul li a{color:#FFF;line-height:47px;display:block;float:left;font-size:11px;font-family:Tahoma;font-weight:bold;text-decoration:none;padding:0 20px 0 20px;margin-top: -6px;text-transform:uppercase;}
.Menu ul li a:hover{/*text-decoration: underline;*/color: #000000;background: #DDE0E5;}

/* Container +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

.CON { width: 960px; clear: both; float: left; position: relative; }

/* Side Central +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

.SC { width: 700px; position: relative; float: left; margin: 10px 0 0 0; padding: 0; }

/* Post +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

.Post { position: relative; margin: 0 10px 15px 10px; padding: 0; float: left; }
.Post h1 { color: #fff; margin: 0; padding: 0 0 10px 0; font-size:14px; font-weight: bold; }
.Post h2 { font-size: 14px; line-height: 1.4em; }

.Post .content { clear: both; border: 1px solid #afaba9; /*padding: 10px; background: #eae7e6;*/ float: left; }
.Post .content .bord { border: 1px solid #d8d3d1; background: #f8f8f8; padding: 10px 10px 0 10px; float: left; }

.Post .content p { margin: 0 0 10px 0; padding: 0; font-size: 12px; line-height: 1.4em; }
.Post .content img { display: block; padding: 2px; border: 1px solid #dcdcdc; margin: 3px 3px 5px 3px; max-width: 500px; width: expression(this.width > 500 ? 500: true); }

.Post .content ol { margin: 0; padding: 0; }
.Post .content ul { margin: 0; padding: 0; }
.Post .content ol li { list-style-type: decimal; margin: 5px 0 5px 30px; padding: 0; }
.Post .content ul li { list-style: square; margin: 5px 0 0 20px; padding: 0 0 0 10px; }

.Post .content blockquote { margin: 5px; padding: 1px 5px; background: #eee; }
.Post .content blockquote p { font-size: 11px; padding: 10px; margin: 5px 0px; line-height: 15px; border: 1px dashed #444;}
.Post .content blockquote li { padding: 2px 0px 2px 15px; list-style-type: none; font-size: 11px; line-height: 15px; }
.Post .content a { text-decoration: underline;}

.PostDet { display: block; }

/* Comments ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

.Comments { margin: 10px 10px 0 10px; }

/* Comments List  ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

.Comments .List h3, #respond { font-size: 10px; font-weight: normal; text-transform: uppercase; }
.Comments .List ol { padding: 0px; margin: 0px;}
.Comments .List li { position: relative; padding: 5px; margin: 0 0 5px 0; list-style-type: none; border: 1px solid #afaba9; padding: 10px; background: #eae7e6; }
.Comments .List .ListNr { position: absolute; top: 5px; right: 5px; font-size: 11px; line-height: 12px; font-family: 'Arial'; font-weight: normal; }

.Comments .List big { margin: 0px; padding: 0; font-size: 11px; line-height: 11px; font-weight: bold; display: block;}
.Comments .List small { padding: 0; margin: 0px; font-size: 10px; }

.Comments .List .ListContent { font-size: 11px; line-height: 1.4em; border: 1px solid #d8d3d1; background: #f8f8f8; padding: 10px; display: block;}

/* Comments Form ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

.Comments .Form h3 { font-size: 10px; font-weight: normal; text-transform: uppercase; }
.Comments .Form { position: relative; }
.Comments .Form form { margin: 0px; padding: 0px; }
.Comments .Form p { padding: 0px; margin: 0px; font-size: 11px; }
.Comments .Form p small strong { font-size: 10px; font-weight: bold; }
.Comments .Form p small { font-size: 11px; display: block; }
.Comments .Form .TextField { background: #f8f8f8; border: solid 1px #afaba9; padding: 4px; font-size: 11px; display: block; width: 500px; }
.Comments .Form .TextArea { background: #f8f8f8; border: solid 1px #afaba9; padding: 4px; font-size: 12px; display: block; width: 500px; }

.Comments .Form input.SubmitComment { margin-top: 8px;}

/* Navigation ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

.Navigation { margin: 0 10px; text-align: center; line-height: 1.4em; } 

/* Side Bar Right +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

.SRR { float: left; width: 238px; margin: 10px 0 0 0; border: 1px solid #afaba9; /*padding: 10px; background: #eae7e6;*/ display: block; position: relative; }

.right_widget { display: block; margin: 0 0 10px 0; border: 1px solid #d8d3d1; background: #f8f8f8; padding: 10px }
.right_widget h1 { padding: 0; font-size: 14px; line-height: 1.4em; font-weight: bold; }
.right_widget ul { margin: 0; padding: 0; }
.right_widget ul li { margin: 0 0 0 20px; padding: 0; list-style: square; line-height: 1.4em; }

/* Footer ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

#footer{ /*clear:both; background: #000 url(images/bg_footer.jpg) repeat-x; font-weight:bold; font-size:11px; padding: 40px 0 20px 0; */  background-color: #2e2f33;border: 1px  outset gray;}

.about { margin: 0 auto; width: 960px; }
.about h3 { font-weight: bold; }
.about p { background: #292929; padding: 20px; color: #b8b8b8; line-height: 1.4em; font-size: 18px; margin: 0 0 10px 0; }

#footercopyright{ clear:both; color:#717171; width:960px; text-align:center; margin: 0 auto; }
#footercopyright a{ color:#717171; text-decoration:none; }
#footercopyright a:hover{ color:#999999; }

.spacer{ height:30px; clear:both; }


