/*
Theme Name: CDY Global
Theme URI: http://www.cdyglobal.com
Description: CDY Global Website Theme
Version: 1.0
Author: Stephen Carroll
Author URI: http://www.virtuosoft.net
*/

/* ================================================================ 
The original version of this stylesheet and the associated (x)html
files are available at http://www.wpthemerkit.com

License info can be found at http://www.wpthemerkit.com/license.php
=================================================================== */
/*------------------------------------------------------------------
[Table of contents]
1. Main Containers - body, #wrapper, #main, #header, #content, #footer, etc.
2. General Classes - .entry-meta, .post, .description, .underpost, etc.
3. General Links - #content a:link, #footer a:link, etc.
4. Menu - #menu, #menu ul, #menu ul li, #menu ul li a:link, etc.
5. Sidebar Links - #sidebar ul li a:link
6. Headings - #header h1, #content h1, .post h2, .post h3, etc.
7. Date - .entry-date, .entry-month, .entry-day
8. Comments - #commentform, #respond p, etc.
9. Blockquotes - blockquote, blockquote p:first-letter, etc.
10. Align - .alignleft, .alignright, img.alignleft, img.alignright, etc.
11. Misc. and Preventative - Styles to prevent image hover strangeness etc.
-------------------------------------------------------------------*/

/*===START SECTION 1 - the main containers===*/
body {
	background-image: url(images/background.gif);
	background-repeat: repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 85%;
	margin: 0px;
	padding: 0px;
	color: #555555;
}
#backdrop{
    /* center-absolute-div trick */
    width: 900px;
    height: 375px;
    text-align: left;
    position: absolute;
    top: 0px;
    left: 50%;
    margin-left: -450px;
    z-index: 0;
}
#header {
    /* center-absolute-div trick */
    width: 1050px;
    text-align: left;
    position: absolute;
	top: 0px;
    left: 50%;
    margin-left: -525px;
	z-index: 1;
}
#wrapper {
    width: 1050px;
    margin: 0px auto 20px auto;
    padding: 375px 0px 0px 0px;
}
#content {
	width: 550px;
	padding: 10px 140px 0px 0px;
	float: right;
	line-height: 1.3em;
}
#sidebar {
	font-size: 0.9em;
	width: 200px;
	float: left;
	margin: -3px 0 0 145px;
}
#footer {
	height: 42px;
	clear: both;
	text-align: center;
	font-size: 0.8em;
	padding: 13px 0 0 0;
}
img {
	border:0px;
}
div {
	margin:0px;
	padding:0px
}
.AbsWrap {
	width: 100%;
	position: relative;
}
.rowWrap {
	width: 100%;
}
.clearfloat {
	clear:both;
	height:0px;
}
#main {
	float:left;
	width:1050px;
	margin-top:60px;
	margin-left:0px;
	border: 0px solid #f0f0f0;
}
#corner {
	margin-right:8px;
	margin-top:0px;
	width:257px;
	height:89px;
	margin-bottom:0px;
	float:right;
	display:inline;
	background-image: url(images/corner.png);
	overflow:hidden;
}
#login {
	margin-right:0px;
	margin-top:0px;
	width:64px;
	height:89px;
	margin-bottom:0px;
	float:right;
	display:inline;
	background-image: url(images/login.png);
	overflow:hidden;
}
#login:hover {
	background-image: url(images/loginSel.png);
}
#logout {
	margin-right:0px;
	margin-top:0px;
	width:64px;
	height:89px;
	margin-bottom:0px;
	float:right;
	display:inline;
	background-image: url(images/logout.png);
	overflow:hidden;
}
#logout:hover {
	background-image: url(images/logoutSel.png);
}
#contact {
	margin-right:0px;
	margin-top:0px;
	width:74px;
	height:89px;
	margin-bottom:0px;
	float:right;
	display:inline;
	background-image: url(images/contact.png);
	overflow:hidden;
}
#contact:hover {
	background-image: url(images/contactSel.png);
}
#partners {
	margin-right:0px;
	margin-top:0px;
	width:73px;
	height:89px;
	margin-bottom:0px;
	float:right;
	display:inline;
	background-image: url(images/partners.png);
	overflow:hidden;
}
#partners:hover {
	background-image: url(images/partnersSel.png);
}
#events {
	margin-right:0px;
	margin-top:0px;
	width:64px;
	height:89px;
	margin-bottom:0px;
	float:right;
	display:inline;
	background-image: url(images/events.png);
	overflow:hidden;
}
#events:hover {
	background-image: url(images/eventsSel.png);
}
#testimonials {
	margin-right:0px;
	margin-top:0px;
	width:99px;
	height:89px;
	margin-bottom:0px;
	float:right;
	display:inline;
	background-image: url(images/testimonials.png);
	overflow:hidden;
}
#testimonials:hover {
	background-image: url(images/testimonialsSel.png);
}
#home {
	margin-right:0px;
	margin-top:0px;
	width:59px;
	height:89px;
	margin-bottom:0px;
	float:right;
	display:inline;
	background-image: url(images/home.png);
	overflow:hidden;
}
#home:hover {
	background-image: url(images/homeSel.png);
}
#logo {
	margin-right:0px;
	margin-top:0px;
	width:293px;
	height:89px;
	margin-bottom:0px;
	float:right;
	display:inline;
	background-image: url(images/logo.jpg);
	overflow:hidden;
}
#headborder {
	margin-left:59px;
	margin-top:0px;
	width:982px;
	height:286px;
	margin-bottom:0px;
	float:left;
	display:inline;
	background-image: url(images/headborder.png);
	overflow:visible;
}
/*===END SECTION 1===*/

