/* 
Theme Name: Jimmed
Theme URI: http://www.jimmed.net/archives/58
Description: Hacked together.
Version: 0.2
Author: James O'Brien
Author URI: http://www.jimmed.net/
*/

/* General Element Styling */

body {
	background:#8b8b8b;
	color:#303030;
	font:76% Verdana,Tahoma,Arial,sans-serif;
	margin:0;
	padding:0;
	text-align:center;
}

a {
	color:#006600;
	text-decoration:none;
}

a:hover {
	color:#666666;
	text-decoration:underline;
}
#content a:hover img, #content img, #content a img {
	border: 1px solid #505050;
	padding: 5px;
}
p {
	line-height:1.5em;
	margin:0 0 15px;
	padding: 0px;
}
#content table {
	margin-bottom: 15px;
}

/*** Main container ***/


#container {
	color:#303030;
	margin:0;
	min-width:770px;
	padding:0;
	text-align:left;
	width:100%;
	background-repeat: repeat-x;
	background-image: url(/wp-content/themes/jimmed/images/header-background.png);
	background-color: #FFFFFF;
}

/*** Header section ***/

#sitename {
	height: 138px;
}

#sitename #headerimage {
	position: absolute;
	left: 0px;
	top: 0px;
	margin: 0px;
	padding: 0px;
}
#sitename #headertextimage {
	position: absolute;
	top: 0px;
	right: 0px;
	margin: 0px;
	padding: 0px;
}


/*** Horizontal menu ***/

#mainmenu {
	float:left;
	margin-bottom:25px;
	overflow: hidden;
	height: 40px;
}

#mainmenu ul {
	font-size:16px;
	margin:0;
	padding:0;
}

#mainmenu li.page_item {
	float:left;
	height:35px;
	list-style:none;
	margin:0;
	padding:0;
}

#mainmenu a {
	border-right:1px solid #000000;
	color:#333333;
	display:block;
	font-size:16px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding:9px 15px 10px;
}

#mainmenu a:hover {
	color:#006600;
	text-decoration:none;
}

#mainmenu li.current_page_item, a.current_page_item {
	color:#ffffff !important;
	background-color: #006633;
	background-image:url(/wp-content/themes/jimmed/images/menu-background-current.png);
	background-repeat: repeat-x;
	text-decoration:none;
}

#mainmenu a.current_page_item:hover {
	color:#ffffff;
}

#searchbar #searchform {
	position: absolute;
	right: 0px;
	padding: 9px 5px 10px;
}
#searchform #searchbox{
	border-left: 1px solid #B0B0B0;
	border-top: 1px solid #B0B0B0;
	border-bottom: 1px solid #B0B0B0;
	border-right: none;
	background-color: #FFFFFF;
	height: 16px;
	width: 120px;
	vertical-align:middle;
	padding:2px 3px 0px;
	margin-right: 0px;
	font-size: 10px;
}
#searchform #searchbutton {
	padding: 0px;
	margin: 0px;
	border: none;
	vertical-align:middle;
}

/*** Content wrap ***/

#wrap {
	clear:both;
	font-size:0.9em;
	padding:0;
}

/*** Sidebars ***/

#leftside,#rightside {
	margin:0;
	padding:0 10px 10px;
	width:150px;
}

#leftside {
	float:left;
	margin-right:10px;
}

#rightside {
	float:right;
	margin-left:10px;
}

#rightside img {
	border: 0px;
}

/*** Sidebar menu ***/

#leftside h2, #rightside h2 {
	font-size: 1.4em;
	margin-top: 10px;
	padding: 5px;
	border-bottom: 1px solid #BEBFC3;
}

#leftside ul {
	padding-left: 0px;
	margin: 0px;
}

#leftside li {
	list-style: none;
}

#leftside ul.box li a {
	/*background:#e8e9ea;
	border:1px solid #b0b0b0;
	color:#606060;
	display:block;
	margin-top:8px;
	padding:5px 4px 4px 10px;
	position:relative;
	text-transform: capitalize;
	width:140px;*/
	padding-left: 5px;
}

/*#leftside ul.box li a:hover {
	background:#f8f9fa;
	border:1px solid #909090;
	color:#303030;
	text-decoration:none;
}*/

#leftside ul.children li a {
	font-size:0.8em;
	letter-spacing:1px;
	margin:3px 0 2px 10px;
	padding:4px 2px 2px 8px;
	width:125px;
}

#rightside ul {
	padding-left: 0px;
	margin: 0px;
}

#rightside li {
	list-style: none;
}

#rightside ul.box li a {
	background:#e8e9ea;
	border:1px solid #b0b0b0;
	color:#606060;
	display:block;
	margin-top:8px;
	padding:5px 4px 4px 10px;
	position:relative;
	text-transform: capitalize;
	width:140px;
}

#rightside ul.box li a:hover {
	background:#f8f9fa;
	border:1px solid #909090;
	color:#303030;
	text-decoration:none;
}

#rightside ul.children li a {
	font-size:0.8em;
	letter-spacing:1px;
	margin:3px 0 2px 10px;
	padding:4px 2px 2px 8px;
	width:125px;
}

li.feed {
	background: url(../jimmed/images/rss.gif) no-repeat left top;
	padding: 2px 0 8px 20px;
	list-style: none;
}



/*** Content ***/

#content,#contentalt {
	padding:15px 20px 5px;
}

#content {	
	margin:0 200px;
}

#contentalt {	
	margin:0 200px 0 20px;
}

#content h1 a,#contentalt h1 a {
	background-color:inherit;
	color:#606060;
	font-size:1.8em;
	font-weight:bold;
	letter-spacing:-1px;
	margin:0 0 15px;
	padding:0;
}

