@charset "utf-8";

/*
Theme Name: Adayin
Theme URI: http://www.adayin.co.uk

Index:
  - Basic Elements
  - Basic Styling
  - Layout
  - Grid Items, Single Item and Comments
  - Navigation and Sidebar Widget
  - Form Elements

*/

/* ---------- Basic Elements ---------- */

body {
	background-color: #000000;
	margin: 0;
	padding: 0;
	color: #000000;
	font: 12px/18px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

a {
	text-decoration: underline;
	color: #d0332b;
}

a:hover {
	color: #d0332b;
	text-decoration: none;
}

a img {
	border: none;
}

blockquote {
	margin: 0px 0px 20px 0px;
	padding: 10px;
	border-left: 5px solid #e9e9e9;
	color: #666666;
}

pre {
	overflow: auto;
	margin: 0;
	padding: 10px;
	background-color: #f9f9f9;
	color: #666666;
}

fieldset {
	border: 1px solid #cccccc;
	padding: 10px;
}

table {
	margin: 1em 0;
	border: 1px solid #999999;
}

th, td {
	padding: 2px 4px;
/*b

order: 1px solid #e9e9e9;*/
}

th {
	background-color: #d9d9d9;
	font-weight: normal;
}

td {
	background-color: #d9d9d9;
}

h3 {
	margin: 0px 0px 3px 0px;
	padding: 0px 0px 0px 0px;
	color: #000000;
	font: bold 14px/16px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	letter-spacing: 0px;
	}

h4 {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	color: #777777;
	font: italic 14px/16px Georgia, "Times New Roman", Times, serif;
}

/* ---------- Basic Styling ---------- */

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignright {
	float: right;
	margin: 0 0 2px 10px;
}

.alignleft {
	float: left;
	margin: 0 10px 2px 0;
}

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.alignright {
	padding: 5px;
	display: inline;
}

img.alignleft {
	padding: 5px;
	display: inline;
}

.caution {
	padding: 10px;
	color: #e9e9e9;
	text-align: center;
	background-color: #d0332b;
}

noscript .caution {
	margin: 0;
}

.wp-caption {
	width: 100%;
	border: 1px solid #e3e3e3;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-khtml-border-radius: 4px;
	-webkit-border-radius: 4px;
	background-color: #ffffff;
	text-align: center;
}

.wp-caption img {
	padding-top: 5px;
}

.wp-caption-text {
	margin: 5px 0;
	text-align: center;
	font-size: smaller;
	color: #666666;
}

code strong {
	color: #d0332b;
	font-weight: normal;
}

.logo {
  width: 141px;
  height: 62px;
  float: left;
  background: url(images/logo.png) no-repeat 0px 0px;
  margin-top: 10px;
  text-indent: -9999px;
  }

.mapp-poweredby {
	display: none;
}

/* ---------- Layout ---------- */

#container {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 20px;
}

#header {
	margin: 0px 0px 20px 0px;
	padding: 20px 0px 0px 0px;
	width: auto;
	display: block;
}

#header-content {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	height: 100px;
	width: 100%;
	display: block;
}

#header-content h1 {
	color: #ffffff;
	font: normal 14px/18px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	width: 645px;
	margin: 0px 0px 0px 184px;
	_margin: 0px 0px 0px 164px;
	padding: 30px 0px 0px 0px;
	float: left;
}

#nav-wrap {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 100%;
	display: block;
}

#grid-wrapper {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	clear: both;
	padding-top: 1000px;
/* Prevent flicker in grid area. Check header.php. */
}

#single-wrapper {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	clear: both;
	padding-top: 1000px;
/* forsingle-page effect */
}

#bottom-container {
	clear: both;
	width: 100%;
	margin: 0px;
	padding: 0px;
}

#footer-wrapper {
	background: none;
	margin: 40px 0px 0px 0px;
	padding: 0px 0px 20px 20px;
}

#footer {
	margin: 0px;
}

#footer p {
	margin: 0px;
	padding: 0px;
	color: #ffffff;
}

/* ---------- Grid Items, Single Item and Comments ---------- */

/* value = (width * n) + (15+15+5) * (n-1). 
 * ex.
 * width=200 : 200, 425, 650, 875
 * width=250 : 250, 525, 800, 1075
 * width=290 : 290, 615, 940, 1265
 */

div.x1 {
	width: 290px;
}

div.x2 {
	width: 615px;
}