/*===START SECTION 2 - general classes===*/
.description {
	font: .4em;
	clear: left;
	padding: 5px 0 5px 35px;
	visibility: hidden;
}
.post {
	padding: 5px;
	font-size: 1.0em;
}
.subcat {
	font-size: 1.3em;
}
.gallery {
	padding: 10px;
}
.gallery-row{
	padding-bottom: 10px;
}
.entry-content, .entry-excerpt {
	clear: left;
}
.navigation {
  clear: both;
}
.avatar {
  float: right;
  margin: 0 0 3px 5px;
}
.entry-meta {
  margin: 0 0 10px 0;
}
.underpost {
	font-size: .9em;
}
#content .underpost a {
	text-decoration: underline;
}
.entry-text img{
	padding: 10px 1px 10px 1px;
}
/*===END SECTION 2===*/

/*START SECTION 3 - style content and footer links*/
#content a:link, #content a:visited {
	text-decoration:none;
	color:#0066CC;
	padding: 2px;
}
#content a:hover {
	text-decoration:underline;
	color:#0066CC;
}
#footer a:link, #footer a:visited {
	text-decoration:none;
	color:#474200;
}
#footer a:hover {
	text-decoration: underline;
}
/*===END SECTION 3===*/

/*===START SECTION 4 - style for menu, page links in the header===*/
#menu{
	padding: 0;
	white-space: nowrap;
	margin: 20px 0 0 0;
	width: 750px;
}
#menu ul {
	margin: 0px;
	padding: 0px;
}
#menu li {
	display: inline;
	list-style-type: none;
	margin: 0 10px 0 0;
}
#menu li a:link, #menu li a:visited {
	text-decoration: none;
	padding: 3px;
}
#menu li a:hover {
	text-decoration: underline;
}
/*===END SECTION 4===*/

/*===START SECTION 5 - sidebar links===*/
#sidebar a:link, #sidebar a:visited {
	display: block;
	text-decoration: none;
	margin: 2px 0px 3px -5px;
	padding: 2px 4px 4px 25px;
	color: #5f5f5f;
    font-size: 1.4em;
	background-color: none;
}
#sidebar .current_page_item a:link, #sidebar .current_page_item a:visited{
	background-image: url(images/arrow.png);
	background-repeat: no-repeat;
	background-color: none;
}
#sidebar .current_page_item li a:link, #sidebar .current_page_item li a:visited{
	background-image: none;
	background-color: #ffffff;
}
#sidebar li a:hover {
	color: #000000;
	background-color: #eeeeee;
}
#sidebar ul {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}
#sidebar ul ul {
  margin-left: 0px;
}
#sidebar ul ul li {
  margin-left: -4px;
}
#sidebar ul ul li ul li{
  margin-left: 12px;
}