#content h1 a,#contentalt h1 a {
	border-bottom: 1px solid #b0b0b0;
	color: #333333;
}

/* Archives/Links Page List styles */

.archives li, .linkspage li {
	list-style: none;
}

.archives ul.children {
	padding-left: 10px;
	margin-left: 10px;
}

/*** Footer ***/

#footer {
	/*background:#8b8b8b url(../jimmed/images/footerbg.jpg) top left repeat-x;*/
	background-color: #006600;
	clear:both;
	color:#FFFFFF;
	font-size:0.9em;
	font-weight:bold;
	margin:0;
	padding:3px 0;
	text-align:center;
	width:100%;
}

#footer a {
	color: #d0d0d0;
	font-weight:bold;
}

/*** comments Form ***/

#comment {
	width: 100%;
	border:1px solid #b0b0b0;
}

#commentform {
	width: 97%;
}

#author {
	border:1px solid #b0b0b0;
}

#email {
	border:1px solid #b0b0b0;
}

#url {
	border:1px solid #b0b0b0;
}

#submit {
	background:#f0f0f0;
	border:1px solid #b0b0b0;
}

#submit:hover {
	background: #e8e9ea;
	border: 1px solid #848484;
	cursor: pointer;
}

/* Image Display */

.thumbnail {
	background:#fafbfc;
	border:1px solid #b0b0b0;
	margin:0 0 10px 10px;
	padding:5px;
}

.left {
	background:#fafbfc;
	border:1px solid #b0b0b0;
	float:left;
	margin: 5px 15px 6px 0px;
	padding:5px;
}

.right {
	background:#fafbfc;
	border:1px solid #b0b0b0;
	float:right;
	margin: 5px 0px 6px 15px;
	padding:5px;
}

.noalign {
	background:#fafbfc;
	border:1px solid #b0b0b0;
	margin: 5px 5px 5px 5px;
	padding:5px;
}

/*** Comments Display ***/

.postmetadata {
	background:#e8e9ea;
	font-size: 0.9em;
	border: 1px solid #b0b0b0;
	padding: 10px;
	margin: 0px;
}

ol.commentlist li {
	border: 1px solid #b0b0b0;
	padding: 10px;
	margin-bottom: 10px;
}

ol.commentlist li cite {
	text-transform: capitalize;
}

ol.commentlist li p {
	padding-top: 10px;
}

.alt {
	background:#e8e9ea;
}
img.wp-smiley {
	border: none !important;
	padding: 0px !important;
}

/*** Text format ***/

.intro {
	font-size:1.1em;
	font-weight:bold;
	letter-spacing:-1px;
}

blockquote {
	border: 1px dashed #b0b0b0;
	padding: 5px;
}

.small {
	font-size:0.8em;
}

.large {
	font-size:1.4em;
}

.center {
	text-align:center;
}

.category {
	/*border-bottom: 1px solid #000000;
	border-top: 1px solid #000000;*/
	border: 1px solid #999;
	background-color: #EEE;
	padding: 1px 6px 1px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
}

.category a {
	color: #333 !important;
}
.category a:hover {
	color: #666;
}

.date {
	margin-top: -10px;
	padding-top: 0px;
	border-bottom: 1px solid #b0b0b0;
}

#page {
	border-bottom: 1px solid #b0b0b0;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

/* Previous/Next Page Navigation */

.navigation {
	margin: 0 0 20px 0;
	padding: 0 0 20px 0;
	border-bottom: 1px dashed #b0b0b0;
}

.bottomnavigation {
	margin: 30px 0 0 0;
	padding: 5px 0 30px 0;
	border-top: 1px dashed #b0b0b0;
}

.alignleft {
	float: left;
	text-align: left;
}

.alignright {
	float: right;
	text-align: right;
}


.post {
	padding-top: 0px;
	padding-bottom: 10px;
	margin: 0px;
}

.entry, .entrytext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	/*border-top: 1px solid #000000;*/
	padding-top: 0px;
        padding-left: 15px;
	border-left: 5px dotted #CDC;
	text-align: justify;
}

#content h2 a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #000000 !important;
	font-weight: 100 !important;
}
#content h2 {
	padding-bottom: 3px;
	margin-bottom: 10px;
	border-bottom: 1px solid black;
}
#content h2 a:hover {
	text-decoration: none;
	color: #006600;
}
h3#comments,h3#respond {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #000000 !important;
	font-weight: 100 !important;
}
/*** Various classes ***/

.clearingdiv {
	clear:both;
	height:30px;
	width:1px;
}

.hide {
	display:none;
}

div.gallery {
	border-top: 1px solid #BEBFC3;
	padding: 0px 5px 5px 5px;
	margin: 5px 0 10px 0;
	overflow: auto;
}

.galleryleft {
	float: left;
	text-align: left;
	padding-right: 15px;
	padding-bottom: 0px;
}

.galleryright {
	text-align: justify;
}

small.tags {
	color: green;
	font-weight: bold;
	width: 99%;
	display: block;
	border: 1px dashed green;
	padding: 5px;
}
.maths {
	font-family: "Cambria Math", "Times New Roman", Times, serif;
	font-size: 11pt;
}
html .fb_share_button { 
	display: -moz-inline-block; 
	display: inline-block; 
	padding: 1px 20px 0 5px; 
	height: 15px; 
	background: url(http://static.ak.facebook.com/images/share/facebook_share_icon.gif?11:26981) no-repeat top right; 
}
html .fb_share_button:hover {
	color:#fff;  
	background: url(http://static.ak.facebook.com/images/share/facebook_share_icon.gif?11:26981) no-repeat top right;
}
.grey {
	color:#666
}
