/*  
Theme Name: Syndey
Theme URI: http://bloggingzone.info
Description: Syndey theme for wordpress
Version: 1.0
Author: Ophelia Nicholson
Author URI: http://ophelianicholson.com
*/



/* General */

body {
	margin: 0;
	background: #ffffff url("images/background.png") repeat-x;
}

h1, h2, h3, h4 {
	margin: 0;
}

img {
	border: 0;
}

.clear {
	clear: both;
	height: 0;
	overflow: hidden;
}

#searchsubmit, #submit{
	border: 0px;
	margin-top: 10px;
	background: #f5f5f5;
	border: 1px solid #dddddd;
	color: #b50000;
	cursor: pointer;
}


/* Page */

#page {
	margin: 0 auto;
	width: 1004px;
}


/* Header */

#header {
	width: 992px;
	height: 212px;
	padding-left: 12px;
}

#header-in {
	width: 984px;
	height: 212px;
	background: url("images/header7.png") no-repeat;
	position: relative;
}

	/* Header - Info */
	
	#header #header-info {
		position: absolute;
		top: 80px;
		left: 195px;
		width: 640px;
		text-align: center;
	}
	
	#header #header-info h1 {
		color: #9e2121;
		font: normal 27px Arial, Verdana;
	}
	
	#header #header-info h1 a {
		color: #ee0000;
		text-decoration: none;
	}
	
	#header #header-info .description {
		color: #00a000;
		font: normal 15px "Trebuchet MS", Verdana;
	}
	
	/* Header - Menu */
	
	#header #header-menu {
		position: absolute;
		top: 168px;
		left: 14px;
		height: 33px;
	}
	
	#header #header-menu ul {
		margin: 0;
		padding: 0;
		list-style-type: none;
		height: 36px;
	}
	
	#header #header-menu ul li {
		float: left;
		height: 36px;
		font: normal 10px/36px "Trebuchet MS", Verdana;
		color: #444444;
		background: url("images/header_menu_left.png") no-repeat;
	}
	
	#header #header-menu ul li a {
		background: url("images/header_menu_right.png") no-repeat right top;
		color: #444444;
		text-decoration: none;
		display: block;
		padding: 0 25px;
	}
	
	#header #header-menu ul li a:hover {
		text-decoration: underline;
	}
	
	#header #header-menu ul li ul {
		display: none;
	}
	
	


/* Main */

