@charset utf-8;
/*
Theme Name: Ukneeq Solutions
Theme URI: http://www.ukneeq.com/
Author: Ukneeq Solutions
Author URI: http://fedil.ukneeq.com/
Description: Theme for Ukneeq Solutions using the Whiteboard Framework for Wordpress developers.
Version: 1.0.0

 * Built on the Whiteboard Framework
 * http://whiteboardframework.com
 */

/*
 * The Whiteboard Framework is licensed under the GPL license.
 * Feel free to use the Whiteboard Framework for commercial and non-commercial ventures.
 * We require a link in the CSS file and request a link on the website
*/

/*
List of divs in Whiteboard
Note that this list does not include the dynamically generated ids and classes, such as the body classes, the post ids, etc
*/

body {
	
}

#main {

}

header {

}
	nav {
		
	}
	nav.primary {
		
	}
	nav.footer {
		
	}
	#widget-header {
		
	}
	#widget-alert {
		
	}

#content {
	
}
	article {
		
	}
		.featured-thumbnail {
                  height: 200px;
                  overflow: hidden;
                  border: 1px solid #ffffff;
		}
                .featured-thumbnail img {
                  position: relative;
                  top: 50%;
                  left: 50%;
                  margin-top: -350px;
                  margin-left: -250px;
                }
		.post-content {
			
		}
		.post-content p {
 		  margin-bottom: 10px;
		}
			.pagination {
				
			}
	.post-meta {
	  text-transform:uppercase;
	  position:relative;
      	  padding:3px 3px;
          background:#333333;
          /*background: #33cccc;*/
	}
        /*.post-meta a {
          color: #000000;
        }*/
	.post-navigation {
		
	}

#comments {
	
}
	li.comment {
		
	}
		.odd {
			
		}
		.even {
			
		}
		.author-comment {
			
		}
		.comment-text {
			
		}
		.comment-meta {
			
		}
			p.gravatar {
				
			}
		.waiting-for-approval {
			
		}
	#trackbacks {
		
	}
		li.trackback {
			
		}
	p#no-comments {
		
	}
	#comments-form {
          border:1px solid #ddd;
          padding:0px 3px ;
          margin:10px 0px;
          background:#333333;
		
	}
		#respond {
			
		}
		.cancel-comment-reply {
			
		}

.page {
	
}
	#page-content {
		
	}
	#page-meta {
		
	}

.post {
	
}
	.postContent {
		
	}
	.post-excerpt {
		
	}

nav.oldernewer {
	
}
	.older {
	  display: block;
	  float: left;
	  width: 50%;
		
	}
	.newer {
	  display: block;
	  float: right;
	  width: 50%;
	  text-align: right;
	}

.search {
	
}

.author {
	
}
#recent-author-posts {
	
}
#recent-author-comments {
	
}

#error404 {
	
}

#sidebar {
	
}
	#widget-sidebar {
		
	}
		#sidebar-search {
			
		}
		#sidebar-nav {
			
		}
		#sidebar-archives {
			
		}
		#sidebar-meta {
			
		}
		.widget {
			
		}

#footer {
	
}
	#widget-footer {
		
	}
	#footer-nav {
		
	}
	
.no-results {
	
}

.widget-area {
	
}

.none { /* this class is used to hid the skip to content link at the beginning of the document for accessibility */
	display: none;
}
.clear {
	clear: both;
}
.left {
	float: left;
}
.right {
	float: right;
}
.aligncenter {
	text-align: center;
}
/*.alignleft {
	text-align: left;
}*/
.alignleft, img.alignleft {
  float: left;
  margin: 5px 10px 5px 0px;
}
/*.alignright {
	text-align: right;
}*/
.alignright {
  float: right;
  margin: 5px 10px 5px 0px;
}
.wp-caption {
        background:#ddd;
    border: 1px solid #ccc;
        text-align: center;
        padding: 4px 0px 5px 0px;
        color:#777;
        }

.wp-caption img {
        margin: 0px 0px 5px 0px;
        padding: 0px;
        border: 0px;

        }

.wp-caption p.wp-caption-text {
        margin: 0px;
        padding: 0px 0px 0px 0px;
        font-size: 11px;
        font-weight: normal;
        line-height: 12px;
        width: auto;
        }

/* Always remember to compress your live stylesheet and keep an uncompressed backup */