#sidebar #search {
    margin-top: 10px;
    margin-left: 5px;
}
/*===END SECTION 5===*/

/*===START SECTION 6 - style the headings===*/
#header h1 a:link, #header h1 a:visited {
	font-size: .4em;
	float: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	width: 600px;
	padding: 1px 0 0 25px;
	clear: both;
	visibility: hidden;
}
#header h1 a:hover {
	text-decoration: underline;
}
#content h1 {
	font-size: 1.5em;
}
#sidebar h1 {
	font-size: 1.4em;
}
#sidebar h2 {
	font-size: 1.5em;
	font-weight: bold;
	padding-bottom: 5px;
	margin-bottom: 5px;
}
#sidebar .textwidget {
  	line-height: 1.3em;
}
.post h2 {
	font-size: 1.7em;
	line-height: 1.0em;
	margin: 35px 0 10px 0;
	padding: 0;
}
.post h3 {
  font-size: 1.8em;
  margin: 0;
  padding: 0;
}
.post h4 {
  margin-bottom: -16px;
  margin-left:-2px;
}
/*===END SECTION 6===*/

/*===START SECTION 7 - style the post date===*/
.entry-date {
	height: 75px;
	width: 71px;
	display: inline;
	float: left;
	margin: 5px 10px 0 0;
	background-image: url(images/dateBack.jpg);
	color: #666666;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.entry-month {
	font-size: 19px;
	width: 71px;
	text-align: center;
	height: 28px;
	margin: 8px 0 0 0;
	font-weight: bold;
	padding: 0 0 1px 0;
}
.entry-day {
	font-size: 28px;
	text-align: center;
	height: 30px;
	width: 71px;
	margin: 1px 0 0 0;
	font-weight: bold;
	line-height: 30px;
}
/*===END SECTION 7===*/

/*===START SECTION 8 - comment form and comments===*/
#respond p {
	font-size: .9em;
}
#commentform input {
	
}
#commentform textarea {
	
}
#commentform {	
	padding: 10px;
}
ol.commentlist {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
ol.commentlist li {
	margin: 15px 0 0 0;
}
#content ol.commentlist li a {
	text-decoration: underline;
}
li.author {
	padding: 5px;
}
/*===END SECTION 8===*/

/*START SECTION 9 - oh you're so fancy with those blockquotes....*/
blockquote {
  font: 1.2em/1.6em Georgia, "Times New Roman", Times, serif;
  width: 350px;
  background: url(images/blockquote2.png) no-repeat right bottom;
  padding: 0 10px 0 30px;
  text-indent: -30px;
}
blockquote p:first-letter {
  background: url(images/blockquote1.png) no-repeat left center;
  padding: 0 0 0 30px;
  font: italic 1.7em Georgia, "Times New Roman", Times, serif;
}
/*===END SECTION 9===*/

/*START SECTION 10 - images when inserted into a post.*/
.alignleft {
  float: left;
}
.alignright {
  float: right;
}
img.aligncenter, div.aligncenter {
	display: block;
	margin: 0 auto;
}
img.alignright, div.alignright {
	margin: 1px 0 2px 10px;
	display: inline;
}
img.alignleft, div.alignleft {
	margin: 1px 10px 2px 0;
	display: inline;
}
.wp-caption-text {
  font-size: .7em;
  line-height: 1.1em;
  margin: 0;
}
/*===END SECTION 10===*/

/*===START SECTION 11 - Misc. and Preventatives===*/
a.image:link, a.image:visited, a.image:hover {
	background: none;
	padding: 0;
}
a.image img {
	border: none;
}
#bulletCards{
    margin-left: 105px;
    margin-top: 170px;
}
.page_item {
	font-size: .95em;
}

dl.attachments-large {
	border:0px none;
	padding-bottom: 32px;
	width: 100%;
}
dl.attachments img {
	margin:1%;
	margin-top: -10px;
}
/*===END SECTION 11===*/

