/*
Theme Name: AliKarimTheme
Theme URI: http://www.a-360.co.uk
Description: Personal portfolio of ali karim
Version: 1
Author: Ali Karim
Author URI: http://www.a-360.co.uk
Tags:
*/

@charset "UTF-8";
/* CSS Document */

/* Color Codes */
/*
		ORANGE			color: #895402

*/
/* CSS Reset Code */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	margin-top: 0px;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/* CSS Code */
body {
	font-size: 70%;
	font-family: Helvetica, sans-serif;
	background-color:#000;
	margin-top: 0px;
}

.clear { clear: both}
.space {height: 15px;}

div#page-wrap {
	width: 816px;
	margin: 0 auto;
	margin-top: 0px;
	}

div#logo {
width: 379px;
height: 172px;
float: left;
margin-top: 0px;
}
div#logo img {
	margin-top:70px;
}

ul#nav {
	height: 172px;
	background: url(images/top.png) top no-repeat;
	list-style: none;
	margin-bottom: 0px;
	margin-top: 0px;
	}
	ul#nav li a {
		font-size:14px;
		display:block;
		float: left;
		margin-top: 140px;
		margin-left: 26px;
		margin-right: 17px;
		color: black;
		font-weight: bold;
		text-decoration: none;
		}
		ul#nav li a:hover, ul#nav a:active {
			color: #895402;
		}

div#main-content{
	background-image: url(images/bg_content.png);
	padding-left:180px;
	padding-right: 40px;
	margin: 0px;
	margin-top:0;
	}
	
	div#main-content img.social {
			margin-right: 2px;
			margin-bottom: 10px;
			margin-top: 10px;
		}
		div#main-content img.social a, a.hover, a.active {
		text-decoration: none;
		}
		
	div#main-content ul#categories {
	list-style: none;
	margin-bottom: 10px;
	margin-top: 15px;
	margin-left: 15px;
	}
	div#main-content ul#categories li a {
		font-size:14px;
		display:block;
		float: left;
		margin-left: 15px;
		margin-right: 15px;
		color: black;
		font-weight: bold;
		text-decoration: none;
		}
		div#main-content ul#categories li a:hover, ul#categories a:active {
			color: #895402;
		}
		
	div#main-content ul#links {
	list-style: none;
	margin-bottom: 10px;
	margin-top: 10px;
	margin-left: 5px;
	}
	div#main-content ul#links li a {
		font-size:14px;
		color: black;
		text-decoration:none;
		}
		div#main-content ul#links li a:hover, ul#links a:active {
			color: #895402;
			font-weight: bold;
		}
	
	div#main-content div#left-col{
		float: left;
		width: 290px;
		margin: 0px;
	}
		div#main-content div#left-col p {
			text-align:justify;
		}
	div#main-content div#left-col img.social {
			margin-right: 7px;
			margin-bottom: 2px;
			margin-top: 3px;
		}
		div#main-content div#left-col img.social a, a.hover, a.active {
		text-decoration: none;
		}

	div#main-content div#left-col div#photo {
		width: 89px;
		height: 89px;
		float: right;
		margin: 0px 5px 5px 10px; 
	}
			
			
	div#main-content div#right-col{
		float: right;
		width: 295px;
		margin: 0px;
		margin-top:0;

		}
div#footer {
	background: url(images/footer.png) top no-repeat;
	height: 33px;
	padding-left:180px;
	padding-right: 40px;
	margin: 0px
	margin-top:0;

	}
	div#footer p {
		text-align:center;
		margin:0;
	}
	


/* Typography CSS */

h1 {
	font-size: 23px;
	margin-top: 10px;
	margin-bottom: 10px;
	}

h2 {
	margin-top: 0px;
	font-size: 20px;
	margin-bottom: 5px;
	}
	
h3 {
	font-size: 18px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	}
	h3 a {
	color: #895402;
	text-decoration: none;
	}
	h3 a:hover, h3 a:active {
	color: black;
	}
small.time {
	font-size: 9px;
	margin-top: 2px;
	margin-left: 10px;
}	
/* WordPress CSS */

div.post {
margin: 0px;
margin-top: 0px;
}

div.entry {
	margin-top: 5px;
	margin-bottom: 0px;
}

div.description {
	margin-top: 5px;
	margin-bottom:0px;
	margin-left: 10px;
	padding-right: 10px;

}


div#image {
margin-bottom: 5px;
margin-top: 0px;
}

div.posttop{
	margin-top: 0px;
	margin-bottom: 0px;
	background-image: url(images/desctop.png);
	height:14px;
	width:605px;
}
div.postcenter{
	margin-top: 0px;
	margin: 0px;
	background-image: url(images/desc.png);
	width:605px;
}
div.postbottom{
	margin-top: 0px;
	margin-bottom: 20px;
	background-image: url(images/descbottom.png);
	height:14px;
	width:605px;
}


/* Wordpress Contact Form */

#wpcf {
margin-top:15px;
margin-left:35px;
}

#wpcf label {
	clear: both;
	display: block;
	float: left;
	width: 150px;
margin-left: 30px;
}
#wpcf input {
	float: left;
	width: 200px;
	padding: 1px;
	margin: 2px 5px 2px 0;
}
#wpcf textarea {
	width: 200px;
	height: 100px;
	padding: 1px;
margin-left: 180px;
margin-top:2px;
margin-bottom:10px;
}
#wpcf #contactsubmit {
	margin-left: 0px;
	width: 100px;
}