div.x3 {
	width: 940px;
}

div.x4 {
	width: 1265px;
}

div.grid-item {
	overflow: hidden;
	margin: 0px 5px 5px 0px;
	padding: 15px 15px 0px 15px;
	border: 0;
	background-color: #ffffff;
	border-bottom: 5px solid #d0332b;
/* My Comment 
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
*/
}

.post-169 {
	background-color: #d0332b !important;
	border-bottom: none !important;
}

.post-169 .post-title{
	color: #ffffff !important;
}

.post-169 .post-title a{
	color: #ffffff !important;
}

.post-169 .post-title a:hover{
	color: #ffffff !important;
}

.post-169 p{
	color: #ffffff !important;
}

.post-169 a{
	color: #ffffff !important;
}

.post-169 p.post-date{
	border-bottom: 1px dotted #ffffff !important;
}

.post-169 p.post-tags{
	border-bottom: 1px dotted #ffffff !important;
}

.category-work {
	border-bottom: 5px solid #d0332b !important;
}

.category-blog {
	border-bottom: 5px solid #ffcc00 !important;
}

.sticky{
} 

.read-more {
	margin: 0px 0px 0px 0px;
}

div.single-item {
	border-bottom: none !important;
}

div.single-item {
	width: 615px;
	overflow: hidden;
	margin: 0px 5px 5px 0px;
	padding: 15px 15px 30px 15px;
	border: 0;
	background-color: #fff;
/* My Comment 
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
*/
}

div.grid-item h2.post-title,
div.single-item h2.post-title {
	margin: 0px 0px 3px 0px;
	padding: 0px 0px 0px 0px;
	border-left: 0;
	color: #000000;
	font: bold 16px/18px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	letter-spacing: 0px;
}

div.single-item h2.post-title {
	margin: 0px 0px 15px 0px;
	padding: 0px 0px 15px 0px;
	border-left: 0;
	color: #000000;
	font: bold 20px/22px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	letter-spacing: 0px;
	border-bottom: 1px dotted #999999;
}

div.grid-item h2.post-title a,
div.single-item h2.post-title a {
	color: #000000;
	text-decoration: none;
	margin: 0px 0px 0px 0px;
}

div.grid-item h2.post-title a:hover,
div.single-item h2.post-title a:hover {
	text-decoration: underline;
}

h4.maps {
	margin: 18px 0px 10px 0px;
	padding: 8px 0px 0px 0px;
	border-top: 1px dotted #999999;
	color: #777777;
	font: italic 14px/16px Georgia, "Times New Roman", Times, serif;

}

/* My Comment
.category-work h2.post-title a:hover,
.category-work h2.post-title a:hover {
	color: #ffffff !important;
	text-decoration: none;
	margin: 0px 0px 0px 0px;
	background: #d0332b;
}

.category-blog h2.post-title a:hover,
.category-blog h2.post-title a:hover {
	color: #ffffff !important;
	text-decoration: none;
	margin: 0px 0px 0px 0px;
	background: #999999;
}

.category-photos h2.post-title a:hover,
.category-photos h2.post-title a:hover {
	color: #ffffff !important;
	text-decoration: none;
	margin: 0px 0px 0px 0px;
	background: #ffcc00;
}
 */

div.grid-item div.grid-image {
	margin-bottom: 20px;
}

div.grid-item div.grid-image img{
}

div.grid-item div.grid-image img:hover{
filter: alpha(opacity=80);
-moz-opacity: 0.8;
opacity: 0.8;
}


div.grid-item div.wp-caption {
	display: none;
}

div.post-body p,
div.comment-body p {
	margin: 0px 0px 14px 0px;
	padding: 0px 0px 0px 0px;
}

div.post-body p img,
div.post-body p object {
	max-width: 100%;
	padding: 0px 0px 0px 0px;
}

p.post-date{
	margin: 0px 0px 0px 0px !important;
	padding: 0px 0px 8px 0px;
	font: italic 12px/14px Georgia, "Times New Roman", Times, serif;
	color: #777777;
	border-bottom: 1px dotted #999999;
}

p.post-category{
	margin: 0px 0px 3px 0px;
	padding: 8px 0px 0px 0px;
	font: 12px/14px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: #777777;
}

p.post-tags{
	margin: 0px 0px 15px 0px;
	padding: 0px 0px 8px 0px;
	font: 12px/14px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: #777777;
	border-bottom: 1px dotted #999999;
}