#main {
	width: 1004px;
	
}

	/* Main - Content */
	
	#content {
		float: left;
		width: 625px;
		padding: 12px 12px 0 14px;
	}
	
	/* Main - Content - Post */
	
	#content .post {
		float: left;
		margin-bottom: 30px;
		width: 625px;
		background: #f5f5f5;
	}
	
		/* Post - Title */
		
		#content .post .post-title {
			width: 593px;
			height: 42px;
			background: url("images/post_title2.png") no-repeat;
			color: #444444;
			font: normal 12px "Trebuchet MS", Verdana;
			padding: 12px 16px 0 16px;
		}
		
		#content .post .post-title a {
			color: #444444;
			text-decoration: none;
		}
		
		#content .post .post-title a:hover {
			text-decoration: underline;
		}
		
		#content .post .post-title .post-date {
			float: left;
			color: #ffffff;
			text-align: center;
			text-transform: lowercase;
			height: 36px;
			width: 39px;
			font: bold 12px "Trebuchet MS", Verdana;
			margin-right: 10px;
		}
		
		#content .post .post-title .post-date span {
			display: block;
			margin-bottom: -4px;
			padding-top: 2px;
		}
		
		#content .post .post-title h2 {
			color: #ee0000;
			font: bold 15px "Trebuchet MS", Verdana;
		}
		
		#content .post .post-title h2 a {
			color: #ee0000;
			text-decoration: none;
		}
		
		#content .post .post-title h2 a:hover {
			text-decoration: underline;
		}
		
		/* Post - Entry */
		
		#content .post .post-entry {
			font: normal 12px/18px "Trebuchet MS", Verdana;
			color: #444444;
			padding: 0 20px;
			width: 585px;
		}
		
		#content .post .post-entry a {
			color: #444444;
			text-decoration: none;
		}
		
		#content .post .post-entry a:hover {
			text-decoration: underline;
		}
		
		#content .post .post-entry .more-link {
			font: bold 12px/20px "Trebuchet MS", Verdana;
			color: #444444;
			float: right;
			margin-bottom: 5px;
		}
		
		#content .post .post-entry .more-link a {
			color: #444444;
			text-decoration: none;
		}
		
		#content .post .post-entry .more-link a:hover {
			text-decoration: underline;
		}
		
		/* Post - Info */
		
		#content .post .post-info {
			background: url("images/post_info.png") no-repeat;
			width: 215px;
			height: 29px;
			padding: 0 55px 0 355px;
			clear: both;
			font: bold 12px/24px "Trebuchet MS", Verdana;
			color: #ffffff;
			text-align: center;
		}
		
		#content .post .post-info a {
			color: #ffffff;
			text-decoration: none;
		}
		
		#content .post .post-info a:hover {
			text-decoration: underline;
		}
		
		/* Post - Comments */
		
		#content .post h3 {
			color: #444444;
			font: bold 14px "Trebuchet MS", Verdana;
			margin: 20px 0 10px 0;
			width: 585px;
		}
		
		#content .post .comments {
			width: 585px;
			font: normal 12px/18px "Trebuchet MS", Verdana;
			color: #444444;
		}
		
		#content .post .comments ol {
			margin: 10px 0;
			padding-left: 25px;
		}
		
		#content .post .comments ol li {
			padding: 5px;
		}
		
		#content .post .comments ol li a {
			color: #444444;
			text-decoration: none;
		}
		
		#content .post .comments ol li a:hover {
			text-decoration: underline;
		}
		
		#content .post .comments ol li.alt {
			background: #aaaaaa;
		}
		
		#content .post .comments ol li cite {
			color: #444444;
			font-style: normal;
			font-weight: bold;
		}
		
		#content .post .comments ol li cite a {
			color: #444444;
			text-decoration: none;
		}
		
		#content .post .comments ol li cite a:hover {
			text-decoration: underline;
		}
		
		#content .post .comments ol li .commentmetadata a {
			color: #444444;
			text-decoration: none;
		}
		
		#content .post .comments ol li .commentmetadata a:hover {
			text-decoration: underline;
		}
		
		#content .post #commentform {
			width: 585px;
			font: normal 12px/18px "Trebuchet MS", Verdana;
			color: #444444;
			margin: 0;
		}
		
		#content .post #commentform a {
			color: #444444;
			text-decoration: none;
		}
		
		#content .post #commentform a:hover {
			text-decoration: underline;
		}
	
	/* Main - Content - Navigation */
	
	#content .navigation {
		font: bold 12px/20px "Trebuchet MS", Verdana;
		color: #444444;
		float: left;
		margin-bottom: 30px;
		width: 625px;
	}
	
	#content .navigation a {
		color: #444444;
		text-decoration: none;
	}
	
	#content .navigation a:hover {
		text-decoration: underline;
	}
	
		#content .navigation .navigation-previous {
			float: left;
		}
		
		#content .navigation .navigation-next {
			float: right;
		}
	
	/* Main - Sidebar */
	
	#sidebar {
		float: left;
		width: 347px;
		margin-bottom: 10px;
		font: normal 12px/18px "Trebuchet MS", Verdana;
		color: #2f2f2f;
		padding-top: 7px;
	}
	
	#sidebar a {
		color: #444444;
		text-decoration: none;
	}
	
	#sidebar a:hover {
		text-decoration: underline;
	}
	
	#sidebar #sidebar-left {
		float: left;
		width: 169px;
	}
	
	#sidebar #sidebar-right {
		float: right;
		width: 169px;
	}
	
	#sidebar .sidebar-box {
		margin-bottom: 20px;
		width: 169px;
	}
	
		/* Sidebar - Titles */
		
		#sidebar h3 {
			width: 149px;
			height: 35px;
			padding-left: 20px;
			font: normal 12px/35px "Trebuchet MS", Verdana;
			color: #ffffff;
			background: url("images/sidebar_title.png") no-repeat;
		}
		
		/* Sidebar - Menus */
		
		#sidebar ul {
			margin: 0 4px;
			padding: 0 0 5px 0;
			
			list-style-image:url("images/bullet.gif");
			list-style-type:square;
			width: 167px;
			background: #ffffff;
		}
		
		#sidebar ul li {
			color: #2f2f2f;
			padding-left: 8px;
			font: normal 12px "Trebuchet MS", Verdana;
			padding: 5px 0 5px 0;
			border-bottom: 1px dashed #ff0000;
			margin: 0 8px 0 20px;
		}
		
		#sidebar ul li a {
			color: #444444;
			text-decoration: none;
		}
		
		#sidebar ul li a:hover {
			text-decoration: underline;
		}
		
		#sidebar ul li ul {
			width: 133px;
		}
		
		#sidebar ul li ul li {
			border-bottom: none;
		}
		
		/* Sidebar - Forms */
		
		#sidebar #searchform {
			width: 161px;
			margin: 0 4px;
			padding: 10px 0;
			text-align: center;
		}
		
		#sidebar #searchform #s {
			width: 130px;
		}
		
		.screen-reader-text{
			color: #444444;
		}
		
		/* Sidebar - Tables */
		
		#sidebar #calendar_wrap {
			width: 161px;
			margin: 0 4px 5px 4px;
			background: #444444;
		}
		
		#sidebar #calendar_wrap table {
			width: 115px;
			margin: 0 auto;
		}
		
		#sidebar #calendar_wrap caption {
			font-weight: bold;
			width: 115px;
			margin: 0 auto;
		}
		
		#sidebar #calendar_wrap tbody {
			text-align: right;
		}
		
		#sidebar #calendar_wrap #today {
			font-weight: bold;
		}
		
		/* Sidebar - Texts */
		
		#sidebar .textwidget {
			padding: 0 5px;
			width: 151px;
			margin: 0 4px 5px 4px;
			background: #ffffff;
			color: #444444 ! important;
		}


/* Footer */

#footer {
	width: 1004px;
	height: 50px;
	color: #444444;
	font: bold 12px/50px "Trebuchet MS", Verdana;
	text-align: center;
}

#footer a {
	color: #444444 !important;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}


/************************************************************************/

ul.twitter{
}
li.twitter-item{
}
p.twitter-message{
	margin-left: 3px;
	color: #444444;
}
.twitter-timestamp{
}
a.twitter-link{
	color: #444444 ! important;
}
a.twitter-user{
}


/************************************************************************/


#zsygab_slide{
	height: 160px !important;
}

#zsygab_slide li{
	margin:0px !important;
	padding:0px !important;
	border: 0px !important;
}