.comment-list .navigation {
	margin: 10px 0;
}

.comment-list .navigation a {
	margin-right: 10px;
	color: #000000 !important;
}

.comment-list ol li {
	margin: 10px 0;
}

.comment-list ol li.trackback {
	padding: 5px;
	border: 1px solid #c4c4c4;
}

.comment-list ul.children {
	list-style: none;
}

.comment-list ul.children li {
	border-left: 5px solid #c4c4c4;
	padding-left: 5px;
}

.comment-list li.bypostauthor {
	color: #000000 !important;
}

.comment-list li.bypostauthor cite.fn {
	text-decoration: underline;
	color: #000000 !important;
}

.comment-list li.comment .reply {
	margin: 10px 0 20px;
}

.comment-meta a, commentmetadata a {
	color: #000000 !important;
}

.comment-list .url {
	color: #000000 !important;
}

/* ---------- Navigation and Sidebar Widget ---------- */

/* Pagination for grid items and paginated posts */

.pagination {
	margin: 20px 0px 0px 0px;
	font-size: 12px;
}

.pagination .current {
	color: #000000;
	font-weight: bold:
}

.pagination .next, 
.pagination .prev {
	
}

.pagination .page-numbers,
.pagination .current {
	margin: 0 10px 0 0;
	padding: 10px 15px;
	text-decoration: none;
	background: #d0332b;
	color: #ffffff;
}

/* page-numbers hover color */

a.page-numbers:hover {
	color: #d0332b;
	background-color: #ffffff;
}

#post-pagination {
	margin: 1em 0;
	color: #c4c4c4;
}

#post-pagination .prefix {
	color: #eaeaea;
}

/* Sidebar 
 * In this theme, sidebar is a horizontal line.
 * Sidebar2 is a block on the bottom.
 * See also "Form Elements" section.
 */

#sidebar {
	list-style: none;
	list-style-type: none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#sidebar2 {
	float: left;
	display: inline-block;
	list-style: none;
	list-style-type: none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#sidebar li {
	margin: 0px;
}

#sidebar li.widget h2.widgettitle {
	display: none;
}

#sidebar li.widget ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#sidebar li.widget ul li {
	display: inline;
	padding-right: 0px;
}

li.current-cat {
	text-decoration: underline;
}

#sidebar2 li.widget {
	overflow: hidden;
	float: left;
	margin: 0px 0px 0px 0px;
	width: 320px;
	padding: 0px 0px 0px 0px;
	margin: 0px 5px 20px 0px;
}

#sidebar2 h2.widgettitle {
	margin: 0px 0px 10px 0px;
	padding: 7px;
	color: #fff;
	background-color: #d0332b;
	border-left-style: none;
	font: bold 12px/12px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	text-transform: uppercase;
	letter-spacing: 0px;
/* My Comment 
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
*/
}

#sidebar2 li.widget div {
	padding: 0px 0px 0px 0px;
}

#sidebar2 li.widget ul {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#sidebar2 li.widget ul li {
	list-style: none;
	color: #999999;
}

#sidebar2 ul.children ul li {
	list-style: none;
}

#wp-calendar {
	margin: 1em 0;
	border: none;
}

#wp-calendar caption {
	text-align: left;
	margin: 2px 0 0 0;
	padding: 0;
}

#wp-calendar td {
	text-align: center;
}

/* ---------- Form Elements ---------- */

div.comment-form {
	margin: 0;
	padding: 0;
}

#commentform {
	margin: 0;
	padding: 0;
}

#commentform textarea {
	width: 99%;
	max-width: 640px;
}

/* for sidebar widget */

#searchform {
	width: 300px;
}

#searchform div {
	padding: 0;
	font-size: 12px;
}

#searchform label.screen-reader-text {
	display: none;
}

#searchsubmit {
	display: inline;
}

#s {


/* #searchform input#s */
	width: 170px;
	margin: 0;
}

/* TWITTER STYLES */

.aktt_tweets{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

.aktt_tweets li {
	margin: 0px 0px 0px 0px;
	padding: 0px;
	display: block;
	width: 320px;
	color: #ffffff !important;
}

.aktt_tweet_time {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background-image: none;
	font-style: italic;
	display: inline-block;
}

li.aktt_more_updates {
	margin: 0px 0px 0px 0px !important;
	padding: 0px 0px 0px 0px;
	display: none;
}